diff mbox series

[meta-oe,37/38] uriparser: upgrade 1.0.1 -> 1.0.2

Message ID 20260519113921.655-37-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/38] bit7z: upgrade 4.0.11 -> 4.0.12 | expand

Commit Message

Wang Mingyu May 19, 2026, 11:39 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==============
* Fixed: [CVE-2026-44927]
    Stop truncating 'ptrdiff_t' to 'int'
* Fixed: [CVE-2026-44928]
    Fix 'EqualsUri' with regard to '.absolutePath'
* Fixed: Fix OOM related memory leak in 'CopyUriMm'
* Improved: Simplify internal function 'CompareRange' into 'RangeEquals'
* Improved: Make function 'RangeEquals' use size_t' internally
* Soname: 3:2:2 - see https://verbump.de/ for what these numbers do

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../uriparser/{uriparser_1.0.1.bb => uriparser_1.0.2.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/uriparser/{uriparser_1.0.1.bb => uriparser_1.0.2.bb} (91%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/uriparser/uriparser_1.0.1.bb b/meta-oe/recipes-support/uriparser/uriparser_1.0.2.bb
similarity index 91%
rename from meta-oe/recipes-support/uriparser/uriparser_1.0.1.bb
rename to meta-oe/recipes-support/uriparser/uriparser_1.0.2.bb
index 987c28744b..d4be4b14c8 100644
--- a/meta-oe/recipes-support/uriparser/uriparser_1.0.1.bb
+++ b/meta-oe/recipes-support/uriparser/uriparser_1.0.2.bb
@@ -10,7 +10,7 @@  LIC_FILES_CHKSUM = "file://src/COPYING;md5=fcc5a53146c2401f4b4f6a3bdf3f0168 \
 
 SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${BP}/${BP}.tar.gz \
            file://run-ptest"
-SRC_URI[sha256sum] = "5a3b7c491a1e9033d86b9c00a947bafc46407187938578daf799a4155cb7c88a"
+SRC_URI[sha256sum] = "963554c32d40fb6cba5644f1ba63e6dd7a182b2948bd71ee448c532f53b07f1e"
 
 inherit cmake github-releases ptest