From: Wlodek Wencel Date: Mon, 18 Aug 2025 06:09:19 +0000 (+0000) Subject: [#4066] release changes X-Git-Tag: Kea-3.0.1~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d412b8fc3b3f68ff208990706e69796d3c50308d;p=thirdparty%2Fkea.git [#4066] release changes --- diff --git a/ChangeLog b/ChangeLog index 8e88d1aba4..b98349256a 100644 --- 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 index 4af9e31b7d..0000000000 --- a/changelog_unreleased/4056-backport-3949-to-v3_0-ddns-qualifying-suffix +++ /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 index d4abf01f60..0000000000 --- a/changelog_unreleased/4057-botan-3-backport-3553-to-v3_0 +++ /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 index e8df2de6d5..0000000000 --- a/changelog_unreleased/CVE-2025-40779-Kea-crash-on-108-in-PRL +++ /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) diff --git a/src/lib/asiolink/botan_tls.cc b/src/lib/asiolink/botan_tls.cc index 5a496375ea..d09780ecf6 100644 --- a/src/lib/asiolink/botan_tls.cc +++ b/src/lib/asiolink/botan_tls.cc @@ -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 diff --git a/src/lib/asiolink/botan_tls.h b/src/lib/asiolink/botan_tls.h index 1fe6941031..b7c0b519f0 100644 --- a/src/lib/asiolink/botan_tls.h +++ b/src/lib/asiolink/botan_tls.h @@ -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 diff --git a/src/lib/cryptolink/botan_hmac.cc b/src/lib/cryptolink/botan_hmac.cc index 058e4d4670..6350a9f94d 100644 --- a/src/lib/cryptolink/botan_hmac.cc +++ b/src/lib/cryptolink/botan_hmac.cc @@ -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 diff --git a/src/lib/dhcpsrv/d2_client_mgr.h b/src/lib/dhcpsrv/d2_client_mgr.h index 7454c5f223..7344f19a40 100644 --- a/src/lib/dhcpsrv/d2_client_mgr.h +++ b/src/lib/dhcpsrv/d2_client_mgr.h @@ -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