diff options
author | Leo Famulari <leo@famulari.name> | 2016-11-06 19:49:03 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-11-06 19:50:30 -0500 |
commit | 14ac8e4865206f5cd1278cd962d01ce27890d51f (patch) | |
tree | 4a687a7ced7f74a727f94b7137d2d9305388b714 /gnu/local.mk | |
parent | fd68cc2c8b75d9ad2a0edf274de5e1232e3dec88 (diff) | |
download | guix-14ac8e4865206f5cd1278cd962d01ce27890d51f.tar.gz |
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.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 531e29b84a..aaa9f5cc47 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -613,7 +613,6 @@ dist_patch_DATA = \ %D%/packages/patches/id3lib-CVE-2007-4460.patch \ %D%/packages/patches/ilmbase-fix-tests.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/jq-CVE-2015-8863.patch \ %D%/packages/patches/khmer-use-libraries.patch \ |