mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
c-ares: upgrade 1.34.6 -> 1.34.8
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> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
committed by
Khem Raj
parent
17afdec9d8
commit
0770ef4043
+1
-1
@@ -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 \
|
SRC_URI = "https://github.com/c-ares/c-ares/releases/download/v${PV}/${BPN}-${PV}.tar.gz \
|
||||||
file://run-ptest"
|
file://run-ptest"
|
||||||
SRC_URI[sha256sum] = "912dd7cc3b3e8a79c52fd7fb9c0f4ecf0aaa73e45efda880266a2d6e26b84ef5"
|
SRC_URI[sha256sum] = "c222b6d681096f9444d2c4863d2c1174019e27cacca0a4a5c114d36dd7d7bf78"
|
||||||
|
|
||||||
PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
|
PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
|
||||||
PACKAGECONFIG[manpages] = ""
|
PACKAGECONFIG[manpages] = ""
|
||||||
Reference in New Issue
Block a user