summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/dnsmasq/dnsmasq_2.90.bb
diff options
context:
space:
mode:
authorHugo SIMELIERE (Schneider Electric) <hsimeliere.opensource@witekio.com>2026-05-20 14:29:05 +0200
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-05-21 09:56:19 +0530
commitcab6f6c603ee2b35c72f9f7e70bf22e23706c9a0 (patch)
tree0489f16d57a57ddd3aa19b89a16d1548d4e57a7a /meta-networking/recipes-support/dnsmasq/dnsmasq_2.90.bb
parent59f8c396f936e99770e6876af1e68e27d696857c (diff)
downloadmeta-openembedded-cab6f6c603ee2b35c72f9f7e70bf22e23706c9a0.tar.gz
dnsmasq: Fix CVE-2026-4891
Pick patch from [1] dnsmasq 2.90 debian bookworm pacthes. [1] https://sources.debian.org/src/dnsmasq/2.90-4~deb12u2/debian/patches/CVE-2026-4891.patch Signed-off-by: Hugo SIMELIERE (Schneider Electric) <hsimeliere.opensource@witekio.com> Reviewed-by: Bruno VERNAY <bruno.vernay@se.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-networking/recipes-support/dnsmasq/dnsmasq_2.90.bb')
-rw-r--r--meta-networking/recipes-support/dnsmasq/dnsmasq_2.90.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.90.bb b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.90.bb
index 38fa271dc3..0d20e10712 100644
--- a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.90.bb
+++ b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.90.bb
@@ -16,6 +16,7 @@ SRC_URI = "http://www.thekelleys.org.uk/dnsmasq/${@['archive/', ''][float(d.getV
16 file://dnsmasq-resolvconf.service \ 16 file://dnsmasq-resolvconf.service \
17 file://dnsmasq-noresolvconf.service \ 17 file://dnsmasq-noresolvconf.service \
18 file://dnsmasq-resolved.conf \ 18 file://dnsmasq-resolved.conf \
19 file://CVE-2026-4891.patch \
19" 20"
20SRC_URI[sha256sum] = "8f6666b542403b5ee7ccce66ea73a4a51cf19dd49392aaccd37231a2c51b303b" 21SRC_URI[sha256sum] = "8f6666b542403b5ee7ccce66ea73a4a51cf19dd49392aaccd37231a2c51b303b"
21 22