From b09763e6d96de908c353ea2439bbcb3c9cd1a700 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Mon, 11 May 2026 20:54:47 +0200 Subject: [PATCH] package/dnsmasq: security bump version to 2.92rel2 https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2026q2/018471.html https://thekelleys.org.uk/dnsmasq/CVE/ Fixes CVE-2026-2291, CVE-2026-4890, CVE-2026-4891, CVE-2026-4892, CVE-2026-4893 & CVE-2026-5172. Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain (cherry picked from commit 6be9c7e9cfa90ff465fca6de4c2802149dcf722d) Signed-off-by: Thomas Perale --- package/dnsmasq/dnsmasq.hash | 4 ++-- package/dnsmasq/dnsmasq.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/dnsmasq/dnsmasq.hash b/package/dnsmasq/dnsmasq.hash index 258f0b1e93..74ee5c415b 100644 --- a/package/dnsmasq/dnsmasq.hash +++ b/package/dnsmasq/dnsmasq.hash @@ -1,6 +1,6 @@ # Locally calculated after checking pgp signature -# https://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.92.tar.xz.asc -sha256 4bf50c2c1018f9fbc26037df51b90ecea0cb73d46162846763b92df0d6c3a458 dnsmasq-2.92.tar.xz +# https://thekelleys.org.uk/dnsmasq/dnsmasq-2.92rel2.tar.xz.asc +sha256 43d72b8c129bdf33d17bafedc98823f63e46b5005128066bf0d2a472a32ce06a dnsmasq-2.92rel2.tar.xz # Locally calculated sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING-v3 diff --git a/package/dnsmasq/dnsmasq.mk b/package/dnsmasq/dnsmasq.mk index 74fc053089..d7ae8a3312 100644 --- a/package/dnsmasq/dnsmasq.mk +++ b/package/dnsmasq/dnsmasq.mk @@ -4,7 +4,7 @@ # ################################################################################ -DNSMASQ_VERSION = 2.92 +DNSMASQ_VERSION = 2.92rel2 DNSMASQ_SOURCE = dnsmasq-$(DNSMASQ_VERSION).tar.xz DNSMASQ_SITE = https://thekelleys.org.uk/dnsmasq DNSMASQ_MAKE_ENV = $(TARGET_MAKE_ENV) CC="$(TARGET_CC)"