summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2020-06-05 09:43:11 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2020-06-05 09:43:11 +0000
commit00f02ee593639facb9fad88354075e824fb335cb (patch)
treedd5d9f3ef6a2d3d5c3251a8a2137b28146ad8e6d
parent- Update WWW (diff)
Update 3rd party module nginx-link-function to 3.2.3
Reported by: kidon at posteo de via eMail Sponsored by: Netzkommune GmbH
Notes
Notes: svn path=/head/; revision=538002
-rw-r--r--www/nginx/Makefile2
-rw-r--r--www/nginx/Makefile.extmod2
-rw-r--r--www/nginx/distinfo6
-rw-r--r--www/nginx/files/extra-patch-nginx-link-function-config4
-rw-r--r--www/nginx/files/extra-patch-ngx_link_func_module.c4
5 files changed, 9 insertions, 9 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 2ad200f4f4f3..36832df0c194 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nginx
PORTVERSION= 1.18.0
-PORTREVISION?= 7
+PORTREVISION?= 8
PORTEPOCH= 2
CATEGORIES= www
MASTER_SITES= https://nginx.org/download/ \
diff --git a/www/nginx/Makefile.extmod b/www/nginx/Makefile.extmod
index a0d03f263a75..048035c7ef0e 100644
--- a/www/nginx/Makefile.extmod
+++ b/www/nginx/Makefile.extmod
@@ -208,7 +208,7 @@ ICONV_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-calio-iconv-nginx-module-config
LET_GH_TUPLE= baysao:nginx-let-module:c1f23aa:let
LET_VARS= DSO_EXTMODS+=let
-LINK_GH_TUPLE= Taymindis:nginx-link-function:3.2.2:link
+LINK_GH_TUPLE= Taymindis:nginx-link-function:3.2.3:link
LINK_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nginx-link-function-config \
${PATCHDIR}/extra-patch-ngx_link_func_module.c
LINK_VARS= DSO_EXTMODS+=link
diff --git a/www/nginx/distinfo b/www/nginx/distinfo
index 04070d3c7d15..b10f00c69c28 100644
--- a/www/nginx/distinfo
+++ b/www/nginx/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1591302281
+TIMESTAMP = 1591338984
SHA256 (nginx-1.18.0.tar.gz) = 4c373e7ab5bf91d34a4f11a0c9496561061ba5eee6020db272a17a7228d35f99
SIZE (nginx-1.18.0.tar.gz) = 1039530
SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
@@ -105,8 +105,8 @@ SHA256 (calio-iconv-nginx-module-v0.14_GH0.tar.gz) = b8b9f355c05c0790226512f6732
SIZE (calio-iconv-nginx-module-v0.14_GH0.tar.gz) = 13133
SHA256 (baysao-nginx-let-module-c1f23aa_GH0.tar.gz) = 7393809d5d8877812da1bd5b5fbd1d8b00bc85e71f2f387c344f007773e49050
SIZE (baysao-nginx-let-module-c1f23aa_GH0.tar.gz) = 20617
-SHA256 (Taymindis-nginx-link-function-3.2.2_GH0.tar.gz) = ef6c17bad33af15d816e21a3c82a5feb8769564e6b52c10384cffd35f757ee5d
-SIZE (Taymindis-nginx-link-function-3.2.2_GH0.tar.gz) = 145304
+SHA256 (Taymindis-nginx-link-function-3.2.3_GH0.tar.gz) = 0b74d94896709aba21036ed6f9dfd63c9efc5b9921ee5892d28a4b03bd9b09bd
+SIZE (Taymindis-nginx-link-function-3.2.3_GH0.tar.gz) = 145317
SHA256 (openresty-lua-nginx-module-v0.10.15_GH0.tar.gz) = 7d5f3439c8df56046d0564b5857fd8a30296ab1bd6df0f048aed7afb56a0a4c2
SIZE (openresty-lua-nginx-module-v0.10.15_GH0.tar.gz) = 655110
SHA256 (openresty-memc-nginx-module-v0.18_GH0.tar.gz) = 4e280d1dcb8b312bc7875604c1e35b17879279126d3d5fbf482aa9cc7c11276d
diff --git a/www/nginx/files/extra-patch-nginx-link-function-config b/www/nginx/files/extra-patch-nginx-link-function-config
index 7e2971304e1a..d5e7e1d19314 100644
--- a/www/nginx/files/extra-patch-nginx-link-function-config
+++ b/www/nginx/files/extra-patch-nginx-link-function-config
@@ -1,5 +1,5 @@
---- ../nginx-link-function-3.2.2/config.orig 2019-02-22 21:19:02.000000000 -0500
-+++ ../nginx-link-function-3.2.2/config 2020-01-24 10:29:53.871805000 -0500
+--- ../nginx-link-function-3.2.3/config.orig 2019-02-22 21:19:02.000000000 -0500
++++ ../nginx-link-function-3.2.3/config 2020-01-24 10:29:53.871805000 -0500
@@ -15,24 +15,6 @@
#echo "#define NGINX_HTTP_HTTP_LINK_FUNC_VERSION \""$HTTP_LINK_FUNC_VERSION"\"" > $NGX_OBJS/ngx_vod_version.h
diff --git a/www/nginx/files/extra-patch-ngx_link_func_module.c b/www/nginx/files/extra-patch-ngx_link_func_module.c
index 845e1e06d882..6dea2f976e45 100644
--- a/www/nginx/files/extra-patch-ngx_link_func_module.c
+++ b/www/nginx/files/extra-patch-ngx_link_func_module.c
@@ -1,5 +1,5 @@
---- ../nginx-link-function-3.2.2/src/ngx_link_func_module.c.orig 2020-01-24 10:32:50.550797000 -0500
-+++ ../nginx-link-function-3.2.2/src/ngx_link_func_module.c 2020-01-24 10:33:17.135348000 -0500
+--- ../nginx-link-function-3.2.3/src/ngx_link_func_module.c.orig 2020-01-24 10:32:50.550797000 -0500
++++ ../nginx-link-function-3.2.3/src/ngx_link_func_module.c 2020-01-24 10:33:17.135348000 -0500
@@ -35,7 +35,7 @@
#include <ngx_config.h>
#include <ngx_core.h>