aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2010-10-26 03:53:09 +0800
committergarga <garga@FreeBSD.org>2010-10-26 03:53:09 +0800
commitb89b6ae18b01939ad6ed27418d65451a7dc9b265 (patch)
tree3071524c3f0a7b23d9be2d195b5833c29fb14a46
parent9c501b2184ff9e2c20c44a48fd3c2370ef031570 (diff)
downloadfreebsd-ports-gnome-b89b6ae18b01939ad6ed27418d65451a7dc9b265.tar.gz
freebsd-ports-gnome-b89b6ae18b01939ad6ed27418d65451a7dc9b265.tar.zst
freebsd-ports-gnome-b89b6ae18b01939ad6ed27418d65451a7dc9b265.zip
Update to 0.96.4
-rw-r--r--security/clamav/Makefile3
-rw-r--r--security/clamav/distinfo6
-rw-r--r--security/clamav/files/patch-libclamav__pdf.c11
3 files changed, 4 insertions, 16 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index 18360d5d0ab5..f937a174207b 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= clamav
-PORTVERSION= 0.96.3
-PORTREVISION= 2
+PORTVERSION= 0.96.4
CATEGORIES= security
MASTER_SITES= SF
diff --git a/security/clamav/distinfo b/security/clamav/distinfo
index 4815e8e8fff3..31d11f889d1b 100644
--- a/security/clamav/distinfo
+++ b/security/clamav/distinfo
@@ -1,3 +1,3 @@
-MD5 (clamav-0.96.3.tar.gz) = 663274565c4da17abb112ff88895e510
-SHA256 (clamav-0.96.3.tar.gz) = db324d50a2d4e71a9b647198a607e56b952eb480f75ad6a28231d1f713736c8b
-SIZE (clamav-0.96.3.tar.gz) = 42129283
+MD5 (clamav-0.96.4.tar.gz) = 7d47f73fe16b96544a4b5e41686e5060
+SHA256 (clamav-0.96.4.tar.gz) = 6ead46f6a1115f02ed14a1190a64e20d3360ef267e1aa77ede44d03c3d70ebae
+SIZE (clamav-0.96.4.tar.gz) = 42856612
diff --git a/security/clamav/files/patch-libclamav__pdf.c b/security/clamav/files/patch-libclamav__pdf.c
deleted file mode 100644
index ca3e611aa43b..000000000000
--- a/security/clamav/files/patch-libclamav__pdf.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libclamav/pdf.c.orig 2010-09-28 14:19:25.000000000 -0300
-+++ libclamav/pdf.c 2010-09-28 14:19:49.000000000 -0300
-@@ -1024,7 +1024,7 @@
- offset += pdfver - start;
-
- /* find trailer and xref, don't fail if not found */
-- map_off = map->len - 2048;
-+ map_off = (off_t)map->len - 2048;
- if (map_off < 0)
- map_off = 0;
- bytesleft = map->len - map_off;