aboutsummaryrefslogtreecommitdiffstats
path: root/security/clamav
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2005-11-05 22:12:26 +0800
committermnag <mnag@FreeBSD.org>2005-11-05 22:12:26 +0800
commit6eb6d1f5930e29f37506e9973dc7d02ad6e9088d (patch)
treea422535708a2180d58abb3bb934a4fe4a1a9daae /security/clamav
parent637e5d11a830cf94eba8f56d171f8c4b1aaaa266 (diff)
downloadfreebsd-ports-gnome-6eb6d1f5930e29f37506e9973dc7d02ad6e9088d.tar.gz
freebsd-ports-gnome-6eb6d1f5930e29f37506e9973dc7d02ad6e9088d.tar.zst
freebsd-ports-gnome-6eb6d1f5930e29f37506e9973dc7d02ad6e9088d.zip
Update to 0.87.1
PR: 88482 Submitted by: garga Approved by: rob@debank.tv (simon bypass maintainer timeout) Security: CAN-2005-3303, http://www.zerodayinitiative.com/advisories/ZDI-05-002.html
Diffstat (limited to 'security/clamav')
-rw-r--r--security/clamav/Makefile3
-rw-r--r--security/clamav/distinfo4
-rw-r--r--security/clamav/files/patch-clamav-milter_clamav-milter.c16
3 files changed, 3 insertions, 20 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index d1f2ab81b294..52dc643291ba 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= clamav
-PORTVERSION= 0.87
-PORTREVISION= 2
+PORTVERSION= 0.87.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= clamav
diff --git a/security/clamav/distinfo b/security/clamav/distinfo
index ee7f31b48b69..6fbed2bce51c 100644
--- a/security/clamav/distinfo
+++ b/security/clamav/distinfo
@@ -1,2 +1,2 @@
-MD5 (clamav-0.87.tar.gz) = dd0a12deb4f48f760fa1fcd378ae7c24
-SIZE (clamav-0.87.tar.gz) = 4273714
+MD5 (clamav-0.87.1.tar.gz) = bf9f038edf0b6d5f76552e1b8d014b81
+SIZE (clamav-0.87.1.tar.gz) = 4468992
diff --git a/security/clamav/files/patch-clamav-milter_clamav-milter.c b/security/clamav/files/patch-clamav-milter_clamav-milter.c
deleted file mode 100644
index c724493a9a33..000000000000
--- a/security/clamav/files/patch-clamav-milter_clamav-milter.c
+++ /dev/null
@@ -1,16 +0,0 @@
-
-$FreeBSD$
-
---- clamav-milter/clamav-milter.c.orig
-+++ clamav-milter/clamav-milter.c
-@@ -3439,9 +3439,9 @@
- {
- fd_set rfds;
- struct timeval tv;
-+ int ret;
-
- assert(sock >= 0);
-- int ret;
-
- if(readTimeout == 0) {
- do