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.15.1 Date: Sat, 04 Aug 2018 14:58:46 +0100 Message-ID: <9a48c6aa9ffaa31658ef4e7c4530120e22af7006.camel@ipfire.org> In-Reply-To: <1533383340-29361-1-git-send-email-erik.kapfer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2939328337468374251==" List-Id: --===============2939328337468374251== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, have you tested if configuration needs any migration? Best, -Michael On Sat, 2018-08-04 at 13:49 +0200, Erik Kapfer wrote: > Deleted last slash in --prefix configure option to prevent such --> > https://forum.ipfire.org/viewtopic.php?t=3D19213#p109787 problems. > --- > lfs/nginx | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) >=20 > diff --git a/lfs/nginx b/lfs/nginx > index 0fa6250..ecbe162 100644 > --- a/lfs/nginx > +++ b/lfs/nginx > @@ -1,7 +1,7 @@ > ##########################################################################= ##### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-14 IPFire Team = # > +# Copyright (C) 2007-18 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.13.7 > +VER =3D 1.15.1 > =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 7 > +PAK_VER =3D 8 > =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 5fcd056b40cb5c47b053fb14a2a89e7d > +$(DL_FILE)_MD5 =3D 2dd5a265c54a76b699443931d80a61b9 > =20 > install : $(TARGET) > =20 > @@ -76,7 +76,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > @$(PREBUILD) > @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) > cd $(DIR_APP) && ./configure \ > - --prefix=3D/usr/share/nginx/ \ > + --prefix=3D/usr/share/nginx \ > --conf-path=3D/etc/nginx/nginx.conf \ > --sbin-path=3D/usr/sbin/nginx \ > --pid-path=3D/var/run/nginx.pid \ --===============2939328337468374251==--