From e712c01d177c3c30595203f73b9b7a5003cf9dd0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 16 Nov 2023 15:46:52 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../c-ares/{c-ares_1.21.0.bb => c-ares_1.22.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/c-ares/{c-ares_1.21.0.bb => c-ares_1.22.0.bb} (91%) 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 similarity index 91% rename from meta-oe/recipes-support/c-ares/c-ares_1.21.0.bb rename to 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" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fdbc58a6da11a9f68aa73c453818decc" SRC_URI = "git://github.com/c-ares/c-ares.git;branch=main;protocol=https" -SRCREV = "71f8e16e5091952c60fb72b2d990db7724c3e8f5" +SRCREV = "9706649cd940b00a20373c0c079ae281beb470fb" UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P\d+_(\d_?)+)"