summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2014-11-02 18:39:44 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2014-11-02 18:39:44 +0000
commit18b63996627b647a77f3e9fa2efdbb0bb8d4eda4 (patch)
tree78554612f711f7f83bd379c28400b9d8f7a28165 /mail-mta
parentVersion bump. (diff)
downloadgentoo-2-18b63996627b647a77f3e9fa2efdbb0bb8d4eda4.tar.gz
gentoo-2-18b63996627b647a77f3e9fa2efdbb0bb8d4eda4.tar.bz2
gentoo-2-18b63996627b647a77f3e9fa2efdbb0bb8d4eda4.zip
Bug #524006: application fails with default config if /var/mail does not exist, which is normally from net-mail/mailbase.
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/opensmtpd/ChangeLog8
-rw-r--r--mail-mta/opensmtpd/opensmtpd-5.4.1_p1-r1.ebuild3
-rw-r--r--mail-mta/opensmtpd/opensmtpd-5.4.2.201406192306_p1.ebuild3
-rw-r--r--mail-mta/opensmtpd/opensmtpd-5.4.2_p1.ebuild3
4 files changed, 13 insertions, 4 deletions
diff --git a/mail-mta/opensmtpd/ChangeLog b/mail-mta/opensmtpd/ChangeLog
index 1962e51fe5af..6548e757bdb5 100644
--- a/mail-mta/opensmtpd/ChangeLog
+++ b/mail-mta/opensmtpd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-mta/opensmtpd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/ChangeLog,v 1.63 2014/06/29 19:46:18 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/ChangeLog,v 1.64 2014/11/02 18:39:44 robbat2 Exp $
+
+ 02 Nov 2014; Robin H. Johnson <robbat2@gentoo.org>
+ opensmtpd-5.4.1_p1-r1.ebuild, opensmtpd-5.4.2.201406192306_p1.ebuild,
+ opensmtpd-5.4.2_p1.ebuild:
+ Bug #524006: application fails with default config if /var/mail does not
+ exist, which is normally from net-mail/mailbase.
*opensmtpd-5.4.2.201406192306_p1 (29 Jun 2014)
diff --git a/mail-mta/opensmtpd/opensmtpd-5.4.1_p1-r1.ebuild b/mail-mta/opensmtpd/opensmtpd-5.4.1_p1-r1.ebuild
index 22deafc73cf4..c1736510291e 100644
--- a/mail-mta/opensmtpd/opensmtpd-5.4.1_p1-r1.ebuild
+++ b/mail-mta/opensmtpd/opensmtpd-5.4.1_p1-r1.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/opensmtpd/opensmtpd-5.4.1_p1-r1.ebuild,v 1.2 2014/04/23 12:35:53 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.4.1_p1-r1.ebuild,v 1.3 2014/11/02 18:39:44 robbat2 Exp $
EAPI=5
@@ -26,6 +26,7 @@ DEPEND="dev-libs/openssl
sqlite? ( dev-db/sqlite:3 )
dev-libs/libevent
app-misc/ca-certificates
+ net-mail/mailbase
!mail-mta/courier
!mail-mta/esmtp
!mail-mta/exim
diff --git a/mail-mta/opensmtpd/opensmtpd-5.4.2.201406192306_p1.ebuild b/mail-mta/opensmtpd/opensmtpd-5.4.2.201406192306_p1.ebuild
index 31e6af5c97c4..b7452f735afe 100644
--- a/mail-mta/opensmtpd/opensmtpd-5.4.2.201406192306_p1.ebuild
+++ b/mail-mta/opensmtpd/opensmtpd-5.4.2.201406192306_p1.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/opensmtpd/opensmtpd-5.4.2.201406192306_p1.ebuild,v 1.1 2014/06/29 19:46:18 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.4.2.201406192306_p1.ebuild,v 1.2 2014/11/02 18:39:44 robbat2 Exp $
EAPI=5
@@ -26,6 +26,7 @@ DEPEND="dev-libs/openssl
sqlite? ( dev-db/sqlite:3 )
dev-libs/libevent
app-misc/ca-certificates
+ net-mail/mailbase
!mail-mta/courier
!mail-mta/esmtp
!mail-mta/exim
diff --git a/mail-mta/opensmtpd/opensmtpd-5.4.2_p1.ebuild b/mail-mta/opensmtpd/opensmtpd-5.4.2_p1.ebuild
index 46e6df3b6e44..e333420e6f2c 100644
--- a/mail-mta/opensmtpd/opensmtpd-5.4.2_p1.ebuild
+++ b/mail-mta/opensmtpd/opensmtpd-5.4.2_p1.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/opensmtpd/opensmtpd-5.4.2_p1.ebuild,v 1.3 2014/04/23 12:35:53 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.4.2_p1.ebuild,v 1.4 2014/11/02 18:39:44 robbat2 Exp $
EAPI=5
@@ -26,6 +26,7 @@ DEPEND="dev-libs/openssl
sqlite? ( dev-db/sqlite:3 )
dev-libs/libevent
app-misc/ca-certificates
+ net-mail/mailbase
!mail-mta/courier
!mail-mta/esmtp
!mail-mta/exim