mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
3 changed files with 128 additions and 1 deletions
|
@ -551,6 +551,7 @@ dist_patch_DATA = \
|
|||
%D%/packages/patches/ilmbase-fix-tests.patch \
|
||||
%D%/packages/patches/inkscape-drop-wait-for-targets.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-2008-3520.patch \
|
||||
%D%/packages/patches/jasper-CVE-2008-3522.patch \
|
||||
|
|
125
gnu/packages/patches/jansson-CVE-2016-4425.patch
Normal file
125
gnu/packages/patches/jansson-CVE-2016-4425.patch
Normal file
File diff suppressed because one or more lines are too long
|
@ -232,7 +232,8 @@ (define-public jansson
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1mvq9p85khsl818i4vbszyfab0fd45mdrwrxjkzw05mk1xcyc1br"))))
|
||||
"1mvq9p85khsl818i4vbszyfab0fd45mdrwrxjkzw05mk1xcyc1br"))
|
||||
(patches (search-patches "jansson-CVE-2016-4425.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "http://www.digip.org/jansson/")
|
||||
(synopsis "JSON C library")
|
||||
|
|
Loading…
Reference in a new issue