audiofile: fix CVE-2015-7747 (close #10829)

Fixes #10678.
This commit is contained in:
Pascal Wittmann
2015-11-05 12:48:40 +01:00
committed by Vladimír Čunát
parent 0e731ecbd7
commit bf41c5c233
2 changed files with 163 additions and 0 deletions
@@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
sha256 = "0rb927zknk9kmhprd8rdr4azql4gn2dp75a36iazx2xhkbqhvind";
};
patches = [ ./CVE-2015-7747.patch ];
meta = with stdenv.lib; {
description = "Library for reading and writing audio files in various formats";
homepage = http://www.68k.org/~michael/audiofile/;