diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2021-02-06 17:24:28 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-02-20 13:30:11 -0500 |
commit | c6edab3232127d30b0ecd9365bf7ab4b1437846c (patch) | |
tree | 91252fc6f24dbfcb4220c0f463440ba91fdac913 /gnu/packages/web.scm | |
parent | 140c667cb6bd21022e8e3b02f8ee7e9df66d32b5 (diff) |
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>
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 4345905f2e..de231c0ab0 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -903,7 +903,7 @@ data.") (define-public json-c (package (name "json-c") - (version "0.14") + (version "0.15") (source (origin (method url-fetch) (uri (string-append @@ -911,8 +911,7 @@ data.") version ".tar.gz")) (sha256 (base32 - "0w381krr99q5a2rypx4g437fa7gzgl82i64sgnrs6g5jr44dwxxk")) - (patches (search-patches "json-c-CVE-2020-12762.patch")))) + "1im484iz08j3gmzpw07v16brwq46pxxj65i996kkp2vivcfhmn5q")))) (build-system cmake-build-system) (home-page "https://github.com/json-c/json-c/wiki") (synopsis "JSON implementation in C") |