From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] nginx: Update to version 1.17.8 . Date: Tue, 10 Mar 2020 16:28:56 +0100 Message-ID: <20200310152856.8040-1-erik.kapfer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7273940259553490550==" List-Id: --===============7273940259553490550== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable New mainlain version which includes hugh amount of changes. For a complete overview, please take alook in here --> http://nginx.org/en/CHANGES . Signed-off-by: Erik Kapfer --- lfs/nginx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lfs/nginx b/lfs/nginx index 5a24678c8..4a52e9471 100644 --- a/lfs/nginx +++ b/lfs/nginx @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2019 IPFire Team = # +# Copyright (C) 2007-2020 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.15.9 +VER =3D 1.17.8 =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 9 +PAK_VER =3D 10 =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 00dde20d4d2cc65bdaf8950a5bd3e14b +$(DL_FILE)_MD5 =3D 29cd861a13aae69a058cbabaae86177b =20 install : $(TARGET) =20 @@ -88,8 +88,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --error-log-path=3D/var/log/nginx/error.log \ --user=3Dnobody \ --group=3Dnobody \ - --with-imap \ - --with-imap_ssl_module \ + --with-mail \ + --with-mail_ssl_module \ --with-http_ssl_module \ --with-http_gunzip_module \ --with-http_gzip_static_module \ --=20 2.12.2 --===============7273940259553490550==--