gnu: jansson: Update to 2.9.

* gnu/packages/web.scm (jansson): Update to 2.9.
[source]: Remove 'jansson-CVE-2016-4425.patch'.
* gnu/packages/patches/jansson-CVE-2016-4425.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
This commit is contained in:
Leo Famulari 2016-11-06 19:49:03 -05:00
parent fd68cc2c8b
commit 14ac8e4865
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
3 changed files with 2 additions and 129 deletions

View File

@ -613,7 +613,6 @@ dist_patch_DATA = \
%D%/packages/patches/id3lib-CVE-2007-4460.patch \ %D%/packages/patches/id3lib-CVE-2007-4460.patch \
%D%/packages/patches/ilmbase-fix-tests.patch \ %D%/packages/patches/ilmbase-fix-tests.patch \
%D%/packages/patches/inkscape-drop-wait-for-targets.patch \ %D%/packages/patches/inkscape-drop-wait-for-targets.patch \
%D%/packages/patches/jansson-CVE-2016-4425.patch \
%D%/packages/patches/jbig2dec-ignore-testtest.patch \ %D%/packages/patches/jbig2dec-ignore-testtest.patch \
%D%/packages/patches/jq-CVE-2015-8863.patch \ %D%/packages/patches/jq-CVE-2015-8863.patch \
%D%/packages/patches/khmer-use-libraries.patch \ %D%/packages/patches/khmer-use-libraries.patch \

File diff suppressed because one or more lines are too long

View File

@ -236,7 +236,7 @@ and UNIX socket support.")
(define-public jansson (define-public jansson
(package (package
(name "jansson") (name "jansson")
(version "2.7") (version "2.9")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -244,8 +244,7 @@ and UNIX socket support.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1mvq9p85khsl818i4vbszyfab0fd45mdrwrxjkzw05mk1xcyc1br")) "19fjgfwjfj99rqa3kf96x5rssj88siazggksgrikd6h4r9sd1l0a"))))
(patches (search-patches "jansson-CVE-2016-4425.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "http://www.digip.org/jansson/") (home-page "http://www.digip.org/jansson/")
(synopsis "JSON C library") (synopsis "JSON C library")