gnu: vorbis-tools: Fix CVE-2014-9638, CVE-2014-9639, CVE-2014-9640.

* gnu/packages/xiph.scm (vorbis-tools)[source]: Add patches.
* gnu/packages/patches/vorbis-tools-CVE-2014-9638+CVE-2014-9639.patch,
gnu/packages/patches/vorbis-tools-CVE-2014-9640.patch: New variables.
* gnu/local.mk (dist_patch_DATA): Add them.
This commit is contained in:
Efraim Flashner 2016-05-30 06:42:02 +03:00
parent e99dd67ad8
commit b3d20b8280
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93
4 changed files with 118 additions and 1 deletions

View file

@ -270,7 +270,10 @@ Kate stream.")
(sha256
(base32
"1g12bnh5ah08v529y72kfdz5lhvy75iaz7f9jskyby23m9dkk2d3"))
(patches (search-patches "vorbis-tools-CVE-2015-6749.patch"))))
(patches (search-patches
"vorbis-tools-CVE-2014-9638+CVE-2014-9639.patch"
"vorbis-tools-CVE-2014-9640.patch"
"vorbis-tools-CVE-2015-6749.patch"))))
(build-system gnu-build-system)
(inputs `(("ao" ,ao)
("curl" ,curl)