diff options
author | Andrej Zverev <az@FreeBSD.org> | 2005-11-24 08:24:56 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2005-11-24 08:24:56 +0000 |
commit | 68cefcab72fb5cfe5ec735e21f8931abf2d1db28 (patch) | |
tree | 89351e6defeebd61e4fb33c823790550187dd512 | |
parent | df540245751aa8bdc4d2c884d90c11138238e0b5 (diff) | |
download | freebsd-ports-68cefcab72fb5cfe5ec735e21f8931abf2d1db28.zip |
Update to version 1.23
Changelog:
- fix compatibility with Berkeley-DB < 4.1
- fix crash in the database-cleanup routine (Vito Robar)
- updated whitelist
- don't be pedantic about wrong reverse-dns entries: it doesn't really help
and it could affect legitimate mail servers (Andreas Hoedle)
PR: ports/89484
Submitted by: Harold Paulson (maintainer)
-rw-r--r-- | mail/postgrey/Makefile | 2 | ||||
-rw-r--r-- | mail/postgrey/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile index b3d320083448..ceea6cebcc86 100644 --- a/mail/postgrey/Makefile +++ b/mail/postgrey/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postgrey -PORTVERSION= 1.22 +PORTVERSION= 1.23 CATEGORIES= mail MASTER_SITES= http://isg.ee.ethz.ch/tools/postgrey/pub/ diff --git a/mail/postgrey/distinfo b/mail/postgrey/distinfo index 54d6977f758f..01e3784e8232 100644 --- a/mail/postgrey/distinfo +++ b/mail/postgrey/distinfo @@ -1,3 +1,3 @@ -MD5 (postgrey-1.22.tar.gz) = ecd6e5a6e48b74a20639aa9fe7754b66 -SHA256 (postgrey-1.22.tar.gz) = c0e70770375c10d7ac279ef4e908fab7167993549e0307fc970253055124901e -SIZE (postgrey-1.22.tar.gz) = 26446 +MD5 (postgrey-1.23.tar.gz) = d5214a0dbca6872c5be426d0ffde534d +SHA256 (postgrey-1.23.tar.gz) = 065adc72d30b6d1110bd5f77efcfb480343461c81f5fdd048650d19a640332ea +SIZE (postgrey-1.22.tar.gz) = 26622 |