-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.xml
More file actions
217 lines (202 loc) · 7.41 KB
/
Copy pathpackage.xml
File metadata and controls
217 lines (202 loc) · 7.41 KB
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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.10.5" 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>ssdeep</name>
<channel>pecl.php.net</channel>
<summary>Fuzzy hashing makes it easy to identify similar or almost identical text by simply comparing two hashes against each other.</summary>
<description><![CDATA[
The ssdeep project page describes it as a library for "...computing context triggered piecewise hashes (CTPH). Also called fuzzy hashes, CTPH can match inputs that have homologies. Such inputs have sequences of identical bytes in the same order, although bytes in between these sequences may be different in both content and length".
For an in depth paper explaining context triggered piecewise hashes please see http://dfrws.org/2006/proceedings/12-Kornblum.pdf
ssdeep API Information
---------------------------
Requires at least ssdeep v2.5.
This extensions wraps the ssdeep fuzzy hashing API created by Jesse Kornblum.
For more information about ssdeep, the API and context triggered piecewise hashing please see http://ssdeep.sourceforge.net/
ssdeep Licensing Exemption
---------------------------
Although ssdeep and the fuzzy hashing API are usually licensed under GNU GPLv2 Jesse Kornblum has licenced them to PECL under the terms of the Perl Artistic Licence with the following declaration:
"I hereby license ssdeep, the current version and all subsequent versions, under the terms of the Perl Artistic License, for inclusion into the PECL."
See http://news.php.net/php.pecl.dev/7625 for the verbatim email.
]]></description>
<lead>
<name>Simon Holywell</name>
<user>Treffynnon</user>
<email>treffynnon@php.net</email>
<active>yes</active>
</lead>
<date>2024-09-27</date>
<time>15:54:00</time>
<version>
<release>1.1.1</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/license/bsd-2-clause">BSD 2-Clause License</license>
<!-- latest release notes - should update <changelog> below with the same too -->
<notes><![CDATA[
* Patch for PHP 8 support (remicollet)
For a complete list of changes see:
https://github.com/php/pecl-text-ssdeep/compare/1.1.0...1.1.1
]]></notes>
<contents>
<dir name="/">
<dir name="examples">
<file name="example.php" role="doc" />
</dir> <!-- /examples -->
<dir name="tests">
<file baseinstalldir="/" name="ssdeep.phpt" role="test" />
</dir> <!--
/tests -->
<file name="ax_libssdeep.m4" role="src" />
<file name="config.m4" role="src" />
<file name="config.w32" role="src" />
<file name="CREDITS" role="doc" />
<file name="LICENSE" role="doc" />
<file name="php_ssdeep.h" role="src" />
<file name="README" role="doc" />
<file name="ssdeep.c" role="src" />
</dir> <!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>5.2.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>ssdeep</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2024-09-27</date>
<time>15:54:00</time>
<version>
<release>1.1.1</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/license/bsd-2-clause">BSD 2-Clause License</license>
<notes><![CDATA[
* Patch for PHP 8 support (remicollet)
For a complete list of changes see:
https://github.com/php/pecl-text-ssdeep/compare/1.1.0...1.1.1
]]></notes>
</release>
<release>
<date>2018-02-20</date>
<time>02:22:49</time>
<version>
<release>1.1.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/license/bsd-2-clause">BSD 2-Clause License</license>
<notes><![CDATA[
* Patch for PHP 7 support (remicollet)
* Add basic Windows support (weltling)
For a complete list of changes see:
https://github.com/php/pecl-text-ssdeep/compare/1.0.4...1.1.0
]]></notes>
</release>
<release>
<date>2014-01-22</date>
<time>16:04:23</time>
<version>
<release>1.0.4</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/license/bsd-2-clause">BSD 2-Clause License</license>
<notes><![CDATA[
This is a build maintenance release only so there is no need to upgrade.
- Make use of --with-libdir so installers can override the lib default (RHEL uses lib64 for example)
- Clean up the build script to standardise the code constructs used
- Add LICENSE, README and CREDITS to PECL package configuration
For a complete list of changes see:
https://github.com/php/pecl-text-ssdeep/compare/1.0.3...1.0.4
]]></notes>
</release>
<release>
<date>2014-01-21</date>
<time>16:04:23</time>
<version>
<release>1.0.3</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/license/bsd-2-clause">BSD 2-Clause License</license>
<notes><![CDATA[
Bug #60347 OSX can't build as .so hardcoded
For a complete list of changes see:
https://github.com/php/pecl-text-ssdeep/compare/RELEASE_1_0_2...1.0.3
]]></notes>
</release>
<release>
<date>2010-11-10</date>
<time>16:04:23</time>
<version>
<release>1.0.2</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/license/bsd-2-clause">BSD 2-Clause License</license>
<notes><![CDATA[
Patch bug in library availablity code when building with ssdeep path specified (--with-ssdeep=/tmp/ssdeep-2.6 for example) to the upstream packages build directory.
]]></notes>
</release>
<release>
<date>2010-11-06</date>
<time>16:04:23</time>
<version>
<release>1.0.1</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/license/bsd-2-clause">BSD 2-Clause License</license>
<notes><![CDATA[
Add in better library availability checking script and remove extraneous docs, which are now available at http://php.net/ssdeep
]]></notes>
</release>
<release>
<date>2010-09-15</date>
<time>16:04:23</time>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/license/bsd-2-clause">BSD 2-Clause License</license>
<notes>Initial PECL compatible release.</notes>
</release>
</changelog>
</package>