-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.xml
200 lines (183 loc) · 5.4 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
194
195
196
197
198
199
200
<?xml version="1.0"?>
<package version="2.0" xmlns="http://pear.php.net/dtd/package-2.0"
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.0
http://pear.php.net/dtd/package-2.0.xsd">
<name>uuid</name>
<channel>pecl.php.net</channel>
<summary>UUID extension</summary>
<description>
A wrapper around Universally Unique IDentifier library (libuuid).
</description>
<lead>
<name>Hartmut Holzgraefe</name>
<user>hholzgra</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<lead>
<name>Remi Collet</name>
<user>remi</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2024-10-08</date>
<version>
<release>1.2.1</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://www.gnu.org/licenses/lgpl-2.1.html" filesource="LICENSE">LGPL-2.1-or-later</license>
<notes>
- MacOS support (Sean Molenaar)
- fix for util-linux/libuuid 2.40 and uuid_time64
</notes>
<contents>
<dir name="/">
<file role='doc' name='CREDITS'/>
<file role='doc' name='LICENSE'/>
<file role='src' name='config.m4'/>
<file role='src' name='uuid.c'/>
<file role='src' name='uuid.stub.php'/>
<file role='src' name='uuid_arginfo.h'/>
<file role='src' name='uuid_legacy_arginfo.h'/>
<file role='src' name='php_uuid.h'/>
<dir name="tests">
<file role='test' name='uuid_create.phpt'/>
<file role='test' name='uuid_is_valid.phpt'/>
<file role='test' name='uuid_compare.phpt'/>
<file role='test' name='uuid_is_null.phpt'/>
<file role='test' name='uuid_type.phpt'/>
<file role='test' name='uuid_variant.phpt'/>
<file role='test' name='uuid_time.phpt'/>
<file role='test' name='uuid_mac.phpt'/>
<file role='test' name='uuid_parse.phpt'/>
<file role='test' name='uuid_unparse.phpt'/>
<file role='test' name='uuid_generate_md5.phpt'/>
<file role='test' name='uuid_generate_sha1.phpt'/>
</dir>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>7.0.0</min>
</php>
<pearinstaller>
<min>1.10.0</min>
</pearinstaller>
<os>
<name>unix</name>
</os>
</required>
</dependencies>
<providesextension>uuid</providesextension>
<extsrcrelease>
<configureoption name="with-uuid" default="autodetect" prompt="uuid installation directory?" />
</extsrcrelease>
<changelog>
<release>
<date>2020-10-06</date>
<version>
<release>1.2.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.gnu.org/licenses/licenses.html#LGPL" filesource="LICENSE">LGPL</license>
<notes>
- raise warnings on bad input value with PHP 7
- promote warnings to ValueError with PHP 8
- add type hinting with PHP 8
- fix bug #66982 uuid_mac checks wrong bit/byte for valid MAC address
</notes>
</release>
<release>
<date>2019-11-28</date>
<version>
<release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.gnu.org/licenses/licenses.html#LGPL" filesource="LICENSE">LGPL</license>
<notes>
- add uuid_generate_md5 and uuid_generate_sha1 functions
</notes>
</release>
<release>
<version>
<release>1.0.2</release>
<api>1.0.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2008-04-01</date>
<license uri="http://www.gnu.org/licenses/licenses.html#LGPL" filesource="LICENSE">LGPL</license>
<notes>
- should now work on Solaris, too (although missing two functions)
- added uuid_parse() and uuid_unparse()
- now generated using PEAR::CodeGen_PECL
</notes>
</release>
<release>
<version>
<release>1.0.3</release>
<api>1.0.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.gnu.org/licenses/licenses.html#LGPL" filesource="LICENSE">LGPL</license>
<date>2012-06-18</date>
<notes>
- Fixed build on PHP 5.3+
</notes>
</release>
<release>
<date>2015-05-08</date>
<version>
<release>1.0.4</release>
<api>1.0.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.gnu.org/licenses/licenses.html#LGPL" filesource="LICENSE">LGPL</license>
<notes>
- PHP 7 compatibility
- add LICENSE in documentation
- various build fix
</notes>
</release>
<release>
<date>2019-11-28</date>
<version>
<release>1.0.5</release>
<api>1.0.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.gnu.org/licenses/licenses.html#LGPL" filesource="LICENSE">LGPL</license>
<notes>
- add missing constant UUID_VARIANT_NCS
</notes>
</release>
</changelog>
</package>