diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-05-19 19:39:20 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-21 07:31:00 -0700 |
| commit | a0589ae5a4442d574aace469fc54265154741f8f (patch) | |
| tree | 11458d6985ce3b922a84d3fb6ff0b25460a0d049 /meta-oe/recipes-support/uriparser | |
| parent | a86ee0d4f6134d08b5873dcd9fcd203550708f59 (diff) | |
| download | meta-openembedded-a0589ae5a4442d574aace469fc54265154741f8f.tar.gz | |
uriparser: upgrade 1.0.1 -> 1.0.2
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>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe/recipes-support/uriparser')
| -rw-r--r-- | meta-oe/recipes-support/uriparser/uriparser_1.0.2.bb (renamed from meta-oe/recipes-support/uriparser/uriparser_1.0.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/uriparser/uriparser_1.0.1.bb b/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 \ | |||
| 10 | 10 | ||
| 11 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${BP}/${BP}.tar.gz \ | 11 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${BP}/${BP}.tar.gz \ |
| 12 | file://run-ptest" | 12 | file://run-ptest" |
| 13 | SRC_URI[sha256sum] = "5a3b7c491a1e9033d86b9c00a947bafc46407187938578daf799a4155cb7c88a" | 13 | SRC_URI[sha256sum] = "963554c32d40fb6cba5644f1ba63e6dd7a182b2948bd71ee448c532f53b07f1e" |
| 14 | 14 | ||
| 15 | inherit cmake github-releases ptest | 15 | inherit cmake github-releases ptest |
| 16 | 16 | ||
