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 7dd292543e2d9c7d1f19071939cc28fdbe64303e (commit) via 19f6c5996613f69ae218498fa33f340b19e4148f (commit) from 3f8263b80a160b9f14bd7015498c61b565029214 (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 7dd292543e2d9c7d1f19071939cc28fdbe64303e Author: Peter Müller peter.mueller@ipfire.org Date: Tue Jun 7 16:46:37 2022 +0000
Core Update 169: Ship and restart Squid
Signed-off-by: Peter Müller peter.mueller@ipfire.org
commit 19f6c5996613f69ae218498fa33f340b19e4148f Author: Matthias Fischer matthias.fischer@ipfire.org Date: Tue Jun 7 17:35:22 2022 +0200
squid: Update to 5.6
For details see: https://github.com/squid-cache/squid/commits/v5
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Reviewed-by: Peter Müller peter.mueller@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/100 => core/169}/filelists/squid | 0 config/rootfiles/core/169/update.sh | 2 ++ lfs/squid | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) copy config/rootfiles/{oldcore/100 => core/169}/filelists/squid (100%)
Difference in files: diff --git a/config/rootfiles/core/169/filelists/squid b/config/rootfiles/core/169/filelists/squid new file mode 120000 index 000000000..2dc8372a0 --- /dev/null +++ b/config/rootfiles/core/169/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/config/rootfiles/core/169/update.sh b/config/rootfiles/core/169/update.sh index e34f24f7a..5034565b5 100644 --- a/config/rootfiles/core/169/update.sh +++ b/config/rootfiles/core/169/update.sh @@ -33,6 +33,7 @@ done
# Stop services /etc/init.d/unbound stop +/etc/init.d/squid stop
# Remove files rm -rvf \ @@ -62,6 +63,7 @@ ldconfig # Start services /etc/init.d/firewall restart /etc/init.d/unbound start +/etc/init.d/squid start
# This update needs a reboot... touch /var/run/need_reboot diff --git a/lfs/squid b/lfs/squid index 7b77e568f..2a5317a43 100644 --- a/lfs/squid +++ b/lfs/squid @@ -24,7 +24,7 @@
include Config
-VER = 5.5 +VER = 5.6
THISAPP = squid-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -46,7 +46,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = aef52ba0b47098f823d3f2bbe55e015c12b853bcc0a414bc94a4103009a05fee2c33263b8ade9b31cd22068e964d7f37fc0a497877d26ff836bc2193a6d0e8fc +$(DL_FILE)_BLAKE2 = 172dbbc255dfbe6246f7e9e333469a4d7a1dda722bb1d897886e1fc075106f223dff739510ade836df4fb147b45e3626ce1e1916eaa9d708d55265347d74e183
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree