diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-05-23 17:00:16 +1200 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-05-29 09:07:25 +0530 |
| commit | 61931269ec32ac13c3f58322ab3c4474b98fd5d1 (patch) | |
| tree | e3783a96156c1d45cb80f5038fac1f480bbfdfa6 | |
| parent | 343e59e76205aefce669413270ec1e5b4420e346 (diff) | |
| download | meta-openembedded-61931269ec32ac13c3f58322ab3c4474b98fd5d1.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>
(cherry picked from commit a0589ae5a4442d574aace469fc54265154741f8f)
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
| -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 | ||
