From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik To: development@lists.ipfire.org Subject: [PATCH] nginx: Update to version 1.19.2 Date: Tue, 29 Sep 2020 10:53:21 +0200 Message-ID: <20200929085321.17799-1-ummeegge@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6745150384258008696==" List-Id: --===============6745150384258008696== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Several bugfixes and features has been integrated since version 1.17.8. A full overview of all changes are located in here --> https://github.com/ngi= nx/nginx-releases/blob/master/CHANGES . Signed-off-by: Erik --- lfs/nginx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/nginx b/lfs/nginx index 4a52e9471..183fae1de 100644 --- a/lfs/nginx +++ b/lfs/nginx @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.17.8 +VER =3D 1.19.2 =20 THISAPP =3D nginx-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D nginx -PAK_VER =3D 10 +PAK_VER =3D 11 =20 ############################################################################= ### # Top-level Rules @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 29cd861a13aae69a058cbabaae86177b +$(DL_FILE)_MD5 =3D 3dc55f6451ed6f819f1c796f4e5e9617 =20 install : $(TARGET) =20 --=20 2.12.2 --===============6745150384258008696==--