diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-10-19 16:56:50 +0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-10-30 07:14:02 -0400 |
| commit | f8163a1c8d600db3903b10fedb5fcbaa81a74f89 (patch) | |
| tree | a954d9bc62a14a5b8f2e815b8006034affbe681c /meta-oe | |
| parent | 2907e217d170d6dfbfe1fda684c540b4d7e0aa79 (diff) | |
| download | meta-openembedded-f8163a1c8d600db3903b10fedb5fcbaa81a74f89.tar.gz | |
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 523c2f38b2e0d461fb71588d8c73b69e88f8da91)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/c-ares/c-ares_1.20.1.bb (renamed from meta-oe/recipes-support/c-ares/c-ares_1.19.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
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 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." | |||
| 3 | HOMEPAGE = "http://daniel.haxx.se/projects/c-ares/" | 3 | HOMEPAGE = "http://daniel.haxx.se/projects/c-ares/" |
| 4 | SECTION = "libs" | 4 | SECTION = "libs" |
| 5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fdbc58a6da11a9f68aa73c453818decc" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/c-ares/c-ares.git;branch=main;protocol=https" | 8 | SRC_URI = "git://github.com/c-ares/c-ares.git;branch=main;protocol=https" |
| 9 | SRCREV = "6360e96b5cf8e5980c887ce58ef727e53d77243a" | 9 | SRCREV = "e8fe27eaa841ed32a4f82bef7a72c4e04e7f86a7" |
| 10 | 10 | ||
| 11 | UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)" | 11 | UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)" |
| 12 | 12 | ||
