diff options
author | 2014-05-30 12:07:45 +0000 | |
---|---|---|
committer | 2014-05-30 12:07:45 +0000 | |
commit | 340c2bc9c3e7ab02740e3be443b2bcb96ed499e3 (patch) | |
tree | 87f1e36427eb9112bf1351de70c8f3221c52915d /mail-mta | |
parent | Block libusbmuxd because this release contains it. Use get_udevdir instead of... (diff) | |
download | gentoo-2-340c2bc9c3e7ab02740e3be443b2bcb96ed499e3.tar.gz gentoo-2-340c2bc9c3e7ab02740e3be443b2bcb96ed499e3.tar.bz2 gentoo-2-340c2bc9c3e7ab02740e3be443b2bcb96ed499e3.zip |
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)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/exim/ChangeLog | 6 | ||||
-rw-r--r-- | mail-mta/exim/exim-4.83_rc1.ebuild | 9 |
2 files changed, 12 insertions, 3 deletions
diff --git a/mail-mta/exim/ChangeLog b/mail-mta/exim/ChangeLog index 94a2dcbae80a..503cc12339fb 100644 --- a/mail-mta/exim/ChangeLog +++ b/mail-mta/exim/ChangeLog @@ -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 diff --git a/mail-mta/exim/exim-4.83_rc1.ebuild b/mail-mta/exim/exim-4.83_rc1.ebuild index 9e923ebb52ea..4334ec60451e 100644 --- a/mail-mta/exim/exim-4.83_rc1.ebuild +++ b/mail-mta/exim/exim-4.83_rc1.ebuild @@ -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 @@ pkg_postinst() { 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:" |