From 28cf376778a952b53fc21785b5ce47fa510c5fce Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 4 Dec 2012 16:21:08 +0000 Subject: [PATCH] nginx: upgrade to 1.2.3 Changelog: http://nginx.org/en/CHANGES-1.2 Signed-off-by: Mark Mentovai Signed-off-by: Florian Fainelli SVN-Revision: 34495 --- net/nginx/Makefile | 4 ++-- net/nginx/patches/101-feature_test_fix.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 722951a764..a09b59b2eb 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 cb84d84691..8e15fe96e8 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" -- 2.30.2