pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/postfix-current Updated mail/postfix-current to 2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5abeaadd57c
branches:  trunk
changeset: 546532:f5abeaadd57c
user:      martti <martti%pkgsrc.org@localhost>
date:      Thu Sep 04 08:25:31 2008 +0000

description:
Updated mail/postfix-current to 2.6.20080903

Postfix 2.4 and later, on Linux kernel 2.6, is vulnerable to a
denial of service attack by a local user. There is no breach of
data confidentiality or data integrity. This problem was found by
the Postfix author during routine source code maintenance.

An on-line version of this announcement is available at
http://www.postfix.org/announcements/20080902.html

diffstat:

 mail/postfix-current/Makefile         |   6 +++---
 mail/postfix-current/distinfo         |  14 +++++++-------
 mail/postfix-current/patches/patch-aa |   4 +++-
 mail/postfix-current/patches/patch-ag |   4 +++-
 mail/postfix-current/patches/patch-ai |   4 +++-
 5 files changed, 19 insertions(+), 13 deletions(-)

diffs (66 lines):

diff -r 99f7bdc362cd -r f5abeaadd57c mail/postfix-current/Makefile
--- a/mail/postfix-current/Makefile     Thu Sep 04 08:25:19 2008 +0000
+++ b/mail/postfix-current/Makefile     Thu Sep 04 08:25:31 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.100 2008/08/22 20:29:55 ghen Exp $
+# $NetBSD: Makefile,v 1.101 2008/09/04 08:25:31 martti Exp $
 
-DISTNAME=      postfix-2.6-20080814
-PKGNAME=       postfix-2.6.20080814
+DISTNAME=      postfix-2.6-20080903
+PKGNAME=       postfix-2.6.20080903
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/
 MASTER_SITES+= http://postfix.it-austria.net/releases/experimental/
diff -r 99f7bdc362cd -r f5abeaadd57c mail/postfix-current/distinfo
--- a/mail/postfix-current/distinfo     Thu Sep 04 08:25:19 2008 +0000
+++ b/mail/postfix-current/distinfo     Thu Sep 04 08:25:31 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.45 2008/08/18 07:19:13 martti Exp $
+$NetBSD: distinfo,v 1.46 2008/09/04 08:25:31 martti Exp $
 
-SHA1 (postfix/postfix-2.6-20080814.tar.gz) = 688aae4ac92b78375d6d3a9a5de980f651425062
-RMD160 (postfix/postfix-2.6-20080814.tar.gz) = 9cdceb4da755bd05aa712335c650796ab09080d4
-Size (postfix/postfix-2.6-20080814.tar.gz) = 3157840 bytes
-SHA1 (patch-aa) = 757b6f1be1a51696f1c7d41ad520cba3b8420dcf
-SHA1 (patch-ag) = 4d66026fe81dde97470bd01d529af191f1547228
-SHA1 (patch-ai) = 7b19361e77d25139134511331a82abcd26b5336d
+SHA1 (postfix/postfix-2.6-20080903.tar.gz) = 9f4d7208f18f77876447b7c1c0ffe5fec5aee6d9
+RMD160 (postfix/postfix-2.6-20080903.tar.gz) = 8871856da39e95c72126c78864464f5d4fca3e19
+Size (postfix/postfix-2.6-20080903.tar.gz) = 3162683 bytes
+SHA1 (patch-aa) = 5b4923402c80957e47b8a4e16c897287b88544bb
+SHA1 (patch-ag) = 3ed54069a744e214742a972738b306defe3cb69a
+SHA1 (patch-ai) = 1f28a35b8c6f28f5cfc4d374d0ed30bf13886a3b
diff -r 99f7bdc362cd -r f5abeaadd57c mail/postfix-current/patches/patch-aa
--- a/mail/postfix-current/patches/patch-aa     Thu Sep 04 08:25:19 2008 +0000
+++ b/mail/postfix-current/patches/patch-aa     Thu Sep 04 08:25:31 2008 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-aa,v 1.18 2008/01/17 14:03:05 martti Exp $
+$NetBSD: patch-aa,v 1.19 2008/09/04 08:25:31 martti Exp $
+
+Make this pkgsrc friendly.
 
 --- postfix-install.orig       2007-12-05 02:16:40.000000000 +0200
 +++ postfix-install    2008-01-17 15:59:23.000000000 +0200
diff -r 99f7bdc362cd -r f5abeaadd57c mail/postfix-current/patches/patch-ag
--- a/mail/postfix-current/patches/patch-ag     Thu Sep 04 08:25:19 2008 +0000
+++ b/mail/postfix-current/patches/patch-ag     Thu Sep 04 08:25:31 2008 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-ag,v 1.16 2007/04/03 07:35:47 martti Exp $
+$NetBSD: patch-ag,v 1.17 2008/09/04 08:25:31 martti Exp $
+
+Only define HAS_DB if it hasn't been defined.
 
 --- src/util/sys_defs.h.orig   2007-03-25 00:45:33.000000000 +0200
 +++ src/util/sys_defs.h        2007-04-03 08:51:26.000000000 +0300
diff -r 99f7bdc362cd -r f5abeaadd57c mail/postfix-current/patches/patch-ai
--- a/mail/postfix-current/patches/patch-ai     Thu Sep 04 08:25:19 2008 +0000
+++ b/mail/postfix-current/patches/patch-ai     Thu Sep 04 08:25:31 2008 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-ai,v 1.19 2007/10/22 06:15:56 martti Exp $
+$NetBSD: patch-ai,v 1.20 2008/09/04 08:25:31 martti Exp $
+
+Make this pkgsrc friendly.
 
 --- makedefs.orig      2007-08-19 14:28:11.000000000 +0000
 +++ makedefs   2007-10-22 05:50:31.000000000 +0000



Home | Main Index | Thread Index | Old Index