mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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:
committed by
Julien Olivain
parent
9684cb9b44
commit
f328822cf1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user