diff options
author | martti <martti@pkgsrc.org> | 2005-06-23 07:58:48 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-06-23 07:58:48 +0000 |
commit | ad898c866be4420eee28b4ef7786325de8a3a797 (patch) | |
tree | 7687f39d51069a71db03030f75aa19e11090030f /mail/postfix/distinfo | |
parent | 3e9c4037860cf9fd55c8739824d935759e0cf073 (diff) | |
download | pkgsrc-ad898c866be4420eee28b4ef7786325de8a3a797.tar.gz |
Updated postfix to 2.2.4
20050517
Bugfix: in a DSN report, the original recipient should not
be xtext encoded. File: bounce/bounce_notify_util.c.
20050523
Bugfix: mymalloc() panic with mistyped server host list.
File: global/dict_pgsql.c.
20040530
Bugfix: TLS MUST_NOPEERMATCH didn't work (inherited from
TLS patch), and a dangling pointer in the corresponding
error handling. File: smtp/smtp_proto.c.
20050615
Cleanup: the SMTP client now sends QUIT when the initial
HELO handshake fails. it still doesn't send QUIT when the
server greets with a [45]XX code, as that is handled in the
connection management code before a session context exists.
File: smtp/smtp_connect.c.
20050616
Bugfix: missing or mis-placed va_end() macros, found in
Postfix 2.3 code review. Files: util/netstring.c,
util/myaddrinfo.c, util/attr_clnt.c, util/vstream.c.
20050621
Portability: file descriptor passing is available for Tru64
UNIX, but AIX4 and IRIX6 will have to do without. This means
no SMTP connection caching for those platforms. Albert
Chin. File: util/sys_defs.h.
Diffstat (limited to 'mail/postfix/distinfo')
-rw-r--r-- | mail/postfix/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 009d660e455..4f3be666780 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.86 2005/05/04 05:20:40 martti Exp $ +$NetBSD: distinfo,v 1.87 2005/06/23 07:58:48 martti Exp $ -SHA1 (postfix/postfix-2.2.3.tar.gz) = 5089a8cb77d6b2e64e76bd7eeb8c10d122ef3810 -RMD160 (postfix/postfix-2.2.3.tar.gz) = 76e205195c9266d2136458724f4e291e138f333b -Size (postfix/postfix-2.2.3.tar.gz) = 2409888 bytes +SHA1 (postfix/postfix-2.2.4.tar.gz) = b8d990ca26e7e8d6f7fd5a1cf0cf8c939c984bed +RMD160 (postfix/postfix-2.2.4.tar.gz) = 00757574a0dc7e26ff52449d689853c9d7a338a8 +Size (postfix/postfix-2.2.4.tar.gz) = 2427281 bytes SHA1 (patch-aa) = 49d2bf6c7e5bbe5aac4d950ac69c7b6b32a98ef3 SHA1 (patch-ab) = c506a08b694f94ef4884fa97eec51e44c92812dd SHA1 (patch-ac) = ffcd4f8b00c1cf01f050a0c943bfe61a1ec2361a |