FreeBSD Bugzilla – Attachment 249187 Details for
Bug 277719
www/nginx: Add support for 3rd party stream-lua-nginx-module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for www/nginx
nginx.diff (text/plain), 3.49 KB, created by
Xavier Beaudouin
on 2024-03-15 14:36:09 UTC
(
hide
)
Description:
Patch for www/nginx
Filename:
MIME Type:
Creator:
Xavier Beaudouin
Created:
2024-03-15 14:36:09 UTC
Size:
3.49 KB
patch
obsolete
>diff -u --recursive --new-file nginx.old/Makefile nginx/Makefile >--- nginx.old/Makefile 2024-03-11 12:30:53.000000000 +0100 >+++ nginx/Makefile 2024-03-15 15:13:15.410072000 +0100 >@@ -1,6 +1,6 @@ > PORTNAME= nginx > PORTVERSION= 1.24.0 >-PORTREVISION?= 16 >+PORTREVISION?= 17 > PORTEPOCH= 3 > CATEGORIES= www > MASTER_SITES= https://nginx.org/download/ \ >diff -u --recursive --new-file nginx.old/Makefile.extmod nginx/Makefile.extmod >--- nginx.old/Makefile.extmod 2024-03-11 12:30:53.000000000 +0100 >+++ nginx/Makefile.extmod 2024-03-15 15:14:33.731613000 +0100 >@@ -10,7 +10,7 @@ > HTTP_JSON_STATUS HTTP_MOGILEFS HTTP_MP4_H264 HTTP_NOTICE HTTP_PROXY_CONNECT HTTP_PUSH \ > HTTP_PUSH_STREAM HTTP_REDIS HTTP_SLICE_AHEAD HTTP_SUBS_FILTER HTTP_TARANTOOL \ > HTTP_UPLOAD HTTP_UPLOAD_PROGRESS HTTP_UPSTREAM_CHECK HTTP_UPSTREAM_FAIR \ >- HTTP_UPSTREAM_STICKY HTTP_VIDEO_THUMBEXTRACTOR HTTP_ZIP ICONV LET LINK LUA MEMC \ >+ HTTP_UPSTREAM_STICKY HTTP_VIDEO_THUMBEXTRACTOR HTTP_ZIP ICONV LET LINK LUA LUASTREAM MEMC \ > MODSECURITY3 NAXSI PASSENGER POSTGRES RDS_CSV RDS_JSON REDIS2\ > RTMP SET_MISC SFLOW SHIBBOLETH SLOWFS_CACHE SRCACHE STS VOD VTS \ > XSS WEBSOCKIFY >@@ -228,6 +228,14 @@ > LUAJIT_LIB=${LOCALBASE}/lib > LUA_GH_TUPLE= openresty:lua-nginx-module:v0.10.26:lua > LUA_VARS= DSO_EXTMODS+=lua >+ >+LUASTREAM_IMPLIES= DEVEL_KIT >+LUASTREAM_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty >+LUASTREAM_RUN_DEPENDS= lua-resty-core>0:www/lua-resty-core >+LUASTREAM_CONFIGURE_ENV=LUAJIT_INC=${LOCALBASE}/include/luajit-2.1 \ >+ LUAJIT_LIB=${LOCALBASE}/lib >+LUASTREAM_GH_TUPLE= openresty:stream-lua-nginx-module:v0.0.14:luastream >+LUASTREAM_VARS= DSO_EXTMODS+=luastream > > LINK_GH_TUPLE= Taymindis:nginx-link-function:3.2.4:link > LINK_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nginx-link-function-config \ >diff -u --recursive --new-file nginx.old/Makefile.options.desc nginx/Makefile.options.desc >--- nginx.old/Makefile.options.desc 2024-03-11 12:30:53.000000000 +0100 >+++ nginx/Makefile.options.desc 2024-03-15 15:15:05.324348000 +0100 >@@ -82,6 +82,7 @@ > LET_DESC= 3rd party let module > LINK_DESC= 3rd party link function module > LUA_DESC= 3rd party lua module >+LUASTREAM_DESC= 3rd party lua stream module > MAILGRP_DESC= Modules that require MAIL module > MAIL_DESC= Enable IMAP4/POP3/SMTP proxy module > MAIL_IMAP_DESC= Enable IMAP4 proxy module >diff -u --recursive --new-file nginx.old/distinfo nginx/distinfo >--- nginx.old/distinfo 2024-02-21 20:14:26.000000000 +0100 >+++ nginx/distinfo 2024-03-15 15:15:36.344145000 +0100 >@@ -143,3 +143,5 @@ > SIZE (tg123-websockify-nginx-module-c11bc9a_GH0.tar.gz) = 14646 > SHA256 (openresty-xss-nginx-module-v0.06_GH0.tar.gz) = 0b12bbc53a41f3e3d6df419c173b8c87434be3e6cd255a8193aa91345a2de6cf > SIZE (openresty-xss-nginx-module-v0.06_GH0.tar.gz) = 12448 >+SHA256 (openresty-stream-lua-nginx-module-v0.0.14_GH0.tar.gz) = 8e2ff6ad5f91127da3c01757e7e654f1addf9769450d9159601d2cc153953c47 >+SIZE (openresty-stream-lua-nginx-module-v0.0.14_GH0.tar.gz) = 381313 >diff -u --recursive --new-file nginx.old/pkg-plist nginx/pkg-plist >--- nginx.old/pkg-plist 2024-03-11 12:30:53.000000000 +0100 >+++ nginx/pkg-plist 2024-03-15 15:16:33.870092000 +0100 >@@ -63,6 +63,7 @@ > %%DSO%%%%LET%%libexec/nginx/ngx_http_let_module.so > %%DSO%%%%LINK%%libexec/nginx/ngx_http_link_func_module.so > %%DSO%%%%LUA%%libexec/nginx/ngx_http_lua_module.so >+%%DSO%%%%LUASTREAM%%libexec/nginx/ngx_stream_lua_module.so > %%DSO%%%%MAIL%%libexec/nginx/ngx_mail_module.so > %%DSO%%%%MAIL%%%%CT%%libexec/nginx/ngx_mail_ssl_ct_module.so > %%DSO%%%%MEMC%%libexec/nginx/ngx_http_memc_module.so
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 277719
:
249185
| 249187 |
249188
|
249189
|
249190
|
249191
|
249192