summaryrefslogtreecommitdiff
path: root/security/clamav
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-01-11 10:27:29 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-01-11 10:27:29 +0000
commitb132d882d5f1192bd035bd780b51fcd1776cf2ba (patch)
treed6e50d09d83f33a21fd1fecb1f4b48b0d4ceab5d /security/clamav
parent- Provide working MASTER_SITES (diff)
Update to 0.88, a possible heap overflow in the UPX code has been fixed
PR: 91593 Submitted by: Boris B. Samorodov <bsam@ipt.ru> Approved by: simon (secteam) Security: 612a34ec-81dc-11da-a043-0002a5c3d308 (VuXML)
Notes
Notes: svn path=/head/; revision=153243
Diffstat (limited to 'security/clamav')
-rw-r--r--security/clamav/Makefile2
-rw-r--r--security/clamav/distinfo5
-rw-r--r--security/clamav/files/extra-patch-libunrar2
3 files changed, 5 insertions, 4 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index 83192b317328..5408241e50d5 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= clamav
-PORTVERSION= 0.87.1
+PORTVERSION= 0.88
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= clamav
diff --git a/security/clamav/distinfo b/security/clamav/distinfo
index 6fbed2bce51c..4957961aa056 100644
--- a/security/clamav/distinfo
+++ b/security/clamav/distinfo
@@ -1,2 +1,3 @@
-MD5 (clamav-0.87.1.tar.gz) = bf9f038edf0b6d5f76552e1b8d014b81
-SIZE (clamav-0.87.1.tar.gz) = 4468992
+MD5 (clamav-0.88.tar.gz) = 5d23205673c32e2b1b6db95000e6da74
+SHA256 (clamav-0.88.tar.gz) = 7912be29d13dae676691fbad7fa5fc1518eb3b8b45f8d147097908533ca1f8db
+SIZE (clamav-0.88.tar.gz) = 4564473
diff --git a/security/clamav/files/extra-patch-libunrar b/security/clamav/files/extra-patch-libunrar
index aa8f9343b250..3145ad16c458 100644
--- a/security/clamav/files/extra-patch-libunrar
+++ b/security/clamav/files/extra-patch-libunrar
@@ -72,7 +72,7 @@
+}
+#endif
+
- static int cli_scanmschm(int desc, const char **virname, long int *scanned, const struct cl_node *root, const struct cl_limits *limits, unsigned int options, unsigned int arec, unsigned int mrec)
+ static int cli_scanmschm(int desc, const char **virname, unsigned long int *scanned, const struct cl_node *root, const struct cl_limits *limits, unsigned int options, unsigned int arec, unsigned int mrec)
{
char *tempname;
@@ -1403,8 +1443,13 @@