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 bb108657a88ad874f98dc6faabe2565a65c886bf (commit) via 7b4155905c6fa56d3c0a3c2443c0a3b6d93c371e (commit) from 60b5c6c2bd13e9ed0423da66682bfd95b5d0ee32 (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 bb108657a88ad874f98dc6faabe2565a65c886bf Author: Matthias Fischer matthias.fischer@ipfire.org Date: Sat Oct 12 17:48:43 2024 +0200
squid: Update to 6.12
For details see: https://github.com/squid-cache/squid/commits/v6
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 7b4155905c6fa56d3c0a3c2443c0a3b6d93c371e Author: Matthias Fischer matthias.fischer@ipfire.org Date: Sat Oct 12 17:46:12 2024 +0200
monit: Update to 5.34.2
For details see: https://mmonit.com/monit/changes/
"Fixed: The network protocol test may occasionally fail with a "Poll failed: Interrupted system call" error."
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/monit | 6 +++--- lfs/squid | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-)
Difference in files: diff --git a/lfs/monit b/lfs/monit index ed5763950..4d687ae0f 100644 --- a/lfs/monit +++ b/lfs/monit @@ -24,7 +24,7 @@
include Config
-VER = 5.34.1 +VER = 5.34.2 SUMMARY = Utility for monitoring services on a Unix system
THISAPP = monit-$(VER) @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = monit -PAK_VER = 24 +PAK_VER = 25
DEPS =
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 35c65fdd9ff06bb6aeab3ad9cf8903f827e0977dfc3893fe5588b3c8bd04adcc4f0c81baec07c2caadc8109e78c43e2d664f95031cebe7bbb8dc6a7b0367e22a +$(DL_FILE)_BLAKE2 = d4e5587299a44697d0c7d26b0fcc1a7fe4330693de188cf82301e4ab8fa8b2aea141f3aaa99bd1c598655ba993c616faf0a559dbb9c538d2d9421c6791f36880
install : $(TARGET)
diff --git a/lfs/squid b/lfs/squid index 6b4f5f025..f84d4e895 100644 --- a/lfs/squid +++ b/lfs/squid @@ -24,7 +24,7 @@
include Config
-VER = 6.11 +VER = 6.12
THISAPP = squid-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -46,7 +46,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 8143257e33dc23d3e22ae778990a1cc086740284cd356b3069f3c268c5648d08ddec7346028649c855dcd5c71fa4da555e81f9aac77e1bad8e06e9bd52655749 +$(DL_FILE)_BLAKE2 = ef1ae1bb0769a3509783027cd9596bdc64cedd1c46bbf393b34504f7074bd5eec8dcaf79c6e9fc227cc709f4f90b8abba373bb2ac06d93dcb5b1783196349e04
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree