diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2023-04-17 12:13:29 +0200 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2023-04-17 12:20:52 +0200 |
commit | 364b314d88996ec0e94b44e8b4297bb52170e4cb (patch) | |
tree | c2d7e1e5be8431023f53bae686fb5b87afb010b1 /www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config | |
parent | net-im/gotosocial: update to 0.8.0 (diff) |
www/nginx: Update to 1.24.0
Update NGINX to 1.24.0
Overview of the changes from nginx-devel. Osa has made many good changes in the last devel phases. These have been adopted into the nginx port (httpv3 ....). Also all modules were updated to the latest version
Sponsored by: Netzkommune GmbH
Diffstat (limited to 'www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config')
-rw-r--r-- | www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config b/www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config deleted file mode 100644 index 4acc8aee7492..000000000000 --- a/www/nginx/files/extra-patch-openresty-set-misc-nginx-module-config +++ /dev/null @@ -1,13 +0,0 @@ ---- ../set-misc-nginx-module-0.29/config.orig 2011-12-09 10:27:53.861265188 +0300 -+++ ../set-misc-nginx-module-0.29/config 2011-12-09 10:28:07.107259301 +0300 -@@ -1,10 +1,3 @@ --if echo $HTTP_MODULES | grep " ndk_http_module" > /dev/null; then -- echo "found ngx_devel_kit for ngx_set_misc; looks good." --else -- echo "error: ngx_devel_kit is required to build ngx_set_misc; please put it before ngx_set_misc." 1>&2 -- exit 1 --fi -- - ngx_addon_name=ngx_http_set_misc_module - HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES ngx_http_set_misc_module" - NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/src/ngx_http_set_base32.c $ngx_addon_dir/src/ngx_http_set_default_value.c $ngx_addon_dir/src/ngx_http_set_hashed_upstream.c $ngx_addon_dir/src/ngx_http_set_quote_sql.c $ngx_addon_dir/src/ngx_http_set_quote_json.c $ngx_addon_dir/src/ngx_http_set_unescape_uri.c $ngx_addon_dir/src/ngx_http_set_misc_module.c $ngx_addon_dir/src/ngx_http_set_escape_uri.c $ngx_addon_dir/src/ngx_http_set_hash.c $ngx_addon_dir/src/ngx_http_set_local_today.c $ngx_addon_dir/src/ngx_http_set_hex.c $ngx_addon_dir/src/ngx_http_set_base64.c $ngx_addon_dir/src/ngx_http_set_random.c" |