summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/security/clamav
diff options
context:
space:
mode:
authorJoachim Schiele <js@lastlog.de>2015-05-03 02:28:13 +0200
committerJoachim Schiele <js@lastlog.de>2015-05-03 02:28:13 +0200
commit00cbf82c01da23780ef75a9d34dd89f57c4ace91 (patch)
tree632abab1adb6f77c534503c04574980aefa58fb4 /pkgs/tools/security/clamav
parent372f7e0a13cb2850c420d59a0917c34bef5271c2 (diff)
clamav: CVE-2015-2170 CVE-2015-2221 CVE-2015-2222 CVE-2015-2305 CVE-2015-2668
Diffstat (limited to 'pkgs/tools/security/clamav')
-rw-r--r--pkgs/tools/security/clamav/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/clamav/default.nix b/pkgs/tools/security/clamav/default.nix
index 350a6f369f0d..9a0b947e99b7 100644
--- a/pkgs/tools/security/clamav/default.nix
+++ b/pkgs/tools/security/clamav/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, zlib, bzip2, libiconv, libxml2, openssl, ncurses, curl }:
stdenv.mkDerivation rec {
name = "clamav-${version}";
- version = "0.98.6";
+ version = "0.98.7";
src = fetchurl {
url = "mirror://sourceforge/clamav/clamav-${version}.tar.gz";
- sha256 = "0l99a0shgzpl8rvrrgbm1ki2zxlb7g1n82bhq7f2snj4amfj94b5";
+ sha256 = "0wp2ad8km4cqmlndni5ljv7q3lfxm6y4r3giv0yf23bl0yvif918";
};
buildInputs = [ zlib bzip2 libxml2 openssl ncurses curl libiconv ];
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
homepage = http://www.clamav.net;
description = "Antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats";
license = licenses.gpl2;
- maintainers = [ maintainers.phreedom maintainers.robberer ];
+ maintainers = with maintainers; [ phreedom robberer qknight ];
platforms = platforms.linux;
};
}