diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-07-02 20:32:24 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-07-02 20:32:24 +0000 |
commit | 29f5a03bf0931fdc979ac2ff0f22bd436197c6e2 (patch) | |
tree | 03ecf58d1e9d1dc25d7a5fe8b48c37c092ae7971 /mail-mta/exim | |
parent | amd64 stable, bug #274063 (diff) | |
download | gentoo-2-29f5a03bf0931fdc979ac2ff0f22bd436197c6e2.tar.gz gentoo-2-29f5a03bf0931fdc979ac2ff0f22bd436197c6e2.tar.bz2 gentoo-2-29f5a03bf0931fdc979ac2ff0f22bd436197c6e2.zip |
Remove bad hunk that causes exim to barf on startup, thanks Marcin Semeniuk in bug #239644
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta/exim')
-rw-r--r-- | mail-mta/exim/ChangeLog | 7 | ||||
-rw-r--r-- | mail-mta/exim/files/exim-4.69-r1.27021.patch | 9 |
2 files changed, 6 insertions, 10 deletions
diff --git a/mail-mta/exim/ChangeLog b/mail-mta/exim/ChangeLog index f4d0e6764252..8fc3227aa9d5 100644 --- a/mail-mta/exim/ChangeLog +++ b/mail-mta/exim/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-mta/exim # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.136 2009/07/02 20:29:38 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.137 2009/07/02 20:32:24 grobian Exp $ + + 02 Jul 2009; Fabian Groffen <grobian@gentoo.org> + files/exim-4.69-r1.27021.patch: + Remove bad hunk that causes exim to barf on startup, thanks Marcin Semeniuk + in bug #239644 02 Jul 2009; Fabian Groffen <grobian@gentoo.org> exim-4.69-r2.ebuild: Add FULLECHO='' to get full compiler messages, maybe solving bug #240790 diff --git a/mail-mta/exim/files/exim-4.69-r1.27021.patch b/mail-mta/exim/files/exim-4.69-r1.27021.patch index 72b048632a6a..804e16d6acde 100644 --- a/mail-mta/exim/files/exim-4.69-r1.27021.patch +++ b/mail-mta/exim/files/exim-4.69-r1.27021.patch @@ -24,15 +24,6 @@ diff -urN exim-4.69.orig/src/configure.default exim-4.69/src/configure.default # This router matches local user mailboxes. If the router fails, the error # message is "Unknown user". -@@ -600,7 +616,7 @@ - # or "+" characters as if the suffixes did not exist, uncomment the two local_ - # part_suffix options. Then, for example, xxxx-foo@your.domain will be treated - # in the same way as xxxx@your.domain by this router. -- -+m - localuser: - driver = accept - check_local_user @@ -676,6 +692,21 @@ address_reply: driver = autoreply |