diff options
author | 2007-03-03 12:26:37 +0000 | |
---|---|---|
committer | 2007-03-03 12:26:37 +0000 | |
commit | 4f8b24c65e3f37569203eee66f02808be7a69df6 (patch) | |
tree | 366888a7e142d8f70ff11e60100cc0f74705c24e /net-mail/pflogsumm | |
parent | Stable on amd64, bug 169078. (diff) | |
download | gentoo-2-4f8b24c65e3f37569203eee66f02808be7a69df6.tar.gz gentoo-2-4f8b24c65e3f37569203eee66f02808be7a69df6.tar.bz2 gentoo-2-4f8b24c65e3f37569203eee66f02808be7a69df6.zip |
Fixed the postfix 2.3 compatibility patch, thanks to Kevin Parent <kparent at enersea.net>, bug 168766.
(Portage version: 2.1.2-r11)
Diffstat (limited to 'net-mail/pflogsumm')
-rw-r--r-- | net-mail/pflogsumm/ChangeLog | 10 | ||||
-rw-r--r-- | net-mail/pflogsumm/files/1.1.0-postfix-2.3-logs.patch | 2 | ||||
-rw-r--r-- | net-mail/pflogsumm/files/digest-pflogsumm-1.1.0-r2 (renamed from net-mail/pflogsumm/files/digest-pflogsumm-1.1.0-r1) | 0 | ||||
-rw-r--r-- | net-mail/pflogsumm/pflogsumm-1.1.0-r2.ebuild (renamed from net-mail/pflogsumm/pflogsumm-1.1.0-r1.ebuild) | 4 |
4 files changed, 12 insertions, 4 deletions
diff --git a/net-mail/pflogsumm/ChangeLog b/net-mail/pflogsumm/ChangeLog index 764a960ae740..a3791ca49599 100644 --- a/net-mail/pflogsumm/ChangeLog +++ b/net-mail/pflogsumm/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-mail/pflogsumm # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/pflogsumm/ChangeLog,v 1.7 2007/02/22 01:49:30 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pflogsumm/ChangeLog,v 1.8 2007/03/03 12:26:37 ticho Exp $ + +*pflogsumm-1.1.0-r2 (03 Mar 2007) + + 03 Mar 2007; Andrej Kacian <ticho@gentoo.org> + files/1.1.0-postfix-2.3-logs.patch, -pflogsumm-1.1.0-r1.ebuild, + +pflogsumm-1.1.0-r2.ebuild: + Fixed the postfix 2.3 compatibility patch, thanks to Kevin Parent <kparent + at enersea.net>, bug 168766. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/net-mail/pflogsumm/files/1.1.0-postfix-2.3-logs.patch b/net-mail/pflogsumm/files/1.1.0-postfix-2.3-logs.patch index f0cbfc9f61b6..b1e81a98e1a2 100644 --- a/net-mail/pflogsumm/files/1.1.0-postfix-2.3-logs.patch +++ b/net-mail/pflogsumm/files/1.1.0-postfix-2.3-logs.patch @@ -5,7 +5,7 @@ } elsif((($addr, $relay, $delay, $status, $toRmdr) = $logRmdr =~ - /to=<([^>]*)>, (?:orig_to=<[^>]*>, )?relay=([^,]+), delay=([^,]+), status=(\S+)(.*)$/o) >= 4) -+ /to=<([^>]*)>, (?:orig_to=<[^>]*>, )?relay=([^,]+), (?:conn_use=[^,]+, )?delay=([^,]+), (?:delays=[^,]+, )?(?:dsn=[^,]+,)?status=(\S+)(.*)$/o) >= 4) ++ /to=<([^>]*)>, (?:orig_to=<[^>]*>, )?relay=([^,]+), (?:conn_use=[^,]+, )?delay=([^,]+), (?:delays=[^,]+, )?(?:dsn=[^,]+, )?status=(\S+)(.*)$/o) >= 4) { if($opts{'m'} && $addr =~ /^(.*!)*([^!]+)!([^!@]+)@([^\.]+)$/o) { diff --git a/net-mail/pflogsumm/files/digest-pflogsumm-1.1.0-r1 b/net-mail/pflogsumm/files/digest-pflogsumm-1.1.0-r2 index 4d9e8a4b0b85..4d9e8a4b0b85 100644 --- a/net-mail/pflogsumm/files/digest-pflogsumm-1.1.0-r1 +++ b/net-mail/pflogsumm/files/digest-pflogsumm-1.1.0-r2 diff --git a/net-mail/pflogsumm/pflogsumm-1.1.0-r1.ebuild b/net-mail/pflogsumm/pflogsumm-1.1.0-r2.ebuild index 8f26cfb73b8e..74a49ab2ea8d 100644 --- a/net-mail/pflogsumm/pflogsumm-1.1.0-r1.ebuild +++ b/net-mail/pflogsumm/pflogsumm-1.1.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/pflogsumm/pflogsumm-1.1.0-r1.ebuild,v 1.1 2006/11/16 23:39:27 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pflogsumm/pflogsumm-1.1.0-r2.ebuild,v 1.1 2007/03/03 12:26:37 ticho Exp $ inherit eutils |