mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-08 01:12:28 +01:00
parent
7445adce50
commit
d378948d72
@ -1,14 +1,20 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=json-c
|
||||
pkgver=0.14
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A JSON implementation in C"
|
||||
url="https://github.com/json-c/json-c/wiki"
|
||||
arch="all"
|
||||
license="MIT"
|
||||
makedepends="cmake"
|
||||
subpackages="$pkgname-dev"
|
||||
source="https://s3.amazonaws.com/json-c_releases/releases/json-c-$pkgver.tar.gz"
|
||||
source="https://s3.amazonaws.com/json-c_releases/releases/json-c-$pkgver.tar.gz
|
||||
CVE-2020-12762.patch::https://github.com/json-c/json-c/pull/608.patch
|
||||
"
|
||||
|
||||
# secfixes:
|
||||
# 0.14-r1:
|
||||
# - CVE-2020-12762
|
||||
|
||||
build() {
|
||||
if [ "$CBUILD" != "$CHOST" ]; then
|
||||
@ -28,4 +34,5 @@ package() {
|
||||
make -C build DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="75537c61d0632a01f94d2394d7a4387ef1eca0b68aa56c495d3d96dd29b38ed20eb0cc3f6e5e24dc6660c8939669f8954005d9c3ba20437f3fcc9f9dd896b00d json-c-0.14.tar.gz"
|
||||
sha512sums="75537c61d0632a01f94d2394d7a4387ef1eca0b68aa56c495d3d96dd29b38ed20eb0cc3f6e5e24dc6660c8939669f8954005d9c3ba20437f3fcc9f9dd896b00d json-c-0.14.tar.gz
|
||||
e69b2dd0fd979428d3d44529877d8176ccb54f0a056eebfa1a64e68eda9d5087cffdafe11253879502048024027cc37d1bc158f17487bff06ce0386b4638843d CVE-2020-12762.patch"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user