License-Update: Whitespace changes.

Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.30.0

Features:

    Basic support for SIG RR record (RFC 2931 / RFC 2535) PR #773

Changes:

    Validation that DNS strings can only consist of printable ascii characters
    otherwise will trigger a parse failure. 75de16c and 40fb125
    Windows: use GetTickCount64() for a monotonic timer that does not wrap. 
1dff8f6

Bugfixes:

    QueryCache: Fix issue where purging on server changes wasn't working. 
a6c8fe6
    Windows: Fix Y2K38 issue by creating our own ares_timeval_t datatype. PR 
#772
    Fix packaging issue affecting MacOS due to a missing header. 55afad6
    MacOS: Fix UBSAN warnings that are likely meaningless due to alignment 
issues
    in new MacOS config reader.
    Android: arm 32bit build failure due to missing symbol. d1722e6

Signed-off-by: Jason Schonberg <[email protected]>
---
 .../c-ares/{c-ares_1.29.0.bb => c-ares_1.30.0.bb}           | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-support/c-ares/{c-ares_1.29.0.bb => c-ares_1.30.0.bb} 
(75%)

diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.29.0.bb 
b/meta-oe/recipes-support/c-ares/c-ares_1.30.0.bb
similarity index 75%
rename from meta-oe/recipes-support/c-ares/c-ares_1.29.0.bb
rename to meta-oe/recipes-support/c-ares/c-ares_1.30.0.bb
index 80a9a1b69..40dc5b09b 100644
--- a/meta-oe/recipes-support/c-ares/c-ares_1.29.0.bb
+++ b/meta-oe/recipes-support/c-ares/c-ares_1.30.0.bb
@@ -3,11 +3,11 @@ SUMMARY = "c-ares is a C library that resolves names 
asynchronously."
 HOMEPAGE = "https://c-ares.org/";
 SECTION = "libs"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fdbc58a6da11a9f68aa73c453818decc"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2047e36c793a8e9c3d3f4b66f8934a19"
 
-SRC_URI = 
"https://github.com/c-ares/c-ares/releases/download/cares-1_29_0/${BPN}-${PV}.tar.gz
 \
+SRC_URI = 
"https://github.com/c-ares/c-ares/releases/download/v1.30.0/${BPN}-${PV}.tar.gz 
\
            file://run-ptest"
-SRC_URI[sha256sum] = 
"0b89fa425b825c4c7bc708494f374ae69340e4d1fdc64523bdbb2750bfc02ea7"
+SRC_URI[sha256sum] = 
"4fea312112021bcef081203b1ea020109842feb58cd8a36a3d3f7e0d8bc1138c"
 
 PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
 PACKAGECONFIG[manpages] = ""
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#114745): 
https://lists.openembedded.org/g/openembedded-devel/message/114745
Mute This Topic: https://lists.openembedded.org/mt/110503392/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to