diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-03-11 15:52:45 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-03-11 16:33:50 +0100 |
commit | ef0f0d5f971bf9c7a755b6b5c4bda34fc50e1987 (patch) | |
tree | e59390154b2db7f2e4ce7c9c588d16781fc95f09 /gnu-system.am | |
parent | baacf042fd2b82699e6952a7cee536e8254b5826 (diff) | |
download | guix-ef0f0d5f971bf9c7a755b6b5c4bda34fc50e1987.tar guix-ef0f0d5f971bf9c7a755b6b5c4bda34fc50e1987.tar.gz |
gnu: vorbis-tools: Patch buffer overflow [fixes CVE-2015-6749].
* gnu/packages/patches/vorbis-tools-CVE-2015-6749.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xiph.scm (vorbis-tools)[source]: Use it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 2ca703c58f..38c1f5a2dc 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -770,6 +770,7 @@ dist_patch_DATA = \ gnu/packages/patches/util-linux-tests.patch \ gnu/packages/patches/upower-builddir.patch \ gnu/packages/patches/valgrind-enable-arm.patch \ + gnu/packages/patches/vorbis-tools-CVE-2015-6749.patch \ gnu/packages/patches/vpnc-script.patch \ gnu/packages/patches/vtk-mesa-10.patch \ gnu/packages/patches/w3m-libgc.patch \ |