summaryrefslogtreecommitdiff
path: root/security/php-ssh2
AgeCommit message (Collapse)AuthorFilesLines
2021-12-12security/php-ssh2: update to 1.3.1taca2-6/+6
1.3 (2021-03-01) * Add ssh2_send_eof() [PR #45] (Calvin Buckley) * PHP stream cast function for SSH channel objects for stream_select() support. [PR #38] (Robert Wolf) * Fix for PHP 7.4 and 8 [PR #44] (Andy Postnikov and Remi Collet) * Fixed debug and disconnected callback [PR #37] (Piotr Rogowski) * Various stability and memory issue fixes [PR #39, #41] (Robert Wolf) * Segfault fix for bug #79757 [PR #43] (Konrad K) * Various stability and bug fixes #79631, #63480, #80294, #75523, #80729 [PR #46, #47, #48, #49, #50 and #51] (Christoph M. Becker) 1.3.1 (2021-03-02) * 1.3.1 release only fixed the PHP >= 8.0 requirement in the package.xml. No code changes.
2021-10-26security: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./security/cyrus-sasl/distinfo cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
2021-10-07security: Remove SHA1 hashes for distfilesnia1-2/+1
2021-01-03security/php-ssh2: update to 1.2taca2-10/+9
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]
2020-05-27*: reset MAINTAINER for fhajny on his requestwiz1-2/+2
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-1/+2
2019-12-16Drop php71 supporttaca1-2/+2
Drop php71 support mechanically.
2019-11-04security: align variable assignmentsrillig1-2/+2
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-01-14Drop support for php70taca1-2/+2
Drop support for php70 before remove it from pkgsrc.
2018-12-15*: update email for fhajnywiz1-2/+2
2017-12-19Update php-ssh2 to current version 1.1.2, mainly for PHP 7.x supportjdolecek3-10/+11
Changes since 0.13: 1.1.2 - Version 1.1.2 is same as 1.1 except this release contains this changelog - Fixed bug #72988 (Libor M.) - Fixed bug #73198 (Langemeijer) - Fixed php_url_parse issue (Remi Collet) - fix Invalid write of size 1 (Remi Collet) - Fixed bug #73819 (Mitch Hagstrand) - Fixed bug #73410 (Mitch Hagstrand) - Travis CI (Mitch Hagstrand) - Various other fixes on PHP 7 code and code cleanup (Mitch Hagstrand, Libor M., Anatol Belski) 1.1.1 - Version 1.1.1 is same as 1.1 except this release contains this changelog - Fixed bug #72988 (Libor M.) - Fixed bug #73198 (Langemeijer) - Fixed php_url_parse issue (Remi Collet) - fix Invalid write of size 1 (Remi Collet) - Fixed bug #73819 (Mitch Hagstrand) - Fixed bug #73410 (Mitch Hagstrand) - Travis CI (Mitch Hagstrand) - Various other fixes on PHP 7 code and code cleanup (Mitch Hagstrand, Libor M., Anatol Belski) 1.1 - 1.0 - Release for PHP 7 (Sean DuBois) - Made win32 builds depend on zlib and openssl extensions (Credomane Evonguard) - Add blocking call to php_ssh2_direct_tcpip (Credomane Evonguard) - Added explicit ssh2_disconnect function (Credomane Evonguard) - Fixed bug #72150 - Fixing segfault when passing env variables (Krakjoe)
2017-09-03Follow some redirects.wiz1-2/+2
2017-01-16Update security/php-ssh2 to 0.13.fhajny2-8/+7
- 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)
2016-09-11Drop "55" (php55) from PHP_VERSIONS_ACCEPTED.taca1-2/+2
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2015-12-19Restrict PHP_VERSIONS_ACCEPTED to 55 and 56.taca1-1/+3
2015-11-04Add SHA512 digests for distfiles for security categoryagc1-1/+2
Problems found locating distfiles: Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz Package libidea: missing distfile libidea-0.8.2b.tar.gz Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2 Package uvscan: missing distfile vlp4510e.tar.Z Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-07-26Revbump because of security/libssh2 update.nros1-2/+2
2015-03-23Revbump because of security/libbsh2 update.nros1-1/+2
2014-10-01Import security/php-ssh2 (based on wip/php-ssh2).fhajny3-0/+27
Provides bindings to the functions of libssh2 which implements the SSH2 protocol.