mirror of
https://github.com/php/pecl-text-ssdeep.git
synced 2026-03-23 23:02:09 +01:00
Prepare new release
This commit is contained in:
4
LICENCE
4
LICENCE
@@ -2,7 +2,7 @@ PECL ssdeep PHP Extension Licence
|
||||
-------
|
||||
This extension is under the BSD Licence:
|
||||
|
||||
Copyright (c) 2010, Simon Holywell
|
||||
Copyright (c) 2014, Simon Holywell
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
@@ -32,4 +32,4 @@ 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.
|
||||
See http://news.php.net/php.pecl.dev/7625 for the verbatim email.
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
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.
|
||||
@@ -8,11 +8,11 @@
|
||||
* A PHP extension to expose ssdeep functionality for fuzzy
|
||||
* hashing and comparing.
|
||||
*
|
||||
* Version 1.0.2
|
||||
* Version 1.0.3
|
||||
*
|
||||
* BSD Licensed.
|
||||
*
|
||||
* Copyright (c) 2010, Simon Holywell
|
||||
* Copyright (c) 2014, Simon Holywell
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
||||
@@ -33,10 +33,10 @@ See http://news.php.net/php.pecl.dev/7625 for the verbatim email.
|
||||
<email>treffynnon@php.net</email>
|
||||
<active>yes</active>
|
||||
</lead>
|
||||
<date>2010-11-06</date>
|
||||
<time>22:59:22</time>
|
||||
<date>2014-01-21</date>
|
||||
<time>14:50:22</time>
|
||||
<version>
|
||||
<release>1.0.1</release>
|
||||
<release>1.0.3</release>
|
||||
<api>1.0.0</api>
|
||||
</version>
|
||||
<stability>
|
||||
|
||||
@@ -7,11 +7,11 @@
|
||||
* A PHP extension to expose ssdeep functionality for fuzzy
|
||||
* hashing and comparing.
|
||||
*
|
||||
* Version 1.0.2
|
||||
* Version 1.0.3
|
||||
*
|
||||
* BSD Licensed.
|
||||
*
|
||||
* Copyright (c) 2010, Simon Holywell
|
||||
* Copyright (c) 2014, Simon Holywell
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
#ifndef PHP_SSDEEP_H
|
||||
# define PHP_SSDEEP_H 1
|
||||
# define PHP_SSDEEP_VERSION "1.0.2"
|
||||
# define PHP_SSDEEP_VERSION "1.0.3"
|
||||
# define PHP_SSDEEP_EXTNAME "ssdeep"
|
||||
PHP_FUNCTION(ssdeep_fuzzy_hash);
|
||||
PHP_FUNCTION(ssdeep_fuzzy_compare);
|
||||
|
||||
4
ssdeep.c
4
ssdeep.c
@@ -7,11 +7,11 @@
|
||||
* A PHP extension to expose ssdeep functionality for fuzzy
|
||||
* hashing and comparing.
|
||||
*
|
||||
* Version 1.0.2
|
||||
* Version 1.0.3
|
||||
*
|
||||
* BSD Licensed.
|
||||
*
|
||||
* Copyright (c) 2010, Simon Holywell
|
||||
* Copyright (c) 2014, Simon Holywell
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
||||
Reference in New Issue
Block a user