From: Gustavo Zacarias Date: Thu, 20 Nov 2014 16:31:50 +0000 (-0300) Subject: clamav: security bump to version 0.98.5 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59119da778cfaacfebdb56816cba1fbf7aade4a3;p=buildroot.git clamav: security bump to version 0.98.5 Fixes: CVE-2013-6497 - the jwplayer.js file causes ClamAV to seg fault when scanned with the -a (list archived files). Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/clamav/clamav.hash b/package/clamav/clamav.hash index 4f21a5075c..dabda19a05 100644 --- a/package/clamav/clamav.hash +++ b/package/clamav/clamav.hash @@ -1,2 +1,2 @@ -# From http://sourceforge.net/projects/clamav/files/clamav/0.98.4/ -sha1 f1003d04f34efb0aede05395d3c7cc22c944e4ef clamav-0.98.4.tar.gz +# From http://sourceforge.net/projects/clamav/files/clamav/0.98.5/ +sha1 5f5e45735819e3ca61610899b779172a5639f70f clamav-0.98.5.tar.gz diff --git a/package/clamav/clamav.mk b/package/clamav/clamav.mk index c064d4e726..fb3730cd6e 100644 --- a/package/clamav/clamav.mk +++ b/package/clamav/clamav.mk @@ -4,7 +4,7 @@ # ################################################################################ -CLAMAV_VERSION = 0.98.4 +CLAMAV_VERSION = 0.98.5 CLAMAV_SITE = http://sourceforge.net/projects/clamav/files/clamav/$(CLAMAV_VERSION) CLAMAV_LICENSE = GPLv2 CLAMAV_LICENSE_FILES = COPYING COPYING.bzip2 COPYING.file COPYING.getopt \