From aaface8243da7c3e3251d31123ab61b6ea1bd908 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 6 Feb 2024 16:10:50 +0800 Subject: [PATCH] neon: upgrade 0.32.5 -> 0.33.0 Changelog: ============= - test suite now works correctly on IPv6-only hosts - fixes for building against LibreSSL - ne_uri_parse() fixes for handling URI with no path and catch some invalid URIs which were allowed - retry requests after a 408 response on a persisted connection - 207 error strings are cleaned and compressed to a single line - fixed thread-safety in ne_rfc1123_date where gmtime_r is available - ne_lock_refresh() fixed to use a non-idempotent request - TLS name verification updated to match RFC 9110/6125, added strict handling of IP literals vs DNS names Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/neon/{neon_0.32.5.bb => neon_0.33.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/neon/{neon_0.32.5.bb => neon_0.33.0.bb} (96%) diff --git a/meta-oe/recipes-support/neon/neon_0.32.5.bb b/meta-oe/recipes-support/neon/neon_0.33.0.bb similarity index 96% rename from meta-oe/recipes-support/neon/neon_0.32.5.bb rename to meta-oe/recipes-support/neon/neon_0.33.0.bb index c364aab360..a0333f4560 100644 --- a/meta-oe/recipes-support/neon/neon_0.32.5.bb +++ b/meta-oe/recipes-support/neon/neon_0.33.0.bb @@ -11,7 +11,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/n/neon27/neon27_${PV}.orig.tar.gz \ file://run-ptest \ " -SRC_URI[sha256sum] = "4872e12f802572dedd4b02f870065814b2d5141f7dbdaf708eedab826b51a58a" +SRC_URI[sha256sum] = "659a5cc9cea05e6e7864094f1e13a77abbbdbab452f04d751a8c16a9447cf4b8" inherit autotools-brokensep binconfig-disabled lib_package pkgconfig ptest