diff options
author | tron <tron> | 2010-04-18 21:58:59 +0000 |
---|---|---|
committer | tron <tron> | 2010-04-18 21:58:59 +0000 |
commit | b64704db7ef61d15f1786ef0bf9e4e374dfd4de3 (patch) | |
tree | 198f13910a0703d5484ffd839958b92b05f4decc /mail | |
parent | a485e602b3b6ba85499bcba92bad822525af083d (diff) | |
download | pkgsrc-b64704db7ef61d15f1786ef0bf9e4e374dfd4de3.tar.gz |
Update "milter-greylist" package to version 4.2.5. Changes since 4.2.3:
- New rate limiting feature
- Network byte order byg fix in p0f code (Adrian Dabrowski)
- Update .spec file for libcurl, GeoIP and p0f support (Chris Bennett)
- Better configure test to avoid resolver memory leaks (Hajimu UMEMOTO)
- Really support dkim self and dkim none clauses
- Fix p0f wrong results caused by thread unsafety (Enrico Scholz)
- Fix GeoIP related crashes caused by thread unsafety (Enrico Scholz)
- Fix dumpfile argument on command line (Ole Hansen)
- Do not reject message if p0f cannot identiy the remote system
- Header for autowhitelisted messages bug fix (Attila Bruncsak)
- Fix MX sync stop on config reload (Attila Bruncsak, Hajimu UMEMOTO)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/milter-greylist/Makefile | 4 | ||||
-rw-r--r-- | mail/milter-greylist/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile index 69a8be17999..c1d513e38a8 100644 --- a/mail/milter-greylist/Makefile +++ b/mail/milter-greylist/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2009/09/22 16:52:02 tron Exp $ +# $NetBSD: Makefile,v 1.48 2010/04/18 21:58:59 tron Exp $ -DISTNAME= milter-greylist-4.2.3 +DISTNAME= milter-greylist-4.2.5 CATEGORIES= mail MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ EXTRACT_SUFX= .tgz diff --git a/mail/milter-greylist/distinfo b/mail/milter-greylist/distinfo index 9fea4c67141..5b2a695d79a 100644 --- a/mail/milter-greylist/distinfo +++ b/mail/milter-greylist/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2010/04/06 06:31:42 tron Exp $ +$NetBSD: distinfo,v 1.29 2010/04/18 21:58:59 tron Exp $ -SHA1 (milter-greylist-4.2.3.tgz) = 195270c4ea01331d3ffb18af7466828d2d52eba3 -RMD160 (milter-greylist-4.2.3.tgz) = 2cbf0022ade79ab89475e798e010ecb64c370af9 -Size (milter-greylist-4.2.3.tgz) = 210106 bytes +SHA1 (milter-greylist-4.2.5.tgz) = 2ccf410aafae53e8517f0256df03d00c1dc08a45 +RMD160 (milter-greylist-4.2.5.tgz) = f59cedc9e68677aff79f2c6fd6437ecf2c47133b +Size (milter-greylist-4.2.5.tgz) = 213385 bytes SHA1 (patch-aa) = f884ba7efce512f51b6e5593255c4f7fdd468333 |