diff options
author | Leo Famulari <leo@famulari.name> | 2018-01-19 18:06:08 -0800 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-01-23 15:25:32 -0500 |
commit | c73a00a3763aef0045dd30c252d93ce4d12e76f8 (patch) | |
tree | 48db8b210feff9763513d2e581cee8a4de02b2b2 /gnu/local.mk | |
parent | 8d26f48e8ab3802d73e74b18c877c549c4248eed (diff) | |
download | guix-c73a00a3763aef0045dd30c252d93ce4d12e76f8.tar.gz |
gnu: libsndfile: Fix CVE-2017-12562.
* gnu/packages/patches/libsndfile-CVE-2017-12562.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/pulseaudio.scm (libsndfile)[replacement]: New field. (libsndfile/fixed): New variable.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 7c2cffa511..b72c586e37 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -837,6 +837,7 @@ dist_patch_DATA = \ %D%/packages/patches/libsndfile-armhf-type-checks.patch \ %D%/packages/patches/libsndfile-CVE-2017-8361-8363-8365.patch \ %D%/packages/patches/libsndfile-CVE-2017-8362.patch \ + %D%/packages/patches/libsndfile-CVE-2017-12562.patch \ %D%/packages/patches/libssh-hostname-parser-bug.patch \ %D%/packages/patches/libssh2-fix-build-failure-with-gcrypt.patch \ %D%/packages/patches/libtar-CVE-2013-4420.patch \ |