summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2023-02-06 22:37:24 +0000
committerKhem Raj <raj.khem@gmail.com>2023-02-06 18:38:41 -0800
commit4f43546c02445aff1829285df94209fcddeae5c3 (patch)
tree432ba26e5de1c5416e081569ae318a2da423b5bc
parent6e8c90560e0aa8fe2ebfb791985cb75fd7490527 (diff)
downloadmeta-openembedded-4f43546c02445aff1829285df94209fcddeae5c3.tar.gz
dnsmasq: Upgrade 2.88 -> 2.89
version 2.89 Fix bug introduced in 2.88 (commit fe91134b) which can result in corruption of the DNS cache internal data structures and logging of "cache internal error". This has only been seen in one place in the wild, and it took considerable effort to even generate a test case to reproduce it, but there's no way to be sure it won't strike, and the effect is to break the cache badly. Installations with DNSSEC enabled are more likely to see the problem, but not running DNSSEC does not guarantee that it won't happen. Thanks to Timo van Roermund for reporting the bug and for his great efforts in chasing it down. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/dnsmasq/dnsmasq_2.89.bb (renamed from meta-networking/recipes-support/dnsmasq/dnsmasq_2.88.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.88.bb b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.89.bb
index 4bf1dd8954..1a009f2da3 100644
--- a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.88.bb
+++ b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.89.bb
@@ -18,7 +18,7 @@ SRC_URI = "http://www.thekelleys.org.uk/dnsmasq/${@['archive/', ''][float(d.getV
18 file://dnsmasq-noresolvconf.service \ 18 file://dnsmasq-noresolvconf.service \
19 file://dnsmasq-resolved.conf \ 19 file://dnsmasq-resolved.conf \
20" 20"
21SRC_URI[sha256sum] = "da9d26aa3f3fc15f3b58b94edbb9ddf744cbce487194ea480bd8e7381b3ca028" 21SRC_URI[sha256sum] = "8651373d000cae23776256e83dcaa6723dee72c06a39362700344e0c12c4e7e4"
22 22
23inherit pkgconfig update-rc.d systemd 23inherit pkgconfig update-rc.d systemd
24 24