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)
This commit is contained in:
parent
ba4165bc9c
commit
301fb74d9b
2 changed files with 8 additions and 10 deletions
|
@ -1,15 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.22 2008/01/12 11:36:32 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2008/01/20 21:08:01 xtraeme Exp $
|
||||
#
|
||||
|
||||
DISTNAME= postgrey-1.30
|
||||
DISTNAME= postgrey-1.31
|
||||
#PKGREVISION= 1
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://isg.ee.ethz.ch/tools/postgrey/pub/ \
|
||||
http://isg.ee.ethz.ch/tools/postgrey/pub/old/
|
||||
MASTER_SITES= http://postgrey.schweikert.ch/pub/
|
||||
|
||||
MAINTAINER= kim@tac.nyc.ny.us
|
||||
HOMEPAGE= http://isg.ee.ethz.ch/tools/postgrey/
|
||||
HOMEPAGE= http://postgrey.schweikert.ch/
|
||||
COMMENT= Postfix Greylist Policy Server
|
||||
|
||||
DEPENDS+= p5-BerkeleyDB-[0-9]*:../../databases/p5-BerkeleyDB
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2007/08/31 09:21:02 martti Exp $
|
||||
$NetBSD: distinfo,v 1.7 2008/01/20 21:08:02 xtraeme Exp $
|
||||
|
||||
SHA1 (postgrey-1.30.tar.gz) = 83a18df994bdc521b4c67480db8ead77a1590aab
|
||||
RMD160 (postgrey-1.30.tar.gz) = 19cf01241bf342dff3a4d7c23b11f3b11f29eeeb
|
||||
Size (postgrey-1.30.tar.gz) = 34109 bytes
|
||||
SHA1 (postgrey-1.31.tar.gz) = 198ba4ebb84be87f189a336bceaa81c22049c697
|
||||
RMD160 (postgrey-1.31.tar.gz) = b78bc600617e5ed84a2b783a439f83427d168d97
|
||||
Size (postgrey-1.31.tar.gz) = 34895 bytes
|
||||
|
|
Loading…
Reference in a new issue