diff options
author | martti <martti> | 2002-04-02 09:34:40 +0000 |
---|---|---|
committer | martti <martti> | 2002-04-02 09:34:40 +0000 |
commit | 1dfee7cc5dd9976249d24fee42f6e69210546e04 (patch) | |
tree | 0a5d3c94ae9e30de721bbf423cbeb8ca75eccf20 /mail/postfix | |
parent | 11531c4e3a0009ba81bfc10ef3e488a42186ab8d (diff) | |
download | pkgsrc-1dfee7cc5dd9976249d24fee42f6e69210546e04.tar.gz |
Updated postfix to 1.1.7
- Violation of the defer_transports setting: the flush server could
trigger mail delivery (as if ETRN was sent) while doing some internal
housekeeping of per-destination logfiles.
- Virtual mapping was broken for addresses with embedded whitespace
in the recipient local part.
- When the super-user runs "mailq" or "postqueue -p" (list mail
queue) while the mail system is down, the postqueue command runs
the showq command directly. However, postqueue did not pass on
non-default configuration directory settings to the showq command,
so that showq would report the default mail queue instead.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 38e02662d31..3ac23e32bfd 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2002/03/27 07:17:09 martti Exp $ +# $NetBSD: Makefile,v 1.60 2002/04/02 09:34:40 martti Exp $ -DISTNAME= postfix-1.1.6 +DISTNAME= postfix-1.1.7 CATEGORIES= mail MASTER_SITES= ftp://postfix.cloud9.net/official/ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index f487b39672b..2bae28d14f2 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.16 2002/03/27 13:10:18 martti Exp $ +$NetBSD: distinfo,v 1.17 2002/04/02 09:34:40 martti Exp $ -SHA1 (postfix/postfix-1.1.6.tar.gz) = 4dd4fa359f219e2447474b17fa2d22b1878d7e94 -Size (postfix/postfix-1.1.6.tar.gz) = 1186576 bytes +SHA1 (postfix/postfix-1.1.7.tar.gz) = b0774bcabdc0b4e8481f62230efe82e158a80854 +Size (postfix/postfix-1.1.7.tar.gz) = 1186995 bytes SHA1 (patch-aa) = 01d0df30acc0ee454771ade263b6e793d0dba6a4 SHA1 (patch-ab) = d4e50ffc31d71ff64067101f6d733655fcf76713 SHA1 (patch-ac) = 0c79f73f1a9327e97ab6e6910d03b479c849d9f4 |