From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. d0d79462d654a490b47874583a014d151bdb9717 Date: Thu, 11 Jul 2019 11:38:05 +0100 Message-ID: <20190711103805.B17D384FDAF@people01.i.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9196459482405732557==" List-Id: --===============9196459482405732557== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via d0d79462d654a490b47874583a014d151bdb9717 (commit) via 61e1ad2703868fe84f4505cbbf9d2f109256aef7 (commit) from dd4f9a87c1f2dc48d31a939f60c651bbb2688797 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d0d79462d654a490b47874583a014d151bdb9717 Author: Michael Tremer Date: Tue Jul 9 09:54:55 2019 +0100 core135: Ship updated squid =20 Signed-off-by: Michael Tremer commit 61e1ad2703868fe84f4505cbbf9d2f109256aef7 Author: Matthias Fischer Date: Wed Jul 10 14:20:22 2019 +0200 squid: Update to 4.8 =20 Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/{oldcore/100 =3D> core/135}/filelists/squid | 0 config/rootfiles/core/135/update.sh | 2 ++ lfs/squid | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) copy config/rootfiles/{oldcore/100 =3D> core/135}/filelists/squid (100%) Difference in files: diff --git a/config/rootfiles/core/135/filelists/squid b/config/rootfiles/cor= e/135/filelists/squid new file mode 120000 index 000000000..2dc8372a0 --- /dev/null +++ b/config/rootfiles/core/135/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/config/rootfiles/core/135/update.sh b/config/rootfiles/core/135/= update.sh index dd79f65af..56854d2c9 100644 --- a/config/rootfiles/core/135/update.sh +++ b/config/rootfiles/core/135/update.sh @@ -37,6 +37,7 @@ rm -vf \ /etc/rc.d/rcsysinit.d/S74aws =20 # Stop services +/etc/init.d/squid stop =20 # Extract files extract_files @@ -48,6 +49,7 @@ ldconfig /usr/local/bin/update-lang-cache =20 # Start services +/etc/init.d/squid start =20 # Finish /etc/init.d/fireinfo start diff --git a/lfs/squid b/lfs/squid index 92392ea21..7df658a20 100644 --- a/lfs/squid +++ b/lfs/squid @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 4.7 +VER =3D 4.8 =20 THISAPP =3D squid-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -46,7 +46,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D ec7be696032b962eac9ba5726940a3aa +$(DL_FILE)_MD5 =3D 08e018f2d8db4911ee90591284fa1ca5 =20 install : $(TARGET) =20 hooks/post-receive -- IPFire 2.x development tree --===============9196459482405732557==--