diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2024-08-21 21:34:55 -0400 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2024-08-21 21:35:52 -0400 |
commit | 1c7eebf8d2386cda912c413bedc5ee989de6935d (patch) | |
tree | b0d94c243ae98307539597f5403b4d0e5ede7b1b /www/nginx-devel/Makefile | |
parent | security/vuxml: document buffer overread vulnerability in nginx (diff) |
www/nginx-devel: security update 1.27.0 -> 1.27.1
<ChangeLog>
*) Security: processing of a specially crafted mp4 file by the
ngx_http_mp4_module might cause a worker process crash
(CVE-2024-7347).
Thanks to Nils Bars.
*) Change: now the stream module handler is not mandatory.
*) Bugfix: new HTTP/2 connections might ignore graceful shutdown of old
worker processes.
Thanks to Kasei Wang.
*) Bugfixes in HTTP/3.
</ChangeLog>
Diffstat (limited to 'www/nginx-devel/Makefile')
-rw-r--r-- | www/nginx-devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index c723088cb4a8..34abf506ef46 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,6 +1,5 @@ PORTNAME?= nginx -PORTVERSION= 1.27.0 -PORTREVISION= 9 +PORTVERSION= 1.27.1 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ LOCAL/osa |