From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] nginx: Update to version 1.26.2 Date: Sun, 15 Sep 2024 18:43:41 +0200 Message-ID: <20240915164342.4134180-8-adolf.belka@ipfire.org> In-Reply-To: <20240915164342.4134180-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4164697943660647304==" List-Id: --===============4164697943660647304== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 1.26.1 to 1.26.2 - Update of rootfile not required - CVE Fix in this version - Changelog 1.26.2 *) 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. Signed-off-by: Adolf Belka --- lfs/nginx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/nginx b/lfs/nginx index c344b2955..0468fed11 100644 --- a/lfs/nginx +++ b/lfs/nginx @@ -25,7 +25,7 @@ include Config =20 SUMMARY =3D A HTTP server and IMAP/POP3 proxy server -VER =3D 1.26.1 +VER =3D 1.26.2 =20 THISAPP =3D nginx-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -33,7 +33,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D nginx -PAK_VER =3D 16 +PAK_VER =3D 17 =20 DEPS =3D =20 @@ -47,7 +47,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 5df95f6771a93009f5bd1a4038857c29af580d18af841e8cffe073= 339578b3ae0492d3a4cc797cac03a1039096ac5206ed1fa01da11c98591bce2cc4b2d18679 +$(DL_FILE)_BLAKE2 =3D f054deb47bf21bf963fedc8f980d29c92325bbfcb39c5a2cc67cce= 15add32036f0b771c7abac018ded6354a0df0850ed5843d26e0cf5d9577b70ca3fa89a206c =20 install : $(TARGET) =20 --=20 2.46.0 --===============4164697943660647304==--