diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2025-02-04 16:36:54 -0500 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2025-02-04 16:39:46 -0500 |
commit | e58c8dfe018a3bc2027b7b45843ca3ef42959861 (patch) | |
tree | fd654d87a0a7a6ba8916d302ebca1eddc337191f /www/nginx-devel/files/extra-patch-rds-json-nginx-module-config | |
parent | graphics/xpeps: expire on 2025-02-28 for graphics/peps (diff) |
www/nginx-devel: update third-party modules...
to their recent snapshots or versions:
o) push-stream
o) http_substitutions_filter
o) upload
o) upload-progress
o) upstream_check
o) mod_zip
o) naxsi
o) rds-csv
o) rds-json
o) redis2
o) rtmp
o) set-misc
o) sflow
o) srcache
o) vts
o) xss
Bump PORTREVISION.
Diffstat (limited to 'www/nginx-devel/files/extra-patch-rds-json-nginx-module-config')
-rw-r--r-- | www/nginx-devel/files/extra-patch-rds-json-nginx-module-config | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/www/nginx-devel/files/extra-patch-rds-json-nginx-module-config b/www/nginx-devel/files/extra-patch-rds-json-nginx-module-config deleted file mode 100644 index f3252ac0ba50..000000000000 --- a/www/nginx-devel/files/extra-patch-rds-json-nginx-module-config +++ /dev/null @@ -1,15 +0,0 @@ ---- ../rds-json-nginx-module-0.15/config.orig 2020-04-25 11:39:29.003855000 -0400 -+++ ../rds-json-nginx-module-0.15/config 2020-04-25 11:40:18.345148000 -0400 -@@ -1,5 +1,9 @@ - ngx_addon_name=ngx_http_rds_json_filter_module --HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES ngx_http_rds_json_filter_module" --NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/src/ngx_http_rds_json_filter_module.c $ngx_addon_dir/src/ngx_http_rds_json_processor.c $ngx_addon_dir/src/ngx_http_rds_json_util.c $ngx_addon_dir/src/ngx_http_rds_json_output.c $ngx_addon_dir/src/ngx_http_rds_json_handler.c" --NGX_ADDON_DEPS="$NGX_ADDON_DEPS $ngx_addon_dir/src/ddebug.h $ngx_addon_dir/src/resty_dbd_stream.h $ngx_addon_dir/src/ngx_http_rds_json_filter_module.h $ngx_addon_dir/src/ngx_http_rds_json_processor.h $ngx_addon_dir/src/ngx_http_rds_json_util.h $ngx_addon_dir/src/ngx_http_rds.h $ngx_addon_dir/src/resty_dbd_stream.h $ngx_addon_dir/src/ngx_http_rds_json_output.h $ngx_addon_dir/src/ngx_http_rds_utils.h $ngx_addon_dir/src/ngx_http_rds_json_handler.h" - -+ngx_module_name="$ngx_addon_name" -+ngx_module_type=HTTP_FILTER -+ -+ngx_module_srcs="$ngx_addon_dir/src/ngx_http_rds_json_filter_module.c $ngx_addon_dir/src/ngx_http_rds_json_processor.c $ngx_addon_dir/src/ngx_http_rds_json_util.c $ngx_addon_dir/src/ngx_http_rds_json_output.c $ngx_addon_dir/src/ngx_http_rds_json_handler.c" -+ngx_module_deps="$ngx_addon_dir/src/ddebug.h $ngx_addon_dir/src/resty_dbd_stream.h $ngx_addon_dir/src/ngx_http_rds_json_filter_module.h $ngx_addon_dir/src/ngx_http_rds_json_processor.h $ngx_addon_dir/src/ngx_http_rds_json_util.h $ngx_addon_dir/src/ngx_http_rds.h $ngx_addon_dir/src/resty_dbd_stream.h $ngx_addon_dir/src/ngx_http_rds_json_output.h $ngx_addon_dir/src/ngx_http_rds_utils.h $ngx_addon_dir/src/ngx_http_rds_json_handler.h" -+ -+. auto/module |