pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/php-ssh2



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Mon Jan 16 14:32:56 UTC 2017

Modified Files:
        pkgsrc/security/php-ssh2: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/php-ssh2/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/php-ssh2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/php-ssh2/Makefile
diff -u pkgsrc/security/php-ssh2/Makefile:1.6 pkgsrc/security/php-ssh2/Makefile:1.7
--- pkgsrc/security/php-ssh2/Makefile:1.6       Sun Sep 11 17:03:27 2016
+++ pkgsrc/security/php-ssh2/Makefile   Mon Jan 16 14:32:56 2017
@@ -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

Index: pkgsrc/security/php-ssh2/distinfo
diff -u pkgsrc/security/php-ssh2/distinfo:1.2 pkgsrc/security/php-ssh2/distinfo:1.3
--- pkgsrc/security/php-ssh2/distinfo:1.2       Wed Nov  4 01:18:01 2015
+++ pkgsrc/security/php-ssh2/distinfo   Mon Jan 16 14:32:56 2017
@@ -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