NOTICE: This package has been removed from pkgsrc

./wip/php-ssh2, PHP bindings to the functions of libssh2

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.12, Package name: php54-ssh2-0.12, Maintainer: filip

Provides bindings to the functions of libssh2 which implements
the SSH2 protocol.


Required to run:
[security/libssh2] [lang/php54]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2015-06-13 14:05:32 by Filip Hajny | Files touched by this commit (3) | Package removed
Log message:
Remove wip/php-ssh2, imported as security/php-ssh2 in 2014.
   2013-09-09 16:36:30 by Filip Hajny | Files touched by this commit (2)
Log message:
Update to 0.12.
- Bumped libssh2 version requirement to 1.2 (aug 2009)
- Added ssh2_auth_agent() - SSH agent authentication support
  (with libssh >= 1.2.3)
- Added ssh2_sftp_chmod() (fixed bug #59880)
- Added support for stream_set_timeout() to channel streams (fixed bug
  #56377) (with libssh >= 1.2.9)
- Added keyboard-interactive to ssh2_auth_password() (fixed bugs #61760
  and #54916)
- Add license file as requested in bug #59980
- Allow for tilde (~) in public and private keyfile paths
- Be more verbose about any errors within ssh2_scp_send
- Fixed bug #56425 - Problem with ssh2_scp_send
- Fixed bug #59794 - ssh2.sftp protocol wrapper works incorrectly for
  paths which contain a '#'
- Fixed bug #63192 - Check if connection is authenticated.
- Fixed bug #58576 - Handle error values from reads and writes to a channel.
   2012-10-05 13:12:49 by Aleksej Saushev | Files touched by this commit (59)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-12-21 13:32:40 by Filip Hajny | Files touched by this commit (3) | Imported package
Log message:
Import php53-ssh2-5.3.8.0.11.3 as wip/php-ssh2.

Provides bindings to the functions of libssh2 which implements
the SSH2 protocol.