Date: Sat, 25 Jan 2025 11:46:22 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 84e35ae81511 - 2025Q1 - =?utf-8?Q?www/angie: Update 1.3.2 =E2=86=92 1.8.1?= Message-ID: <202501251146.50PBkMeA089544@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2025Q1 has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=84e35ae81511dc19b40e7efdcb21bddfe33a73a8 commit 84e35ae81511dc19b40e7efdcb21bddfe33a73a8 Author: Sebastian <sko@rostwald.de> AuthorDate: 2025-01-23 22:12:28 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-01-25 11:43:10 +0000 www/angie: Update 1.3.2 → 1.8.1 Security fixes: * Processing a specially crafted MP4 file with the ngx_http_mp4_module could cause a worker process crash (CVE-2024-7347); the fix was ported from nginx 1.27.1. * When using HTTP/3, processing of a specially crafted QUIC session could cause a worker process crash, worker process memory disclosure on systems with MTU larger than 4096 bytes, or have other impact (CVE-2024-32760, CVE-2024-31079, CVE-2024-35200, CVE-2024-34161); the fix has been ported from nginx 1.26.1. * When using HTTP/3, a segmentation error may have occured in a worker process while processing a specially crafted QUIC session (CVE-2024-24989); note that Angie as of 1.4.0 is already not vulnerable to CVE-2024-24990. Changelogs: https://github.com/webserver-llc/angie/releases/tag/Angie-1.4.0 https://github.com/webserver-llc/angie/releases/tag/Angie-1.4.1 https://github.com/webserver-llc/angie/releases/tag/Angie-1.5.0 https://github.com/webserver-llc/angie/releases/tag/Angie-1.5.1 https://github.com/webserver-llc/angie/releases/tag/Angie-1.5.2 https://github.com/webserver-llc/angie/releases/tag/Angie-1.6.0 https://github.com/webserver-llc/angie/releases/tag/Angie-1.6.1 https://github.com/webserver-llc/angie/releases/tag/Angie-1.6.2 https://github.com/webserver-llc/angie/releases/tag/Angie-1.7.0 https://github.com/webserver-llc/angie/releases/tag/Angie-1.8.0 https://github.com/webserver-llc/angie/releases/tag/Angie-1.8.1 PR: 282394 Approved by: oleg@mamontov.net (maintainer, timeout 3 mounts) (cherry picked from commit 8b183145b96b912496c831e8216db7abaee0b00b) --- www/angie/Makefile | 4 ++-- www/angie/distinfo | 6 +++--- www/angie/pkg-plist | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/www/angie/Makefile b/www/angie/Makefile index 0935cefed343..97361cc17f29 100644 --- a/www/angie/Makefile +++ b/www/angie/Makefile @@ -1,5 +1,5 @@ PORTNAME?= angie -PORTVERSION= 1.3.2 +DISTVERSION= 1.8.1 CATEGORIES+= www MASTER_SITES+= https://download.angie.software/files/:angie DISTNAME= angie-${DISTVERSIONFULL} @@ -159,7 +159,7 @@ do-install: ${LN} -fs angie-nodebug ${STAGEDIR}${PREFIX}/sbin/angie ${INSTALL_MAN} ${WRKSRC}/objs/angie.8 ${STAGEDIR}${PREFIX}/share/man/man8 -.for i in CHANGES CHANGES.ru README.rst +.for i in CHANGES CHANGES.ru ${INSTALL_MAN} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor diff --git a/www/angie/distinfo b/www/angie/distinfo index 6fe046284bb4..08a2f3a44fab 100644 --- a/www/angie/distinfo +++ b/www/angie/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1700819056 -SHA256 (angie-1.3.2.tar.gz) = 636056d60788f8012738eed856733f7515b9cb2de0b002186c5edc820ffafb27 -SIZE (angie-1.3.2.tar.gz) = 1483526 +TIMESTAMP = 1737668800 +SHA256 (angie-1.8.1.tar.gz) = db30b69045cf9a40f144911814414d9e1b4d4370f6693d008f4017dcb4370b4c +SIZE (angie-1.8.1.tar.gz) = 1672621 SHA256 (kjdev-nginx-auth-jwt-2a2bd643295610606734298e5afc1875203664e1_GH0.tar.gz) = fd540226223625c34d988f7bdc0a485b1e7bf76dec0e61ff8e6d9a4e585b8282 SIZE (kjdev-nginx-auth-jwt-2a2bd643295610606734298e5afc1875203664e1_GH0.tar.gz) = 58759 SHA256 (stnoonan-spnego-http-auth-nginx-module-v1.1.1_GH0.tar.gz) = ed267444667d3f85f92d1bd910a7010e8272f4de1aa83afa39c1c97eac17dade diff --git a/www/angie/pkg-plist b/www/angie/pkg-plist index 28b3b43178bd..4f1d8cbb5921 100644 --- a/www/angie/pkg-plist +++ b/www/angie/pkg-plist @@ -13,7 +13,6 @@ sbin/angie share/man/man8/angie.8.gz %%DOCSDIR%%/CHANGES %%DOCSDIR%%/CHANGES.ru -%%DOCSDIR%%/README.rst @sample %%ETCDIR%%/angie.conf.sample @sample %%ETCDIR%%/fastcgi.conf.sample
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501251146.50PBkMeA089544>