diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-09-02 18:42:11 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-09-02 18:42:11 +0000 |
commit | 71f4e0dc272415cd1a84b089dcc7e2ce5e292518 (patch) | |
tree | 06f2c08aaac2ca0eda35a6824e704f5e2de9e5ad /mail/postgrey | |
parent | ae60020024f6fa6043bc1a06f29d4b075ec91057 (diff) | |
download | pkgsrc-71f4e0dc272415cd1a84b089dcc7e2ce5e292518.tar.gz |
Update mail/postgrey to 1.36.
* 2015-09-01: version 1.36
- improved support for IPv6 addresses: new --ipv4cidr and --ipv6cidr
options for proper subnetting of IPv6 (HÃ¥vard Moen, BenediktS)
- updated whitelist
- user-settable unix socket permission: --socketmode (Teubel Gyoergy)
- init script fixes (Sacha Ott)
Diffstat (limited to 'mail/postgrey')
-rw-r--r-- | mail/postgrey/Makefile | 5 | ||||
-rw-r--r-- | mail/postgrey/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile index 67757223dbc..212aafdee4c 100644 --- a/mail/postgrey/Makefile +++ b/mail/postgrey/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2015/06/12 10:50:26 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2015/09/02 18:42:11 fhajny Exp $ -DISTNAME= postgrey-1.35 -PKGREVISION= 2 +DISTNAME= postgrey-1.36 CATEGORIES= mail MASTER_SITES= http://postgrey.schweikert.ch/pub/ diff --git a/mail/postgrey/distinfo b/mail/postgrey/distinfo index 008386bd5df..9d9363b0f09 100644 --- a/mail/postgrey/distinfo +++ b/mail/postgrey/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.13 2014/09/10 13:20:16 fhajny Exp $ +$NetBSD: distinfo,v 1.14 2015/09/02 18:42:11 fhajny Exp $ -SHA1 (postgrey-1.35.tar.gz) = 8dde06a3016f2362af0ca0ba16686b45cf1e397b -RMD160 (postgrey-1.35.tar.gz) = 7dc67fb3df37094da3039297d3885ccde5f08c06 -Size (postgrey-1.35.tar.gz) = 36610 bytes +SHA1 (postgrey-1.36.tar.gz) = 78d57e88a1a16a7a863a4a51dff2d88268d8f63e +RMD160 (postgrey-1.36.tar.gz) = db87cb17774bb40df3200307c682e0083df87158 +Size (postgrey-1.36.tar.gz) = 38797 bytes SHA1 (targrey-0.31-postgrey-1.34.patch) = 67f9a0dd22e79a9c1c2f428b5ea12f5a9e7271af RMD160 (targrey-0.31-postgrey-1.34.patch) = 19d4b54da630445c3c26a4dcfdc65643780cae45 Size (targrey-0.31-postgrey-1.34.patch) = 8555 bytes |