* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 9178ddcb372f95395eac4eba094dc717bc93689d
@ 2026-07-24 8:18 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2026-07-24 8:18 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 9178ddcb372f95395eac4eba094dc717bc93689d (commit)
via cadf36bec40cfa5f6a48cccaa886795237922c55 (commit)
via 6a8712c4dfcf3e33f5cac554acf2cf1ae5267ab7 (commit)
via 8756c0c9d32a09c89f16ddc46db96f428057d8bd (commit)
via 7e7889b861a9e7f33d05bae6aa86e8b7345fa7ff (commit)
via 9fe28d9c5a6025de03b06b9fb224174bfedcdf4d (commit)
via ee829e0a808f2e5ddfec9273c0b210eca5238cf2 (commit)
from ae0abec969ad78675e2f9f6340e2137f599e3a43 (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 9178ddcb372f95395eac4eba094dc717bc93689d
Author: Michael Tremer <michael.tremer@ipfire.org>
Date: Fri Jul 24 08:17:09 2026 +0000
core205: Ship man pages
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
commit cadf36bec40cfa5f6a48cccaa886795237922c55
Author: Matthias Fischer <matthias.fischer@ipfire.org>
Date: Thu Jul 23 23:02:11 2026 +0200
manualpages: Added links to helppages for DNS, Dial and Wlanclient
This was triggered by a forum thread:
=> https://community.ipfire.org/t/dns-firewall-no-link-to-online-help-page/15993/1
Some blue icons with question marks were still missing, even though the
help pages already exist.
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
commit 6a8712c4dfcf3e33f5cac554acf2cf1ae5267ab7
Author: Michael Tremer <michael.tremer@ipfire.org>
Date: Fri Jul 24 08:16:19 2026 +0000
core205: Ship BIND & zone-sync
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
commit 8756c0c9d32a09c89f16ddc46db96f428057d8bd
Author: Matthias Fischer <matthias.fischer@ipfire.org>
Date: Thu Jul 23 22:54:48 2026 +0200
bind: Update to 9.20.26
Changelog is IMHO too long (~13KB) to be published here,
for details see:
https://downloads.isc.org/isc/bind9/9.20.26/doc/arm/html/notes.html#notes-for-bind-9-20-26
"The BIND 9.20.25 release was withdrawn after the discovery of a regression
in a security fix in it during pre-release testing."
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
commit 7e7889b861a9e7f33d05bae6aa86e8b7345fa7ff
Author: Michael Tremer <michael.tremer@ipfire.org>
Date: Fri Jul 24 08:15:40 2026 +0000
core205: Ship Knot
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
commit 9fe28d9c5a6025de03b06b9fb224174bfedcdf4d
Author: Matthias Fischer <matthias.fischer@ipfire.org>
Date: Tue Jul 21 17:36:01 2026 +0200
knot: Update to 3.5.6
For details see:
https://www.knot-dns.cz/2026-07-20-version-356.html
"Version 3.5.6
Monday, July 20, 2026
Improvements:
knotd: new log message when accepting a control client fails
knotd: new log message when UDP or TCP worker initialization fails
knotd: improved log message when loading an expired zone
knotd: more verbose log messages for DDNS forwarding
knotd: disabled 0-RTT when forwarding DDNS updates over QUIC
utils: configuration detection considers an empty database directory as unused
libknot: added support for EDE code 33 (Negative Trust Anchor) (Thanks to Babak Farrokhi)
libs: upgraded embedded libngtcp2 to 1.24.0
doc: various improvements
Bugfixes:
knotd: server crashes when evaluating an ACL rule with 'cert-hostname' set
knotd: failed to start with 'listen-tls' and 'tcp-reuseport' enabled
knotd: missing proper mutex (de)initialization for controlling access to some zone properties
knotd: server crashes when it fails to load a QUIC/TLS key
knotd: zone control unset does not respect the TTL value of the removed record
knotd: incomplete configuration check for conflicting ACL settings
libknot: XDP frame limit does not correctly consider the MTU limit
libknot: QUIC connection not closed on handshake failure (Thanks to Vendemiat) !1886
knot-exporter: uncaught exception when connecting to knotd that is not running #974"
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
commit ee829e0a808f2e5ddfec9273c0b210eca5238cf2
Author: Michael Tremer <michael.tremer@ipfire.org>
Date: Tue Jul 21 14:08:33 2026 +0000
make.sh: Hard-code parallelism for compression
In d63331e5c04b050b47df90153b6bafb9fc720641 we have changed how we
detect how many processors are available. When we allow xz/zstd to
determine the number of processor cores it is running into the same
problem which is why we are configuring to our fixed value.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/cfgroot/manualpages | 3 +++
config/rootfiles/common/bind | 10 +++++-----
config/rootfiles/{oldcore/100 => core/205}/filelists/bind | 0
config/rootfiles/core/205/filelists/files | 1 +
config/rootfiles/{oldcore/128 => core/205}/filelists/knot | 0
config/rootfiles/{oldcore/203 => core/205}/filelists/zone-sync | 0
lfs/bind | 4 ++--
lfs/knot | 4 ++--
make.sh | 4 ++--
9 files changed, 15 insertions(+), 11 deletions(-)
copy config/rootfiles/{oldcore/100 => core/205}/filelists/bind (100%)
copy config/rootfiles/{oldcore/128 => core/205}/filelists/knot (100%)
copy config/rootfiles/{oldcore/203 => core/205}/filelists/zone-sync (100%)
Difference in files:
diff --git a/config/cfgroot/manualpages b/config/cfgroot/manualpages
index 2a9a0e4e9..ff61e8ad4 100644
--- a/config/cfgroot/manualpages
+++ b/config/cfgroot/manualpages
@@ -6,6 +6,8 @@ BASE_URL=https://www.ipfire.org/docs
# System menu
index.cgi=configuration/system/startpage
+pppsetup.cgi=configuration/system/dial
+wireless.cgi=configuration/system/wlanclient
mail.cgi=configuration/system/mail_service
remote.cgi=configuration/system/ssh
backup.cgi=configuration/system/backup
@@ -63,6 +65,7 @@ firewall.cgi=configuration/firewall
fwhosts.cgi=configuration/firewall/fwgroups
optionsfw.cgi=configuration/firewall/options
ids.cgi=configuration/firewall/ips
+dnsbl.cgi=configuration/firewall/dns
ipblocklist.cgi=configuration/firewall/ipblocklist
location-block.cgi=configuration/firewall/geoip-block
wireless.cgi=configuration/firewall/accesstoblue
diff --git a/config/rootfiles/common/bind b/config/rootfiles/common/bind
index 43e1a813d..79fe4917d 100644
--- a/config/rootfiles/common/bind
+++ b/config/rootfiles/common/bind
@@ -241,18 +241,18 @@ usr/bin/nsupdate
#usr/include/ns/types.h
#usr/include/ns/update.h
#usr/include/ns/xfrout.h
-usr/lib/libdns-9.20.24.so
+usr/lib/libdns-9.20.26.so
#usr/lib/libdns.la
#usr/lib/libdns.so
-usr/lib/libisc-9.20.24.so
+usr/lib/libisc-9.20.26.so
#usr/lib/libisc.la
#usr/lib/libisc.so
-usr/lib/libisccc-9.20.24.so
+usr/lib/libisccc-9.20.26.so
#usr/lib/libisccc.la
#usr/lib/libisccc.so
-usr/lib/libisccfg-9.20.24.so
+usr/lib/libisccfg-9.20.26.so
#usr/lib/libisccfg.la
#usr/lib/libisccfg.so
-usr/lib/libns-9.20.24.so
+usr/lib/libns-9.20.26.so
#usr/lib/libns.la
#usr/lib/libns.so
diff --git a/config/rootfiles/core/205/filelists/bind b/config/rootfiles/core/205/filelists/bind
new file mode 120000
index 000000000..48a0ebaef
--- /dev/null
+++ b/config/rootfiles/core/205/filelists/bind
@@ -0,0 +1 @@
+../../../common/bind
\ No newline at end of file
diff --git a/config/rootfiles/core/205/filelists/files b/config/rootfiles/core/205/filelists/files
index e69de29bb..883eff0c7 100644
--- a/config/rootfiles/core/205/filelists/files
+++ b/config/rootfiles/core/205/filelists/files
@@ -0,0 +1 @@
+var/ipfire/main/manualpages
diff --git a/config/rootfiles/core/205/filelists/knot b/config/rootfiles/core/205/filelists/knot
new file mode 120000
index 000000000..28e96f878
--- /dev/null
+++ b/config/rootfiles/core/205/filelists/knot
@@ -0,0 +1 @@
+../../../common/knot
\ No newline at end of file
diff --git a/config/rootfiles/core/205/filelists/zone-sync b/config/rootfiles/core/205/filelists/zone-sync
new file mode 120000
index 000000000..14f00b0c6
--- /dev/null
+++ b/config/rootfiles/core/205/filelists/zone-sync
@@ -0,0 +1 @@
+../../../common/zone-sync
\ No newline at end of file
diff --git a/lfs/bind b/lfs/bind
index ef03c4e7b..29c2c7850 100644
--- a/lfs/bind
+++ b/lfs/bind
@@ -25,7 +25,7 @@
include Config
-VER = 9.20.24
+VER = 9.20.26
THISAPP = bind-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 06fde034ef2d3f4432caf5d9a701f70f32dec94be63e64dfd5484d9e008245ca5707c067c0fa19e1e2c0a3d83d2bbeb465c6ec18aceed48ffaad6973c8a77a54
+$(DL_FILE)_BLAKE2 = 433d5ed7457367ce5b195a7d1a6f3fef21f929b158b14e3c86d8dc2004240119e4ec3b1d3cab1121be66ec77463fcb462e1207ec3339cf46ca4eec05f8c366ef
install : $(TARGET)
diff --git a/lfs/knot b/lfs/knot
index a68619134..24c083ea1 100644
--- a/lfs/knot
+++ b/lfs/knot
@@ -24,7 +24,7 @@
include Config
-VER = 3.5.5
+VER = 3.5.6
THISAPP = knot-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 5ee478109a26e3b163da169e7e22a03780727528f84953e399f25670d48392b6b407388c38b152bc90399f517b70676168735c1aba4028326237b92cdf904938
+$(DL_FILE)_BLAKE2 = f03a2da9390e89bd7955505d3f59ca54689e2183b1ea0f82efbf5abedd71f16902c6d09f77adceaedd29573d52135c168441dbf46721709b370269220b68f49b
install : $(TARGET)
diff --git a/make.sh b/make.sh
index 6dffeac5c..cb32cc869 100755
--- a/make.sh
+++ b/make.sh
@@ -2537,12 +2537,12 @@ NINJAJOBS="${DEFAULT_PARALLELISM}"
# Configure XZ
XZ_OPT=(
- "-T0" "-8"
+ "-T${DEFAULT_PARALLELISM}" "-8"
)
# Configure Zstandard
ZSTD_OPT=(
- "-T0" "-19" "--long"
+ "-T${DEFAULT_PARALLELISM}" "-19" "--long"
)
# Set directories
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-24 8:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-24 8:18 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 9178ddcb372f95395eac4eba094dc717bc93689d Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox