Skip to content

Commit

Permalink
clamav: 0.99.3 -> 0.99.4 for multiple CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Mar 22, 2018
1 parent 1497815 commit 5050d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 53 deletions.
6 changes: 2 additions & 4 deletions pkgs/tools/security/clamav/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
name = "clamav-${version}";
version = "0.99.3";
version = "0.99.4";

src = fetchurl {
url = "https://www.clamav.net/downloads/production/${name}.tar.gz";
sha256 = "114f7qk3h0klgm0zzn2394n5spcn91vjc9mq6m03l2p0ls955yh0";
sha256 = "0q94iwi729id9pyc72w6zlllbaz37qvpi6gc51g2x3fy7ckw6anp";
};

# don't install sample config files into the absolute sysconfdir folder
Expand All @@ -21,8 +21,6 @@ stdenv.mkDerivation rec {
zlib bzip2 libxml2 openssl ncurses curl libiconv libmilter pcre
];

patches = [ ./fd-leak.patch ];

configureFlags = [
"--sysconfdir=/etc/clamav"
"--disable-llvm" # enabling breaks the build at the moment
Expand Down
49 changes: 0 additions & 49 deletions pkgs/tools/security/clamav/fd-leak.patch

This file was deleted.

0 comments on commit 5050d05

Please sign in to comment.