* [meta-oe][PATCH] c-ares: upgrade 1.34.6 -> 1.34.8
@ 2026-07-08 1:40 Jason Schonberg
0 siblings, 0 replies; only message in thread
From: Jason Schonberg @ 2026-07-08 1:40 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jason Schonberg
Version 1.34.8 is a bug fix (a regression that shipped with version 1.34.7)
Version 1.34.7 is a security fix addressing memory leaks, null pointer
dereferences, denial of service, use after free etc. Fixes CVE-2026-33630
Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.34.8
Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.34.7
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
.../c-ares/{c-ares_1.34.6.bb => c-ares_1.34.8.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-support/c-ares/{c-ares_1.34.6.bb => c-ares_1.34.8.bb} (91%)
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.34.6.bb b/meta-oe/recipes-support/c-ares/c-ares_1.34.8.bb
similarity index 91%
rename from meta-oe/recipes-support/c-ares/c-ares_1.34.6.bb
rename to meta-oe/recipes-support/c-ares/c-ares_1.34.8.bb
index c9c54a9fa0..df994c83ae 100644
--- a/meta-oe/recipes-support/c-ares/c-ares_1.34.6.bb
+++ b/meta-oe/recipes-support/c-ares/c-ares_1.34.8.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=d3e72a10e08191f2ca1be3f3228d78f3"
SRC_URI = "https://github.com/c-ares/c-ares/releases/download/v${PV}/${BPN}-${PV}.tar.gz \
file://run-ptest"
-SRC_URI[sha256sum] = "912dd7cc3b3e8a79c52fd7fb9c0f4ecf0aaa73e45efda880266a2d6e26b84ef5"
+SRC_URI[sha256sum] = "c222b6d681096f9444d2c4863d2c1174019e27cacca0a4a5c114d36dd7d7bf78"
PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
PACKAGECONFIG[manpages] = ""
--
2.43.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-08 1:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-08 1:40 [meta-oe][PATCH] c-ares: upgrade 1.34.6 -> 1.34.8 Jason Schonberg
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.