pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/php-ssh2 Update security/php-ssh2 to 0.13.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1269215b0a79
branches:  trunk
changeset: 357236:1269215b0a79
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Mon Jan 16 14:32:56 2017 +0000

description:
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:

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

diffs (30 lines):

diff -r f50530b45bce -r 1269215b0a79 security/php-ssh2/Makefile
--- a/security/php-ssh2/Makefile        Mon Jan 16 14:07:51 2017 +0000
+++ b/security/php-ssh2/Makefile        Mon Jan 16 14:32:56 2017 +0000
@@ -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@localhost
diff -r f50530b45bce -r 1269215b0a79 security/php-ssh2/distinfo
--- a/security/php-ssh2/distinfo        Mon Jan 16 14:07:51 2017 +0000
+++ b/security/php-ssh2/distinfo        Mon Jan 16 14:32:56 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index