From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] nginx: Update to version 1.22.1 Date: Fri, 25 Nov 2022 11:17:03 +0000 Message-ID: <4AF90045-F7FE-431B-9510-72ABAC212306@ipfire.org> In-Reply-To: <20221125085443.1874-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5729162288860576201==" List-Id: --===============5729162288860576201== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 25 Nov 2022, at 08:54, Adolf Belka wrote: >=20 > - Update from version 1.21.6 to 1.22.1 > - Update of rootfile not required > - Changelog > Changes with nginx 1.22.1 19 Oct = 2022 > *) Security: processing of a specially crafted mp4 file by the > ngx_http_mp4_module might cause a worker process crash, worker > process memory disclosure, or might have potential other impact > (CVE-2022-41741, CVE-2022-41742). > Changes with nginx 1.22.0 24 May = 2022 > *) 1.22.x stable branch. >=20 > Signed-off-by: Adolf Belka > --- > lfs/nginx | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/nginx b/lfs/nginx > index ac0530034..ef13eefb4 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.21.6 > +VER =3D 1.22.1 >=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 13 > +PAK_VER =3D 14 >=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 815d035df33bd947eec41a2f5c993d1f179aa0bd4d069280916a= a089a2f96fd3bada7a7192b4a0ef7b8f43036f3a2def0e93d8c8f720dd7145a5d55ea058652f > +$(DL_FILE)_BLAKE2 =3D 253cd4c53ed0e6d3da8ca0f0ab3b2c46f6c7222c4f6fedd05302= dd05efee31869d25a33947cca3ca526899cbdfcea96754be34e15643ebd77da24175319edb46 >=20 > install : $(TARGET) >=20 > --=20 > 2.38.1 >=20 --===============5729162288860576201==--