summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-02-06 16:10:50 +0800
committerKhem Raj <raj.khem@gmail.com>2024-02-09 09:52:10 -0800
commitaaface8243da7c3e3251d31123ab61b6ea1bd908 (patch)
tree17afcca8f38c079996feed0e92e75829f8c88aab /meta-oe/recipes-support
parent933e9a58ef4547da811da863739eb7ecd5d6b3cc (diff)
downloadmeta-openembedded-aaface8243da7c3e3251d31123ab61b6ea1bd908.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/neon/neon_0.33.0.bb (renamed from meta-oe/recipes-support/neon/neon_0.32.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/neon/neon_0.32.5.bb b/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 \
11 file://run-ptest \ 11 file://run-ptest \
12 " 12 "
13 13
14SRC_URI[sha256sum] = "4872e12f802572dedd4b02f870065814b2d5141f7dbdaf708eedab826b51a58a" 14SRC_URI[sha256sum] = "659a5cc9cea05e6e7864094f1e13a77abbbdbab452f04d751a8c16a9447cf4b8"
15 15
16inherit autotools-brokensep binconfig-disabled lib_package pkgconfig ptest 16inherit autotools-brokensep binconfig-disabled lib_package pkgconfig ptest
17 17