pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/clamsmtp Update to 1.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00abe8177433
branches:  trunk
changeset: 485988:00abe8177433
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Dec 20 23:40:27 2004 +0000

description:
Update to 1.2.

Changes:

  - XCLIENT support
  - Drop XCLIENT commands coming in from clients for security.
  - Added the sample virus_action.sh script to the distribution
  - Documentation fixes [Olivier Beyssac]

diffstat:

 mail/clamsmtp/Makefile |  5 +++--
 mail/clamsmtp/PLIST    |  3 ++-
 mail/clamsmtp/distinfo |  6 +++---
 3 files changed, 8 insertions(+), 6 deletions(-)

diffs (43 lines):

diff -r 2d5a2b9b1b78 -r 00abe8177433 mail/clamsmtp/Makefile
--- a/mail/clamsmtp/Makefile    Mon Dec 20 23:30:31 2004 +0000
+++ b/mail/clamsmtp/Makefile    Mon Dec 20 23:40:27 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2004/11/01 23:08:45 xtraeme Exp $
+# $NetBSD: Makefile,v 1.14 2004/12/20 23:40:27 xtraeme Exp $
 
-DISTNAME=              clamsmtp-1.1
+DISTNAME=              clamsmtp-1.2
 CATEGORIES=            mail
 MASTER_SITES=          http://memberwebs.com/nielsen/software/clamsmtp/
 
@@ -29,6 +29,7 @@
 
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/doc/clamsmtpd.conf ${EGDIR}
+       ${INSTALL_SCRIPT} ${WRKSRC}/scripts/virus_action.sh ${EGDIR}
 
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2d5a2b9b1b78 -r 00abe8177433 mail/clamsmtp/PLIST
--- a/mail/clamsmtp/PLIST       Mon Dec 20 23:30:31 2004 +0000
+++ b/mail/clamsmtp/PLIST       Mon Dec 20 23:40:27 2004 +0000
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/21 10:16:05 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/12/20 23:40:27 xtraeme Exp $
 man/man8/clamsmtpd.8
 man/man5/clamsmtpd.conf.5
 sbin/clamsmtpd
 share/examples/clamsmtp/clamsmtpd.conf
+share/examples/clamsmtp/virus_action.sh
 @dirrm share/examples/clamsmtp
diff -r 2d5a2b9b1b78 -r 00abe8177433 mail/clamsmtp/distinfo
--- a/mail/clamsmtp/distinfo    Mon Dec 20 23:30:31 2004 +0000
+++ b/mail/clamsmtp/distinfo    Mon Dec 20 23:40:27 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2004/11/01 23:08:45 xtraeme Exp $
+$NetBSD: distinfo,v 1.11 2004/12/20 23:40:27 xtraeme Exp $
 
-SHA1 (clamsmtp-1.1.tar.gz) = 711bd63835718102dda38632499f152c5becdcd3
-Size (clamsmtp-1.1.tar.gz) = 139329 bytes
+SHA1 (clamsmtp-1.2.tar.gz) = d3a230c0e49b0b9fb8510bd1937f631948407c21
+Size (clamsmtp-1.2.tar.gz) = 143089 bytes



Home | Main Index | Thread Index | Old Index