Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/strongswan: strongswan-4.3.3.ebuild ChangeLog strongswan-4.3.5.ebuild strongswan-4.3.4.ebuild strongswan-4.3.6.ebuild
Date: Sat, 27 Feb 2010 22:43:15
Message-Id: E1NlVNP-0001lC-TJ@stork.gentoo.org
1 ulm 10/02/27 22:43:11
2
3 Modified: strongswan-4.3.3.ebuild ChangeLog
4 strongswan-4.3.5.ebuild strongswan-4.3.4.ebuild
5 strongswan-4.3.6.ebuild
6 Log:
7 Remove RSA-MD2 from LICENSE.
8 (Portage version: 2.2_rc63/cvs/Linux i686)
9
10 Revision Changes Path
11 1.2 net-misc/strongswan/strongswan-4.3.3.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/strongswan-4.3.3.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/strongswan-4.3.3.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/strongswan-4.3.3.ebuild?r1=1.1&r2=1.2
16
17 Index: strongswan-4.3.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-4.3.3.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- strongswan-4.3.3.ebuild 29 Jul 2009 08:33:36 -0000 1.1
24 +++ strongswan-4.3.3.ebuild 27 Feb 2010 22:43:10 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2009 Gentoo Foundation
27 +# Copyright 1999-2010 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-4.3.3.ebuild,v 1.1 2009/07/29 08:33:36 wschlich Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-4.3.3.ebuild,v 1.2 2010/02/27 22:43:10 ulm Exp $
31
32 EAPI=2
33 inherit eutils linux-info autotools
34 @@ -11,7 +11,7 @@
35 HOMEPAGE="http://www.strongswan.org/"
36 SRC_URI="http://download.strongswan.org/${P}.tar.bz2"
37
38 -LICENSE="GPL-2 RSA-MD2 RSA-MD5 RSA-PKCS11 DES"
39 +LICENSE="GPL-2 RSA-MD5 RSA-PKCS11 DES"
40 SLOT="0"
41 KEYWORDS="~ppc ~sparc ~x86 ~amd64"
42 IUSE="caps cisco curl debug ldap nat smartcard static xml"
43
44
45
46 1.79 net-misc/strongswan/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/ChangeLog?rev=1.79&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/ChangeLog?rev=1.79&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/ChangeLog?r1=1.78&r2=1.79
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v
55 retrieving revision 1.78
56 retrieving revision 1.79
57 diff -u -r1.78 -r1.79
58 --- ChangeLog 17 Feb 2010 08:49:14 -0000 1.78
59 +++ ChangeLog 27 Feb 2010 22:43:10 -0000 1.79
60 @@ -1,6 +1,10 @@
61 # ChangeLog for net-misc/strongswan
62 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.78 2010/02/17 08:49:14 wschlich Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.79 2010/02/27 22:43:10 ulm Exp $
65 +
66 + 27 Feb 2010; Ulrich Mueller <ulm@g.o> strongswan-4.3.3.ebuild,
67 + strongswan-4.3.4.ebuild, strongswan-4.3.5.ebuild, strongswan-4.3.6.ebuild:
68 + Remove RSA-MD2 from LICENSE because src/pluto/md2.c is gone.
69
70 *strongswan-4.3.6 (17 Feb 2010)
71
72
73
74
75 1.2 net-misc/strongswan/strongswan-4.3.5.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/strongswan-4.3.5.ebuild?rev=1.2&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/strongswan-4.3.5.ebuild?rev=1.2&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/strongswan-4.3.5.ebuild?r1=1.1&r2=1.2
80
81 Index: strongswan-4.3.5.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-4.3.5.ebuild,v
84 retrieving revision 1.1
85 retrieving revision 1.2
86 diff -u -r1.1 -r1.2
87 --- strongswan-4.3.5.ebuild 2 Nov 2009 13:23:04 -0000 1.1
88 +++ strongswan-4.3.5.ebuild 27 Feb 2010 22:43:10 -0000 1.2
89 @@ -1,6 +1,6 @@
90 -# Copyright 1999-2009 Gentoo Foundation
91 +# Copyright 1999-2010 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-4.3.5.ebuild,v 1.1 2009/11/02 13:23:04 wschlich Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-4.3.5.ebuild,v 1.2 2010/02/27 22:43:10 ulm Exp $
95
96 EAPI=2
97 inherit eutils linux-info
98 @@ -11,7 +11,7 @@
99 HOMEPAGE="http://www.strongswan.org/"
100 SRC_URI="http://download.strongswan.org/${P}.tar.bz2"
101
102 -LICENSE="GPL-2 RSA-MD2 RSA-MD5 RSA-PKCS11 DES"
103 +LICENSE="GPL-2 RSA-MD5 RSA-PKCS11 DES"
104 SLOT="0"
105 KEYWORDS="~ppc ~sparc ~x86 ~amd64"
106 IUSE="caps cisco curl debug ldap nat smartcard static xml"
107
108
109
110 1.2 net-misc/strongswan/strongswan-4.3.4.ebuild
111
112 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/strongswan-4.3.4.ebuild?rev=1.2&view=markup
113 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/strongswan-4.3.4.ebuild?rev=1.2&content-type=text/plain
114 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/strongswan-4.3.4.ebuild?r1=1.1&r2=1.2
115
116 Index: strongswan-4.3.4.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-4.3.4.ebuild,v
119 retrieving revision 1.1
120 retrieving revision 1.2
121 diff -u -r1.1 -r1.2
122 --- strongswan-4.3.4.ebuild 1 Sep 2009 09:24:29 -0000 1.1
123 +++ strongswan-4.3.4.ebuild 27 Feb 2010 22:43:10 -0000 1.2
124 @@ -1,6 +1,6 @@
125 -# Copyright 1999-2009 Gentoo Foundation
126 +# Copyright 1999-2010 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-4.3.4.ebuild,v 1.1 2009/09/01 09:24:29 wschlich Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-4.3.4.ebuild,v 1.2 2010/02/27 22:43:10 ulm Exp $
130
131 EAPI=2
132 inherit eutils linux-info autotools
133 @@ -11,7 +11,7 @@
134 HOMEPAGE="http://www.strongswan.org/"
135 SRC_URI="http://download.strongswan.org/${P}.tar.bz2"
136
137 -LICENSE="GPL-2 RSA-MD2 RSA-MD5 RSA-PKCS11 DES"
138 +LICENSE="GPL-2 RSA-MD5 RSA-PKCS11 DES"
139 SLOT="0"
140 KEYWORDS="~ppc ~sparc ~x86 ~amd64"
141 IUSE="caps cisco curl debug ldap nat smartcard static xml"
142
143
144
145 1.2 net-misc/strongswan/strongswan-4.3.6.ebuild
146
147 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/strongswan-4.3.6.ebuild?rev=1.2&view=markup
148 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/strongswan-4.3.6.ebuild?rev=1.2&content-type=text/plain
149 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/strongswan/strongswan-4.3.6.ebuild?r1=1.1&r2=1.2
150
151 Index: strongswan-4.3.6.ebuild
152 ===================================================================
153 RCS file: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-4.3.6.ebuild,v
154 retrieving revision 1.1
155 retrieving revision 1.2
156 diff -u -r1.1 -r1.2
157 --- strongswan-4.3.6.ebuild 17 Feb 2010 08:49:14 -0000 1.1
158 +++ strongswan-4.3.6.ebuild 27 Feb 2010 22:43:10 -0000 1.2
159 @@ -1,6 +1,6 @@
160 # Copyright 1999-2010 Gentoo Foundation
161 # Distributed under the terms of the GNU General Public License v2
162 -# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-4.3.6.ebuild,v 1.1 2010/02/17 08:49:14 wschlich Exp $
163 +# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-4.3.6.ebuild,v 1.2 2010/02/27 22:43:10 ulm Exp $
164
165 EAPI=2
166 inherit eutils linux-info
167 @@ -11,7 +11,7 @@
168 HOMEPAGE="http://www.strongswan.org/"
169 SRC_URI="http://download.strongswan.org/${P}.tar.bz2"
170
171 -LICENSE="GPL-2 RSA-MD2 RSA-MD5 RSA-PKCS11 DES"
172 +LICENSE="GPL-2 RSA-MD5 RSA-PKCS11 DES"
173 SLOT="0"
174 KEYWORDS="~ppc ~sparc ~x86 ~amd64"
175 IUSE="caps cisco curl debug ldap nat smartcard static xml"