diff options
author | martti <martti@pkgsrc.org> | 2003-06-16 08:29:22 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-06-16 08:29:22 +0000 |
commit | 49e5da662fabd9b12125224f8aae73ad217e36bd (patch) | |
tree | e60d284b50ccd0cc7e160ee0704abc368fe21634 /mail/postfix/Makefile | |
parent | dd0c70f1cc73fdf898911da563a6ce3ece8b755e (diff) | |
download | pkgsrc-49e5da662fabd9b12125224f8aae73ad217e36bd.tar.gz |
Updated postfix to 2.0.12
- Stricter smtpd input checks rejected invalid addresses starting with @.
- Stricter postdrop input checks broke "sendmail -bs".
- New "postcat -q" (search the queue for the named file) support
from snapshot release because I can no longer see people suffer.
- Allow <@site,@site:address> route addresses in SMTP commands.
This address form was deprecated years ago.
- "sendmail -q<time>" without -bd option now exits immediately,
instead of waiting for input and screwing up system boot sequences.
- The Postfix LMTP client used the wrong service name, causing
trouble with SASL 2.1.13.
- Turned off non-blocking write to pipe because too many systems
gave an unexpected write() result, causing partial delivery of
messages to commands like procmail.
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 24e330bcbea..985959daf13 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.98 2003/06/02 01:18:39 jschauma Exp $ +# $NetBSD: Makefile,v 1.99 2003/06/16 08:29:22 martti Exp $ -DISTNAME= postfix-2.0.10 +DISTNAME= postfix-2.0.12 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ @@ -32,7 +32,7 @@ FIX_RPATH+= AUXLIBS .if defined(POSTFIX_USE_INET6) && ${POSTFIX_USE_INET6} == "YES" .include "../../security/openssl/buildlink2.mk" -PATCHFILES+= tls+ipv6-1.14-pf-2.0.10.patch.gz +PATCHFILES+= tls+ipv6-1.14-pf-2.0.12.patch.gz PATCH_SITES+= ftp://ftp.stack.nl/pub/postfix/tls+ipv6/1.14/ PATCH_DIST_STRIP= -p1 BUILD_DEFS+= POSTFIX_USE_INET6 |