pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Upgrade milter greylist to 1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d104eabe455
branches:  trunk
changeset: 472949:5d104eabe455
user:      manu <manu%pkgsrc.org@localhost>
date:      Wed Apr 14 15:45:45 2004 +0000

description:
Upgrade milter greylist to 1.2
- SMTP AUTH support
- subnet matching and SPF support to better work with mail farms
- All command line options now have equivalent in the config file
- IPv6 aware
- regex can be used in the configuration file

diffstat:

 doc/CHANGES                   |   3 ++-
 mail/milter-greylist/Makefile |  10 ++++++----
 mail/milter-greylist/PLIST    |   3 ++-
 mail/milter-greylist/distinfo |   6 +++---
 4 files changed, 13 insertions(+), 9 deletions(-)

diffs (69 lines):

diff -r e9b694b69b29 -r 5d104eabe455 doc/CHANGES
--- a/doc/CHANGES       Wed Apr 14 15:40:14 2004 +0000
+++ b/doc/CHANGES       Wed Apr 14 15:45:45 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5575 2004/04/14 14:46:47 manu Exp $
+$NetBSD: CHANGES,v 1.5576 2004/04/14 15:45:45 manu Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -1950,3 +1950,4 @@
        Updated bmp-esound to 0.9.6.1 [jmmv 2004-04-14]
        Updated timidity to 2.13.0 [adam 2004-04-14]
        Added libspf-alt-0.4.0 [manu 2004-04-14]
+       Updated milter-greylist to 1.2 [manu 2004-04-14]
diff -r e9b694b69b29 -r 5d104eabe455 mail/milter-greylist/Makefile
--- a/mail/milter-greylist/Makefile     Wed Apr 14 15:40:14 2004 +0000
+++ b/mail/milter-greylist/Makefile     Wed Apr 14 15:45:45 2004 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2004/04/12 13:55:59 tron Exp $
+# $NetBSD: Makefile,v 1.8 2004/04/14 15:45:45 manu Exp $
 
-DISTNAME=      milter-greylist-1.0.2
-PKGREVISION=   1
+DISTNAME=      milter-greylist-1.2
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.espci.fr/pub/milter-greylist/
 EXTRACT_SUFX=  .tgz
@@ -14,7 +13,9 @@
 USE_BUILDLINK2= YES
 
 HAS_CONFIGURE= YES
-CONFIGURE_ARGS+=--with-user=smmsp --prefix=${PREFIX}
+CONFIGURE_ARGS+=--with-user=smmsp
+CONFIGURE_ARGS+=--with-libspf_alt=${PREFIX}
+CONFIGURE_ARGS+=--prefix=${PREFIX}
 ALL_TARGET=    milter-greylist
 
 PKG_GROUPS=    smmsp
@@ -29,5 +30,6 @@
          ${PREFIX}/share/examples/milter-greylist
 
 .include "../../mail/libmilter/buildlink2.mk"
+.include "../../mail/libspf-alt/buildlink2.mk"
 .include "../../mk/pthread.buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e9b694b69b29 -r 5d104eabe455 mail/milter-greylist/PLIST
--- a/mail/milter-greylist/PLIST        Wed Apr 14 15:40:14 2004 +0000
+++ b/mail/milter-greylist/PLIST        Wed Apr 14 15:45:45 2004 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2004/04/12 13:55:59 tron Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/04/14 15:45:46 manu Exp $
 bin/milter-greylist
 etc/rc.d/milter-greylist
 man/man8/milter-greylist.8
+man/man5/greylist.conf.5
 share/doc/milter-greylist/README
 share/examples/milter-greylist/greylist.conf
 @dirrm share/examples/milter-greylist
diff -r e9b694b69b29 -r 5d104eabe455 mail/milter-greylist/distinfo
--- a/mail/milter-greylist/distinfo     Wed Apr 14 15:40:14 2004 +0000
+++ b/mail/milter-greylist/distinfo     Wed Apr 14 15:45:45 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2004/03/29 15:46:49 manu Exp $
+$NetBSD: distinfo,v 1.5 2004/04/14 15:45:46 manu Exp $
 
-SHA1 (milter-greylist-1.0.2.tgz) = 5123d3fbf17006ac46809af70334a289ed27585b
-Size (milter-greylist-1.0.2.tgz) = 75756 bytes
+SHA1 (milter-greylist-1.2.tgz) = fd63691ff1fdb258f2165a00677ae3773492efad
+Size (milter-greylist-1.2.tgz) = 88274 bytes



Home | Main Index | Thread Index | Old Index