public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-filter/opendkim: opendkim-2.8.3.ebuild opendkim-2.8.4.ebuild ChangeLog
@ 2013-09-19 13:32 Sven Vermeulen (swift)
  0 siblings, 0 replies; only message in thread
From: Sven Vermeulen (swift) @ 2013-09-19 13:32 UTC (permalink / raw
  To: gentoo-commits

swift       13/09/19 13:32:19

  Modified:             opendkim-2.8.3.ebuild opendkim-2.8.4.ebuild
                        ChangeLog
  Log:
  Fix bug #485412 - Optionally depend on selinux-dkim (policy)
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)

Revision  Changes    Path
1.4                  mail-filter/opendkim/opendkim-2.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendkim/opendkim-2.8.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendkim/opendkim-2.8.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendkim/opendkim-2.8.3.ebuild?r1=1.3&r2=1.4

Index: opendkim-2.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-2.8.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- opendkim-2.8.3.ebuild	27 Jun 2013 18:09:03 -0000	1.3
+++ opendkim-2.8.3.ebuild	19 Sep 2013 13:32:17 -0000	1.4
@@ -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 @@
 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 @@
 	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 )"



1.3                  mail-filter/opendkim/opendkim-2.8.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendkim/opendkim-2.8.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendkim/opendkim-2.8.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendkim/opendkim-2.8.4.ebuild?r1=1.2&r2=1.3

Index: opendkim-2.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-2.8.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- opendkim-2.8.4.ebuild	16 Jul 2013 05:51:37 -0000	1.2
+++ opendkim-2.8.4.ebuild	19 Sep 2013 13:32:17 -0000	1.3
@@ -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 @@
 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 @@
 	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 )"



1.72                 mail-filter/opendkim/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendkim/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendkim/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendkim/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/opendkim/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	16 Jul 2013 06:23:19 -0000	1.71
+++ ChangeLog	19 Sep 2013 13:32:18 -0000	1.72
@@ -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,





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-09-19 13:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-19 13:32 [gentoo-commits] gentoo-x86 commit in mail-filter/opendkim: opendkim-2.8.3.ebuild opendkim-2.8.4.ebuild ChangeLog Sven Vermeulen (swift)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox