head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.24 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.22 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.20 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.18 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.16 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.14 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.12 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.10 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.8 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.6 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.4 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.2 pkgsrc-2023Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2023.04.18.18.41.59; author osa; state Exp; branches; next ; commitid dj52Emm3oit6wClE; desc @@ 1.1 log @www/nginx*: update to the latest stable version - 1.24.0 The new stable version incorporating new features and bug fixes from the 1.23.x mainline branch, including improved handling of multiple header lines with identical names, memory usage optimization in configurations with SSL proxying, better sanity checking of the listen directive protocol parameters, TLSv1.3 protocol enabled by default, automatic rotation of TLS session tickets encryption keys when using shared memory in the ssl_session_cache directive, and more. Syncronize www/nginx and www/nginx-devel ports, including: o) merge recent versions of third-party modules from www/nginx-devel to www/nginx; o) syncronize patches between www/nginx and www/nginx-devel; o) syncronize MESSAGE; o) remove needless patches; o) move pcre2 support to the main Makefile, remove `pcre' option and devel/pcre support for the both whole ports, but keep it for the third-party `lua' module; o) update naxsi third-party module to its recent commit. @ text @$NetBSD: patch-auto_install,v 1.2 2016/06/15 14:53:48 fhajny Exp $ Do not create PID directory. --- auto/install.orig 2016-05-31 13:43:50.000000000 +0000 +++ auto/install @@@@ -148,9 +148,6 @@@@ install: build $NGX_INSTALL_PERL_MODULES || cp conf/nginx.conf '\$(DESTDIR)$NGX_CONF_PATH' cp conf/nginx.conf '\$(DESTDIR)$NGX_CONF_PREFIX/nginx.conf.default' - test -d '\$(DESTDIR)`dirname "$NGX_PID_PATH"`' \\ - || mkdir -p '\$(DESTDIR)`dirname "$NGX_PID_PATH"`' - test -d '\$(DESTDIR)`dirname "$NGX_HTTP_LOG_PATH"`' \\ || mkdir -p '\$(DESTDIR)`dirname "$NGX_HTTP_LOG_PATH"`' @