pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/clamav fix typo in #define used for backward comp...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5c50d8e3fa7d
branches: trunk
changeset: 482041:5c50d8e3fa7d
user: grant <grant%pkgsrc.org@localhost>
date: Tue Oct 19 00:37:41 2004 +0000
description:
fix typo in #define used for backward compatibility. ride the 0.80
update.
diffstat:
mail/clamav/distinfo | 3 ++-
mail/clamav/patches/patch-ag | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r 977eaf9c00a5 -r 5c50d8e3fa7d mail/clamav/distinfo
--- a/mail/clamav/distinfo Tue Oct 19 00:13:44 2004 +0000
+++ b/mail/clamav/distinfo Tue Oct 19 00:37:41 2004 +0000
@@ -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 -r 977eaf9c00a5 -r 5c50d8e3fa7d mail/clamav/patches/patch-ag
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/clamav/patches/patch-ag Tue Oct 19 00:37:41 2004 +0000
@@ -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 {
Home |
Main Index |
Thread Index |
Old Index