-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
193 lines (192 loc) · 5.14 KB
/
package.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<package version="2.1" xmlns="http://pear.php.net/dtd/package-2.1" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.1 http://pear.php.net/dtd/package-2.1.xsd">
<name>UNL_Auth</name>
<channel>pear.unl.edu</channel>
<summary>An authentication framework for PHP Applications at UNL</summary>
<description>This package provides an authentication framework for web
applications developed at UNL.</description>
<lead>
<name>Brett Bieber</name>
<user>saltybeagle</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2011-12-06</date>
<time>13:56:34</time>
<version>
<release>0.5.0</release>
<api>0.4.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www1.unl.edu/wdn/wiki/Software_License">BSD License</license>
<notes>Feature Release:
* Pass function calls through to SimpleCAS client
</notes>
<contents>
<dir name="/">
<dir name="docs" baseinstalldir="/">
<dir name="examples">
<file role="doc" name="CASPEARAuth_example.php"/>
<file role="doc" name="CAS_example.php"/>
<file role="doc" name="SimpleCAS_example.php"/>
<file role="doc" name="Zend_SimpleCAS_example.php"/>
</dir>
</dir>
<dir name="src" baseinstalldir="/">
<dir name="UNL">
<dir name="Auth">
<dir name="CAS">
<file role="php" name="PEARAuth.php"/>
</dir>
<dir name="SimpleCAS">
<file role="php" name="ZendAuth.php"/>
</dir>
<file role="php" name="CAS.php"/>
<file role="php" name="SimpleCAS.php"/>
</dir>
<file role="php" name="Auth.php"/>
<file role="php" name="CasZendAuthAdapter.php"/>
</dir>
</dir>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.2.0</min>
</php>
<pearinstaller>
<min>1.4.3</min>
</pearinstaller>
</required>
<optional>
<package>
<name>Auth</name>
<channel>pear.php.net</channel>
<min>1.0</min>
</package>
<package>
<name>CAS</name>
<channel>pear.unl.edu</channel>
<min>1.0.0</min>
</package>
<package>
<name>SimpleCAS</name>
<channel>saltybeagle.github.com/SimpleCAS</channel>
<min>0.6.0</min>
</package>
</optional>
</dependencies>
<phprelease/>
<changelog>
<release>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2007-12-17</date>
<license uri="http://www1.unl.edu/wdn/wiki/Software_License">BSD License</license>
<notes>
First Release - only CAS is available.
</notes>
</release>
<release>
<version>
<release>0.1.1</release>
<api>0.1.1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2008-05-20</date>
<license uri="http://www1.unl.edu/wdn/wiki/Software_License">BSD License</license>
<notes>
* Check if session is already started - kabel
* Improve PHP docs and fix example. - bbieber
</notes>
</release>
<release>
<version>
<release>0.2.0</release>
<api>0.2.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2008-08-22</date>
<license uri="http://www1.unl.edu/wdn/wiki/Software_License">BSD License</license>
<notes>
* Upgrade CAS driver dependency to 1.0.0
</notes>
</release>
<release>
<version>
<release>0.3.0</release>
<api>0.3.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2008-12-09</date>
<license uri="http://www1.unl.edu/wdn/wiki/Software_License">BSD License</license>
<notes>
* Enable SimpleCAS support. http://code.google.com/p/simplecas/
</notes>
</release>
<release>
<version>
<release>0.3.1</release>
<api>0.3.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2009-02-12</date>
<license uri="http://www1.unl.edu/wdn/wiki/Software_License">BSD License</license>
<notes>
* Increase SimpleCAS dependency of 0.2.0 to take advantage of getRequest() so we can ignore the ssl peer verification.
</notes>
</release>
<release>
<version>
<release>0.3.2</release>
<api>0.3.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2009-03-03</date>
<license uri="http://www1.unl.edu/wdn/wiki/Software_License">BSD License</license>
<notes>
* Increase SimpleCAS dependency of 0.3.0 to use new object names and array options for the constructor.
</notes>
</release>
<release>
<version>
<release>0.4.0</release>
<api>0.4.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2009-11-18</date>
<license uri="http://www1.unl.edu/wdn/wiki/Software_License">BSD License</license>
<notes>
* Fix E_STRICT warning about static methods.
</notes>
</release>
</changelog>
</package>