diff options
author | Mark H Weaver <mhw@netris.org> | 2014-10-24 03:39:34 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-10-26 02:55:38 -0400 |
commit | 1d1efa6c6a4911ac20e1e3c4fdf0ecb2afb6f54a (patch) | |
tree | 5436e00d23572a36b3650ce809aa12c8b9ac6ffd /gnu-system.am | |
parent | 16755848fc7f446ba4572d3c36c9b1d50410e927 (diff) | |
download | guix-1d1efa6c6a4911ac20e1e3c4fdf0ecb2afb6f54a.tar guix-1d1efa6c6a4911ac20e1e3c4fdf0ecb2afb6f54a.tar.gz |
gnu: pulseaudio: Fix CVE-2014-3970 and intermittent test failures.
* gnu/packages/patches/pulseaudio-CVE-2014-397.patch: New file.
* gnu/packages/patches/pulseaudio-fix-mult-test.patch: New file.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/pulseaudio.scm (pulseaudio): 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 e0484d4abc..54b6a782fa 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -395,6 +395,8 @@ dist_patch_DATA = \ gnu/packages/patches/pingus-sdl-libs-config.patch \ gnu/packages/patches/plotutils-libpng-jmpbuf.patch \ gnu/packages/patches/procps-make-3.82.patch \ + gnu/packages/patches/pulseaudio-CVE-2014-3970.patch \ + gnu/packages/patches/pulseaudio-fix-mult-test.patch \ gnu/packages/patches/pybugz-encode-error.patch \ gnu/packages/patches/pybugz-stty.patch \ gnu/packages/patches/python-fix-tests.patch \ |