gnu: jansson: Fix CVE-2016-4425.
* gnu/packages/web.scm (jansson)[source]: Add patch. * gnu/packages/patches/jansson-CVE-2016-4425.patch: New variable. * gnu/local.mk (dist_patch_DATA): Add it.
This commit is contained in:
parent
9116f12690
commit
538884ccef
|
@ -551,6 +551,7 @@ dist_patch_DATA = \
|
||||||
%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/irrlicht-mesa-10.patch \
|
%D%/packages/patches/irrlicht-mesa-10.patch \
|
||||||
|
%D%/packages/patches/jansson-CVE-2016-4425.patch \
|
||||||
%D%/packages/patches/jasper-CVE-2007-2721.patch \
|
%D%/packages/patches/jasper-CVE-2007-2721.patch \
|
||||||
%D%/packages/patches/jasper-CVE-2008-3520.patch \
|
%D%/packages/patches/jasper-CVE-2008-3520.patch \
|
||||||
%D%/packages/patches/jasper-CVE-2008-3522.patch \
|
%D%/packages/patches/jasper-CVE-2008-3522.patch \
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -232,7 +232,8 @@ and UNIX socket support.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mvq9p85khsl818i4vbszyfab0fd45mdrwrxjkzw05mk1xcyc1br"))))
|
"1mvq9p85khsl818i4vbszyfab0fd45mdrwrxjkzw05mk1xcyc1br"))
|
||||||
|
(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")
|
||||||
|
|
Loading…
Reference in New Issue