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
|
# ChangeLog for dev-python/python-selinux
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/ChangeLog,v 1.22 2004/10/21 07:56:52 kaiowas Exp $
21 Oct 2004; petre rodan <kaiowas@gentoo.org> python-selinux-2.15.ebuild:
Mark stable.
*python-selinux-2.15 (21 Sep 2004)
21 Sep 2004; Chris PeBenito <pebenito@gentoo.org>
+files/python-selinux-2.15.c.bz2, +python-selinux-2.15.ebuild:
Add secure_mkdir from kaiowas.
05 May 2004; Chris PeBenito <pebenito@gentoo.org>
-files/python-selinux-2.10.c.bz2, -files/python-selinux-2.12.c.bz2,
-python-selinux-2.10.ebuild, -python-selinux-2.12.ebuild,
python-selinux-2.14.ebuild:
Mark stable.
*python-selinux-2.14 (30 Apr 2004)
30 Apr 2004; Chris PeBenito <pebenito@gentoo.org>
-files/python-selinux-2.13.c.bz2, +files/python-selinux-2.14.c.bz2,
-python-selinux-2.13.ebuild, +python-selinux-2.14.ebuild:
Fix reset of exec context.
*python-selinux-2.13 (26 Apr 2004)
26 Apr 2004; Chris PeBenito <pebenito@gentoo.org>
+python-selinux-2.13.ebuild:
Add getcon and setexec functions.
08 Apr 2004; Chris PeBenito <pebenito@gentoo.org>
python-selinux-2.12.ebuild:
Mark stable for 2004.1
*python-selinux-2.12 (15 Mar 2004)
15 Mar 2004; Chris PeBenito <pebenito@gentoo.org>
python-selinux-2.12.ebuild, files/python-selinux-2.12.c.bz2:
New release. Fixes for newer is_selinux_enabled() behavior.
06 Dec 2003; Chris PeBenito <pebenito@gentoo.org>
python-selinux-2.10.ebuild:
Add missing python DEP. Fix to use python eclass, to work with different
versions of python.
*python-selinux-2.10 (20 Nov 2003)
20 Nov 2003; Chris PeBenito <pebenito@gentoo.org>
python-selinux-2.10.ebuild, files/python-selinux-2.10.c.bz2:
Revision of error handling. Now it will work correctly if SELinux happens to
be disabled.
*python-selinux-2.9 (13 Nov 2003)
13 Nov 2003; Joshua Brindle <method@gentoo.org> python-selinux-2.8.ebuild,
python-selinux-2.9.ebuild:
fixed symlink problem maybe
*python-selinux-2.8 (09 Nov 2003)
09 Nov 2003; Joshua Brindle <method@gentoo.org> python-selinux-2.8.ebuild:
fixed getfilecon() error handling
29 Oct 2003; Joshua Brindle <method@gentoo.org> python-selinux-1.2.ebuild,
python-selinux-1.2.ebuild, python-selinux-2.7.ebuild:
made 2.7 x86, ppc, sparc stable
13 Oct 2003; Chris PeBenito <pebenito@gentoo.org> python-selinux-2.7.ebuild:
Make the ebuild fail if the compile fails.
*python-selinux-2.7 (13 Oct 2003)
13 Oct 2003; Joshua Brindle <method@gentoo.org> python-selinux-2.6.ebuild,
python-selinux-2.6.ebuild, python-selinux-2.7.ebuild:
major fixes, doesn't use shutil for copies anymore
*python-selinux-2.6 (06 Oct 2003)
06 Oct 2003; Joshua Brindle <method@gentoo.org> python-selinux-2.5.ebuild,
python-selinux-2.5.ebuild, python-selinux-2.6.ebuild:
fixed file in use problem
*python-selinux-2.5 (02 Oct 2003)
02 Oct 2003; Joshua Brindle <method@gentoo,org> python-selinux-2.5.ebuild:
new api version
*python-selinux-1.2 (29 Jul 2003)
29 Jul 2003; Joshua Brindle <method@gentoo.org> python-selinux-1.2.ebuild:
new version that throws correct exception
*python-selinux-1.1 (29 Jul 2003)
29 Jul 2003; Joshua Brindle <method@gentoo.org> python-selinux-1.1.ebuild:
fixed it so that it will throw an exception on load if no selinux kernel
*python-selinux-1.0-r1 (09 Jul 2003)
09 Jul 2003; Joshua Brindle <method@gentoo.org>
python-selinux-1.0-r1.ebuild:
wow, what was i thinking with that ebuild, this one should really work
*python-selinux-1.0 (03 Jul 2003)
03 Jul 2003; Joshua Brindle <method@gentoo.org> python-selinux-1.0.ebuild:
Initial commit, thanks to torbenh for writing this for us :)
|