From 667286a31c397def22552eaf29a29e7a1187abc0 Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Fri, 28 Mar 2025 17:54:04 -0400 Subject: [PATCH] c-ares: upgrade 1.33.0 -> 1.33.1 Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.33.1 Bugfixes: Work around systemd-resolved quirk that returns unexpected codes for single label names. Also adds test cases to validate the work around works and will continue to work in future releases. PR #863, See Also systemd/systemd#34101 Fix sysconfig ndots default value, also adds containerized test case to prevent future regressions. PR #862 Fix blank DNS name returning error code rather than valid record for commands like: adig -t SOA .. Also adds test case to prevent future regressions. 9e574af Fix calculation of query times > 1s. 2b2eae7 Fix building on old Linux releases that don't have TCP_FASTOPEN_CONNECT. b7a89b9 Fix minor Android build warnings. PR #848 Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- .../c-ares/{c-ares_1.33.0.bb => c-ares_1.33.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/c-ares/{c-ares_1.33.0.bb => c-ares_1.33.1.bb} (91%) diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.33.0.bb b/meta-oe/recipes-support/c-ares/c-ares_1.33.1.bb similarity index 91% rename from meta-oe/recipes-support/c-ares/c-ares_1.33.0.bb rename to meta-oe/recipes-support/c-ares/c-ares_1.33.1.bb index 44c5834695..51b73a978b 100644 --- a/meta-oe/recipes-support/c-ares/c-ares_1.33.0.bb +++ b/meta-oe/recipes-support/c-ares/c-ares_1.33.1.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=d3e72a10e08191f2ca1be3f3228d78f3" SRC_URI = "https://github.com/c-ares/c-ares/releases/download/v${PV}/${BPN}-${PV}.tar.gz \ file://run-ptest" -SRC_URI[sha256sum] = "3e41df2f172041eb4ecb754a464c11ccc5046b2a1c8b1d6a40dac45d3a3b2346" +SRC_URI[sha256sum] = "06869824094745872fa26efd4c48e622b9bd82a89ef0ce693dc682a23604f415" PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" PACKAGECONFIG[manpages] = ""