diff options
author | Lars Weiler <pylon@gentoo.org> | 2006-12-16 02:01:18 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2006-12-16 02:01:18 +0000 |
commit | c6842edc53c2bb363929bb5c749d55cf26fd58ea (patch) | |
tree | 95a99052bac33a353e47f9317946aa6b9afb5bf9 /net-misc/strongswan | |
parent | Add Diego's ebuild command functions and key bindings. (diff) | |
download | gentoo-2-c6842edc53c2bb363929bb5c749d55cf26fd58ea.tar.gz gentoo-2-c6842edc53c2bb363929bb5c749d55cf26fd58ea.tar.bz2 gentoo-2-c6842edc53c2bb363929bb5c749d55cf26fd58ea.zip |
Patchset for using /etc/ipsec as config-files path.
(Portage version: 2.1.2_rc3-r5)
Diffstat (limited to 'net-misc/strongswan')
-rw-r--r-- | net-misc/strongswan/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/strongswan/files/ipsec-path.patch.bz2 | bin | 0 -> 28918 bytes | |||
-rw-r--r-- | net-misc/strongswan/strongswan-2.8.0.ebuild | 7 |
3 files changed, 10 insertions, 3 deletions
diff --git a/net-misc/strongswan/ChangeLog b/net-misc/strongswan/ChangeLog index eefae98e526a..fea693cec240 100644 --- a/net-misc/strongswan/ChangeLog +++ b/net-misc/strongswan/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/strongswan # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.44 2006/12/07 20:50:23 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.45 2006/12/16 02:01:18 pylon Exp $ + + 16 Dec 2006; Lars Weiler <pylon@gentoo.org> +files/ipsec-path.patch.bz2, + strongswan-2.8.0.ebuild: + Patchset for using /etc/ipsec as config-files path. 07 Dec 2006; Lars Weiler <pylon@gentoo.org> metadata.xml, strongswan-2.8.0.ebuild: diff --git a/net-misc/strongswan/files/ipsec-path.patch.bz2 b/net-misc/strongswan/files/ipsec-path.patch.bz2 Binary files differnew file mode 100644 index 000000000000..755071de96dc --- /dev/null +++ b/net-misc/strongswan/files/ipsec-path.patch.bz2 diff --git a/net-misc/strongswan/strongswan-2.8.0.ebuild b/net-misc/strongswan/strongswan-2.8.0.ebuild index f1e37e6651ec..8eb0e800f432 100644 --- a/net-misc/strongswan/strongswan-2.8.0.ebuild +++ b/net-misc/strongswan/strongswan-2.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-2.8.0.ebuild,v 1.2 2006/12/07 20:50:23 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-2.8.0.ebuild,v 1.3 2006/12/16 02:01:18 pylon Exp $ inherit eutils linux-info @@ -8,7 +8,7 @@ DESCRIPTION="IPsec-based VPN Solution for Linux" HOMEPAGE="http://www.strongswan.org/" SRC_URI="http://download.strongswan.org/${P}.tar.bz2" -LICENSE="GPL-2 RSA-MD2 RSA-MD5 RSA-PKCS11" +LICENSE="GPL-2 RSA-MD2 RSA-MD5 RSA-PKCS11 DES" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="curl ldap smartcard" @@ -51,6 +51,9 @@ pkg_setup() { src_unpack() { unpack ${A} + cd ${S} + + epatch ${FILESDIR}/ipsec-path.patch.bz2 if use curl ; then ebegin "Curl support requested. Enabling curl support" |