]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3838] Added ChangeLog fixed version in ARM
authorThomas Markwalder <tmark@isc.org>
Wed, 30 Apr 2025 19:39:08 +0000 (15:39 -0400)
committerThomas Markwalder <tmark@isc.org>
Thu, 8 May 2025 11:51:04 +0000 (07:51 -0400)
modified:   ChangeLog
modified:   doc/sphinx/arm/hooks.rst

ChangeLog
doc/sphinx/arm/hooks.rst

index abbf7897e629eaeb2cb2eb1967fb47e84ca83401..77f8b4e824f53e0c85c0abcfd973814292cb5505 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2264.  [sec]*          tmark
+       kea-dhcp4, kea-dhcp6, kea-dhcp-ddns, and kea-ctrl-agent will
+       now only load hook libraries from the default installation
+       directory.  If a path other than this is specified Kea will
+       not load the hook library.  For ease of use, the path may be
+       omitted.
+       CVE:2025-32801
+       (Gitlab #3838, #3830)
+
 2263.  [build]         fdupont, q66
        Kea can now build with Boost 1.87. The minimum supported Boost
        version has been bumped up from 1.57 to 1.66. Thanks to q66
@@ -11,6 +20,7 @@
        removed as of libc++ 19.
        (Gitlab #3823, #3532)
 
+
 Kea 2.6.2 (stable) released on March 26, 2025
 
 2261.  [build]         mgodzina
index 18c757fc2503fedcba924f368c04e316ff21b192..8d037a57350d1908aba4651ace2f119e07cdc8ee 100644 (file)
@@ -213,7 +213,7 @@ configuration would be:
    because the parameters specified for the library (or the files those
    parameters point to) may have changed.
 
-As of Kea 2.6.2, hook libraries may only be loaded from the default installation
+As of Kea 2.6.3, hook libraries may only be loaded from the default installation
 directory determined during compilation and shown in the config report as
 "Hooks directory".  This value may be overridden at startup by setting the
 environment variable ``KEA_HOOKS_PATH`` to the desired path.  If a path other