pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/p5-Mail-ClamAV update p5-Mail-ClamAV to 0.11. tes...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/832bd073f945
branches:  trunk
changeset: 482042:832bd073f945
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Oct 19 01:06:03 2004 +0000

description:
update p5-Mail-ClamAV to 0.11. tested against ClamAV 0.80 on
Linux/i386.

changes since 0.04:

0.11  Mon Jun 28 10:26:50 AM 2004
   - Inline_Stack_Item() is indexed at zero. All set/get
     methods are broken because of this mistake. Thanks to
     Michael Carmack <karmak [] karmak * org> for reporting
     this.
   - Added tests for settings so this doesn't happen again.

0.10  Thu Jun 17 01:35:17 PM 2004
   - Whoops, should always make test before upload..

0.09  Thu Jun 17 01:10:58 PM 2004
   - More fun with the hook to remove config code. It has now
     been made a top level target that works on the code in the
     blib directory. This was needed for systems like Gentoo.

0.09  Thu Jun 17 01:06:09 PM 2004
   - Updated to use 0.73's clamav-config program to get
     include paths and compiler flags.

0.09  Fri Apr  2 08:02:49 AM 2004
   - fixed statchkdir, it was not returning the proper value
   - updated documentation

0.09  Fri Apr  2 07:49:08 AM 2004
   - Moved hook for removing temporary code from
     ClamAV.pm from after install to during the all
     target.

0.08  Thu Apr  1 04:59:27 PM 2004
   - Perl 5.6.1 does not understand a 'const' C function
     for binding with XS. Removed the 'const' definiton from
     clamav_perl_retdbdir(). Thanks to Homer <hparker _at_ homershut.net>
     for reporting this

0.07  Wed Mar 24 02:34:47 PM 2004
    - Added support for the new 0.70_rc library. This
      unfortunatly it no longer works with anything
      older than 0.70_rc.

0.06  Tue Mar  9 17:45:43 PST 2004
    - Mention deps in INSTALL mentioned by
      Andre Felipe Machado <andremachado at techforce.com dot br>

0.06  Thu Feb 12 08:11:38 AM 2004
    - added INC for include paths, LIBS does not work for includes
    - updated README

0.06  Thu Feb 12 08:04:27 AM 2004
    - added back accidentally removed code which removes the require
      code from ClamAV.pm.
      Reported by Julian Field <mailscanner at ecs.soton.ac.uk>

0.05  Tue Feb 10 10:12:42 AM 2004
    - Finished up statchkdir
    - more docs updates
    - removed real virus and added eicar
    - added INSTALL and updated Makefile.PL
      so LIBS can be configured

0.05  Tue Jan 27 01:27:44 PM 2004
    - New method statchkdir
    - Updated documentation URLs

diffstat:

 mail/p5-Mail-ClamAV/Makefile         |   5 ++---
 mail/p5-Mail-ClamAV/distinfo         |   7 ++++---
 mail/p5-Mail-ClamAV/patches/patch-aa |  22 ++++++++++++++++++++++
 3 files changed, 28 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r 5c50d8e3fa7d -r 832bd073f945 mail/p5-Mail-ClamAV/Makefile
--- a/mail/p5-Mail-ClamAV/Makefile      Tue Oct 19 00:37:41 2004 +0000
+++ b/mail/p5-Mail-ClamAV/Makefile      Tue Oct 19 01:06:03 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2004/10/03 00:12:54 tv Exp $
+# $NetBSD: Makefile,v 1.4 2004/10/19 01:06:03 grant Exp $
 
-DISTNAME=      Mail-ClamAV-0.04
+DISTNAME=      Mail-ClamAV-0.11
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    mail perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Mail/}
 
diff -r 5c50d8e3fa7d -r 832bd073f945 mail/p5-Mail-ClamAV/distinfo
--- a/mail/p5-Mail-ClamAV/distinfo      Tue Oct 19 00:37:41 2004 +0000
+++ b/mail/p5-Mail-ClamAV/distinfo      Tue Oct 19 01:06:03 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/12/08 15:39:57 grant Exp $
+$NetBSD: distinfo,v 1.2 2004/10/19 01:06:03 grant Exp $
 
-SHA1 (Mail-ClamAV-0.04.tar.gz) = 6d503490b68fc456b08e3d401e6d4ad046e8c6d8
-Size (Mail-ClamAV-0.04.tar.gz) = 90820 bytes
+SHA1 (Mail-ClamAV-0.11.tar.gz) = 2e4fa2af6619b86ba4db2856022363879e050e43
+Size (Mail-ClamAV-0.11.tar.gz) = 11035 bytes
+SHA1 (patch-aa) = a1920445e68c1acdaa985297fc17b47c0ad0a3a4
diff -r 5c50d8e3fa7d -r 832bd073f945 mail/p5-Mail-ClamAV/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-ClamAV/patches/patch-aa      Tue Oct 19 01:06:03 2004 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1 2004/10/19 01:06:03 grant Exp $
+
+--- ClamAV.pm.orig     2004-06-29 06:09:50.000000000 +1000
++++ ClamAV.pm
+@@ -61,8 +61,6 @@ our %EXPORT_TAGS = ( 'all' => [ qw(
+     CL_ENCRYPTED
+     CL_RAW
+     CL_DISABLERAR
+-    CL_MIN_LENGTH
+-    CL_NUM_CHILDS
+ 
+     CL_VIRUS
+     CL_CLEAN
+@@ -436,8 +434,6 @@ int clamav_perl_constant(char *name)
+     if (strEQ("CL_OLE2", name)) return CL_OLE2;
+     if (strEQ("CL_ENCRYPTED", name)) return CL_ENCRYPTED;
+     if (strEQ("CL_DISABLERAR", name)) return CL_DISABLERAR;
+-    if (strEQ("CL_NUM_CHILDS", name)) return CL_NUM_CHILDS;
+-    if (strEQ("CL_MIN_LENGTH", name)) return CL_MIN_LENGTH;
+ 
+     if (strEQ("CL_VIRUS", name)) return CL_VIRUS;
+     if (strEQ("CL_CLEAN", name)) return CL_CLEAN;



Home | Main Index | Thread Index | Old Index