clamav: update from 0.97.5 to 0.97.8, potentially fixes CVE-2013-2020, CVE-2013-2021

This commit is contained in:
Nixpkgs Monitor 2013-12-03 09:43:29 +02:00 committed by Evgeny Egorochkin
parent b067405540
commit d5c1d33a23
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, zlib, bzip2, libiconv }:
stdenv.mkDerivation rec {
name = "clamav-${version}";
version = "0.97.5";
version = "0.97.8";
src = fetchurl {
url = "mirror://sourceforge/clamav/clamav-${version}.tar.gz";
sha256 = "039wm64wl2sx7k019g5ll5dkdlsq64fnd0ng0s00pjn8bqd5wv6v";
sha256 = "04pwm8a84silnvgimn2wi2wgwdzwpskybx72mp10ni1dd7yvswnq";
};
buildInputs = [ zlib bzip2 libiconv ];