diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2025-02-06 19:27:32 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2025-02-06 19:30:53 +0000 |
commit | e112dab88c19253b68eb7cef3264ca4a6a824ce8 (patch) | |
tree | 499c9fc218681b4ac3776b4cec4895f2e49501c2 | |
parent | f5ee4f2f7b0689ec96fac6abbf2e911b730a526c (diff) |
www/nginx: Update to 1.26.3
Changes with nginx 1.26.3 05 Feb 2025
*) Security: insufficient check in virtual servers handling with
TLSv1.3 SNI allowed to reuse SSL sessions in a different virtual server,
to bypass client SSL certificates verification (CVE-2025-23419).
*) Bugfix: in the ngx_http_mp4_module.
Thanks to Nils Bars.
*) Workaround: "gzip filter failed to use preallocated memory"
alerts appeared in logs when using zlib-ng.
*) Bugfix: nginx could not build libatomic library using the library
sources if the --with-libatomic=DIR option was used.
*) Bugfix: nginx now ignores QUIC version negotiation packets from
clients.
*) Bugfix: nginx could not be built on Solaris 10 and earlier with
the ngx_http_v3_module.
*) Bugfixes in HTTP/3.
Sponsored by: Netzkommune GmbH
-rw-r--r-- | www/nginx/Makefile | 4 | ||||
-rw-r--r-- | www/nginx/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index dcbd16de74ad..1865bfd28110 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,6 @@ PORTNAME= nginx -PORTVERSION= 1.26.2 -PORTREVISION= 12 +PORTVERSION= 1.26.3 +PORTREVISION= 0 PORTEPOCH= 3 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ diff --git a/www/nginx/distinfo b/www/nginx/distinfo index da4467de3746..058007352bb5 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1738602099 -SHA256 (nginx-1.26.2.tar.gz) = 627fe086209bba80a2853a0add9d958d7ebbdffa1a8467a5784c9a6b4f03d738 -SIZE (nginx-1.26.2.tar.gz) = 1244789 +TIMESTAMP = 1738868642 +SHA256 (nginx-1.26.3.tar.gz) = 69ee2b237744036e61d24b836668aad3040dda461fe6f570f1787eab570c75aa +SIZE (nginx-1.26.3.tar.gz) = 1260179 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae SIZE (nginx_mogilefs_module-1.0.4.tar.gz) = 11208 SHA256 (ngx_http_redis-0.3.9.tar.gz) = 21f87540f0a44b23ffa5df16fb3d788bc90803b255ef14f9c26e3847a6f26f46 |