gnu: json-c: Update to 0.15.

* gnu/packages/web.scm (json-c): Update to 0.15.
[source]: Remove obsolete patch 'json-c-CVE-2020-12762.patch'.
* gnu/packages/patches/json-c-CVE-2020-12762.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Vincent Legoll 2021-02-06 17:24:28 +01:00 committed by Maxim Cournoyer
parent f09563abb3
commit f1240adb9f
No known key found for this signature in database
GPG key ID: 1260E46482E63562
3 changed files with 2 additions and 197 deletions

View file

@ -1294,7 +1294,6 @@ dist_patch_DATA = \
%D%/packages/patches/irrlicht-use-system-libs.patch \ %D%/packages/patches/irrlicht-use-system-libs.patch \
%D%/packages/patches/isc-dhcp-gcc-compat.patch \ %D%/packages/patches/isc-dhcp-gcc-compat.patch \
%D%/packages/patches/isl-0.11.1-aarch64-support.patch \ %D%/packages/patches/isl-0.11.1-aarch64-support.patch \
%D%/packages/patches/json-c-CVE-2020-12762.patch \
%D%/packages/patches/json-c-0.13-CVE-2020-12762.patch \ %D%/packages/patches/json-c-0.13-CVE-2020-12762.patch \
%D%/packages/patches/json-c-0.12-CVE-2020-12762.patch \ %D%/packages/patches/json-c-0.12-CVE-2020-12762.patch \
%D%/packages/patches/jsoncpp-pkg-config-version.patch \ %D%/packages/patches/jsoncpp-pkg-config-version.patch \

File diff suppressed because one or more lines are too long

View file

@ -1056,7 +1056,7 @@ (define-public jansson
(define-public json-c (define-public json-c
(package (package
(name "json-c") (name "json-c")
(version "0.14") (version "0.15")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1064,8 +1064,7 @@ (define-public json-c
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0w381krr99q5a2rypx4g437fa7gzgl82i64sgnrs6g5jr44dwxxk")) "1im484iz08j3gmzpw07v16brwq46pxxj65i996kkp2vivcfhmn5q"))))
(patches (search-patches "json-c-CVE-2020-12762.patch"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(home-page "https://github.com/json-c/json-c/wiki") (home-page "https://github.com/json-c/json-c/wiki")
(synopsis "JSON implementation in C") (synopsis "JSON implementation in C")