From: Jason Schonberg <schonm@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Jason Schonberg <schonm@gmail.com>
Subject: [meta-oe][PATCH] c-ares: upgrade 1.33.1 -> 1.34.1
Date: Sun, 30 Mar 2025 14:07:55 -0400 [thread overview]
Message-ID: <20250330180756.376357-1-schonm@gmail.com> (raw)
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 #856
Add new pending write callback optimization via ares_set_pending_write_cb. PR #857
New function ares_process_fds(). PR #875
Failed servers should be probed rather than redirecting queries which could
cause unexpected latency. PR #877
adig: rework command line arguments to mimic dig from bind. PR #890
Add new method for overriding network functions
ares_set_socket_function_ex() to properly support all new functionality. PR #894
Fix regression with custom socket callbacks due to DNS cookie support. PR #895
ares_socket: set IP_BIND_ADDRESS_NO_PORT on ares_set_local_ip* tcp sockets PR #887
URI parser/writer for ares_set_servers_csv()/ares_get_servers_csv(). PR #882
Changes:
Connection handling modularization. PR #857, PR #876
Expose library/utility functions to tools. PR #860
Remove ares__ prefix, just use ares_ for internal functions. PR #872
Bugfixes:
fix: potential WIN32_LEAN_AND_MEAN redefinition. PR #869
Fix googletest v1.15 compatibility. PR #874
Fix pkgconfig thread dependencies. PR #884
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
.../c-ares/{c-ares_1.33.1.bb => c-ares_1.34.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-support/c-ares/{c-ares_1.33.1.bb => c-ares_1.34.1.bb} (91%)
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.33.1.bb b/meta-oe/recipes-support/c-ares/c-ares_1.34.1.bb
similarity index 91%
rename from meta-oe/recipes-support/c-ares/c-ares_1.33.1.bb
rename to meta-oe/recipes-support/c-ares/c-ares_1.34.1.bb
index 51b73a978b..877e29d9f2 100644
--- a/meta-oe/recipes-support/c-ares/c-ares_1.33.1.bb
+++ b/meta-oe/recipes-support/c-ares/c-ares_1.34.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] = "06869824094745872fa26efd4c48e622b9bd82a89ef0ce693dc682a23604f415"
+SRC_URI[sha256sum] = "7e846f1742ab5998aced36d170408557de5292b92ec404fb0f7422f946d60103"
PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
PACKAGECONFIG[manpages] = ""
--
2.43.0
reply other threads:[~2025-03-30 18:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250330180756.376357-1-schonm@gmail.com \
--to=schonm@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.