Gentoo Archives: gentoo-commits

From: "Lars Weiler (pylon)" <pylon@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/strongswan: ChangeLog strongswan-4.1.6.ebuild
Date: Mon, 08 Oct 2007 18:00:31
Message-Id: E1Iewkm-0003kD-Gg@stork.gentoo.org
1 pylon 07/10/08 17:50:52
2
3 Modified: ChangeLog strongswan-4.1.6.ebuild
4 Log:
5 Removed experimental dbus/networkmanager-support.
6 (Portage version: 2.1.3.12)
7
8 Revision Changes Path
9 1.57 net-misc/strongswan/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/ChangeLog?rev=1.57&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/ChangeLog?rev=1.57&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/ChangeLog?r1=1.56&r2=1.57
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v
18 retrieving revision 1.56
19 retrieving revision 1.57
20 diff -u -r1.56 -r1.57
21 --- ChangeLog 2 Oct 2007 01:29:55 -0000 1.56
22 +++ ChangeLog 8 Oct 2007 17:50:51 -0000 1.57
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-misc/strongswan
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.56 2007/10/02 01:29:55 pylon Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.57 2007/10/08 17:50:51 pylon Exp $
28 +
29 + 08 Oct 2007; Lars Weiler <pylon@g.o> strongswan-4.1.6.ebuild:
30 + Removed experimental dbus/networkmanager-support.
31
32 *strongswan-4.1.6 (02 Oct 2007)
33
34
35
36
37 1.2 net-misc/strongswan/strongswan-4.1.6.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/strongswan-4.1.6.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/strongswan-4.1.6.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/strongswan-4.1.6.ebuild?r1=1.1&r2=1.2
42
43 Index: strongswan-4.1.6.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-4.1.6.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- strongswan-4.1.6.ebuild 2 Oct 2007 01:29:55 -0000 1.1
50 +++ strongswan-4.1.6.ebuild 8 Oct 2007 17:50:51 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-4.1.6.ebuild,v 1.1 2007/10/02 01:29:55 pylon Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-4.1.6.ebuild,v 1.2 2007/10/08 17:50:51 pylon Exp $
56
57 inherit eutils linux-info
58
59 @@ -13,7 +13,7 @@
60 LICENSE="GPL-2 RSA-MD2 RSA-MD5 RSA-PKCS11 DES"
61 SLOT="0"
62 KEYWORDS="~ppc ~x86"
63 -IUSE="cisco curl dbus debug ldap nat smartcard static xml"
64 +IUSE="cisco curl debug ldap nat smartcard static xml"
65
66 COMMON_DEPEND="!net-misc/openswan
67 dev-libs/gmp"
68 @@ -21,7 +21,6 @@
69 virtual/linux-sources
70 sys-kernel/linux-headers
71 curl? ( net-misc/curl )
72 - dbus? ( sys-apps/dbus net-misc/networkmanager )
73 ldap? ( net-nds/openldap )
74 smartcard? ( dev-libs/opensc )
75 xml? ( dev-libs/libxml2 )"
76 @@ -41,7 +40,7 @@
77 die "Install an IPsec enabled 2.6 kernel."
78 fi
79
80 - # install strongswan non-root by default
81 + # change to an unprivileged user by default
82 enewgroup ${UGID}
83 enewuser ${UGID} -1 -1 -1 ${UGID}
84 }
85 @@ -49,7 +48,7 @@
86 src_compile() {
87 local myconf=""
88
89 - # change to an unauthorised user by default
90 + # change to an unprivileged user by default
91 myconf="${myconf} --with-uid=$(id -u ${UGID}) --with-gid=$(id -g ${UGID})"
92 # strongswan enables both by default; switch to the user's wish
93 if use static; then
94 @@ -61,7 +60,6 @@
95 econf \
96 $(use_enable curl http) \
97 $(use_enable ldap) \
98 - $(use_enable dbus) \
99 $(use_enable xml) \
100 $(use_enable smartcard) \
101 $(use_enable cisco cisco-quirks) \
102
103
104
105 --
106 gentoo-commits@g.o mailing list