diff options
author | Mark H Weaver <mhw@netris.org> | 2016-02-10 16:59:53 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-02-15 02:51:35 -0500 |
commit | 4373278ea5a5fa2db6889c044267f5a1dc5a9514 (patch) | |
tree | a113887549ec0f2589962d5155a6bf56f09a9e41 /gnu-system.am | |
parent | ea79dbb2403e9b029c3e65c9e11d137c34dbc50c (diff) | |
download | gnu-guix-4373278ea5a5fa2db6889c044267f5a1dc5a9514.tar gnu-guix-4373278ea5a5fa2db6889c044267f5a1dc5a9514.tar.gz |
gnu: libsndfile: Update to 1.0.26 [with follow-up fix CVE-2015-7805].
Note: The previous fix for CVE-2015-7805 was incomplete.
* gnu/packages/patches/libsndfile-CVE-2014-9496.patch,
gnu/packages/patches/libsndfile-CVE-2015-7805.patch: Delete files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/pulseaudio.scm (libsndfile): Update to 1.0.26.
[source]: Remove patches.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu-system.am b/gnu-system.am index fd9795e58c..91945dbee1 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -568,8 +568,6 @@ dist_patch_DATA = \ gnu/packages/patches/libtiff-oob-accesses-in-decode.patch \ gnu/packages/patches/libtiff-oob-write-in-nextdecode.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 \ |