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 Jan  3 07:38:19 UTC 2021

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

Log Message:
security/php-ssh2: update to 1.2

pkgsrc change: Switch to use PHP_VERSIONS_INCOMPATIBLE.

1.2 (2019-09-18)

- Fix multiple reflection/documentation disparities [PR #29] (Michael Moravec)
- Fix PHP7 port. Restored commented reference counting. [Dmitry Stogov]
- Updates for php_url structure changes [Daniel Ciochiu]
- Make the PR generic for all PHP7 versions [Jan Ehrhardt]
- Fix compatibility with PHP 7.3 [Jan Ehrhardt]
- Fix config.w32 for compatibility with OpenSSL 1.1.x [Anatol]
- Make static inline for php_ssh2_sftp_attr2ssb [Andy Postnikov]
- Enable 7.1-7.3 on Travis CI [Andy Postnikov]


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/php-ssh2/Makefile
cvs rdiff -u -r1.4 -r1.5 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.15 pkgsrc/security/php-ssh2/Makefile:1.16
--- pkgsrc/security/php-ssh2/Makefile:1.15      Wed May 27 19:37:42 2020
+++ pkgsrc/security/php-ssh2/Makefile   Sun Jan  3 07:38:19 2021
@@ -1,22 +1,21 @@
-# $NetBSD: Makefile,v 1.15 2020/05/27 19:37:42 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2021/01/03 07:38:19 taca Exp $
 #
 
 MODNAME=               ssh2
-PECL_VERSION=          1.1.2
+PECL_VERSION=          1.2
 CATEGORIES+=           security
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://www.libssh2.org/
 COMMENT=               PHP bindings to the functions of libssh2
-PKGREVISION=           1
 LICENSE=               php
 
 CONFLICTS=     ${PHP_PKG_PREFIX}-${MODNAME}<1.0
 
-PHP_VERSIONS_ACCEPTED= 72
-
 CONFIGURE_ARGS+=       --with-ssh2=${PREFIX}
 
+PHP_VERSIONS_INCOMPATIBLE=     56
+
 .include "../../security/libssh2/buildlink3.mk"
 .include "../../lang/php/ext.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/php-ssh2/distinfo
diff -u pkgsrc/security/php-ssh2/distinfo:1.4 pkgsrc/security/php-ssh2/distinfo:1.5
--- pkgsrc/security/php-ssh2/distinfo:1.4       Tue Dec 19 10:07:41 2017
+++ pkgsrc/security/php-ssh2/distinfo   Sun Jan  3 07:38:19 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/12/19 10:07:41 jdolecek Exp $
+$NetBSD: distinfo,v 1.5 2021/01/03 07:38:19 taca Exp $
 
-SHA1 (php-ssh2/ssh2-1.1.2.tgz) = ffd8aa2324d8c9448f6cfbea31579e08d99f38e4
-RMD160 (php-ssh2/ssh2-1.1.2.tgz) = d3af94cd3eff499d6db7ff5ad1c901aa781e0820
-SHA512 (php-ssh2/ssh2-1.1.2.tgz) = 36793191448745b8a9b3cc628fe9fb431480792c7a2ff0bf2eccd58cda1cf944933be1d301c455d4a6f3dabf7e04ffef248bc402a8ff99bfafcba0deddb25c36
-Size (php-ssh2/ssh2-1.1.2.tgz) = 32057 bytes
+SHA1 (php-ssh2/ssh2-1.2.tgz) = 652effe3e4305023998a155920753669e8d58255
+RMD160 (php-ssh2/ssh2-1.2.tgz) = 61e02ee11cfa2d00c5fee1a73c14857898bc0d67
+SHA512 (php-ssh2/ssh2-1.2.tgz) = 7b7d311cd5f88835e124d70a0295468f75d0fa6936a58808c936d1a185bb630b9e02c21f49b4bd777194a7b104aa3ff85c4fbf480f43d5906787e532ba2d3e04
+Size (php-ssh2/ssh2-1.2.tgz) = 32447 bytes



Home | Main Index | Thread Index | Old Index