From 90b29208d9cdbfb35a8364c2895240a44f28c8b3 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 12 Dec 2021 15:20:00 +0000 Subject: [PATCH] security/php-ssh2: update to 1.3.1 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. --- security/php-ssh2/Makefile | 4 ++-- security/php-ssh2/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/php-ssh2/Makefile b/security/php-ssh2/Makefile index 1e858decae3b..eec762ec2f7d 100644 --- a/security/php-ssh2/Makefile +++ b/security/php-ssh2/Makefile @@ -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 diff --git a/security/php-ssh2/distinfo b/security/php-ssh2/distinfo index c472a09fa14a..24a78ecadc1d 100644 --- a/security/php-ssh2/distinfo +++ b/security/php-ssh2/distinfo @@ -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