FreeBSD Bugzilla – Attachment 234112 Details for
Bug 264150
www/nginx: Update lua-nginx-module to v0.10.21 and fix some typo
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
nginx.diff
nginx.diff (text/plain), 2.65 KB, created by
Dmitry Wagin
on 2022-05-22 10:26:25 UTC
(
hide
)
Description:
nginx.diff
Filename:
MIME Type:
Creator:
Dmitry Wagin
Created:
2022-05-22 10:26:25 UTC
Size:
2.65 KB
patch
obsolete
>diff --git a/www/nginx/Makefile.extmod b/www/nginx/Makefile.extmod >index 8128f5908b..d779571290 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 047eeab687..19574c0598 100644 >--- a/www/nginx/distinfo >+++ b/www/nginx/distinfo >@@ -1,4 +1,4 @@ >-TIMESTAMP = 1645303393 >+TIMESTAMP = 1653213789 > SHA256 (nginx-1.20.2.tar.gz) = 958876757782190a1653e14dc26dfc7ba263de310e04c113e11e97d1bef45a42 > SIZE (nginx-1.20.2.tar.gz) = 1062124 > 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 aa463c0c59..337db1191b 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 264150
:
234112
|
234125