pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2008Q2]: pkgsrc/mail/postfix pullup ticket #2495 - requested b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fcf4d09126bd
branches: pkgsrc-2008Q2
changeset: 544257:fcf4d09126bd
user: rtr <rtr%pkgsrc.org@localhost>
date: Mon Aug 18 09:46:08 2008 +0000
description:
pullup ticket #2495 - requested by martti
postfix: update package for security fixes
revisions pulled up:
pkgsrc/mail/postfix/Makefile 1.218
pkgsrc/mail/postfix/distinfo 1.118
Module Name: pkgsrc
Committed By: martti
Date: Mon Aug 18 07:13:41 UTC 2008
Modified Files:
pkgsrc/mail/postfix: Makefile distinfo
Log Message:
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 | 8 ++++----
mail/postfix/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (39 lines):
diff -r 5b7d094a2811 -r fcf4d09126bd mail/postfix/Makefile
--- a/mail/postfix/Makefile Sun Aug 17 21:50:46 2008 +0000
+++ b/mail/postfix/Makefile Mon Aug 18 09:46:08 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.216 2008/03/14 01:13:36 taca Exp $
+# $NetBSD: Makefile,v 1.216.6.1 2008/08/18 09:46:08 rtr Exp $
-DISTNAME= postfix-2.5.1
-PKGREVISION= 1
+DISTNAME= postfix-2.5.4
+#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 5b7d094a2811 -r fcf4d09126bd mail/postfix/distinfo
--- a/mail/postfix/distinfo Sun Aug 17 21:50:46 2008 +0000
+++ b/mail/postfix/distinfo Mon Aug 18 09:46:08 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.116 2008/02/18 17:45:34 ghen Exp $
+$NetBSD: distinfo,v 1.116.6.1 2008/08/18 09:46:08 rtr 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.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