SECURITY update to ClamAV 0.97.8
"ClamAV 0.97.8 addresses several reported potential security bugs. Thanks to Felix Groebert of the Google Security Team for finding and reporting these issues." - fixes in PE and autoit decoding - off by one malloc in SIS format handler - minor changes to freshclam - add error checking in md5 (memcpy etc.)
This commit is contained in:
parent
60440986b8
commit
cc1714daad
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.82 2013/03/21 08:48:53 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.83 2013/04/23 20:34:16 sthen Exp $
|
||||
|
||||
COMMENT= virus scanner
|
||||
DISTNAME= clamav-0.97.7
|
||||
DISTNAME= clamav-0.97.8
|
||||
|
||||
CATEGORIES= security
|
||||
SHARED_LIBS= clamav 20.0 \
|
||||
@ -15,7 +15,7 @@ MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
||||
# GPLv2/LGPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB= bz2 c ltdl m milter ncurses pthread stdc++ z
|
||||
WANTLIB= bz2 c ltdl m milter ncurses pthread z
|
||||
|
||||
BUILD_DEPENDS= devel/check \
|
||||
devel/libexecinfo
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (clamav-0.97.7.tar.gz) = hSd1Tn6yNTF+N6UHBtlNP8nYgP0L9vPLg3V9ZKcg6f8=
|
||||
SIZE (clamav-0.97.7.tar.gz) = 14598481
|
||||
SHA256 (clamav-0.97.8.tar.gz) = 2HK9/WktRAvCreL05ae+/Df+uIhc2BrftjRqghSq/BI=
|
||||
SIZE (clamav-0.97.8.tar.gz) = 14609966
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-libclamav_Makefile_in,v 1.18 2013/03/15 15:10:06 sthen Exp $
|
||||
--- libclamav/Makefile.in.orig Mon Mar 11 15:23:20 2013
|
||||
+++ libclamav/Makefile.in Fri Mar 15 14:38:57 2013
|
||||
@@ -2322,6 +2322,9 @@ version.h: version.h.tmp
|
||||
$OpenBSD: patch-libclamav_Makefile_in,v 1.19 2013/04/23 20:34:16 sthen Exp $
|
||||
--- libclamav/Makefile.in.orig Wed Apr 17 16:25:09 2013
|
||||
+++ libclamav/Makefile.in Tue Apr 23 20:43:02 2013
|
||||
@@ -2346,6 +2346,9 @@ version.h: version.h.tmp
|
||||
fi
|
||||
|
||||
version.h.tmp:
|
||||
|
Loading…
Reference in New Issue
Block a user