package/liburiparser: security bump version to 1.0.2

https://github.com/uriparser/uriparser/blob/uriparser-1.0.2/ChangeLog

Fixes CVE-2026-44927 & CVE-2026-44928.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-05-12 16:06:10 +02:00
committed by Julien Olivain
parent 9684cb9b44
commit f328822cf1
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# From https://github.com/uriparser/uriparser/releases/tag/uriparser-1.0.1
sha256 acd18cfb14d1851705f863f7a625be693fb3971fb85d4996faa21147f0315fcb uriparser-1.0.1.tar.xz
# From https://github.com/uriparser/uriparser/releases/tag/uriparser-1.0.2
sha256 7b2496f9622b4b201186a3d159d278605f1fb7262402a10cc1c0824889798b00 uriparser-1.0.2.tar.xz
# Locally calculated
sha256 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3 COPYING.BSD-3-Clause

View File

@@ -4,7 +4,7 @@
#
################################################################################
LIBURIPARSER_VERSION = 1.0.1
LIBURIPARSER_VERSION = 1.0.2
LIBURIPARSER_SOURCE = uriparser-$(LIBURIPARSER_VERSION).tar.xz
LIBURIPARSER_SITE = https://github.com/uriparser/uriparser/releases/download/uriparser-$(LIBURIPARSER_VERSION)
LIBURIPARSER_LICENSE = BSD-3-Clause