summaryrefslogtreecommitdiff
path: root/mail/clamav
diff options
context:
space:
mode:
authorgrant <grant>2004-10-19 00:37:41 +0000
committergrant <grant>2004-10-19 00:37:41 +0000
commit734cb12987e173c7907d2f3c10c1f131fcf74f49 (patch)
tree209b265f130f31c4d2404ea4b6bc4eb96b0c70d6 /mail/clamav
parenta1f864869184b830c59c7e5111cf5af6e8a4fe1a (diff)
downloadpkgsrc-734cb12987e173c7907d2f3c10c1f131fcf74f49.tar.gz
fix typo in #define used for backward compatibility. ride the 0.80
update.
Diffstat (limited to 'mail/clamav')
-rw-r--r--mail/clamav/distinfo3
-rw-r--r--mail/clamav/patches/patch-ag13
2 files changed, 15 insertions, 1 deletions
diff --git a/mail/clamav/distinfo b/mail/clamav/distinfo
index d0f8d6c8ca0..09202f344ef 100644
--- a/mail/clamav/distinfo
+++ b/mail/clamav/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.17 2004/10/19 00:02:44 grant Exp $
+$NetBSD: distinfo,v 1.18 2004/10/19 00:37:41 grant Exp $
SHA1 (clamav-0.80.tar.gz) = 0f050a19c514d2bab6063c983f155fb891c7155f
Size (clamav-0.80.tar.gz) = 2679434 bytes
SHA1 (patch-aa) = 98bd094cabc821481e04f0b9bf16ac83a35bda16
SHA1 (patch-ad) = 9bc276f034a38fd48e3064bd4f59d36bad3a10c6
SHA1 (patch-af) = 605728b133ddb95827285d06bfeec9400222f874
+SHA1 (patch-ag) = 3f3154077961527ad6afa9574091fb743f2c50ab
diff --git a/mail/clamav/patches/patch-ag b/mail/clamav/patches/patch-ag
new file mode 100644
index 00000000000..d7ef15d09f0
--- /dev/null
+++ b/mail/clamav/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2004/10/19 00:37:41 grant Exp $
+
+--- libclamav/clamav.h.orig 2004-09-20 04:51:54.000000000 +1000
++++ libclamav/clamav.h
+@@ -85,7 +85,7 @@ extern "C"
+ #define CL_MAIL CL_SCAN_MAIL
+ #define CL_DISABLERAR CL_SCAN_DISABLERAR
+ #define CL_OLE2 CL_SCAN_OLE2
+-#define CL_ENCRYPTED CL_SCAN_ENCRYPTED
++#define CL_ENCRYPTED CL_SCAN_BLOCKENCRYPTED
+
+
+ struct cli_bm_patt {