-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
112 lines (112 loc) · 3.43 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
<?xml version="1.0" encoding="UTF-8"?>
<package 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" version="2.0"
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>rnp</name>
<channel>pecl.php.net</channel>
<summary>wrapper around the RNP library</summary>
<description>PHP extension for RNP - high performance OpenPGP implementation</description>
<lead>
<name></name>
<user>rnp</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2023-04-04</date>
<version>
<release>0.2.0</release>
<api>0.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="https://github.com/rnpgp/php-rnp/blob/main/LICENSE">BSD 2-Clause License</license>
<notes><![CDATA[
* Setting symmetric cyphers for password-encrypted messages according to changes in RNP
* Display version info
]]></notes>
<contents>
<dir name="/">
<file name="config.m4" role="src" />
<file name="config.w32" role="src" />
<file name="rnp.c" role="src" />
<file name="LICENSE" role="doc" />
<file name="CREDITS" role="doc" />
<file name="php_rnp.h" role="src" />
<file name="rnp_arginfo.h" role="src" />
<file name="rnp.stub.php" role="src" />
<dir name="tests">
<file name="001.phpt" role="test" />
<file name="002.phpt" role="test" />
<file name="003.phpt" role="test" />
<file name="004.phpt" role="test" />
<file name="005.phpt" role="test" />
<file name="006.phpt" role="test" />
<file name="007.phpt" role="test" />
<file name="008.phpt" role="test" />
<file name="009.phpt" role="test" />
<file name="010.phpt" role="test" />
<file name="011.phpt" role="test" />
<file name="012.phpt" role="test" />
<file name="013.phpt" role="test" />
<file name="014.phpt" role="test" />
<file name="015.phpt" role="test" />
<file name="016.phpt" role="test" />
<file name="017.phpt" role="test" />
<file name="018.phpt" role="test" />
<file name="checkdump.inc" role="test" />
<file name="testkeys.inc" role="test" />
</dir>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>8.0.0</min>
</php>
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>rnp</providesextension>
<extsrcrelease />
<changelog>
<release>
<version>
<release>0.2.0</release>
<api>0.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2023-04-04</date>
<license uri="https://github.com/rnpgp/php-rnp/blob/main/LICENSE">BSD 2-Clause License</license>
<notes><![CDATA[
* Setting symmetric cyphers for password-encrypted messages according to changes in RNP
* Display version info
]]></notes>
</release>
<release>
<version>
<release>0.1.1</release>
<api>0.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2022-10-25</date>
<license uri="https://github.com/rnpgp/php-rnp/blob/main/LICENSE">BSD 2-Clause License</license>
<notes><![CDATA[
* Initial release
]]></notes>
</release>
</changelog>
</package>