From: Wang Mingyu <[email protected]> License-Update:Update from 1989 MIT license text to modern MIT license text
Changelog: =========== -Resolve use-after-free issue when TCP connection is terminated before a response is returned -Reduce number of queries for a load test case to prevent overloading some build systems -Fix fuzz test build target Signed-off-by: Wang Mingyu <[email protected]> --- .../c-ares/{c-ares_1.19.1.bb => c-ares_1.20.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/c-ares/{c-ares_1.19.1.bb => c-ares_1.20.1.bb} (78%) diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.19.1.bb b/meta-oe/recipes-support/c-ares/c-ares_1.20.1.bb similarity index 78% rename from meta-oe/recipes-support/c-ares/c-ares_1.19.1.bb rename to meta-oe/recipes-support/c-ares/c-ares_1.20.1.bb index 1440d72711..85379dc40d 100644 --- a/meta-oe/recipes-support/c-ares/c-ares_1.19.1.bb +++ b/meta-oe/recipes-support/c-ares/c-ares_1.20.1.bb @@ -3,10 +3,10 @@ SUMMARY = "c-ares is a C library that resolves names asynchronously." HOMEPAGE = "http://daniel.haxx.se/projects/c-ares/" SECTION = "libs" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fdbc58a6da11a9f68aa73c453818decc" SRC_URI = "git://github.com/c-ares/c-ares.git;branch=main;protocol=https" -SRCREV = "6360e96b5cf8e5980c887ce58ef727e53d77243a" +SRCREV = "e8fe27eaa841ed32a4f82bef7a72c4e04e7f86a7" UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#105595): https://lists.openembedded.org/g/openembedded-devel/message/105595 Mute This Topic: https://lists.openembedded.org/mt/102056685/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
