community/uriparser: security upgrade to 0.9.8

CVE-2024-34402

CVE-2024-34403
This commit is contained in:
fossdd 2024-05-06 09:20:54 +02:00 committed by Patrycja Rosa
parent ddb28ccef8
commit 2503d64f76

View File

@ -3,8 +3,8 @@
# Contributor: fossdd <fossdd@pwned.life>
# Maintainer: fossdd <fossdd@pwned.life>
pkgname=uriparser
pkgver=0.9.7
pkgrel=1
pkgver=0.9.8
pkgrel=0
pkgdesc="strictly RFC 3986 compliant URI parsing and handling library"
url="https://uriparser.github.io/"
arch="all"
@ -14,6 +14,9 @@ subpackages="$pkgname-dev lib$pkgname:libs"
source="https://github.com/uriparser/uriparser/releases/download/uriparser-$pkgver/uriparser-$pkgver.tar.bz2"
# secfixes:
# 0.9.8-r0:
# - CVE-2024-34402
# - CVE-2024-34403
# 0.9.6-r0:
# - CVE-2021-46141
# - CVE-2021-46142
@ -44,5 +47,5 @@ package() {
}
sha512sums="
7f69c9806665745c1bafe11f818434e27c2da03af387f009ef46c1427af8c008faa45e6f49bece66e0b96fd17b3924ba0af25476e796972c5e4b651f35f74c13 uriparser-0.9.7.tar.bz2
41377e27f92345442cafa4e443485808c286430fcb5ce2354a683344e744786a170f443425f304bdb5a152edf96a3412f203eabe4fb3345a369e6d69f3d97e40 uriparser-0.9.8.tar.bz2
"