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 michael.tremer@ipfire.org Date: Tue Jul 9 09:54:55 2019 +0100
core135: Ship updated squid
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 61e1ad2703868fe84f4505cbbf9d2f109256aef7 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Wed Jul 10 14:20:22 2019 +0200
squid: Update to 4.8
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/100 => 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 => core/135}/filelists/squid (100%)
Difference in files: diff --git a/config/rootfiles/core/135/filelists/squid b/config/rootfiles/core/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
# Stop services +/etc/init.d/squid stop
# Extract files extract_files @@ -48,6 +49,7 @@ ldconfig /usr/local/bin/update-lang-cache
# Start services +/etc/init.d/squid start
# 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 @@
include Config
-VER = 4.7 +VER = 4.8
THISAPP = squid-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -46,7 +46,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = ec7be696032b962eac9ba5726940a3aa +$(DL_FILE)_MD5 = 08e018f2d8db4911ee90591284fa1ca5
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree