pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/php-ssdeep php-ssdeep: update to 1.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/203da12b5811
branches:  trunk
changeset: 444121:203da12b5811
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jan 03 07:36:42 2021 +0000

description:
php-ssdeep: update to 1.1.0

pkgsrc change: remove restriction to PHP versions.


1.1.0 (2018-02-20)

* Patch for PHP 7 support (remicollet)
* Add basic Windows support (weltling)

diffstat:

 security/php-ssdeep/Makefile |   6 ++----
 security/php-ssdeep/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 9 deletions(-)

diffs (38 lines):

diff -r 2412d5c94972 -r 203da12b5811 security/php-ssdeep/Makefile
--- a/security/php-ssdeep/Makefile      Sun Jan 03 07:35:26 2021 +0000
+++ b/security/php-ssdeep/Makefile      Sun Jan 03 07:36:42 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 23:35:11 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2021/01/03 07:36:42 taca Exp $
 #
 
 MODNAME=               ssdeep
-PECL_VERSION=          1.0.4
+PECL_VERSION=          1.1.0
 CATEGORIES+=           security
 
 MAINTAINER=            khorben%defora.org@localhost
@@ -10,8 +10,6 @@
 COMMENT=               PHP extension for ssdeep
 LICENSE=               artistic
 
-PHP_VERSIONS_ACCEPTED= 56
-
 CONFIGURE_ARGS+=       --with-ssdeep=${PREFIX}
 
 CONFLICTS=             php-ssdeep-[0-9]*
diff -r 2412d5c94972 -r 203da12b5811 security/php-ssdeep/distinfo
--- a/security/php-ssdeep/distinfo      Sun Jan 03 07:35:26 2021 +0000
+++ b/security/php-ssdeep/distinfo      Sun Jan 03 07:36:42 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 01:18:01 agc Exp $
+$NetBSD: distinfo,v 1.4 2021/01/03 07:36:42 taca Exp $
 
-SHA1 (php-ssdeep/ssdeep-1.0.4.tgz) = d742041913db1bb33d90ff059c05bee58a0365c6
-RMD160 (php-ssdeep/ssdeep-1.0.4.tgz) = 62222c5d37671844eb65066325be44da6f139175
-SHA512 (php-ssdeep/ssdeep-1.0.4.tgz) = 5e0e88228eaf9c39d37e410e7e71c5dc1677e3ab4e3848df2886669edcde533d56f0d7fa10e73f422a7a71d0e676e4f7af3a739e267757cd6ca084ac67bd148b
-Size (php-ssdeep/ssdeep-1.0.4.tgz) = 7124 bytes
+SHA1 (php-ssdeep/ssdeep-1.1.0.tgz) = 53833e47e272bb4d20cd24145d5a2d47fb36c838
+RMD160 (php-ssdeep/ssdeep-1.1.0.tgz) = d8858ba974a5076e94fe1976e1bd7971daa7316b
+SHA512 (php-ssdeep/ssdeep-1.1.0.tgz) = 006811d2a1008fac4629824b5c4ff2e498a5caf08b7cd5b6b54452f13708ee787caeb4cb496a5ba50b6f11ef360b31a881fe7c2136e142ea6014089b3996bcbd
+Size (php-ssdeep/ssdeep-1.1.0.tgz) = 7841 bytes



Home | Main Index | Thread Index | Old Index