pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/php-ssh2



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec 12 15:20:00 UTC 2021

Modified Files:
        pkgsrc/security/php-ssh2: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/php-ssh2/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/php-ssh2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/php-ssh2/Makefile
diff -u pkgsrc/security/php-ssh2/Makefile:1.16 pkgsrc/security/php-ssh2/Makefile:1.17
--- pkgsrc/security/php-ssh2/Makefile:1.16      Sun Jan  3 07:38:19 2021
+++ pkgsrc/security/php-ssh2/Makefile   Sun Dec 12 15:20:00 2021
@@ -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

Index: pkgsrc/security/php-ssh2/distinfo
diff -u pkgsrc/security/php-ssh2/distinfo:1.7 pkgsrc/security/php-ssh2/distinfo:1.8
--- pkgsrc/security/php-ssh2/distinfo:1.7       Tue Oct 26 11:17:37 2021
+++ pkgsrc/security/php-ssh2/distinfo   Sun Dec 12 15:20:00 2021
@@ -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