diff mbox series

kea: add comment about soon-redundant options

Message ID 20260522131044.3981891-1-ross.burton@arm.com
State New
Headers show
Series kea: add comment about soon-redundant options | expand

Commit Message

Ross Burton May 22, 2026, 1:10 p.m. UTC
The problem that means we need to pass --install-umask has been fixed
upstream, add a comment to remind the maintainer to remove this when
upgrading.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-connectivity/kea/kea_3.0.3.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta/recipes-connectivity/kea/kea_3.0.3.bb b/meta/recipes-connectivity/kea/kea_3.0.3.bb
index 0646bf702e..f5ca2b16ee 100644
--- a/meta/recipes-connectivity/kea/kea_3.0.3.bb
+++ b/meta/recipes-connectivity/kea/kea_3.0.3.bb
@@ -27,6 +27,8 @@  SRC_URI[sha256sum] = "09702ddb078b637e85de9236cbedd3fb9d7af7c6e797026c538b45748a
 
 inherit meson pkgconfig systemd update-rc.d upstream-version-is-even
 
+# install-umask can be removed when upgrading to 3.1.19 onwards
+# https://gitlab.isc.org/isc-projects/kea/-/commit/d9f332a6f36f8056a54b0698d4672a67aea812ba
 EXTRA_OEMESON += "-Dcrypto=openssl -Drunstatedir=${runtimedir} -Dkrb5=disabled -Dnetconf=disabled --install-umask=0022"
 
 INITSCRIPT_NAME = "kea-dhcp4-server"