From 373a9fd4db00f6dae8379cfd0d6aadc7251dc595 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Wed, 22 Aug 2018 13:07:42 -0400 Subject: gnu: soundtouch: Fix CVE-2018-{1000223,14044,14045}. * gnu/packages/patches/soundtouch-CVE-2018-14044-14045.patch, gnu/packages/patches/soundtouch-CVE-2018-1000223.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/audio.scm (soundtouch)[source]: Use them. --- gnu/packages/audio.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages/audio.scm') diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 66210db97d..1e54e8667e 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -2589,6 +2589,8 @@ (define-public soundtouch (uri (string-append "http://www.surina.net/soundtouch/soundtouch-" version ".tar.gz")) + (patches (search-patches "soundtouch-CVE-2018-14044-14045.patch" + "soundtouch-CVE-2018-1000223.patch")) (sha256 (base32 "09cxr02mfyj2bg731bj0i9hh565x8l9p91aclxs8wpqv8b8zf96j")))) -- cgit v1.2.3