summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2013-09-19 13:32:18 +0000
committerSven Vermeulen <swift@gentoo.org>2013-09-19 13:32:18 +0000
commitc7cd47ee72f4b928bd7d2686720254c56b593d5e (patch)
treea892c9d4e1589beb400ebcd986123d77cb20a8dd /mail-filter
parentAdd newly added Adaptec-EULA to the EULA license group (as discussed on the g... (diff)
downloadgentoo-2-c7cd47ee72f4b928bd7d2686720254c56b593d5e.tar.gz
gentoo-2-c7cd47ee72f4b928bd7d2686720254c56b593d5e.tar.bz2
gentoo-2-c7cd47ee72f4b928bd7d2686720254c56b593d5e.zip
Fix bug #485412 - Optionally depend on selinux-dkim (policy)
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/opendkim/ChangeLog6
-rw-r--r--mail-filter/opendkim/opendkim-2.8.3.ebuild5
-rw-r--r--mail-filter/opendkim/opendkim-2.8.4.ebuild5
3 files changed, 11 insertions, 5 deletions
diff --git a/mail-filter/opendkim/ChangeLog b/mail-filter/opendkim/ChangeLog
index 07b063bc8dfb..214ea4d75eef 100644
--- a/mail-filter/opendkim/ChangeLog
+++ b/mail-filter/opendkim/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/opendkim
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/ChangeLog,v 1.71 2013/07/16 06:23:19 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/ChangeLog,v 1.72 2013/09/19 13:32:18 swift Exp $
+
+ 19 Sep 2013; Sven Vermeulen <swift@gentoo.org> opendkim-2.8.3.ebuild,
+ opendkim-2.8.4.ebuild:
+ Fix bug #485412 - Optionally depend on selinux-dkim (policy)
16 Jul 2013; Eray Aslan <eras@gentoo.org>
-files/opendkim-2.7.4-DisableCryptoInit.patch,
diff --git a/mail-filter/opendkim/opendkim-2.8.3.ebuild b/mail-filter/opendkim/opendkim-2.8.3.ebuild
index 1676158103c7..b01fc3ca192d 100644
--- a/mail-filter/opendkim/opendkim-2.8.3.ebuild
+++ b/mail-filter/opendkim/opendkim-2.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-2.8.3.ebuild,v 1.3 2013/06/27 18:09:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-2.8.3.ebuild,v 1.4 2013/09/19 13:32:17 swift Exp $
EAPI=5
WANT_AUTOMAKE="1.12"
@@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/opendkim/${P}.tar.gz"
LICENSE="Sendmail-Open-Source BSD"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="+berkdb gnutls ldap lua memcached opendbx poll sasl +ssl static-libs unbound"
+IUSE="+berkdb gnutls ldap lua memcached opendbx poll sasl selinux +ssl static-libs unbound"
DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail )
dev-libs/libbsd
@@ -29,6 +29,7 @@ DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail )
ldap? ( net-nds/openldap )
memcached? ( dev-libs/libmemcached )
sasl? ( dev-libs/cyrus-sasl )
+ selinux? ( sec-policy/selinux-dkim )
unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root )
!unbound? ( net-libs/ldns )
gnutls? ( >=net-libs/gnutls-2.11.7 )"
diff --git a/mail-filter/opendkim/opendkim-2.8.4.ebuild b/mail-filter/opendkim/opendkim-2.8.4.ebuild
index 363480e46dc3..1a5b6b0fa20c 100644
--- a/mail-filter/opendkim/opendkim-2.8.4.ebuild
+++ b/mail-filter/opendkim/opendkim-2.8.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-2.8.4.ebuild,v 1.2 2013/07/16 05:51:37 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-2.8.4.ebuild,v 1.3 2013/09/19 13:32:17 swift Exp $
EAPI=5
inherit autotools db-use eutils user
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/opendkim/${P}.tar.gz"
LICENSE="Sendmail-Open-Source BSD"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="+berkdb gnutls ldap lua memcached opendbx poll sasl +ssl static-libs unbound"
+IUSE="+berkdb gnutls ldap lua memcached opendbx poll sasl selinux +ssl static-libs unbound"
DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail )
dev-libs/libbsd
@@ -28,6 +28,7 @@ DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail )
ldap? ( net-nds/openldap )
memcached? ( dev-libs/libmemcached )
sasl? ( dev-libs/cyrus-sasl )
+ selinux? ( sec-policy/selinux-dkim )
unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root )
!unbound? ( net-libs/ldns )
gnutls? ( >=net-libs/gnutls-2.11.7 )"