Skip to content

Commit 7518a89

Browse files
Jason Schonbergkraj
authored andcommitted
c-ares: upgrade 1.28.1 -> 1.29.0
Changelog : https://github.com/c-ares/c-ares/releases/tag/cares-1_29_0 Features: When using ARES_OPT_EVENT_THREAD, automatically reload system configuration when network conditions change. PR openembedded#759 Apple: reimplement DNS configuration reading to more accurately pull DNS settings. PR openembedded#750 Add observability into DNS server health via a server state callback, invoked whenever a query finishes. PR openembedded#744 Add server failover retry behavior, where failed servers are retried with small probability after a minimum delay. PR openembedded#731 Changes: Mark ares_channel_t * as const in more places in the public API. PR openembedded#758 Bugfixes: Due to a logic flaw dns name compression writing was not properly implemented which would result in the name prefix not being written for a partial match. This could cause issues in various record types such as MX records when using the deprecated API. Regression introduced in 1.28.0. Issue openembedded#757 Revert OpenBSD SOCK_DNS flag, it doesn't do what the docs say it does and causes c-ares to become non-functional. PR openembedded#754 ares_getnameinfo(): loosen validation on salen parameter. Issue openembedded#752 cmake: Android requires C99. PR openembedded#748 ares_queue_wait_empty() does not honor timeout_ms >= 0. Issue openembedded#742 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 parent 2740d55 commit 7518a89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

meta-oe/recipes-support/c-ares/c-ares_1.28.1.bb renamed to meta-oe/recipes-support/c-ares/c-ares_1.29.0.bb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Copyright (c) 2012-2014 LG Electronics, Inc.
22
SUMMARY = "c-ares is a C library that resolves names asynchronously."
3-
HOMEPAGE = "http://daniel.haxx.se/projects/c-ares/"
3+
HOMEPAGE = "https://c-ares.org/"
44
SECTION = "libs"
55
LICENSE = "MIT"
66
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fdbc58a6da11a9f68aa73c453818decc"
77

8-
SRC_URI = "https://github.com/c-ares/c-ares/releases/download/cares-1_28_1/${BPN}-${PV}.tar.gz \
8+
SRC_URI = "https://github.com/c-ares/c-ares/releases/download/cares-1_29_0/${BPN}-${PV}.tar.gz \
99
file://run-ptest"
10-
SRC_URI[sha256sum] = "675a69fc54ddbf42e6830bc671eeb6cd89eeca43828eb413243fd2c0a760809d"
10+
SRC_URI[sha256sum] = "0b89fa425b825c4c7bc708494f374ae69340e4d1fdc64523bdbb2750bfc02ea7"
1111

1212
PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
1313
PACKAGECONFIG[manpages] = ""

0 commit comments

Comments
 (0)