grobian     14/05/30 12:07:45

  Modified:             exim-4.83_rc1.ebuild ChangeLog
  Log:
  Notify DSN users to remove dsn_process switches, by Marcin Mirosław, bug 
#511818
  
  (Portage version: HEAD/cvs/SunOS i386, signed Manifest commit with key 
0x5F75F607C5C74E89)

Revision  Changes    Path
1.5                  mail-mta/exim/exim-4.83_rc1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.83_rc1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.83_rc1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.83_rc1.ebuild?r1=1.4&r2=1.5

Index: exim-4.83_rc1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.83_rc1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- exim-4.83_rc1.ebuild        30 May 2014 05:36:07 -0000      1.4
+++ exim-4.83_rc1.ebuild        30 May 2014 12:07:45 -0000      1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.83_rc1.ebuild,v 1.4 
2014/05/30 05:36:07 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.83_rc1.ebuild,v 1.5 
2014/05/30 12:07:45 grobian Exp $
 
 EAPI="5"
 
@@ -499,7 +499,12 @@
        fi
        use tpda && einfo "TPDA support is experimental"
        use proxy && einfo "proxy support is experimental"
-       use dsn && einfo "DSN support is experimental"
+       if use dsn ; then
+               einfo "Starting from Exim 4.83, DSN support comes from 
upstream."
+               einfo "DSN support is an experimental feature.  If you used DSN"
+               einfo "support prior to 4.83, make sure to remove all 
dsn_process"
+               einfo "switches from your routers, see 
http://bugs.gentoo.org/511818";
+       fi
        einfo "Exim maintains some db files under its spool directory that need"
        einfo "cleaning from time to time.  (${EROOT}var/spool/exim/db)"
        einfo "Please use the exim_tidydb tool as documented in the Exim 
manual:"



1.281                mail-mta/exim/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.281&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.281&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?r1=1.280&r2=1.281

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -r1.280 -r1.281
--- ChangeLog   30 May 2014 05:36:07 -0000      1.280
+++ ChangeLog   30 May 2014 12:07:45 -0000      1.281
@@ -1,6 +1,10 @@
 # ChangeLog for mail-mta/exim
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.280 2014/05/30 
05:36:07 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.281 2014/05/30 
12:07:45 grobian Exp $
+
+  30 May 2014; Fabian Groffen <grob...@gentoo.org> exim-4.83_rc1.ebuild:
+  Notify DSN users to remove dsn_process switches, by Marcin Mirosław, bug
+  #511818
 
   30 May 2014; Fabian Groffen <grob...@gentoo.org> exim-4.83_rc1.ebuild:
   Workaround whitespace eaters




Reply via email to