public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen (grobian)" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/exim: exim-4.83_rc1.ebuild ChangeLog
Date: Fri, 30 May 2014 12:07:45 +0000 (UTC)	[thread overview]
Message-ID: <20140530120745.ED0BB2004E@flycatcher.gentoo.org> (raw)

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 <grobian@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 <grobian@gentoo.org> exim-4.83_rc1.ebuild:
   Workaround whitespace eaters





             reply	other threads:[~2014-05-30 12:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-30 12:07 Fabian Groffen (grobian) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-05-30 16:11 [gentoo-commits] gentoo-x86 commit in mail-mta/exim: exim-4.83_rc1.ebuild ChangeLog Fabian Groffen (grobian)
2014-05-30  5:36 Fabian Groffen (grobian)
2014-05-30  2:18 Patrick Lauer (patrick)
2014-05-29 17:30 Fabian Groffen (grobian)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140530120745.ED0BB2004E@flycatcher.gentoo.org \
    --to=grobian@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox