mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
140c667cb6
commit
c6edab3232
3 changed files with 2 additions and 197 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue