From: florian Date: Tue, 4 Dec 2012 16:21:08 +0000 (+0000) Subject: nginx: upgrade to 1.2.3 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=90bbd79bcce1860bd3ed4f76f49da1a65a71d64e;p=packages.git nginx: upgrade to 1.2.3 Changelog: http://nginx.org/en/CHANGES-1.2 Signed-off-by: Mark Mentovai Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/packages@34495 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 722951a76..a09b59b2e 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx -PKG_VERSION:=1.2.2 +PKG_VERSION:=1.2.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://nginx.org/download/ -PKG_MD5SUM:=53105bbe3ac9319db54d9eb46119695b +PKG_MD5SUM:=0a986e60826d9e3b453dbefc36bf8f6c PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 diff --git a/net/nginx/patches/101-feature_test_fix.patch b/net/nginx/patches/101-feature_test_fix.patch index cb84d8469..8e15fe96e 100644 --- a/net/nginx/patches/101-feature_test_fix.patch +++ b/net/nginx/patches/101-feature_test_fix.patch @@ -11,7 +11,7 @@ ngx_feature_libs= --- a/auto/cc/conf +++ b/auto/cc/conf -@@ -149,7 +149,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then +@@ -155,7 +155,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then else ngx_feature="C99 variadic macros" ngx_feature_name="NGX_HAVE_C99_VARIADIC_MACROS" @@ -20,7 +20,7 @@ ngx_feature_incs="#include #define var(dummy, ...) sprintf(__VA_ARGS__)" ngx_feature_path= -@@ -163,7 +163,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then +@@ -169,7 +169,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then ngx_feature="gcc variadic macros" ngx_feature_name="NGX_HAVE_GCC_VARIADIC_MACROS"