pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e9cb2f56b9f
branches:  trunk
changeset: 545230:1e9cb2f56b9f
user:      martti <martti%pkgsrc.org@localhost>
date:      Tue Jul 29 05:14:15 2008 +0000

description:
Updated mail/postfix to 2.5.3

When a mailbox file is not owned by its recipient, the local and
virtual delivery agents now log a warning and defer delivery.
Specify "strict_mailbox_ownership = no" to ignore such ownership
discrepancies.

[HISTORY]
20080509

        Bugfix: null-terminate CN comment string after sanitization.
        File: smtpd/smtpd.c.

20080603

        Workaround: avoid "bad address pattern" errors with non-address
        patterns in namadr_list_match() calls. File: util/match_ops.c.

20080620

        Bugfix (introduced 20080207): "cleanup -v" panic because
        the new "SMTP reply" request flag did not have a printable
        name. File: global/cleanup_strflags.c.

        Cleanup: using "Before-queue content filter", RFC3848
        information was not added to the headers. Carlos Velasco.
        File smtpd/smtpd.c.

20080717

        Cleanup: a poorly-implemented integer overflow check for
        TCP MSS calculation had the unexpected effect that people
        broke Postfix on LP64 systems while attempting to silence
        a compiler warning.  File: util/vstream_tweak.c.

20080725

        Paranoia: defer delivery when a mailbox file is not owned
        by the recipient. Requested by Sebastian Krahmer, SuSE.
        Specify "strict_mailbox_ownership=no" to ignore ownership
        discrepancies.  Files: local/mailbox.c, virtual/mailbox.c.

diffstat:

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

diffs (39 lines):

diff -r ff45c02f1a4d -r 1e9cb2f56b9f mail/postfix/Makefile
--- a/mail/postfix/Makefile     Tue Jul 29 05:14:11 2008 +0000
+++ b/mail/postfix/Makefile     Tue Jul 29 05:14:15 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.216 2008/03/14 01:13:36 taca Exp $
+# $NetBSD: Makefile,v 1.217 2008/07/29 05:14:15 martti Exp $
 
-DISTNAME=      postfix-2.5.1
-PKGREVISION=   1
+DISTNAME=      postfix-2.5.3
+#PKGREVISION=  1
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.porcupine.org/mirrors/postfix-release/official/
 DIST_SUBDIR=   postfix
@@ -88,7 +88,7 @@
 DOCDIR=                        ${PREFIX}/share/doc/postfix
 EXAMPLEDIR=            ${PREFIX}/share/examples/postfix
 
-FILES_SUBST+=          EXAMPLEDIR=${EXAMPLEDIR:Q}
+FILES_SUBST+=          EXAMPLEDIR=${EXAMPLEDIR}
 MESSAGE_SUBST+=                EXAMPLEDIR=${EXAMPLEDIR}
 MESSAGE_SUBST+=                DOCDIR=${DOCDIR}
 
diff -r ff45c02f1a4d -r 1e9cb2f56b9f mail/postfix/distinfo
--- a/mail/postfix/distinfo     Tue Jul 29 05:14:11 2008 +0000
+++ b/mail/postfix/distinfo     Tue Jul 29 05:14:15 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.116 2008/02/18 17:45:34 ghen Exp $
+$NetBSD: distinfo,v 1.117 2008/07/29 05:14:15 martti Exp $
 
-SHA1 (postfix/postfix-2.5.1.tar.gz) = 4ceb805b78aff4c872b7e55554d2364e06f695b3
-RMD160 (postfix/postfix-2.5.1.tar.gz) = cf414306742d642ccab78212ee33af955d7a9023
-Size (postfix/postfix-2.5.1.tar.gz) = 3153629 bytes
+SHA1 (postfix/postfix-2.5.3.tar.gz) = 95d511c003ef89cc334c90b73396c4d366c74923
+RMD160 (postfix/postfix-2.5.3.tar.gz) = 3966af29024c587da3eebe56446f059a6cd1a8e4
+Size (postfix/postfix-2.5.3.tar.gz) = 3156942 bytes
 SHA1 (patch-aa) = 757b6f1be1a51696f1c7d41ad520cba3b8420dcf
 SHA1 (patch-ag) = 4d66026fe81dde97470bd01d529af191f1547228
 SHA1 (patch-ai) = 7b19361e77d25139134511331a82abcd26b5336d



Home | Main Index | Thread Index | Old Index