mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
nginx: update stable version to 1.10.0
The 1.8 version is now considered legacy and the stable versions 1.10.X Updated the license checksum to reflect copyright date update to 2016 Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
c1ede4830a
commit
e7ead2b552
|
|
@ -6,7 +6,7 @@ Upstream-Status: Pending
|
|||
diff -uraN nginx-1.0.11.orig/auto/feature nginx-1.0.11/auto/feature
|
||||
--- nginx-1.0.11.orig/auto/feature 2011-05-11 06:50:19.000000000 -0500
|
||||
+++ nginx-1.0.11/auto/feature 2011-12-27 13:56:42.323370040 -0600
|
||||
@@ -48,12 +48,20 @@
|
||||
@@ -49,12 +49,20 @@
|
||||
|
||||
if [ -x $NGX_AUTOTEST ]; then
|
||||
|
||||
|
|
@ -29,7 +29,7 @@ diff -uraN nginx-1.0.11.orig/auto/feature nginx-1.0.11/auto/feature
|
|||
ngx_found=yes
|
||||
|
||||
if test -n "$ngx_feature_name"; then
|
||||
@@ -67,17 +75,27 @@
|
||||
@@ -68,17 +75,27 @@
|
||||
|
||||
value)
|
||||
# /bin/sh is used to intercept "Killed" or "Abort trap" messages
|
||||
|
|
@ -61,7 +61,7 @@ diff -uraN nginx-1.0.11.orig/auto/feature nginx-1.0.11/auto/feature
|
|||
else
|
||||
echo " found but is not working"
|
||||
fi
|
||||
@@ -85,7 +103,7 @@
|
||||
@@ -86,7 +105,7 @@
|
||||
|
||||
bug)
|
||||
# /bin/sh is used to intercept "Killed" or "Abort trap" messages
|
||||
|
|
@ -73,8 +73,8 @@ diff -uraN nginx-1.0.11.orig/auto/feature nginx-1.0.11/auto/feature
|
|||
diff -uraN nginx-1.0.11.orig/auto/options nginx-1.0.11/auto/options
|
||||
--- nginx-1.0.11.orig/auto/options 2011-12-14 07:34:16.000000000 -0600
|
||||
+++ nginx-1.0.11/auto/options 2011-12-27 13:56:42.323370040 -0600
|
||||
@@ -289,6 +289,18 @@
|
||||
--test-build-rtsig) NGX_TEST_BUILD_RTSIG=YES ;;
|
||||
@@ -353,6 +353,18 @@
|
||||
--test-build-epoll) NGX_TEST_BUILD_EPOLL=YES ;;
|
||||
--test-build-solaris-sendfilev) NGX_TEST_BUILD_SOLARIS_SENDFILEV=YES ;;
|
||||
|
||||
+ # cross compile support
|
||||
|
|
@ -92,7 +92,7 @@ diff -uraN nginx-1.0.11.orig/auto/options nginx-1.0.11/auto/options
|
|||
*)
|
||||
echo "$0: error: invalid option \"$option\""
|
||||
exit 1
|
||||
@@ -434,6 +446,17 @@
|
||||
@@ -533,6 +445,17 @@
|
||||
|
||||
--with-debug enable debug logging
|
||||
|
||||
|
|
@ -110,7 +110,7 @@ diff -uraN nginx-1.0.11.orig/auto/options nginx-1.0.11/auto/options
|
|||
END
|
||||
|
||||
exit 1
|
||||
@@ -455,6 +478,8 @@
|
||||
@@ -554,6 +577,8 @@
|
||||
|
||||
if [ ".$NGX_PLATFORM" = ".win32" ]; then
|
||||
NGX_WINE=$WINE
|
||||
|
|
@ -137,14 +137,14 @@ diff -uraN nginx-1.0.11.orig/auto/types/sizeof nginx-1.0.11/auto/types/sizeof
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
@@ -33,20 +36,20 @@
|
||||
@@ -33,15 +36,16 @@
|
||||
END
|
||||
|
||||
|
||||
-ngx_test="$CC $CC_TEST_FLAGS $CC_AUX_FLAGS \
|
||||
- -o $NGX_AUTOTEST $NGX_AUTOTEST.c $NGX_LD_OPT $ngx_feature_libs"
|
||||
+ ngx_test="$CC $CC_TEST_FLAGS $CC_AUX_FLAGS \
|
||||
+ -o $NGX_AUTOTEST $NGX_AUTOTEST.c $NGX_LD_OPT $ngx_feature_libs"
|
||||
+ -o $NGX_AUTOTEST $NGX_AUTOTEST.c $NGX_LD_OPT $ngx_feature_libs"
|
||||
|
||||
-eval "$ngx_test >> $NGX_AUTOCONF_ERR 2>&1"
|
||||
+ eval "$ngx_test >> $NGX_AUTOCONF_ERR 2>&1"
|
||||
|
|
@ -153,20 +153,13 @@ diff -uraN nginx-1.0.11.orig/auto/types/sizeof nginx-1.0.11/auto/types/sizeof
|
|||
-if [ -x $NGX_AUTOTEST ]; then
|
||||
- ngx_size=`$NGX_AUTOTEST`
|
||||
- echo " $ngx_size bytes"
|
||||
-fi
|
||||
+ if [ -x $NGX_AUTOTEST ]; then
|
||||
+ ngx_size=`$NGX_AUTOTEST`
|
||||
+ echo " $ngx_size bytes"
|
||||
+ ngx_size=`$NGX_AUTOTEST`
|
||||
+ echo " $ngx_size bytes"
|
||||
+ fi
|
||||
fi
|
||||
|
||||
|
||||
-rm -rf $NGX_AUTOTEST*
|
||||
-
|
||||
+ rm -rf $NGX_AUTOTEST*
|
||||
+fi
|
||||
|
||||
case $ngx_size in
|
||||
4)
|
||||
diff -uraN nginx-1.0.11.orig/auto/unix nginx-1.0.11/auto/unix
|
||||
--- nginx-1.0.11.orig/auto/unix 2011-12-14 07:34:16.000000000 -0600
|
||||
+++ nginx-1.0.11/auto/unix 2011-12-27 13:56:42.327370060 -0600
|
||||
|
|
|
|||
6
meta-webserver/recipes-httpd/nginx/nginx_1.10.0.bb
Normal file
6
meta-webserver/recipes-httpd/nginx/nginx_1.10.0.bb
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
require nginx.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=0bb58ed0dfd4f5dbece3b52aba79f023"
|
||||
|
||||
SRC_URI[md5sum] = "c184c873d2798c5ba92be95ed1209c02"
|
||||
SRC_URI[sha256sum] = "8ed647c3dd65bc4ced03b0e0f6bf9e633eff6b01bac772bcf97077d58bc2be4d"
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
require nginx.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3845852aedfa8d6d7765f55d06cc3ebd"
|
||||
|
||||
SRC_URI[md5sum] = "2e91695074dbdfbf1bcec0ada9fda462"
|
||||
SRC_URI[sha256sum] = "8f4b3c630966c044ec72715754334d1fdf741caa1d5795fb4646c27d09f797b7"
|
||||
Loading…
Reference in New Issue
Block a user