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
|
# ChangeLog for dev-python/pyopenssl
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopenssl/ChangeLog,v 1.24 2009/02/09 21:40:27 pva Exp $
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
|