* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 2848f341692f52135b4ed0590b86a6962b144080
@ 2025-03-30 13:07 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2025-03-30 13:07 UTC (permalink / raw)
To: ipfire-scm
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 2848f341692f52135b4ed0590b86a6962b144080 (commit)
via 746ff257d04cebb7fa8aadf9804215c9d38e6873 (commit)
via 861a79c14e30fd2bfda0463f0d3d06cc8ec6a29a (commit)
from ab7e955f1210e1f23fbcae4b64e499c8dde588e1 (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 2848f341692f52135b4ed0590b86a6962b144080
Author: Robin Roevens <robin.roevens@disroot.org>
Date: Sat Mar 29 00:23:32 2025 +0100
zabbix_agentd: Set passive check agents to 3 by default on new installations.
Zabbix Agent since v7 by default forks 10 instances to listen for and concurrently execute incoming (passive) checks. This was only 3 in previous versions and should be plenty on an IPFire instance where resources can be scarce.
Users with an existing installation will have to manually add the parameter to their config if they don't want the Zabbix new default of 10 . This will be documented in the wiki.
Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
commit 746ff257d04cebb7fa8aadf9804215c9d38e6873
Author: Michael Tremer <michael.tremer@ipfire.org>
Date: Sun Mar 30 13:06:59 2025 +0000
core194: Ship expat
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
commit 861a79c14e30fd2bfda0463f0d3d06cc8ec6a29a
Author: Adolf Belka <adolf.belka@ipfire.org>
Date: Fri Mar 28 22:03:25 2025 +0100
expat: Update to version 2.7.1
- Update from version 2.7.0 to 2.7.1
- Update of rootfile
- Changelog
2.7.1
Bug fixes:
#980 #989 Restore event pointer behavior from Expat 2.6.4
(that the fix to CVE-2024-8176 changed in 2.7.0);
affected API functions are:
- XML_GetCurrentByteCount
- XML_GetCurrentByteIndex
- XML_GetCurrentColumnNumber
- XML_GetCurrentLineNumber
- XML_GetInputContext
Other changes:
#976 #977 Autotools: Integrate files "fuzz/xml_lpm_fuzzer.{cpp,proto}"
with Automake that were missing from 2.7.0 release tarballs
#983 #984 Fix printf format specifiers for 32bit Emscripten
#992 docs: Promote OpenSSF Best Practices self-certification
#978 tests/benchmark: Resolve mistaken double close
#986 Address compiler warnings
#990 #993 Version info bumped from 11:1:10 (libexpat*.so.1.10.1)
to 11:2:10 (libexpat*.so.1.10.2); see https://verbump.de/
for what these numbers do
Infrastructure:
#982 CI: Start running Perl XML::Parser integration tests
#987 CI: Enforce Clang Static Analyzer clean code
#991 CI: Re-enable warning clang-analyzer-valist.Uninitialized
for clang-tidy
#981 CI: Cover compilation with musl
#983 #984 CI: Cover compilation with 32bit Emscripten
#976 #977 CI: Protect against fuzzer files missing from future
release archives
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/common/expat | 20 ++++++++++----------
.../{oldcore/106 => core/194}/filelists/expat | 0
config/zabbix_agentd/zabbix_agentd.conf | 13 +++++++------
lfs/expat | 4 ++--
4 files changed, 19 insertions(+), 18 deletions(-)
copy config/rootfiles/{oldcore/106 => core/194}/filelists/expat (100%)
Difference in files:
diff --git a/config/rootfiles/common/expat b/config/rootfiles/common/expat
index 012300f07..7c34af7c8 100644
--- a/config/rootfiles/common/expat
+++ b/config/rootfiles/common/expat
@@ -2,21 +2,21 @@
#usr/include/expat.h
#usr/include/expat_config.h
#usr/include/expat_external.h
-#usr/lib/cmake/expat-2.7.0
-#usr/lib/cmake/expat-2.7.0/expat-config-version.cmake
-#usr/lib/cmake/expat-2.7.0/expat-config.cmake
-#usr/lib/cmake/expat-2.7.0/expat-noconfig.cmake
-#usr/lib/cmake/expat-2.7.0/expat.cmake
+#usr/lib/cmake/expat-2.7.1
+#usr/lib/cmake/expat-2.7.1/expat-config-version.cmake
+#usr/lib/cmake/expat-2.7.1/expat-config.cmake
+#usr/lib/cmake/expat-2.7.1/expat-noconfig.cmake
+#usr/lib/cmake/expat-2.7.1/expat.cmake
#usr/lib/libexpat.la
#usr/lib/libexpat.so
usr/lib/libexpat.so.1
-usr/lib/libexpat.so.1.10.1
+usr/lib/libexpat.so.1.10.2
#usr/lib/pkgconfig/expat.pc
#usr/share/doc/expat
-#usr/share/doc/expat-2.7.0
-#usr/share/doc/expat-2.7.0/ok.min.css
-#usr/share/doc/expat-2.7.0/reference.html
-#usr/share/doc/expat-2.7.0/style.css
+#usr/share/doc/expat-2.7.1
+#usr/share/doc/expat-2.7.1/ok.min.css
+#usr/share/doc/expat-2.7.1/reference.html
+#usr/share/doc/expat-2.7.1/style.css
#usr/share/doc/expat/AUTHORS
#usr/share/doc/expat/changelog
#usr/share/man/man1/xmlwf.1
diff --git a/config/rootfiles/core/194/filelists/expat b/config/rootfiles/core/194/filelists/expat
new file mode 120000
index 000000000..e1923cf63
--- /dev/null
+++ b/config/rootfiles/core/194/filelists/expat
@@ -0,0 +1 @@
+../../../common/expat
\ No newline at end of file
diff --git a/config/zabbix_agentd/zabbix_agentd.conf b/config/zabbix_agentd/zabbix_agentd.conf
index a5a608d83..c9e041113 100644
--- a/config/zabbix_agentd/zabbix_agentd.conf
+++ b/config/zabbix_agentd/zabbix_agentd.conf
@@ -13,12 +13,13 @@
Server=127.0.0.1
ServerActive=127.0.0.1
-# Number of pre-forked instances of zabbix_agentd that process passive checks.
-# On IPFire this is set to 0 to disable passive checks and only allow active
-# checks by default.
-# Set this value in a range of 1-100 to enable passive checks or comment it
-# out to revert to the Zabbix agent default (10).
-StartAgents=0
+# Number of pre-forked instances of zabbix_agentd that concurrently process
+# passive checks.
+# On IPFire this is by default set to 3 to minimize the required resources.
+# This parameter can be increased up to 100 if you have a lot of slow-running
+# checks, and the agent acts as the bottleneck.
+# Or set to 0 to disable passive checks.
+StartAgents=3
# List of comma delimited IP addresses that the agent should listen on
# for passive checks.
diff --git a/lfs/expat b/lfs/expat
index 8bbda330e..b88c4e197 100644
--- a/lfs/expat
+++ b/lfs/expat
@@ -24,7 +24,7 @@
include Config
-VER = 2.7.0
+VER = 2.7.1
THISAPP = expat-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 44567e955b8cf2053665140b3557897c6e0e66c7e2ba5919970d91d55a05bb8db604afa37a441ff0a7abf4472b24b0e1e6c3964c56b4bb55358c000ccdc1459d
+$(DL_FILE)_BLAKE2 = 243ef1c3578234135018d31b567c88a50cadddac86441e4d4a6d6330e113596edbad13b40c79f541d49487e7df98d798032d39ec28b7d67d22f46e4290d14519
install : $(TARGET)
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-03-30 13:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-30 13:07 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 2848f341692f52135b4ed0590b86a6962b144080 Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox