diff options
author | fhajny <fhajny@pkgsrc.org> | 2017-01-16 14:32:56 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2017-01-16 14:32:56 +0000 |
commit | 86e24b0940dae9f23b5b25fdabce3dbb24107e25 (patch) | |
tree | 69fb57969b481b4ec7e65fd87f3d48300a31ef32 /security/php-ssh2 | |
parent | f597c15980b6b3697dd842eb09c76df2f7b4172c (diff) | |
download | pkgsrc-86e24b0940dae9f23b5b25fdabce3dbb24107e25.tar.gz |
Update security/php-ssh2 to 0.13.
- Fixed bug #63660 php_ssh2_fopen_wrapper_parse_path segfaults
- Fixed bug #63855 compilation fails on windows
- Fixed bug #64535 php_ssh2_sftp_dirstream_read segfault on error
- Add reflection API support
- Add exit-status support for ssh2 file wrappers
- Fixed bug #58893 Unable to request a channel from remote host
- Fix segfault when trying to authenticate in servers that do not
support authentication (none)
Diffstat (limited to 'security/php-ssh2')
-rw-r--r-- | security/php-ssh2/Makefile | 5 | ||||
-rw-r--r-- | security/php-ssh2/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/security/php-ssh2/Makefile b/security/php-ssh2/Makefile index ac515e88d1c..95cd03a336b 100644 --- a/security/php-ssh2/Makefile +++ b/security/php-ssh2/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2016/09/11 17:03:27 taca Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/16 14:32:56 fhajny Exp $ # MODNAME= ssh2 -PECL_VERSION= 0.12 -PKGREVISION= 3 +PECL_VERSION= 0.13 CATEGORIES+= security MAINTAINER= filip@joyent.com diff --git a/security/php-ssh2/distinfo b/security/php-ssh2/distinfo index 47b90b9b178..a1de8b4a3cb 100644 --- a/security/php-ssh2/distinfo +++ b/security/php-ssh2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:18:01 agc Exp $ +$NetBSD: distinfo,v 1.3 2017/01/16 14:32:56 fhajny Exp $ -SHA1 (php-ssh2/ssh2-0.12.tgz) = b86a25bdd3f3558bbcaaa6d876309fbbb5ae134d -RMD160 (php-ssh2/ssh2-0.12.tgz) = ecf60b0c19541c947b4e092259b2ab71fc0f5a3a -SHA512 (php-ssh2/ssh2-0.12.tgz) = e48f8051f9234841bb0fc10594dcd90badf2d880d75c4bd59f847e3d4276e9fdd3fe71c1c01c07fb9f552cec470f3dbac6ae1db4d33e5793d3988ea5bac1d5bd -Size (php-ssh2/ssh2-0.12.tgz) = 26223 bytes +SHA1 (php-ssh2/ssh2-0.13.tgz) = 1e44096ce2f165d3f8c35e7e85562d2022c60b15 +RMD160 (php-ssh2/ssh2-0.13.tgz) = 2f1464dfa7c5d3d114f4354a10ba03958e3f2a6f +SHA512 (php-ssh2/ssh2-0.13.tgz) = c031e22853bf5cf8ee59dc5b99d9e7e60af1507a22e7d0a9e2f54b8f1758a03a6cea91c539e0f667d48ec66185fdc8a28c47e5a1e10a72220c0cb16b3948e1d0 +Size (php-ssh2/ssh2-0.13.tgz) = 28984 bytes |