Skip to content

Commit

Permalink
security/php-ssh2: update to 1.3.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
taca committed Dec 12, 2021
1 parent 3487c08 commit 90b2920
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions security/php-ssh2/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.16 2021/01/03 07:38:19 taca Exp $
# $NetBSD: Makefile,v 1.17 2021/12/12 15:20:00 taca Exp $
#

MODNAME= ssh2
PECL_VERSION= 1.2
PECL_VERSION= 1.3.1
CATEGORIES+= security

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
8 changes: 4 additions & 4 deletions security/php-ssh2/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2021/10/26 11:17:37 nia Exp $
$NetBSD: distinfo,v 1.8 2021/12/12 15:20:00 taca Exp $

BLAKE2s (php-ssh2/ssh2-1.2.tgz) = f5a5b382bb24a1492c3eeb1d3740e1e2563aff17193f35237c13d164cc7aa8fa
SHA512 (php-ssh2/ssh2-1.2.tgz) = 7b7d311cd5f88835e124d70a0295468f75d0fa6936a58808c936d1a185bb630b9e02c21f49b4bd777194a7b104aa3ff85c4fbf480f43d5906787e532ba2d3e04
Size (php-ssh2/ssh2-1.2.tgz) = 32447 bytes
BLAKE2s (php-ssh2/ssh2-1.3.1.tgz) = 1f1ca5178e8d6d70c7317cc1508ee7e5a81fae86c2f782529d27325281d3795e
SHA512 (php-ssh2/ssh2-1.3.1.tgz) = c74d4f699853148b53cdca0eaf8837bfdbdd21d185761606acadf2442e84dbefdb00cde207e0ce4794ae1e4f8692a38ed903b6d11fdc57bca7b54a4250da9a76
Size (php-ssh2/ssh2-1.3.1.tgz) = 33838 bytes

0 comments on commit 90b2920

Please sign in to comment.