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 Feb 23 09:28:47 UTC 2025
Modified Files:
pkgsrc/security/php-ssh2: Makefile distinfo
Log Message:
security/php-ssh2: update to 1.4.1
1.4 (2023-04-20)
* Add ssh2_shell_resize function [PR #55] (jentian)
* Add ssh2_auth_pubkey to allow public and private keys as strings [PR #56]
(Andreas Treichel)
1.4.1 (2024-02-10)
* End zend_function_entry ssh2_functions list with PHP_FE_END [PR #67]
(Gerdriaan Mulder)
* Remove implicit switch-case fallthrough [PR #66] (Gerdriaan Mulder)
* Windows build setup with GitHub Actions [PR #75] (Derick Rethans)
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/php-ssh2/Makefile
cvs rdiff -u -r1.8 -r1.9 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.20 pkgsrc/security/php-ssh2/Makefile:1.21
--- pkgsrc/security/php-ssh2/Makefile:1.20 Sat Feb 8 03:51:48 2025
+++ pkgsrc/security/php-ssh2/Makefile Sun Feb 23 09:28:47 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2025/02/08 03:51:48 taca Exp $
+# $NetBSD: Makefile,v 1.21 2025/02/23 09:28:47 taca Exp $
MODNAME= ssh2
-PECL_VERSION= 1.3.1
-PKGREVISION= 2
+PECL_VERSION= 1.4.1
CATEGORIES+= security
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/security/php-ssh2/distinfo
diff -u pkgsrc/security/php-ssh2/distinfo:1.8 pkgsrc/security/php-ssh2/distinfo:1.9
--- pkgsrc/security/php-ssh2/distinfo:1.8 Sun Dec 12 15:20:00 2021
+++ pkgsrc/security/php-ssh2/distinfo Sun Feb 23 09:28:47 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/12/12 15:20:00 taca Exp $
+$NetBSD: distinfo,v 1.9 2025/02/23 09:28:47 taca Exp $
-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
+BLAKE2s (php-ssh2/ssh2-1.4.1.tgz) = cb81e794625d7d5b1cd1e38ce7da34a4a18891f2409992b87fc6f1c4961c26bc
+SHA512 (php-ssh2/ssh2-1.4.1.tgz) = 9ff90b95b8fabfa2a75cf8a62a55e93df19d3e952f79234fc1d7ef3a030089f8b3703412bf6e22d85c7bf5825cf8493a4d97ad51a1600185d3d16f81c72e155c
+Size (php-ssh2/ssh2-1.4.1.tgz) = 34265 bytes
Home |
Main Index |
Thread Index |
Old Index