uriparser: update to 0.9.8

Fixes two integer overflow vulnerabilities:
https://github.com/uriparser/uriparser/blob/uriparser-0.9.8/ChangeLog
This commit is contained in:
tb
2024-05-06 10:15:48 +00:00
parent fa2b63f8a7
commit 10ae3bcdd0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ COMMENT = URI parsing library
GH_ACCOUNT = uriparser
GH_PROJECT = uriparser
GH_TAGNAME = uriparser-0.9.7
GH_TAGNAME = uriparser-0.9.8
PKGNAME = ${GH_TAGNAME}
SHARED_LIBS += uriparser 3.1 # 1.0
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (uriparser-uriparser-0.9.7.tar.gz) = jhklBlSiBK8IWECLVdx4lBOCqMgkvzj8fyqVym4W16A=
SIZE (uriparser-uriparser-0.9.7.tar.gz) = 222859
SHA256 (uriparser-uriparser-0.9.8.tar.gz) = 1iiTh+rySV447YDXCa1nP+BNY/rXB7rf7pbz0tq8fDU=
SIZE (uriparser-uriparser-0.9.8.tar.gz) = 223651