diff options
| author | wangmy <wangmy@fujitsu.com> | 2021-11-01 19:22:26 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-03 06:57:48 -0700 |
| commit | e251d7b827d63277a36f1b8094d992303329b866 (patch) | |
| tree | c44ef363d7583990232e851e37da75d474743477 /meta-oe/recipes-support | |
| parent | b8a5f0740b9ea12faaee8e514cf4f2a07796f7d9 (diff) | |
| download | meta-openembedded-e251d7b827d63277a36f1b8094d992303329b866.tar.gz | |
c-ares: upgrade 1.17.2 -> 1.18.1
c-ares version 1.18.1 - Oct 27 2021
Bug fixes:
ares_getaddrinfo() would return ai_addrlen of 16 for ipv6 adddresses
rather than the sizeof(struct sockaddr_in6)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
| -rw-r--r-- | meta-oe/recipes-support/c-ares/c-ares_1.18.1.bb (renamed from meta-oe/recipes-support/c-ares/c-ares_1.17.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.17.2.bb b/meta-oe/recipes-support/c-ares/c-ares_1.18.1.bb index 2109d955d0..71c94b4ce1 100644 --- a/meta-oe/recipes-support/c-ares/c-ares_1.17.2.bb +++ b/meta-oe/recipes-support/c-ares/c-ares_1.18.1.bb | |||
| @@ -6,7 +6,7 @@ LICENSE = "MIT" | |||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/c-ares/c-ares.git;branch=main" | 8 | SRC_URI = "git://github.com/c-ares/c-ares.git;branch=main" |
| 9 | SRCREV = "6654436a307a5a686b008c1d4c93b0085da6e6d8" | 9 | SRCREV = "2aa086f822aad5017a6f2061ef656f237a62d0ed" |
| 10 | 10 | ||
| 11 | UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)" | 11 | UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)" |
| 12 | 12 | ||
