Skip to content

Commit d141690

Browse files
Jason Schonbergkraj
authored andcommitted
c-ares: upgrade 1.33.1 -> 1.34.1
Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.34.1 This release fixes a packaging issue. Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.34.0 Features: adig: read arguments from adigrc. PR openembedded#856 Add new pending write callback optimization via ares_set_pending_write_cb. PR openembedded#857 New function ares_process_fds(). PR openembedded#875 Failed servers should be probed rather than redirecting queries which could cause unexpected latency. PR openembedded#877 adig: rework command line arguments to mimic dig from bind. PR openembedded#890 Add new method for overriding network functions ares_set_socket_function_ex() to properly support all new functionality. PR openembedded#894 Fix regression with custom socket callbacks due to DNS cookie support. PR openembedded#895 ares_socket: set IP_BIND_ADDRESS_NO_PORT on ares_set_local_ip* tcp sockets PR openembedded#887 URI parser/writer for ares_set_servers_csv()/ares_get_servers_csv(). PR openembedded#882 Changes: Connection handling modularization. PR openembedded#857, PR openembedded#876 Expose library/utility functions to tools. PR openembedded#860 Remove ares__ prefix, just use ares_ for internal functions. PR openembedded#872 Bugfixes: fix: potential WIN32_LEAN_AND_MEAN redefinition. PR openembedded#869 Fix googletest v1.15 compatibility. PR openembedded#874 Fix pkgconfig thread dependencies. PR openembedded#884 Signed-off-by: Jason Schonberg <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent 3df0086 commit d141690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-oe/recipes-support/c-ares/c-ares_1.33.1.bb renamed to meta-oe/recipes-support/c-ares/c-ares_1.34.1.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=d3e72a10e08191f2ca1be3f3228d78f3"
77

88
SRC_URI = "https://github.com/c-ares/c-ares/releases/download/v${PV}/${BPN}-${PV}.tar.gz \
99
file://run-ptest"
10-
SRC_URI[sha256sum] = "06869824094745872fa26efd4c48e622b9bd82a89ef0ce693dc682a23604f415"
10+
SRC_URI[sha256sum] = "7e846f1742ab5998aced36d170408557de5292b92ec404fb0f7422f946d60103"
1111

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

0 commit comments

Comments
 (0)