diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-12 10:44:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-12 10:44:41 +0000 |
commit | 17555df2752d6f9cc5bd58f4fbe36758f652bba8 (patch) | |
tree | 962617d90bd3e660ab73d9b5932b91792a32483e /net-misc/strongswan | |
parent | Stable for amd64, wrt bug #531292 (diff) | |
download | gentoo-2-17555df2752d6f9cc5bd58f4fbe36758f652bba8.tar.gz gentoo-2-17555df2752d6f9cc5bd58f4fbe36758f652bba8.tar.bz2 gentoo-2-17555df2752d6f9cc5bd58f4fbe36758f652bba8.zip |
Stable for amd64, wrt bug #536226
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-misc/strongswan')
-rw-r--r-- | net-misc/strongswan/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/strongswan/strongswan-5.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/strongswan/ChangeLog b/net-misc/strongswan/ChangeLog index 5834b8be8297..15c2b5c492e4 100644 --- a/net-misc/strongswan/ChangeLog +++ b/net-misc/strongswan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/strongswan # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.149 2015/01/11 16:47:49 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.150 2015/01/12 10:44:41 ago Exp $ + + 12 Jan 2015; Agostino Sarubbo <ago@gentoo.org> strongswan-5.2.2.ebuild: + Stable for amd64, wrt bug #536226 11 Jan 2015; Andreas Schuerch <nativemad@gentoo.org> strongswan-5.2.2.ebuild: x86 stable, see bug 536226 diff --git a/net-misc/strongswan/strongswan-5.2.2.ebuild b/net-misc/strongswan/strongswan-5.2.2.ebuild index 0e9c59032b56..08c9c84fb50a 100644 --- a/net-misc/strongswan/strongswan-5.2.2.ebuild +++ b/net-misc/strongswan/strongswan-5.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-5.2.2.ebuild,v 1.2 2015/01/11 16:47:49 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-5.2.2.ebuild,v 1.3 2015/01/12 10:44:41 ago Exp $ EAPI=5 inherit eutils linux-info systemd user @@ -11,7 +11,7 @@ SRC_URI="http://download.strongswan.org/${P}.tar.bz2" LICENSE="GPL-2 RSA DES" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" IUSE="+caps curl +constraints debug dhcp eap farp gcrypt +gmp ldap mysql networkmanager +non-root +openssl sqlite pam pkcs11" STRONGSWAN_PLUGINS_STD="led lookip systime-fix unity vici" |