pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/php-ssh2 security/php-ssh2: update to 1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abeb0e384d4f
branches:  trunk
changeset: 444123:abeb0e384d4f
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jan 03 07:38:19 2021 +0000

description:
security/php-ssh2: update to 1.2

pkgsrc change: Switch to use PHP_VERSIONS_INCOMPATIBLE.


1.2 (2019-09-18)

- Fix multiple reflection/documentation disparities [PR #29] (Michael Moravec)
- Fix PHP7 port. Restored commented reference counting. [Dmitry Stogov]
- Updates for php_url structure changes [Daniel Ciochiu]
- Make the PR generic for all PHP7 versions [Jan Ehrhardt]
- Fix compatibility with PHP 7.3 [Jan Ehrhardt]
- Fix config.w32 for compatibility with OpenSSL 1.1.x [Anatol]
- Make static inline for php_ssh2_sftp_attr2ssb [Andy Postnikov]
- Enable 7.1-7.3 on Travis CI [Andy Postnikov]

diffstat:

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

diffs (44 lines):

diff -r 4f79739c7ada -r abeb0e384d4f security/php-ssh2/Makefile
--- a/security/php-ssh2/Makefile        Sun Jan 03 07:37:07 2021 +0000
+++ b/security/php-ssh2/Makefile        Sun Jan 03 07:38:19 2021 +0000
@@ -1,21 +1,20 @@
-# $NetBSD: Makefile,v 1.15 2020/05/27 19:37:42 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2021/01/03 07:38:19 taca Exp $
 #
 
 MODNAME=               ssh2
-PECL_VERSION=          1.1.2
+PECL_VERSION=          1.2
 CATEGORIES+=           security
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://www.libssh2.org/
 COMMENT=               PHP bindings to the functions of libssh2
-PKGREVISION=           1
 LICENSE=               php
 
 CONFLICTS=     ${PHP_PKG_PREFIX}-${MODNAME}<1.0
 
-PHP_VERSIONS_ACCEPTED= 72
+CONFIGURE_ARGS+=       --with-ssh2=${PREFIX}
 
-CONFIGURE_ARGS+=       --with-ssh2=${PREFIX}
+PHP_VERSIONS_INCOMPATIBLE=     56
 
 .include "../../security/libssh2/buildlink3.mk"
 .include "../../lang/php/ext.mk"
diff -r 4f79739c7ada -r abeb0e384d4f security/php-ssh2/distinfo
--- a/security/php-ssh2/distinfo        Sun Jan 03 07:37:07 2021 +0000
+++ b/security/php-ssh2/distinfo        Sun Jan 03 07:38:19 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/12/19 10:07:41 jdolecek Exp $
+$NetBSD: distinfo,v 1.5 2021/01/03 07:38:19 taca Exp $
 
-SHA1 (php-ssh2/ssh2-1.1.2.tgz) = ffd8aa2324d8c9448f6cfbea31579e08d99f38e4
-RMD160 (php-ssh2/ssh2-1.1.2.tgz) = d3af94cd3eff499d6db7ff5ad1c901aa781e0820
-SHA512 (php-ssh2/ssh2-1.1.2.tgz) = 36793191448745b8a9b3cc628fe9fb431480792c7a2ff0bf2eccd58cda1cf944933be1d301c455d4a6f3dabf7e04ffef248bc402a8ff99bfafcba0deddb25c36
-Size (php-ssh2/ssh2-1.1.2.tgz) = 32057 bytes
+SHA1 (php-ssh2/ssh2-1.2.tgz) = 652effe3e4305023998a155920753669e8d58255
+RMD160 (php-ssh2/ssh2-1.2.tgz) = 61e02ee11cfa2d00c5fee1a73c14857898bc0d67
+SHA512 (php-ssh2/ssh2-1.2.tgz) = 7b7d311cd5f88835e124d70a0295468f75d0fa6936a58808c936d1a185bb630b9e02c21f49b4bd777194a7b104aa3ff85c4fbf480f43d5906787e532ba2d3e04
+Size (php-ssh2/ssh2-1.2.tgz) = 32447 bytes



Home | Main Index | Thread Index | Old Index