diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-11-16 15:46:52 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-16 13:52:52 -0800 |
commit | e712c01d177c3c30595203f73b9b7a5003cf9dd0 (patch) | |
tree | 1bd6d6eb0e21e463bd713154647b01e020dd8fd6 | |
parent | 3029554ceb0b0bb52a8d8ec3f0a75c5113662fe6 (diff) | |
download | meta-openembedded-e712c01d177c3c30595203f73b9b7a5003cf9dd0.tar.gz |
c-ares: upgrade 1.21.0 -> 1.22.0
Changelog:
============
-ares_reinit() is now implemented to re-read any system configuration and
immediately apply to an existing ares channel
-The adig command line program has been rewritten and its format now more
closely matches that of BIND's dig utility
-The new DNS message parser and writer functions have now been made public
-RFC9460 HTTPS and SVCB records are now supported
-RFC6698 TLSA records are now supported
-The server list is now internally dynamic and can be changed without impacting
existing queries
-Hosts file processing is now cached until the file is detected to be changed
to speed up repetitive lookups of large hosts files
-Internally all DNS messages are now written using the new DNS writing functions
-EDNS is now enabled by default
-Internal cleanups in function prototypes
-Randomize retry penalties to prevent thundering herd issues when dns servers
throttle requests
-Fix Windows build error for missing if_indextoname()
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/c-ares/c-ares_1.22.0.bb (renamed from meta-oe/recipes-support/c-ares/c-ares_1.21.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.21.0.bb b/meta-oe/recipes-support/c-ares/c-ares_1.22.0.bb index d334e111c7..6f6030fcf3 100644 --- a/meta-oe/recipes-support/c-ares/c-ares_1.21.0.bb +++ b/meta-oe/recipes-support/c-ares/c-ares_1.22.0.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "MIT" | |||
6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fdbc58a6da11a9f68aa73c453818decc" | 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 = "71f8e16e5091952c60fb72b2d990db7724c3e8f5" | 9 | SRCREV = "9706649cd940b00a20373c0c079ae281beb470fb" |
10 | 10 | ||
11 | UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)" | 11 | UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)" |
12 | 12 | ||