main/cjson: security upgrade to 1.7.19

This commit is contained in:
Theo Zanchi 2025-10-27 13:01:03 +01:00 committed by Jakub Jirutka
parent 8f731cc38c
commit ebd070c9a6

View File

@ -1,7 +1,7 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=cjson
pkgver=1.7.17
pkgver=1.7.19
pkgrel=0
pkgdesc="Lighweight JSON parser in C"
url="https://github.com/DaveGamble/cJSON"
@ -13,6 +13,8 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/DaveGamble/cJSON/archive/v$p
builddir="$srcdir/cJSON-$pkgver"
# secfixes:
# 1.7.19-r0:
# - CVE-2025-57052
# 1.7.17-r0:
# - CVE-2023-50472
# - CVE-2023-50471
@ -40,5 +42,5 @@ package() {
}
sha512sums="
4feebafa5225297fa3e6a7bf23f8d31b5c3e172f437078c5a07528522ad58ca2e9c72dd9e8611241d2b8321e9aa0a1a9af7743689d1c2001d1d9cb624aae6fa8 cjson-1.7.17.tar.gz
7b22bdd05b8e0bf8b24ab79db128dbab9f8c2c167f4b1d3073922b8ff1e0f0e8917322283d6d4091002f014f42692984f4f641761f05965d3b66fb3eca14dc46 cjson-1.7.19.tar.gz
"