mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
e99dd67ad8
commit
b3d20b8280
4 changed files with 118 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue