diff options
author | martti <martti@pkgsrc.org> | 2008-09-04 08:25:19 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2008-09-04 08:25:19 +0000 |
commit | 40312ffafeae8692b5e564074c1f932fea0e3554 (patch) | |
tree | c4aee821ed975feed545d308f659a2953d19d19a /mail/postfix/patches | |
parent | f79c42dff2b8bab029c332501937a7a74122efb0 (diff) | |
download | pkgsrc-40312ffafeae8692b5e564074c1f932fea0e3554.tar.gz |
Updated mail/postfix to 2.5.5
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 (limited to 'mail/postfix/patches')
-rw-r--r-- | mail/postfix/patches/patch-aa | 4 | ||||
-rw-r--r-- | mail/postfix/patches/patch-ag | 4 | ||||
-rw-r--r-- | mail/postfix/patches/patch-ai | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/mail/postfix/patches/patch-aa b/mail/postfix/patches/patch-aa index 29c43343a8a..3fb9ca5fe8c 100644 --- a/mail/postfix/patches/patch-aa +++ b/mail/postfix/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.20 2008/02/18 17:45:34 ghen Exp $ +$NetBSD: patch-aa,v 1.21 2008/09/04 08:25:20 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 --git a/mail/postfix/patches/patch-ag b/mail/postfix/patches/patch-ag index 5293fe4814f..3109fc60380 100644 --- a/mail/postfix/patches/patch-ag +++ b/mail/postfix/patches/patch-ag @@ -1,4 +1,6 @@ -$NetBSD: patch-ag,v 1.24 2007/04/03 07:27:51 martti Exp $ +$NetBSD: patch-ag,v 1.25 2008/09/04 08:25:20 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 --git a/mail/postfix/patches/patch-ai b/mail/postfix/patches/patch-ai index 7baf7bea165..d69207d26e0 100644 --- a/mail/postfix/patches/patch-ai +++ b/mail/postfix/patches/patch-ai @@ -1,4 +1,6 @@ -$NetBSD: patch-ai,v 1.21 2008/02/18 17:45:34 ghen Exp $ +$NetBSD: patch-ai,v 1.22 2008/09/04 08:25:20 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 |