summaryrefslogtreecommitdiff
blob: 4a9c3a2dfbfdc20fa378ab11df14f9f21f1708b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
# ChangeLog for dev-python/pyopenssl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopenssl/ChangeLog,v 1.64 2010/11/07 16:08:24 arfrever Exp $

  07 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  pyopenssl-0.11.ebuild:
  Support Python 3.

*pyopenssl-0.11 (02 Nov 2010)

  02 Nov 2010; Dirkjan Ochtman <djc@gentoo.org> +pyopenssl-0.11.ebuild,
  +files/pyopenssl-0.11-openssl-1.patch:
  Version bump to 0.11.

  28 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  pyopenssl-0.10-r1.ebuild:
  Disable failing tests instead of all tests. Don't install tests.

  28 Sep 2010; Samuli Suominen <ssuominen@gentoo.org>
  pyopenssl-0.10-r1.ebuild:
  Disable testsuite because of syntax change in OpenSSL 1.x wrt #326637.

  05 Sep 2010; Raúl Porcel <armin76@gentoo.org> pyopenssl-0.10-r1.ebuild:
  alpha/ia64/s390/sh/sparc stable wrt #330441

  21 Aug 2010; Markus Meier <maekke@gentoo.org> pyopenssl-0.10-r1.ebuild:
  arm stable, bug #330441

  10 Aug 2010; Samuli Suominen <ssuominen@gentoo.org>
  pyopenssl-0.10-r1.ebuild:
  ppc64 stable wrt #330441

  06 Aug 2010; Jeroen Roovers <jer@gentoo.org> pyopenssl-0.10-r1.ebuild:
  Stable for PPC (bug #330441).

  06 Aug 2010; Jeroen Roovers <jer@gentoo.org> pyopenssl-0.10-r1.ebuild:
  Stable for HPPA (bug #330441).

  31 Jul 2010; Markos Chandras <hwoarang@gentoo.org>
  pyopenssl-0.10-r1.ebuild:
  Stable on amd64 wrt bug #330441

  30 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
  pyopenssl-0.10-r1.ebuild:
  stable x86, bug 330441

  27 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  pyopenssl-0.10.ebuild, pyopenssl-0.10-r1.ebuild:
  Use -fno-strict-aliasing to avoid breaking strict-aliasing rules.

*pyopenssl-0.10-r1 (12 Jul 2010)

  12 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
  +pyopenssl-0.10-r1.ebuild, +files/pyopenssl-0.10-openssl-1.patch:
  Fix "assignment discards qualifiers from pointer target type" warning
  caused by missing const in usage of SSL_METHOD with OpenSSL >= 1.0.0 wrt
  #326637.

  30 Apr 2010; Fabian Groffen <grobian@gentoo.org> pyopenssl-0.10.ebuild:
  Marked ~x64-macos and ~ppc-macos

  16 Jan 2010; Raúl Porcel <armin76@gentoo.org> pyopenssl-0.10.ebuild:
  alpha/ia64/s390/sh/sparc stable wrt #296678

  29 Dec 2009; Markus Meier <maekke@gentoo.org> pyopenssl-0.10.ebuild:
  arm/x86 stable, bug #296678

  24 Dec 2009; Pacho Ramos <pacho@gentoo.org> pyopenssl-0.10.ebuild:
  amd64 stable, bug 296678

  22 Dec 2009; Brent Baude <ranger@gentoo.org> pyopenssl-0.10.ebuild:
  Marking pyopenssl-0.10 ppc64 for bug 296678

  20 Dec 2009; Jeroen Roovers <jer@gentoo.org> pyopenssl-0.10.ebuild:
  Stable for PPC (bug #296678).

  20 Dec 2009; Jeroen Roovers <jer@gentoo.org> pyopenssl-0.10.ebuild:
  Stable for HPPA (bug #296678).

  14 Nov 2009; Raúl Porcel <armin76@gentoo.org> pyopenssl-0.9-r1.ebuild:
  ia64/s390/sh stable wrt #287563

*pyopenssl-0.10 (13 Nov 2009)

  13 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +pyopenssl-0.10.ebuild:
  Version bump.

  11 Nov 2009; Tiago Cunha <tcunha@gentoo.org> pyopenssl-0.9-r1.ebuild:
  stable sparc, bug 287563

  11 Nov 2009; Brent Baude <ranger@gentoo.org> pyopenssl-0.9-r1.ebuild:
  Marking pyopenssl-0.9-r1 ppc64 for bug 287563

  18 Oct 2009; Tobias Klausmann <klausman@gentoo.org>
  pyopenssl-0.9-r1.ebuild:
  Stable on alpha, bug #287563

  16 Oct 2009; Jeroen Roovers <jer@gentoo.org> pyopenssl-0.9-r1.ebuild:
  Stable for HPPA (bug #287563).

  11 Oct 2009; Fabian Groffen <grobian@gentoo.org> pyopenssl-0.9-r1.ebuild:
  Merge from Prefix

  10 Oct 2009; Markus Meier <maekke@gentoo.org> pyopenssl-0.9-r1.ebuild:
  amd64/arm/x86 stable, bug #287563

  07 Oct 2009; nixnut <nixnut@gentoo.org> pyopenssl-0.9-r1.ebuild:
  ppc stable #287563

  06 Sep 2009; Christian Ruppert <idl0r@gentoo.org>
  -files/pyopenssl-0.7-test.patch:
  Remove unused patch.

  04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -pyopenssl-0.5.1.ebuild,
  -pyopenssl-0.6.ebuild, -pyopenssl-0.6-r1.ebuild, -pyopenssl-0.7.ebuild,
  -pyopenssl-0.8.ebuild:
  Remove old

*pyopenssl-0.9-r1 (02 Aug 2009)

  02 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +pyopenssl-0.9-r1.ebuild:
  Set SUPPORT_PYTHON_ABIS.

  17 Jul 2009; nixnut <nixnut@gentoo.org> pyopenssl-0.9.ebuild:
  ppc stable #274897

  06 Jul 2009; Raúl Porcel <armin76@gentoo.org> pyopenssl-0.9.ebuild:
  arm/ia64/s390/sh/sparc stable wrt #274897

  04 Jul 2009; Brent Baude <ranger@gentoo.org> pyopenssl-0.9.ebuild:
  Marking pyopenssl-0.9 ppc64 for bug 274897

  28 Jun 2009; Tobias Klausmann <klausman@gentoo.org> pyopenssl-0.9.ebuild:
  Stable on alpha, bug #274897

  28 Jun 2009; Markus Meier <maekke@gentoo.org> pyopenssl-0.9.ebuild:
  amd64/x86 stable, bug #274897

  22 Jun 2009; Jeroen Roovers <jer@gentoo.org> pyopenssl-0.9.ebuild:
  Stable for HPPA (bug #274897).

  22 Jun 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  pyopenssl-0.9.ebuild, +files/pyopenssl-0.9-tests.patch:
  Fix tests (bug #275017).

*pyopenssl-0.9 (16 May 2009)

  16 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +pyopenssl-0.9.ebuild:
  Version bump.

  09 Feb 2009; Peter Volkov <pva@gentoo.org> Manifest:
  Fixed manifest, it was updated upstream on 2008-06-04. Take a look at
  release announcement. It was updated too.

*pyopenssl-0.8 (04 Feb 2009)

  04 Feb 2009; Patrick Lauer <patrick@gentoo.org> +pyopenssl-0.8.ebuild:
  Bump to 0.8, fixes #257594

*pyopenssl-0.7 (16 Apr 2008)

  16 Apr 2008; Ali Polatel <hawking@gentoo.org>
  +files/pyopenssl-0.7-test.patch, pyopenssl-0.5.1.ebuild,
  pyopenssl-0.6.ebuild, +pyopenssl-0.7.ebuild:
  Version bump. Added src_test. Quoting.

  23 Nov 2007; Ali Polatel <hawking@gentoo.org> pyopenssl-0.5.1.ebuild,
  pyopenssl-0.6.ebuild:
  switched tetex USE to doc wrt #196745

  05 Mar 2007; Marius Mauch <genone@gentoo.org> pyopenssl-0.5.1.ebuild,
  pyopenssl-0.6.ebuild:
  Replacing einfo with elog

  25 Sep 2006; Javier Villavicencio <the_paya@gentoo.org>
  pyopenssl-0.6-r1.ebuild:
  Add ~x86-fbsd keyword.

  16 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  pyopenssl-0.6.ebuild:
  hppa stable, bug #139612

*pyopenssl-0.6-r1 (01 Jul 2006)

  01 Jul 2006; Marien Zwart <marienz@gentoo.org> +pyopenssl-0.6-r1.ebuild:
  Rename tetex USE flag to doc, thanks to nattfodd for reporting. Minor ebuild
  cleanup.

  21 May 2006; Markus Rothe <corsair@gentoo.org> pyopenssl-0.6.ebuild:
  Stable on ppc64

  12 May 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  pyopenssl-0.6.ebuild:
  Added ~hppa

  01 May 2006; Markus Rothe <corsair@gentoo.org> pyopenssl-0.6.ebuild:
  Added ~ppc64

  17 Feb 2006; Gustavo Zacarias <gustavoz@gentoo.org> pyopenssl-0.6.ebuild:
  Stable on sparc

  03 Oct 2005; Aron Griffis <agriffis@gentoo.org> pyopenssl-0.6.ebuild:
  Mark 0.6 stable on ia64

  26 Aug 2005; Aron Griffis <agriffis@gentoo.org> pyopenssl-0.6.ebuild:
  add ~ia64

  24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> pyopenssl-0.6.ebuild:
  Stable on ppc.

  01 Apr 2005; Simon Stelling <blubb@gentoo.org> pyopenssl-0.6.ebuild:
  stable on amd64

  18 Jan 2005; Bryan Østergaard <kloeri@gentoo.org> pyopenssl-0.6.ebuild:
  Stable on alpha.

  30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
  Change encoding to UTF-8 for GLEP 31 compliance

  29 Dec 2004; Rob Cakebread <pythonhead@gentoo.org> pyopenssl-0.6.ebuild:
  Marked stable x86

  23 Oct 2004; Jason Wever <weeve@gentoo.org> pyopenssl-0.6.ebuild:
  Added ~sparc keyword.

  05 Sep 2004; Sven Wegener <swegener@gentoo.org> :
  Fixed ChangeLog header.

  20 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> pyopenssl-0.6.ebuild:
  Fix sandbox violation.

*pyopenssl-0.6 (18 Aug 2004)

  18 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> +pyopenssl-0.6.ebuild:
  Version bump.

*pyopenssl-0.5.1 (17 Jul 2004)

  17 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> +metadata.xml,
  +pyopenssl-0.5.1.ebuild:
  Renamed to pyopenssl.

  03 Jun 2004; Aron Griffis <agriffis@gentoo.org> pyOpenSSL-0.5.1.ebuild:
  Fix use invocation

  02 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> pyOpenSSL-0.5.1.ebuild:
  Stable on alpha.

  22 Apr 2004; Bryan Østergaard <kloeri@gentoo.org> pyOpenSSL-0.5.1.ebuild:
  Added ~alpha to keywords.

  06 Mar 2004; David Holm <dholm@gentoo.org> pyOpenSSL-0.5.1.ebuild:
  Added to ~ppc.

  16 Jan 2004; Bart Lauwers <blauwers@gentoo.org) pyOpenSSL-0.5.1.ebuild, ChangeLog :
  addwrite to fix bug #37835, added missing changelog entry

*pyOpenSSL-0.5.1 (05 Dec 2002)
  24 Jun 2003; Robin Johnson <robbat2@gentoo.org> pyOpenSSL-0.5.1.ebuild:
  fixed DEPEND as per bug #22978.

  11 Mar 2003; Raschbacher Thomas <lordvan@gentoo.org> pyOpenSSL-0.5.1.ebuild:
  fixed HOMEPAGE
	
  05 Dec 2002; Raschbacher Thomas <lordvan@gentoo.org> pyOpenSSL-0.5.1.ebuild:
  Initial ebuild