diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-08-27 19:50:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-01 23:00:02 +0100 |
commit | d362a342e15cb9eff4ec18f4e146a86c059051b5 (patch) | |
tree | 6196d864ba9753e2f2a6d693bfc125d316e29bb4 | |
parent | ee16a5b7c1bfaf05e7d6c1a814fe095172367246 (diff) | |
download | poky-d362a342e15cb9eff4ec18f4e146a86c059051b5.tar.gz |
kea: Upgrade to 2.6.4 release
The following bug fixes have been implemented since the previous stable
release, version 2.6.3:
1. **Syslog logging fix**: We corrected an issue in logging
configuration when parsing "syslog:<facility name>" [#3921, #3992].
2. **Fix for misconfigured global reservations**: Earlier Kea versions
could crash when handling misconfigured global reservations. The problem
is now fixed [#3910, #3911, #4001].
3. **Recent Sphinx support**: Support for recent versions of Sphinx, a
tool used to generate documentation, was added. This allows Kea
documentation and packages to be built on recent systems, while
maintaining compatibility with older versions. This fix was tested with
Sphinx 1.8.4 on Debian 10, 8.1.3 on Fedora 42, and 8.2.3 on ArchLinux
[#3800].
(From OE-Core rev: 692aef87a93b8b7ca45be8fdda8726021c870c6f)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/kea/kea_2.6.4.bb (renamed from meta/recipes-connectivity/kea/kea_2.6.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/kea/kea_2.6.3.bb b/meta/recipes-connectivity/kea/kea_2.6.4.bb index 1df91e4522..aa725ee437 100644 --- a/meta/recipes-connectivity/kea/kea_2.6.3.bb +++ b/meta/recipes-connectivity/kea/kea_2.6.4.bb | |||
@@ -19,7 +19,7 @@ SRC_URI = "http://ftp.isc.org/isc/kea/${PV}/${BP}.tar.gz \ | |||
19 | file://0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch \ | 19 | file://0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch \ |
20 | file://0001-make-kea-environment-available-to-lfc.patch \ | 20 | file://0001-make-kea-environment-available-to-lfc.patch \ |
21 | " | 21 | " |
22 | SRC_URI[sha256sum] = "00241a5955ffd3d215a2c098c4527f9d7f4b203188b276f9a36250dd3d9dd612" | 22 | SRC_URI[sha256sum] = "6806405e4d559abc10febd2c273dc6e2bc6ac42767afa5ca20b118ffba84a671" |
23 | 23 | ||
24 | inherit autotools systemd update-rc.d upstream-version-is-even | 24 | inherit autotools systemd update-rc.d upstream-version-is-even |
25 | 25 | ||