Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/exim: exim-4.83_rc1.ebuild ChangeLog
Date: Fri, 30 May 2014 12:07:50
Message-Id: 20140530120745.ED0BB2004E@flycatcher.gentoo.org
1 grobian 14/05/30 12:07:45
2
3 Modified: exim-4.83_rc1.ebuild ChangeLog
4 Log:
5 Notify DSN users to remove dsn_process switches, by Marcin Mirosław, bug #511818
6
7 (Portage version: HEAD/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
8
9 Revision Changes Path
10 1.5 mail-mta/exim/exim-4.83_rc1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.83_rc1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.83_rc1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.83_rc1.ebuild?r1=1.4&r2=1.5
15
16 Index: exim-4.83_rc1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.83_rc1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- exim-4.83_rc1.ebuild 30 May 2014 05:36:07 -0000 1.4
23 +++ exim-4.83_rc1.ebuild 30 May 2014 12:07:45 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.83_rc1.ebuild,v 1.4 2014/05/30 05:36:07 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.83_rc1.ebuild,v 1.5 2014/05/30 12:07:45 grobian Exp $
29
30 EAPI="5"
31
32 @@ -499,7 +499,12 @@
33 fi
34 use tpda && einfo "TPDA support is experimental"
35 use proxy && einfo "proxy support is experimental"
36 - use dsn && einfo "DSN support is experimental"
37 + if use dsn ; then
38 + einfo "Starting from Exim 4.83, DSN support comes from upstream."
39 + einfo "DSN support is an experimental feature. If you used DSN"
40 + einfo "support prior to 4.83, make sure to remove all dsn_process"
41 + einfo "switches from your routers, see http://bugs.gentoo.org/511818"
42 + fi
43 einfo "Exim maintains some db files under its spool directory that need"
44 einfo "cleaning from time to time. (${EROOT}var/spool/exim/db)"
45 einfo "Please use the exim_tidydb tool as documented in the Exim manual:"
46
47
48
49 1.281 mail-mta/exim/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.281&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.281&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?r1=1.280&r2=1.281
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v
58 retrieving revision 1.280
59 retrieving revision 1.281
60 diff -u -r1.280 -r1.281
61 --- ChangeLog 30 May 2014 05:36:07 -0000 1.280
62 +++ ChangeLog 30 May 2014 12:07:45 -0000 1.281
63 @@ -1,6 +1,10 @@
64 # ChangeLog for mail-mta/exim
65 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.280 2014/05/30 05:36:07 grobian Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.281 2014/05/30 12:07:45 grobian Exp $
68 +
69 + 30 May 2014; Fabian Groffen <grobian@g.o> exim-4.83_rc1.ebuild:
70 + Notify DSN users to remove dsn_process switches, by Marcin Mirosław, bug
71 + #511818
72
73 30 May 2014; Fabian Groffen <grobian@g.o> exim-4.83_rc1.ebuild:
74 Workaround whitespace eaters