diff mbox series

[meta-oe] c-ares: upgrade 1.21.0 -> 1.22.0

Message ID 1700120812-21410-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe] c-ares: upgrade 1.21.0 -> 1.22.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 16, 2023, 7:46 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../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%)

Comments

Khem Raj Nov. 20, 2023, 3:50 a.m. UTC | #1
On Thu, 16 Nov 2023 15:46:52 +0800, wangmy@fujitsu.com wrote:
> 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()
> 
> [...]

Applied, thanks!

[1/1] c-ares: upgrade 1.21.0 -> 1.22.0
      commit: e712c01d177c3c30595203f73b9b7a5003cf9dd0

Best regards,
diff mbox series

Patch

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 d334e111c..6f6030fcf 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<pver>\d+_(\d_?)+)"