diff options
author | Treeve Jelbert | 2020-02-19 13:11:05 +0100 |
---|---|---|
committer | Treeve Jelbert | 2020-02-19 13:13:55 +0100 |
commit | 9f143b80daf13709232a1e768a1604efe123bb04 (patch) | |
tree | e375de66848f02b17d70e121ef2af7c100c6b577 /antivirus | |
parent | d2cb9696f166c33a3d08eaca895e18ec4a067f7e (diff) |
clamav: => 1.102.2 SECURITY FIX
Diffstat (limited to 'antivirus')
-rwxr-xr-x | antivirus/clamav/DETAILS | 4 | ||||
-rw-r--r-- | antivirus/clamav/HISTORY | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/antivirus/clamav/DETAILS b/antivirus/clamav/DETAILS index a86f4c04e4..061308e7f2 100755 --- a/antivirus/clamav/DETAILS +++ b/antivirus/clamav/DETAILS @@ -1,5 +1,5 @@ SPELL=clamav - VERSION=0.101.2 + VERSION=1.102.2 SOURCE=$SPELL-$VERSION.tar.gz SOURCE2=$SOURCE.sig SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION//-/}" @@ -9,7 +9,7 @@ SOURCE_GPG=vendor_clamav.gpg:$SOURCE2:UPSTREAM_KEY WEB_SITE=https://www.clamav.net LICENSE[0]=GPL - SECURITY_PATCH=13 + SECURITY_PATCH=14 ENTERED=20030909 KEYWORDS="antivirus" SHORT="Clam AntiVirus is an anti-virus toolkit for Unix" diff --git a/antivirus/clamav/HISTORY b/antivirus/clamav/HISTORY index b3e80f5dbb..a9026161db 100644 --- a/antivirus/clamav/HISTORY +++ b/antivirus/clamav/HISTORY @@ -1,3 +1,8 @@ +2020-02-19 Treeve Jelbert <treeve@sourcemage.org> + * DETAILS: version 1.102.2 + * DETAILS: SECURITY_PATCH++ + fix CVE-2020-3123 + 2019-04-08 Treeve Jelbert <treeve@sourcemage.org> * DETAILS: version 0.101.2 |