package/liburiparser: security bump version to 1.0.0

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

Added sha256 hash provided by upstream.

Fixes CVE-2025-67899.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2025-12-29 09:14:35 +01:00
committed by Julien Olivain
parent f9a91bf60e
commit 3ef90e752b
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
# From https://github.com/uriparser/uriparser/releases/tag/uriparser-1.0.0
sha256 154a3f649d80a78d5095fc461ec032ffb45f5ed3619edec923ac68cff29a088d uriparser-1.0.0.tar.xz
# Locally calculated
sha256 85645df1bb220a3867c42f8adeba4f6a4b2fdc1563e91ad7d9f92d14d3dd377d uriparser-0.9.9.tar.xz
sha256 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3 COPYING.BSD-3-Clause

View File

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