pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/php-ssh2 security/php-ssh2: update to 1.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af00b74caf06
branches:  trunk
changeset: 771053:af00b74caf06
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Dec 12 15:20:00 2021 +0000

description:
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.

diffstat:

 security/php-ssh2/Makefile |  4 ++--
 security/php-ssh2/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r ee8243f04009 -r af00b74caf06 security/php-ssh2/Makefile
--- a/security/php-ssh2/Makefile        Sun Dec 12 15:15:39 2021 +0000
+++ b/security/php-ssh2/Makefile        Sun Dec 12 15:20:00 2021 +0000
@@ -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@localhost
diff -r ee8243f04009 -r af00b74caf06 security/php-ssh2/distinfo
--- a/security/php-ssh2/distinfo        Sun Dec 12 15:15:39 2021 +0000
+++ b/security/php-ssh2/distinfo        Sun Dec 12 15:20:00 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index