Subject: CVS commit: pkgsrc/mail/p5-Mail-ClamAV
To: None <pkgsrc-changes@NetBSD.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 10/19/2004 01:06:03
Module Name: pkgsrc
Committed By: grant
Date: Tue Oct 19 01:06:03 UTC 2004
Modified Files:
pkgsrc/mail/p5-Mail-ClamAV: Makefile distinfo
Added Files:
pkgsrc/mail/p5-Mail-ClamAV/patches: patch-aa
Log Message:
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
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/mail/p5-Mail-ClamAV/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/mail/p5-Mail-ClamAV/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/mail/p5-Mail-ClamAV/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.