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 | 7702df4bf215b5c765d8b94549da9beadbc0a910 (patch) | |
tree | 7687f39d51069a71db03030f75aa19e11090030f /mail/postfix | |
parent | 4e5fbdf9dc2bea7136c42b5ab75881c381695d2a (diff) | |
download | pkgsrc-7702df4bf215b5c765d8b94549da9beadbc0a910.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')
-rw-r--r-- | mail/postfix/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index f83ac5b2ca2..27ac3fd4858 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.163 2005/06/09 17:06:47 martti Exp $ +# $NetBSD: Makefile,v 1.164 2005/06/23 07:58:48 martti Exp $ -DISTNAME= postfix-2.2.3 +DISTNAME= postfix-2.2.4 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ 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 |