* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. c9cd1dad5b27d527c6c516c3c9b914e7645d0385
@ 2025-10-23 16:49 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2025-10-23 16:49 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 c9cd1dad5b27d527c6c516c3c9b914e7645d0385 (commit)
via 69b1fedb80227c9f00bcaf881197872a59f24bfb (commit)
via 78d4778a759bf705abed6586ead280cdf4679e90 (commit)
from 12c71a758b6ecb1cf0652e42bfd7dd41e4481595 (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 c9cd1dad5b27d527c6c516c3c9b914e7645d0385
Author: Matthias Fischer <matthias.fischer@ipfire.org>
Date: Wed Oct 22 22:38:10 2025 +0200
unbound: Update to 1.24.1
For details see:
https://nlnetlabs.nl/projects/unbound/download/#unbound-1-24-1
"Bug Fixes
Fix CVE-2025-11411 (possible domain hijacking attack), reported by
Yuxiao Wu, Yunyi Zhang, Baojun Liu and Haixin Duan from Tsinghua
University."
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
commit 69b1fedb80227c9f00bcaf881197872a59f24bfb
Author: Michael Tremer <michael.tremer@ipfire.org>
Date: Thu Oct 23 16:48:40 2025 +0000
hostapd: Bump version
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
commit 78d4778a759bf705abed6586ead280cdf4679e90
Author: Erik Kapfer <ummeegge@ipfire.org>
Date: Wed Oct 22 17:34:23 2025 +0200
wlanap.cgi: Save IEEE80211W 'optional' value correctly
The v1 patch used defined-or (//), which allowed arbitrary values to be written.
This v2 patch validates that IEEE80211W is one of 'off',
'optional', or 'on', defaulting to 'off' if invalid.
Signed-off-by: Erik Kapfer <ummeegge@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/common/unbound | 2 +-
html/cgi-bin/wlanap.cgi | 2 +-
lfs/hostapd | 2 +-
lfs/unbound | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
Difference in files:
diff --git a/config/rootfiles/common/unbound b/config/rootfiles/common/unbound
index 49fc6e0c1..ade8fc951 100644
--- a/config/rootfiles/common/unbound
+++ b/config/rootfiles/common/unbound
@@ -11,7 +11,7 @@ etc/unbound/unbound.conf
#usr/lib/libunbound.la
#usr/lib/libunbound.so
usr/lib/libunbound.so.8
-usr/lib/libunbound.so.8.1.33
+usr/lib/libunbound.so.8.1.34
#usr/lib/pkgconfig/libunbound.pc
usr/sbin/unbound
usr/sbin/unbound-anchor
diff --git a/html/cgi-bin/wlanap.cgi b/html/cgi-bin/wlanap.cgi
index 600ddc489..0d1c5a90b 100644
--- a/html/cgi-bin/wlanap.cgi
+++ b/html/cgi-bin/wlanap.cgi
@@ -118,7 +118,7 @@ if ($cgiparams{'ACTION'} eq "$Lang::tr{'save'}") {
$wlanapsettings{'NOSCAN'} = ($cgiparams{'NOSCAN'} eq 'on') ? 'on' : 'off';
$wlanapsettings{'ENC'} = $cgiparams{'ENC'};
$wlanapsettings{'PWD'} = $cgiparams{'PWD'};
- $wlanapsettings{'IEEE80211W'} = ($cgiparams{'IEEE80211W'} eq 'on') ? 'on' : 'off';
+ $wlanapsettings{'IEEE80211W'} = ($cgiparams{'IEEE80211W'} eq 'on' || $cgiparams{'IEEE80211W'} eq 'optional') ? $cgiparams{'IEEE80211W'} : 'off';
$wlanapsettings{'TX_POWER'} = $cgiparams{'TX_POWER'};
if ($errormessage eq '') {
diff --git a/lfs/hostapd b/lfs/hostapd
index 00cd17084..4f8a7d4bc 100644
--- a/lfs/hostapd
+++ b/lfs/hostapd
@@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = hostapd
-PAK_VER = 69
+PAK_VER = 70
DEPS =
diff --git a/lfs/unbound b/lfs/unbound
index b82e45656..5ac1946fb 100644
--- a/lfs/unbound
+++ b/lfs/unbound
@@ -24,7 +24,7 @@
include Config
-VER = 1.24.0
+VER = 1.24.1
THISAPP = unbound-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = c8cc378b3c94cc2169b53ce9ea2ad24dfd947bbf3fcd64bc57fcb87cda3dffb5baac7fc8e9f2038787d93dcc6341c4a1126236465230aee685e980d91f5bdaf2
+$(DL_FILE)_BLAKE2 = e80c9e80139140a1de50bf4d8c6ee42917ce615e6b9d4297d1f29d940d1701c6da59200163025fa7870e41402021a878459c0a5c0d947f5ce718a16939311daa
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-10-23 16:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-23 16:49 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. c9cd1dad5b27d527c6c516c3c9b914e7645d0385 Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox