clamav: CVE-2015-2170 CVE-2015-2221 CVE-2015-2222 CVE-2015-2305 CVE-2015-2668

This commit is contained in:
Joachim Schiele 2015-05-03 02:28:13 +02:00
parent 372f7e0a13
commit 00cbf82c01
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, zlib, bzip2, libiconv, libxml2, openssl, ncurses, curl }: { stdenv, fetchurl, zlib, bzip2, libiconv, libxml2, openssl, ncurses, curl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "clamav-${version}"; name = "clamav-${version}";
version = "0.98.6"; version = "0.98.7";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/clamav/clamav-${version}.tar.gz"; url = "mirror://sourceforge/clamav/clamav-${version}.tar.gz";
sha256 = "0l99a0shgzpl8rvrrgbm1ki2zxlb7g1n82bhq7f2snj4amfj94b5"; sha256 = "0wp2ad8km4cqmlndni5ljv7q3lfxm6y4r3giv0yf23bl0yvif918";
}; };
buildInputs = [ zlib bzip2 libxml2 openssl ncurses curl libiconv ]; buildInputs = [ zlib bzip2 libxml2 openssl ncurses curl libiconv ];
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
homepage = http://www.clamav.net; homepage = http://www.clamav.net;
description = "Antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats"; description = "Antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.phreedom maintainers.robberer ]; maintainers = with maintainers; [ phreedom robberer qknight ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }