From bbe7b14207e89e436815e80ed5a0d090318042c5 Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Sun, 18 Aug 2024 14:17:44 -0500 Subject: [PATCH] [notify] nginx: updated to version 1.27.1; security update, fixes CVE-2024-7347 See the following for details: https://nginx.org/en/security_advisories.html https://www.cve.org/CVERecord?id=CVE-2024-7347 --- nginx/.signature | 6 +++--- nginx/Pkgfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nginx/.signature b/nginx/.signature index fc265b7c5..4bbcebb0e 100644 --- a/nginx/.signature +++ b/nginx/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32ke9D7MVPL+OI1It6PwevwuI6D40laR255UtwAqIPXlUVAtD9GhsPOW21wEUGujgqmIO/L/KVw/s4a1kcfP5Qk= -SHA256 (Pkgfile) = 2ca20c40f62d34a06bfb9dc6811ec10dc42b321d932adc4dd97a4c118d8c1c8d +RWSagIOpLGJF34IMcI79BgHmLzcdzEdKhRgLcwOREWZw/43PoV0HbVKvt80fTuEY2lpQl3zFOsBfurQnkNX9/Sm8tinJpnn1zQQ= +SHA256 (Pkgfile) = 8d51622c9208caf7bf2d7da593b8808c2bbc78e82bee8b276b01b877daab7032 SHA256 (.footprint) = c8dfe207589b70bb8aa88c8496b88ddabdf83f19990e63f328c0b02f10456922 -SHA256 (nginx-1.27.0.tar.gz) = b7230e3cf87eaa2d4b0bc56aadc920a960c7873b9991a1b66ffcc08fc650129c +SHA256 (nginx-1.27.1.tar.gz) = bd7ba68a6ce1ea3768b771c7e2ab4955a59fb1b1ae8d554fedb6c2304104bdfc SHA256 (nginx.conf) = 703ff410335496a7fc8617845e62d4fedf3782ffa0434959b6b04a87fa49423d SHA256 (nginx.rc) = d6ead8d9dd31911cab4acc5b2be8c54e3f4f8633db8b7ad0775a61d92aa751ad diff --git a/nginx/Pkgfile b/nginx/Pkgfile index 87ab422a9..d8e29cec5 100644 --- a/nginx/Pkgfile +++ b/nginx/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libpcre2 zlib openssl name=nginx -version=1.27.0 +version=1.27.1 release=1 source=(http://nginx.org/download/$name-$version.tar.gz \ $name.conf $name.rc)