]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4066] release changes
authorWlodek Wencel <wlodek@isc.org>
Mon, 18 Aug 2025 06:09:19 +0000 (06:09 +0000)
committerRazvan Becheriu <razvan@isc.org>
Wed, 27 Aug 2025 17:54:32 +0000 (20:54 +0300)
ChangeLog
changelog_unreleased/4056-backport-3949-to-v3_0-ddns-qualifying-suffix [deleted file]
changelog_unreleased/4057-botan-3-backport-3553-to-v3_0 [deleted file]
changelog_unreleased/CVE-2025-40779-Kea-crash-on-108-in-PRL [deleted file]
src/lib/asiolink/botan_tls.cc
src/lib/asiolink/botan_tls.h
src/lib/cryptolink/botan_hmac.cc
src/lib/dhcpsrv/d2_client_mgr.h

index 8e88d1aba4e5b77e293e7c98b7af11c50a71aa9b..b98349256a9cee99afbc7470853f90d10146721f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+Kea 3.0.1 (stable) released on August 27, 2025
+
+2378.  [build]*                fdupont, razvan
+       Moved Botan crypto backend support to version 3.
+       (Gitlab #4057, #3553)
+
+2377.  [bug]           tmark, razvan
+       Avoid adding the qualifying-suffix to fully qualified
+       host names specified in host reservations.
+       (Gitlab #4056, #3949)
+
+2376.  [sec]           tmark
+       Corrected an issue in kea-dhcp4 that caused
+       the server to exit after receiving a broadcast
+       query that requests option 108 and fails to
+       match a subnet.
+       CVE:2025-40779
+       (Gitlab #4055, #4048)
+
 Kea 3.0.0 (stable) released on June 25, 2025
 
 2375.  [build]         wlodek
diff --git a/changelog_unreleased/4056-backport-3949-to-v3_0-ddns-qualifying-suffix b/changelog_unreleased/4056-backport-3949-to-v3_0-ddns-qualifying-suffix
deleted file mode 100644 (file)
index 4af9e31..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-[bug]          tmark, razvan
-       Avoid adding the qualifying-suffix to fully qualified
-       host names specified in host reservations.
-       (Gitlab #4056, #3949)
diff --git a/changelog_unreleased/4057-botan-3-backport-3553-to-v3_0 b/changelog_unreleased/4057-botan-3-backport-3553-to-v3_0
deleted file mode 100644 (file)
index d4abf01..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-[build]*               fdupont, razvan
-       Moved Botan crypto backend support to version 3.
-       (Gitlab #4057, #3553)
diff --git a/changelog_unreleased/CVE-2025-40779-Kea-crash-on-108-in-PRL b/changelog_unreleased/CVE-2025-40779-Kea-crash-on-108-in-PRL
deleted file mode 100644 (file)
index e8df2de..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-[sec]          tmark
-       Corrected an issue in kea-dhcp4 that caused
-       the server to exit after receiving a broadcast
-       query that requests option 108 and fails to
-       match a subnet.
-       CVE:2025-40779
-       (Gitlab #4055, #4048)
index 5a496375ea6633d5b43023c7098c558f493e43f5..d09780ecf6f3007328194deaa287e4631cf7bb7d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 1fe694103199e0f429d5fabfc1ed586f1597903d..b7c0b519f0500a75bab2a2f03359ff97b515e893 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 058e4d4670d5a4e26eae9839c7eff917867eef4f..6350a9f94d9f102a5a262f5be6e4417f798ce5a2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 7454c5f22319deb1057ea7060a51f597d6ed57a3..7344f19a4097ecccb4b5a9bcfb0b1d7926d3df0e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this