pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/postfix Updated postfix to 2.2.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c5843678602
branches:  trunk
changeset: 496111:3c5843678602
user:      martti <martti%pkgsrc.org@localhost>
date:      Thu Jun 23 07:58:48 2005 +0000

description:
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:

 mail/postfix/Makefile |  4 ++--
 mail/postfix/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 7fd250925c19 -r 3c5843678602 mail/postfix/Makefile
--- a/mail/postfix/Makefile     Thu Jun 23 07:32:26 2005 +0000
+++ b/mail/postfix/Makefile     Thu Jun 23 07:58:48 2005 +0000
@@ -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 -r 7fd250925c19 -r 3c5843678602 mail/postfix/distinfo
--- a/mail/postfix/distinfo     Thu Jun 23 07:32:26 2005 +0000
+++ b/mail/postfix/distinfo     Thu Jun 23 07:58:48 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index