diff options
author | taca <taca@pkgsrc.org> | 2011-03-22 09:37:27 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-03-22 09:37:27 +0000 |
commit | 25245f3b51bebaaa32acc0aabac9bd6a9b9a73a6 (patch) | |
tree | 865a4a324235d6878114b2c7dc76188e55e20fd4 /mail/postfix/Makefile | |
parent | b6b0db34bc8fc94e0c6c7dccf185723accacdada (diff) | |
download | pkgsrc-25245f3b51bebaaa32acc0aabac9bd6a9b9a73a6.tar.gz |
Update mail/postfix pacakge to 2.8.2.
Postfix stable release 2.8.2 is available. This release has minor
fixes that are already in the experimental (2.9) release.
- Bugfix: postscreen DNSBL scoring error. When a client disconnected
and then reconnected before all DNSBL results for the earlier
session arrived, DNSBL results for the earlier session would be
added to the score for the later session. This is very unlikely
to have affected any legitimate mail.
- Workaround: the SMTP client did not support mail to [ipv6:ipv6addr].
- Portability: FreeBSD closefrom() was back-ported to FreeBSD 7,
breaking FreeBSD 7.x support retroactively.
- Portability: the SUN compiler had trouble with a pointer expression
of the form ``("text1" "text2") + constant'' so we don't try to
be so clever.
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index afb04191c7e..f2cc15aff5c 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.237 2011/02/26 08:58:59 tron Exp $ +# $NetBSD: Makefile,v 1.238 2011/03/22 09:37:27 taca Exp $ -DISTNAME= postfix-2.8.1 +DISTNAME= postfix-2.8.2 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ MASTER_SITES+= http://postfix.it-austria.net/releases/official/ |