From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 7dd292543e2d9c7d1f19071939cc28fdbe64303e Date: Tue, 07 Jun 2022 16:47:00 +0000 Message-ID: <4LHbqS74Xcz2xcf@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8256412833948281448==" List-Id: --===============8256412833948281448== 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 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=C3=BCller Date: Tue Jun 7 16:46:37 2022 +0000 Core Update 169: Ship and restart Squid =20 Signed-off-by: Peter M=C3=BCller commit 19f6c5996613f69ae218498fa33f340b19e4148f Author: Matthias Fischer Date: Tue Jun 7 17:35:22 2022 +0200 squid: Update to 5.6 =20 For details see: https://github.com/squid-cache/squid/commits/v5 =20 Signed-off-by: Matthias Fischer Reviewed-by: Peter M=C3=BCller ----------------------------------------------------------------------- Summary of changes: config/rootfiles/{oldcore/100 =3D> 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 =3D> core/169}/filelists/squid (100%) Difference in files: diff --git a/config/rootfiles/core/169/filelists/squid b/config/rootfiles/cor= e/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 =20 # Stop services /etc/init.d/unbound stop +/etc/init.d/squid stop =20 # 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 =20 # 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 @@ =20 include Config =20 -VER =3D 5.5 +VER =3D 5.6 =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)_BLAKE2 =3D aef52ba0b47098f823d3f2bbe55e015c12b853bcc0a414bc94a410= 3009a05fee2c33263b8ade9b31cd22068e964d7f37fc0a497877d26ff836bc2193a6d0e8fc +$(DL_FILE)_BLAKE2 =3D 172dbbc255dfbe6246f7e9e333469a4d7a1dda722bb1d897886e1f= c075106f223dff739510ade836df4fb147b45e3626ce1e1916eaa9d708d55265347d74e183 =20 install : $(TARGET) =20 hooks/post-receive -- IPFire 2.x development tree --===============8256412833948281448==--