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 1604674b51373aa592d6f353f8ccf5fef61be80a (commit) via cdbaf83bb6e4a932899ce2cb256a3a57cfc1f70c (commit) via 276fe09afc6496979291c2f2fd87ae98aadc058e (commit) from 73b04029c9761944e404da9c20fda6483049d459 (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 1604674b51373aa592d6f353f8ccf5fef61be80a Merge: 73b04029c cdbaf83bb Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Dec 20 10:58:13 2023 +0000
Merge branch 'master' into next
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/oldcore/182/filelists/files | 1 + lfs/squid | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/rootfiles/oldcore/182/filelists/files b/config/rootfiles/oldcore/182/filelists/files index fa692030b..72c12c5ca 100644 --- a/config/rootfiles/oldcore/182/filelists/files +++ b/config/rootfiles/oldcore/182/filelists/files @@ -250,3 +250,4 @@ lib/firmware/rtw89/rtw8852b_fw-1.bin srv/web/ipfire/cgi-bin/connections.cgi srv/web/ipfire/cgi-bin/dhcp.cgi srv/web/ipfire/cgi-bin/tor.cgi +usr/lib/libgcc_s.so.1 diff --git a/lfs/squid b/lfs/squid index d92341794..c0f465c16 100644 --- a/lfs/squid +++ b/lfs/squid @@ -24,7 +24,7 @@
include Config
-VER = 6.5 +VER = 6.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 = 91ed91f9b0f56f440a7f15a63bbc3e19537b60bc8b31b5bf7e16884367d0da060c5490e1721dbd7c5fce7f4a4e958fb3554d6bdc5b55f568598f907722b651de +$(DL_FILE)_BLAKE2 = 7c3c96f5cd5f819f6f020fb3e63ee8d9bb26b7fb4ff4405d7963a643c6766344e6492505bc1b33f3040ad800b3d7a3ad6a4b067b031ac4d178ddcac04c6e74dc
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree