mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
c-ares: upgrade 1.19.1 -> 1.20.1
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 523c2f38b2)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
2907e217d1
commit
f8163a1c8d
|
|
@ -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_?)+)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user