Date: Sun, 28 Dec 2025 09:25:15 +0000 From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3c1ad1f3a9b3 - main - www/nginx-devel: Update to 1.29.4 Message-ID: <6950f77b.b4f7.20a0e58f@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by joneum: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c1ad1f3a9b3c1491bd5d39108bcf69138b87a53 commit 3c1ad1f3a9b3c1491bd5d39108bcf69138b87a53 Author: Jochen Neumeister <joneum@FreeBSD.org> AuthorDate: 2025-12-28 09:23:27 +0000 Commit: Jochen Neumeister <joneum@FreeBSD.org> CommitDate: 2025-12-28 09:25:03 +0000 www/nginx-devel: Update to 1.29.4 Changelog: *) Feature: the ngx_http_proxy_module supports HTTP/2. *) Feature: Encrypted ClientHello TLS extension support when using OpenSSL ECH feature branch; the "ssl_ech_file" directive. Thanks to Stephen Farrell. *) Change: validation of host and port in the request line, "Host" header field, and ":authority" pseudo-header field has been changed to follow RFC 3986. *) Change: now a single LF used as a line terminator in a chunked request or response body is considered an error. *) Bugfix: when using HTTP/3 with OpenSSL 3.5.1 or newer a segmentation fault might occur in a worker process; the bug had appeared in 1.29.1. Thanks to Jan Svojanovsky. *) Bugfix: a segmentation fault might occur in a worker process if the "try_files" directive and "proxy_pass" with a URI were used. Sponsored by: Netzkommune GmbH --- www/nginx-devel/Makefile | 2 +- www/nginx-devel/distinfo | 6 +++--- www/nginx-devel/version.mk | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index ae280e855b9c..52dc99ad6181 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,7 +1,7 @@ PORTNAME?= nginx PORTVERSION= ${NGINX_VERSION} .include "version.mk" -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ LOCAL/osa diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 49331bb3daa7..73cb93d2aad3 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1762713414 -SHA256 (nginx-1.29.3.tar.gz) = 9befcced12ee09c2f4e1385d7e8e21c91f1a5a63b196f78f897c2d044b8c9312 -SIZE (nginx-1.29.3.tar.gz) = 1289818 +TIMESTAMP = 1766140590 +SHA256 (nginx-1.29.4.tar.gz) = 5a7d37eee505866fbab5810fa9f78247d6d5d9157a595c4e7a72043141ddab25 +SIZE (nginx-1.29.4.tar.gz) = 1309500 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae SIZE (nginx_mogilefs_module-1.0.4.tar.gz) = 11208 SHA256 (passenger-6.0.27.tar.gz) = 82c830aee98feece09e84309c2d0c6bb3f7b22a3c8e33cfe93b5e0d498615d0f diff --git a/www/nginx-devel/version.mk b/www/nginx-devel/version.mk index 118d35007e58..456897405932 100644 --- a/www/nginx-devel/version.mk +++ b/www/nginx-devel/version.mk @@ -1 +1 @@ -NGINX_VERSION= 1.29.3 +NGINX_VERSION= 1.29.4home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6950f77b.b4f7.20a0e58f>
