* [ptxdist] [PATCH] nginx: version bump 1.16.0 -> 1.16.1
@ 2019-11-27 17:39 Clemens Gruber
0 siblings, 0 replies; only message in thread
From: Clemens Gruber @ 2019-11-27 17:39 UTC (permalink / raw)
To: ptxdist; +Cc: Clemens Gruber
Also regenerated patches with git-ptx-patches.
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
...pe-sizeof-rework-autotest-to-be-cross-compila.patch | 0
...ature-add-mechanism-allowing-to-force-feature.patch | 0
...t-ngx_feature_run_force_result-for-each-featu.patch | 2 +-
.../0004-auto-lib-libxslt-conf-use-pkg-config.patch | 8 ++++----
...to-unix-make-sys_nerr-guessing-cross-friendly.patch | 6 +++---
.../0006-auto-lib-openssl-conf-use-pkg-config.patch | 2 +-
.../0007-auto-lib-libgd-conf-use-pkg-config.patch | 0
...unix-ngx_linux_config.h-only-include-dlfcn.h-.patch | 2 +-
...dianness-add-mechanism-allowing-to-force-resu.patch | 0
...o-unix-allow-overriding-the-IPv6-build-tests.patch} | 10 +++++-----
patches/{nginx-1.16.0 => nginx-1.16.1}/series | 4 ++--
rules/nginx.make | 4 ++--
12 files changed, 19 insertions(+), 19 deletions(-)
rename patches/{nginx-1.16.0 => nginx-1.16.1}/0001-auto-type-sizeof-rework-autotest-to-be-cross-compila.patch (100%)
rename patches/{nginx-1.16.0 => nginx-1.16.1}/0002-auto-feature-add-mechanism-allowing-to-force-feature.patch (100%)
rename patches/{nginx-1.16.0 => nginx-1.16.1}/0003-auto-set-ngx_feature_run_force_result-for-each-featu.patch (99%)
rename patches/{nginx-1.16.0 => nginx-1.16.1}/0004-auto-lib-libxslt-conf-use-pkg-config.patch (84%)
rename patches/{nginx-1.16.0 => nginx-1.16.1}/0005-auto-unix-make-sys_nerr-guessing-cross-friendly.patch (95%)
rename patches/{nginx-1.16.0 => nginx-1.16.1}/0006-auto-lib-openssl-conf-use-pkg-config.patch (99%)
rename patches/{nginx-1.16.0 => nginx-1.16.1}/0007-auto-lib-libgd-conf-use-pkg-config.patch (100%)
rename patches/{nginx-1.16.0 => nginx-1.16.1}/0008-src-os-unix-ngx_linux_config.h-only-include-dlfcn.h-.patch (94%)
rename patches/{nginx-1.16.0 => nginx-1.16.1}/0100-auto-endianness-add-mechanism-allowing-to-force-resu.patch (100%)
rename patches/{nginx-1.16.0/0101-auto-unix-allow-overriding-the-IPv6-build-test.patch => nginx-1.16.1/0101-auto-unix-allow-overriding-the-IPv6-build-tests.patch} (89%)
rename patches/{nginx-1.16.0 => nginx-1.16.1}/series (84%)
diff --git a/patches/nginx-1.16.0/0001-auto-type-sizeof-rework-autotest-to-be-cross-compila.patch b/patches/nginx-1.16.1/0001-auto-type-sizeof-rework-autotest-to-be-cross-compila.patch
similarity index 100%
rename from patches/nginx-1.16.0/0001-auto-type-sizeof-rework-autotest-to-be-cross-compila.patch
rename to patches/nginx-1.16.1/0001-auto-type-sizeof-rework-autotest-to-be-cross-compila.patch
diff --git a/patches/nginx-1.16.0/0002-auto-feature-add-mechanism-allowing-to-force-feature.patch b/patches/nginx-1.16.1/0002-auto-feature-add-mechanism-allowing-to-force-feature.patch
similarity index 100%
rename from patches/nginx-1.16.0/0002-auto-feature-add-mechanism-allowing-to-force-feature.patch
rename to patches/nginx-1.16.1/0002-auto-feature-add-mechanism-allowing-to-force-feature.patch
diff --git a/patches/nginx-1.16.0/0003-auto-set-ngx_feature_run_force_result-for-each-featu.patch b/patches/nginx-1.16.1/0003-auto-set-ngx_feature_run_force_result-for-each-featu.patch
similarity index 99%
rename from patches/nginx-1.16.0/0003-auto-set-ngx_feature_run_force_result-for-each-featu.patch
rename to patches/nginx-1.16.1/0003-auto-set-ngx_feature_run_force_result-for-each-featu.patch
index d41f57968..b468812bd 100644
--- a/patches/nginx-1.16.0/0003-auto-set-ngx_feature_run_force_result-for-each-featu.patch
+++ b/patches/nginx-1.16.1/0003-auto-set-ngx_feature_run_force_result-for-each-featu.patch
@@ -104,7 +104,7 @@ index 429468f7fd40..1ed47cca5c89 100644
#include <sys/socket.h>
#include <sys/uio.h>
diff --git a/auto/os/linux b/auto/os/linux
-index 2c8a9bb8e380..eb4513eeed7c 100644
+index 5e280eca75db..50bf84d503d0 100644
--- a/auto/os/linux
+++ b/auto/os/linux
@@ -37,6 +37,7 @@ fi
diff --git a/patches/nginx-1.16.0/0004-auto-lib-libxslt-conf-use-pkg-config.patch b/patches/nginx-1.16.1/0004-auto-lib-libxslt-conf-use-pkg-config.patch
similarity index 84%
rename from patches/nginx-1.16.0/0004-auto-lib-libxslt-conf-use-pkg-config.patch
rename to patches/nginx-1.16.1/0004-auto-lib-libxslt-conf-use-pkg-config.patch
index b6bd50cc3..bd0c07b84 100644
--- a/patches/nginx-1.16.0/0004-auto-lib-libxslt-conf-use-pkg-config.patch
+++ b/patches/nginx-1.16.1/0004-auto-lib-libxslt-conf-use-pkg-config.patch
@@ -7,11 +7,11 @@ dependencies.
Signed-off-by: Martin Bark <martin@barkynet.com>
---
- auto/lib/libxslt/conf | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
+ auto/lib/libxslt/conf | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/auto/lib/libxslt/conf b/auto/lib/libxslt/conf
-index 3a0f37b..3c2a60e 100644
+index 3063ac7ce0c0..3209e3642fdc 100644
--- a/auto/lib/libxslt/conf
+++ b/auto/lib/libxslt/conf
@@ -12,8 +12,9 @@
@@ -25,4 +25,4 @@ index 3a0f37b..3c2a60e 100644
+ ngx_feature_libs="$(${PKG_CONFIG:=pkg-config} --libs libxslt)"
ngx_feature_test="xmlParserCtxtPtr ctxt = NULL;
xsltStylesheetPtr sheet = NULL;
- xmlDocPtr doc;
+ xmlDocPtr doc = NULL;
diff --git a/patches/nginx-1.16.0/0005-auto-unix-make-sys_nerr-guessing-cross-friendly.patch b/patches/nginx-1.16.1/0005-auto-unix-make-sys_nerr-guessing-cross-friendly.patch
similarity index 95%
rename from patches/nginx-1.16.0/0005-auto-unix-make-sys_nerr-guessing-cross-friendly.patch
rename to patches/nginx-1.16.1/0005-auto-unix-make-sys_nerr-guessing-cross-friendly.patch
index 8d10b7455..8a98f197f 100644
--- a/patches/nginx-1.16.0/0005-auto-unix-make-sys_nerr-guessing-cross-friendly.patch
+++ b/patches/nginx-1.16.1/0005-auto-unix-make-sys_nerr-guessing-cross-friendly.patch
@@ -105,10 +105,10 @@ index 000000000000..8970f5f6ec73
+
+echo " $ngx_sys_nerr"
diff --git a/auto/unix b/auto/unix
-index 7d47fe3faaf5..ed821b5a5aaa 100644
+index 3da005375cf5..a67ee3e2939c 100644
--- a/auto/unix
+++ b/auto/unix
-@@ -708,6 +708,10 @@ ngx_feature_incs='#include <errno.h>
+@@ -736,6 +736,10 @@ ngx_feature_incs='#include <errno.h>
#include <stdio.h>'
ngx_feature_path=
ngx_feature_libs=
@@ -119,7 +119,7 @@ index 7d47fe3faaf5..ed821b5a5aaa 100644
ngx_feature_test='printf("%d", sys_nerr);'
. auto/feature
-@@ -756,6 +760,12 @@ if [ $ngx_found = no ]; then
+@@ -784,6 +788,12 @@ if [ $ngx_found = no ]; then
. auto/feature
fi
diff --git a/patches/nginx-1.16.0/0006-auto-lib-openssl-conf-use-pkg-config.patch b/patches/nginx-1.16.1/0006-auto-lib-openssl-conf-use-pkg-config.patch
similarity index 99%
rename from patches/nginx-1.16.0/0006-auto-lib-openssl-conf-use-pkg-config.patch
rename to patches/nginx-1.16.1/0006-auto-lib-openssl-conf-use-pkg-config.patch
index 00b450eb8..5cbd262fe 100644
--- a/patches/nginx-1.16.0/0006-auto-lib-openssl-conf-use-pkg-config.patch
+++ b/patches/nginx-1.16.1/0006-auto-lib-openssl-conf-use-pkg-config.patch
@@ -24,4 +24,4 @@ index 4fb52df7fe17..32ab2a045209 100644
+ ngx_feature_libs="$(${PKG_CONFIG:=pkg-config} --libs openssl) $NGX_LIBDL $NGX_LIBPTHREAD"
ngx_feature_test="SSL_CTX_set_options(NULL, 0)"
. auto/feature
-
+
diff --git a/patches/nginx-1.16.0/0007-auto-lib-libgd-conf-use-pkg-config.patch b/patches/nginx-1.16.1/0007-auto-lib-libgd-conf-use-pkg-config.patch
similarity index 100%
rename from patches/nginx-1.16.0/0007-auto-lib-libgd-conf-use-pkg-config.patch
rename to patches/nginx-1.16.1/0007-auto-lib-libgd-conf-use-pkg-config.patch
diff --git a/patches/nginx-1.16.0/0008-src-os-unix-ngx_linux_config.h-only-include-dlfcn.h-.patch b/patches/nginx-1.16.1/0008-src-os-unix-ngx_linux_config.h-only-include-dlfcn.h-.patch
similarity index 94%
rename from patches/nginx-1.16.0/0008-src-os-unix-ngx_linux_config.h-only-include-dlfcn.h-.patch
rename to patches/nginx-1.16.1/0008-src-os-unix-ngx_linux_config.h-only-include-dlfcn.h-.patch
index 9ab64af16..43b3e2e38 100644
--- a/patches/nginx-1.16.0/0008-src-os-unix-ngx_linux_config.h-only-include-dlfcn.h-.patch
+++ b/patches/nginx-1.16.1/0008-src-os-unix-ngx_linux_config.h-only-include-dlfcn.h-.patch
@@ -9,7 +9,7 @@ Signed-off-by: Martin Bark <martin@barkynet.com>
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h
-index 2f6129d8894e..4244086a6362 100644
+index 3036caebf630..e282a1f7533c 100644
--- a/src/os/unix/ngx_linux_config.h
+++ b/src/os/unix/ngx_linux_config.h
@@ -55,10 +55,12 @@
diff --git a/patches/nginx-1.16.0/0100-auto-endianness-add-mechanism-allowing-to-force-resu.patch b/patches/nginx-1.16.1/0100-auto-endianness-add-mechanism-allowing-to-force-resu.patch
similarity index 100%
rename from patches/nginx-1.16.0/0100-auto-endianness-add-mechanism-allowing-to-force-resu.patch
rename to patches/nginx-1.16.1/0100-auto-endianness-add-mechanism-allowing-to-force-resu.patch
diff --git a/patches/nginx-1.16.0/0101-auto-unix-allow-overriding-the-IPv6-build-test.patch b/patches/nginx-1.16.1/0101-auto-unix-allow-overriding-the-IPv6-build-tests.patch
similarity index 89%
rename from patches/nginx-1.16.0/0101-auto-unix-allow-overriding-the-IPv6-build-test.patch
rename to patches/nginx-1.16.1/0101-auto-unix-allow-overriding-the-IPv6-build-tests.patch
index 2fdf43a4c..d8c4a04b1 100644
--- a/patches/nginx-1.16.0/0101-auto-unix-allow-overriding-the-IPv6-build-test.patch
+++ b/patches/nginx-1.16.1/0101-auto-unix-allow-overriding-the-IPv6-build-tests.patch
@@ -22,18 +22,18 @@ index 8016d802e7a8..a9c6b6ee5eeb 100644
+ ngx_feature_run_force_result_int=0
+ fi
cat << END >> $NGX_AUTO_CONFIG_H
-
+
#ifndef $ngx_feature_name
-#define $ngx_feature_name $ngx_feature_run_force_result
+#define $ngx_feature_name $ngx_feature_run_force_result_int
#endif
-
+
END
diff --git a/auto/unix b/auto/unix
-index ed821b5a5aaa..e7ad3b5c0be5 100644
+index a67ee3e2939c..1c3c1cf5996f 100644
--- a/auto/unix
+++ b/auto/unix
-@@ -412,7 +412,8 @@ ngx_feature_test="setsockopt(0, IPPROTO_IP, IP_PKTINFO, NULL, 0)"
+@@ -440,7 +440,8 @@ ngx_feature_test="struct in_pktinfo pkt;
ngx_feature="IPV6_RECVPKTINFO"
ngx_feature_name="NGX_HAVE_IPV6_RECVPKTINFO"
@@ -43,7 +43,7 @@ index ed821b5a5aaa..e7ad3b5c0be5 100644
ngx_feature_incs="#include <sys/socket.h>
#include <netinet/in.h>"
ngx_feature_path=
-@@ -640,7 +641,8 @@ ngx_param=NGX_MAX_TIME_T_VALUE; ngx_value=$ngx_max_value; . auto/types/value
+@@ -668,7 +669,8 @@ ngx_param=NGX_MAX_TIME_T_VALUE; ngx_value=$ngx_max_value; . auto/types/value
ngx_feature="AF_INET6"
ngx_feature_name="NGX_HAVE_INET6"
diff --git a/patches/nginx-1.16.0/series b/patches/nginx-1.16.1/series
similarity index 84%
rename from patches/nginx-1.16.0/series
rename to patches/nginx-1.16.1/series
index 1e50dfcc4..92d0a70c8 100644
--- a/patches/nginx-1.16.0/series
+++ b/patches/nginx-1.16.1/series
@@ -11,5 +11,5 @@
0008-src-os-unix-ngx_linux_config.h-only-include-dlfcn.h-.patch
#tag:ptxdist --start-number 100
0100-auto-endianness-add-mechanism-allowing-to-force-resu.patch
-0101-auto-unix-allow-overriding-the-IPv6-build-test.patch
-# 296747e524339625bd4ef3856eac1d8b - git-ptx-patches magic
+0101-auto-unix-allow-overriding-the-IPv6-build-tests.patch
+# 2d82d97a87698e491d40c417a32a8a6b - git-ptx-patches magic
diff --git a/rules/nginx.make b/rules/nginx.make
index b7417dd7f..15e71d25a 100644
--- a/rules/nginx.make
+++ b/rules/nginx.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_NGINX) += nginx
#
# Paths and names
#
-NGINX_VERSION := 1.16.0
-NGINX_MD5 := 97207283f30cd90cdba638c3ea30323a
+NGINX_VERSION := 1.16.1
+NGINX_MD5 := 45a80f75336c980d240987badc3dcf60
NGINX := nginx-$(NGINX_VERSION)
NGINX_SUFFIX := tar.gz
NGINX_URL := https://nginx.org/download/$(NGINX).$(NGINX_SUFFIX)
--
2.24.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-11-27 17:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-27 17:39 [ptxdist] [PATCH] nginx: version bump 1.16.0 -> 1.16.1 Clemens Gruber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox