Sun Jan 20 21:08:02 2008 UTC ()
Update to 1.31:

* 2007-09-06: version 1.31

- support CIDR-style addresses in the client whitelist (Claudio Strizzolo)
- improve logging of unresolveable hosts (Adrian von Bidder, Heiko
  Schlichting)
- updated whitelist
- fix unix socket permission issues (Martin F Krafft, Adrian von Bidder,
  Leos Bitto, Debian bug #376910)
- fix regexps for matching hosts in whitelists (Antonello Nocchi)
- do maintenance after the current request and not before (Clifton Royston)


(xtraeme)
diff -r1.22 -r1.23 pkgsrc/mail/postgrey/Makefile
diff -r1.6 -r1.7 pkgsrc/mail/postgrey/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/mail/postgrey/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/postgrey/Makefile 2008/01/12 11:36:32 1.22
+++ pkgsrc/mail/postgrey/Makefile 2008/01/20 21:08:01 1.23
@@ -1,25 +1,23 @@ @@ -1,25 +1,23 @@
1# $NetBSD: Makefile,v 1.22 2008/01/12 11:36:32 adam Exp $ 1# $NetBSD: Makefile,v 1.23 2008/01/20 21:08:01 xtraeme Exp $
2# 2#
3 3
4DISTNAME= postgrey-1.30 4DISTNAME= postgrey-1.31
5#PKGREVISION= 1 5#PKGREVISION= 1
6PKGREVISION= 1 
7CATEGORIES= mail 6CATEGORIES= mail
8MASTER_SITES= http://isg.ee.ethz.ch/tools/postgrey/pub/ \ 7MASTER_SITES= http://postgrey.schweikert.ch/pub/
9 http://isg.ee.ethz.ch/tools/postgrey/pub/old/ 
10 8
11MAINTAINER= kim@tac.nyc.ny.us 9MAINTAINER= kim@tac.nyc.ny.us
12HOMEPAGE= http://isg.ee.ethz.ch/tools/postgrey/ 10HOMEPAGE= http://postgrey.schweikert.ch/
13COMMENT= Postfix Greylist Policy Server 11COMMENT= Postfix Greylist Policy Server
14 12
15DEPENDS+= p5-BerkeleyDB-[0-9]*:../../databases/p5-BerkeleyDB 13DEPENDS+= p5-BerkeleyDB-[0-9]*:../../databases/p5-BerkeleyDB
16DEPENDS+= p5-IO-Multiplex-[0-9]*:../../devel/p5-IO-Multiplex 14DEPENDS+= p5-IO-Multiplex-[0-9]*:../../devel/p5-IO-Multiplex
17DEPENDS+= p5-Net-Server-[0-9]*:../../net/p5-Net-Server 15DEPENDS+= p5-Net-Server-[0-9]*:../../net/p5-Net-Server
18 16
19NO_CONFIGURE= yes 17NO_CONFIGURE= yes
20USE_TOOLS+= perl:run 18USE_TOOLS+= perl:run
21 19
22.include "../../mk/bsd.prefs.mk" 20.include "../../mk/bsd.prefs.mk"
23 21
24POSTGREY_USER?= postgrey 22POSTGREY_USER?= postgrey
25POSTGREY_GROUP?= postgrey 23POSTGREY_GROUP?= postgrey

cvs diff -r1.6 -r1.7 pkgsrc/mail/postgrey/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/postgrey/distinfo 2007/08/31 09:21:02 1.6
+++ pkgsrc/mail/postgrey/distinfo 2008/01/20 21:08:02 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2007/08/31 09:21:02 martti Exp $ 1$NetBSD: distinfo,v 1.7 2008/01/20 21:08:02 xtraeme Exp $
2 2
3SHA1 (postgrey-1.30.tar.gz) = 83a18df994bdc521b4c67480db8ead77a1590aab 3SHA1 (postgrey-1.31.tar.gz) = 198ba4ebb84be87f189a336bceaa81c22049c697
4RMD160 (postgrey-1.30.tar.gz) = 19cf01241bf342dff3a4d7c23b11f3b11f29eeeb 4RMD160 (postgrey-1.31.tar.gz) = b78bc600617e5ed84a2b783a439f83427d168d97
5Size (postgrey-1.30.tar.gz) = 34109 bytes 5Size (postgrey-1.31.tar.gz) = 34895 bytes