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.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe1e87957a4f
branches:  trunk
changeset: 545978:fe1e87957a4f
user:      martti <martti%pkgsrc.org@localhost>
date:      Mon Aug 18 07:13:41 2008 +0000

description:
Updated mail/postfix to 2.5.4

20080804

        Bugfix: dangling pointer in vstring_sprintf_prepend().
        File: util/vstring.c.

20080814

        Security: some systems have changed their link() semantics,
        and will hardlink a symlink, contrary to POSIX and XPG4.
        Sebastian Krahmer, SuSE. File: util/safe_open.c.

        The solution introduces the following incompatible change:
        when the target of mail delivery is a symlink, the parent
        directory of that symlink must now be writable by root only
        (in addition to the already existing requirement that the
        symlink itself is owned by root).  This change will break
        legitimate configurations that deliver mail to a symbolic
        link in a directory with less restrictive permissions.

diffstat:

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

diffs (28 lines):

diff -r 68fd7087df79 -r fe1e87957a4f mail/postfix/Makefile
--- a/mail/postfix/Makefile     Mon Aug 18 02:24:46 2008 +0000
+++ b/mail/postfix/Makefile     Mon Aug 18 07:13:41 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.217 2008/07/29 05:14:15 martti Exp $
+# $NetBSD: Makefile,v 1.218 2008/08/18 07:13:41 martti Exp $
 
-DISTNAME=      postfix-2.5.3
+DISTNAME=      postfix-2.5.4
 #PKGREVISION=  1
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.porcupine.org/mirrors/postfix-release/official/
diff -r 68fd7087df79 -r fe1e87957a4f mail/postfix/distinfo
--- a/mail/postfix/distinfo     Mon Aug 18 02:24:46 2008 +0000
+++ b/mail/postfix/distinfo     Mon Aug 18 07:13:41 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.117 2008/07/29 05:14:15 martti Exp $
+$NetBSD: distinfo,v 1.118 2008/08/18 07:13:41 martti Exp $
 
-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 (postfix/postfix-2.5.4.tar.gz) = 995f5873c464ac9427b543d25c4325e2fbbb7bf5
+RMD160 (postfix/postfix-2.5.4.tar.gz) = 83d59f949eb13656b60226fc43b7ab24b227c873
+Size (postfix/postfix-2.5.4.tar.gz) = 3157713 bytes
 SHA1 (patch-aa) = 757b6f1be1a51696f1c7d41ad520cba3b8420dcf
 SHA1 (patch-ag) = 4d66026fe81dde97470bd01d529af191f1547228
 SHA1 (patch-ai) = 7b19361e77d25139134511331a82abcd26b5336d



Home | Main Index | Thread Index | Old Index