From: Armin Kuster <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Jason Schonberg <schonm@gmail.com>, Khem Raj <raj.khem@gmail.com>
Subject: [meta-oe][walnascar][PATCH 2/5] c-ares: upgrade 1.34.2 -> 1.34.3
Date: Tue, 13 May 2025 14:04:03 -0600 [thread overview]
Message-ID: <20250513200406.26830-2-akuster808@gmail.com> (raw)
In-Reply-To: <20250513200406.26830-1-akuster808@gmail.com>
From: Jason Schonberg <schonm@gmail.com>
Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.34.3
Changes:
Build the release package in an automated way so we can provide provenance as per SLSA3. PR #906
Bugfixes:
Some upstream servers are non-compliant with EDNS options, resend queries without EDNS. Issue #911
Android: <=7 needs sys/system_properties.h a70637c
Android: CMake needs -D_GNU_SOURCE and others. PR #915
TSAN warns on missing lock, but lock isn't actually necessary. PR #915
ares_getaddrinfo() for AF_UNSPEC should retry IPv4 if only IPv6 is received. 765d558
ares_send() shouldn't return ARES_EBADRESP, its ARES_EBADQUERY. 91519e7
Fix typos in man pages. PR #905
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit d8eaa791dd9836a3bcba7590d208e8bdea9ef5b0)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
.../c-ares/{c-ares_1.34.2.bb => c-ares_1.34.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-support/c-ares/{c-ares_1.34.2.bb => c-ares_1.34.3.bb} (91%)
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.34.2.bb b/meta-oe/recipes-support/c-ares/c-ares_1.34.3.bb
similarity index 91%
rename from meta-oe/recipes-support/c-ares/c-ares_1.34.2.bb
rename to meta-oe/recipes-support/c-ares/c-ares_1.34.3.bb
index 21a0e37e6c..c02bdbcc5c 100644
--- a/meta-oe/recipes-support/c-ares/c-ares_1.34.2.bb
+++ b/meta-oe/recipes-support/c-ares/c-ares_1.34.3.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] = "35410aa625cc9ee95b66475f54aea7c81c673fb63d75fad5eee267711503b72a"
+SRC_URI[sha256sum] = "26e1f7771da23e42a18fdf1e58912a396629e53a2ac71b130af93bbcfb90adbe"
PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
PACKAGECONFIG[manpages] = ""
--
2.43.0
next prev parent reply other threads:[~2025-05-13 20:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-13 20:04 [meta-oe][walnascar][PATCH 1/5] c-ares: upgrade 1.34.1 -> 1.34.2 Armin Kuster
2025-05-13 20:04 ` Armin Kuster [this message]
2025-05-13 20:04 ` [meta-oe][walnascar][PATCH 3/5] catch2: upgrade 3.8.0 -> 3.8.1 Armin Kuster
2025-05-13 20:04 ` [meta-oe][walnascar][PATCH 4/5] php: upgrade 8.4.5 -> 8.4.6 Armin Kuster
2025-05-13 20:04 ` [meta-oe][walnascar][PATCH 5/5] apache2: Scrub -ffile-prefix-map in build.nice file Armin Kuster
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=20250513200406.26830-2-akuster808@gmail.com \
--to=akuster808@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=raj.khem@gmail.com \
--cc=schonm@gmail.com \
/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.