git: 227ea79fa715 - main - www/nginx: Update lua-nginx-module
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 May 2022 12:56:59 UTC
The branch main has been updated by joneum: URL: https://cgit.FreeBSD.org/ports/commit/?id=227ea79fa715daf8684a4db2f5bd4bef4ce01f75 commit 227ea79fa715daf8684a4db2f5bd4bef4ce01f75 Author: Jochen Neumeister <joneum@FreeBSD.org> AuthorDate: 2022-05-25 12:55:34 +0000 Commit: Jochen Neumeister <joneum@FreeBSD.org> CommitDate: 2022-05-25 12:56:54 +0000 www/nginx: Update lua-nginx-module Update lua-nginx-module to v0.10.21 and fix some typo PR: 264150 Sponsored by: Netzkommune GmbH --- www/nginx/Makefile | 2 +- www/nginx/Makefile.extmod | 2 +- www/nginx/distinfo | 6 +++--- www/nginx/files/nginx.in | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/www/nginx/Makefile b/www/nginx/Makefile index a7003cd8aede..c8cbdc469d6c 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -2,7 +2,7 @@ PORTNAME= nginx PORTVERSION= 1.22.0 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ diff --git a/www/nginx/Makefile.extmod b/www/nginx/Makefile.extmod index 8128f5908b9d..d7795712907b 100644 --- a/www/nginx/Makefile.extmod +++ b/www/nginx/Makefile.extmod @@ -221,7 +221,7 @@ LUA_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty LUA_RUN_DEPENDS= lua-resty-core>0:www/lua-resty-core LUA_CONFIGURE_ENV= LUAJIT_INC=${LOCALBASE}/include/luajit-2.1 \ LUAJIT_LIB=${LOCALBASE}/lib -LUA_GH_TUPLE= openresty:lua-nginx-module:v0.10.20:lua +LUA_GH_TUPLE= openresty:lua-nginx-module:v0.10.21:lua LUA_VARS= DSO_EXTMODS+=lua MEMC_GH_TUPLE= openresty:memc-nginx-module:v0.19:memc diff --git a/www/nginx/distinfo b/www/nginx/distinfo index c1f3fded5694..a49f2f9bd531 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1653421379 +TIMESTAMP = 1653482532 SHA256 (nginx-1.22.0.tar.gz) = b33d569a6f11a01433a57ce17e83935e953ad4dc77cdd4d40f896c88ac26eb53 SIZE (nginx-1.22.0.tar.gz) = 1073322 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae @@ -103,8 +103,8 @@ SHA256 (baysao-nginx-let-module-c1f23aa_GH0.tar.gz) = 7393809d5d8877812da1bd5b5f SIZE (baysao-nginx-let-module-c1f23aa_GH0.tar.gz) = 20617 SHA256 (Taymindis-nginx-link-function-3.2.4_GH0.tar.gz) = 20c3679199ba7efe1598f03b2fa0b13591226363c8dd7930d7f02702cd5abada SIZE (Taymindis-nginx-link-function-3.2.4_GH0.tar.gz) = 139656 -SHA256 (openresty-lua-nginx-module-v0.10.20_GH0.tar.gz) = efeb38afc966dec36a086a99f9b8706b8a343e5e44d75c19bf8f017ea6657313 -SIZE (openresty-lua-nginx-module-v0.10.20_GH0.tar.gz) = 668516 +SHA256 (openresty-lua-nginx-module-v0.10.21_GH0.tar.gz) = 9db756000578efaecb43bea4fc6cf631aaa80988d86ffe5d3afeb9927895ffad +SIZE (openresty-lua-nginx-module-v0.10.21_GH0.tar.gz) = 690938 SHA256 (openresty-memc-nginx-module-v0.19_GH0.tar.gz) = 8c2bdbe875e4f5225d0778bfb09a2668f9281d7de6218c7b462a7ba2cee06fe8 SIZE (openresty-memc-nginx-module-v0.19_GH0.tar.gz) = 34654 SHA256 (SpiderLabs-ModSecurity-nginx-v1.0.2_GH0.tar.gz) = f8d3ff15520df736c5e20e91d5852ec27e0874566c2afce7dcb979e2298d6980 diff --git a/www/nginx/files/nginx.in b/www/nginx/files/nginx.in index aa463c0c591d..337db1191be7 100644 --- a/www/nginx/files/nginx.in +++ b/www/nginx/files/nginx.in @@ -25,7 +25,7 @@ # nginx_http_accept_enable (bool): Set to "NO" by default. # Set to yes to check for accf_http kernel module # on start-up and load if not loaded. -# nginx_sig_stop (str): Default to "-TERM" +# nginx_sig_stop (str): Default to "TERM" . /etc/rc.subr @@ -133,7 +133,7 @@ nginx_upgrade() run_rc_command ${rc_prefix}reload $rc_extra_args || return 1 } -nginx_prestart() +nginx_prestart() { if checkyesno nginx_http_accept_enable then