Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/strongswan/
Date: Sun, 03 Jan 2016 08:37:45
Message-Id: 1451810138.77f610a8cc5be0a48eb4b18b7303f7bde9fcccc8.perfinion@gentoo
1 commit: 77f610a8cc5be0a48eb4b18b7303f7bde9fcccc8
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 08:35:38 2016 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 08:35:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f610a8
7
8 net-misc/strongswan: Add selinux rdep
9
10 Package-Manager: portage-2.2.26
11
12 net-misc/strongswan/strongswan-5.3.4-r1.ebuild | 7 ++++---
13 net-misc/strongswan/strongswan-5.3.4.ebuild | 7 ++++---
14 2 files changed, 8 insertions(+), 6 deletions(-)
15
16 diff --git a/net-misc/strongswan/strongswan-5.3.4-r1.ebuild b/net-misc/strongswan/strongswan-5.3.4-r1.ebuild
17 index f5d7dde..b7a623a 100644
18 --- a/net-misc/strongswan/strongswan-5.3.4-r1.ebuild
19 +++ b/net-misc/strongswan/strongswan-5.3.4-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -12,7 +12,7 @@ SRC_URI="http://download.strongswan.org/${P}.tar.bz2"
27 LICENSE="GPL-2 RSA DES"
28 SLOT="0"
29 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
30 -IUSE="+caps curl +constraints debug dhcp eap farp gcrypt +gmp ldap mysql networkmanager +non-root +openssl sqlite pam pkcs11"
31 +IUSE="+caps curl +constraints debug dhcp eap farp gcrypt +gmp ldap mysql networkmanager +non-root +openssl selinux sqlite pam pkcs11"
32
33 STRONGSWAN_PLUGINS_STD="led lookip systime-fix unity vici"
34 STRONGSWAN_PLUGINS_OPT="blowfish ccm ctr gcm ha ipseckey ntru padlock rdrand unbound whitelist"
35 @@ -42,7 +42,8 @@ DEPEND="${COMMON_DEPEND}
36 RDEPEND="${COMMON_DEPEND}
37 virtual/logger
38 sys-apps/iproute2
39 - !net-misc/libreswan"
40 + !net-misc/libreswan
41 + selinux? ( sec-policy/selinux-ipsec )"
42
43 UGID="ipsec"
44
45
46 diff --git a/net-misc/strongswan/strongswan-5.3.4.ebuild b/net-misc/strongswan/strongswan-5.3.4.ebuild
47 index 2b25277..923765d 100644
48 --- a/net-misc/strongswan/strongswan-5.3.4.ebuild
49 +++ b/net-misc/strongswan/strongswan-5.3.4.ebuild
50 @@ -1,4 +1,4 @@
51 -# Copyright 1999-2015 Gentoo Foundation
52 +# Copyright 1999-2016 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Id$
55
56 @@ -12,7 +12,7 @@ SRC_URI="http://download.strongswan.org/${P}.tar.bz2"
57 LICENSE="GPL-2 RSA DES"
58 SLOT="0"
59 KEYWORDS="amd64 arm ppc ~ppc64 x86"
60 -IUSE="+caps curl +constraints debug dhcp eap farp gcrypt +gmp ldap mysql networkmanager +non-root +openssl sqlite pam pkcs11"
61 +IUSE="+caps curl +constraints debug dhcp eap farp gcrypt +gmp ldap mysql networkmanager +non-root +openssl selinux sqlite pam pkcs11"
62
63 STRONGSWAN_PLUGINS_STD="led lookip systime-fix unity vici"
64 STRONGSWAN_PLUGINS_OPT="blowfish ccm ctr gcm ha ipseckey ntru padlock rdrand unbound whitelist"
65 @@ -42,7 +42,8 @@ DEPEND="${COMMON_DEPEND}
66 RDEPEND="${COMMON_DEPEND}
67 virtual/logger
68 sys-apps/iproute2
69 - !net-misc/libreswan"
70 + !net-misc/libreswan
71 + selinux? ( sec-policy/selinux-ipsec )"
72
73 UGID="ipsec"