diff options
author | Mark H Weaver <mhw@netris.org> | 2015-11-16 14:14:12 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-11-18 17:47:40 -0500 |
commit | 3470fe002c6b5cd871a828b5fe90ee81bdf48d0a (patch) | |
tree | 68cd5420c03dae011d104596590b96fd29a7dc79 /gnu-system.am | |
parent | b4a88dc25f1d84a6610917db3f2eb9161c9e1349 (diff) | |
download | guix-3470fe002c6b5cd871a828b5fe90ee81bdf48d0a.tar guix-3470fe002c6b5cd871a828b5fe90ee81bdf48d0a.tar.gz |
gnu: libsndfile: Add fixes for CVE-2014-9496 and CVE-2015-7805.
* gnu/packages/patches/libsndfile-CVE-2014-9496.patch,
gnu/packages/patches/libsndfile-CVE-2015-7805.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/pulseaudio.scm (libsndfile)[source]: Add patches.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 5396c75315..32d228693b 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -557,6 +557,8 @@ dist_patch_DATA = \ gnu/packages/patches/librsvg-tests.patch \ gnu/packages/patches/libtheora-config-guess.patch \ gnu/packages/patches/libtool-skip-tests2.patch \ + gnu/packages/patches/libsndfile-CVE-2014-9496.patch \ + gnu/packages/patches/libsndfile-CVE-2015-7805.patch \ gnu/packages/patches/libssh-CVE-2014-0017.patch \ gnu/packages/patches/libunwind-CVE-2015-3239.patch \ gnu/packages/patches/libwmf-CAN-2004-0941.patch \ |