diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/clamav/distinfo | 3 | ||||
-rw-r--r-- | mail/clamav/patches/patch-ag | 10 |
2 files changed, 12 insertions, 1 deletions
diff --git a/mail/clamav/distinfo b/mail/clamav/distinfo index feed4fafb67..ab6de181ea5 100644 --- a/mail/clamav/distinfo +++ b/mail/clamav/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.61 2009/10/29 07:06:09 martti Exp $ +$NetBSD: distinfo,v 1.62 2010/01/07 15:00:35 joerg Exp $ SHA1 (clamav-0.95.3.tar.gz) = ab4b1f49d0f24154767d303d6a27b74acf6f4b59 RMD160 (clamav-0.95.3.tar.gz) = c68a2948aa9ab7a3b5f8e9744322d3606ae6df71 @@ -6,3 +6,4 @@ Size (clamav-0.95.3.tar.gz) = 26919541 bytes SHA1 (patch-aa) = 26115741ed1a73a26252b596ab0a92dc8cd70fda SHA1 (patch-ad) = 70706e96ddaaa9cb4756c91474f95705edeed199 SHA1 (patch-af) = 3c5b8cdab88d2d990ff989c43541f360c2d4e4c5 +SHA1 (patch-ag) = e9c2f308b9418631ac5c428126336937c4e30401 diff --git a/mail/clamav/patches/patch-ag b/mail/clamav/patches/patch-ag new file mode 100644 index 00000000000..2fd84618747 --- /dev/null +++ b/mail/clamav/patches/patch-ag @@ -0,0 +1,10 @@ +--- libclamav/others.h.orig 2010-01-06 19:05:29 -1000 ++++ libclamav/others.h 2010-01-06 19:05:39 -1000 +@@ -29,6 +29,7 @@ + + #include <stdio.h> + #include <stdlib.h> ++#include <unistd.h> + #include "cltypes.h" + + #include "clamav.h" |