pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security reimport php-ssh2 as php-ssh2-0, to prepare f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b4ccf26c4e9
branches:  trunk
changeset: 372872:3b4ccf26c4e9
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Tue Dec 19 10:04:06 2017 +0000

description:
reimport php-ssh2 as php-ssh2-0, to prepare for update of php-ssh2 to newer version which doesn't support PHP 5.6 any more

diffstat:

 security/Makefile            |   3 ++-
 security/php-ssh2-0/DESCR    |   4 ++++
 security/php-ssh2-0/Makefile |  22 ++++++++++++++++++++++
 security/php-ssh2-0/distinfo |   6 ++++++
 4 files changed, 34 insertions(+), 1 deletions(-)

diffs (61 lines):

diff -r de78e3210529 -r 3b4ccf26c4e9 security/Makefile
--- a/security/Makefile Tue Dec 19 09:56:51 2017 +0000
+++ b/security/Makefile Tue Dec 19 10:04:06 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.660 2017/12/14 21:05:45 fhajny Exp $
+# $NetBSD: Makefile,v 1.661 2017/12/19 10:04:06 jdolecek Exp $
 #
 
 COMMENT=       Security tools
@@ -354,6 +354,7 @@
 SUBDIR+=       php-pecl-mcrypt
 SUBDIR+=       php-sodium
 SUBDIR+=       php-ssdeep
+SUBDIR+=       php-ssh2-0
 SUBDIR+=       php-ssh2
 SUBDIR+=       php-suhosin
 SUBDIR+=       pinentry
diff -r de78e3210529 -r 3b4ccf26c4e9 security/php-ssh2-0/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/php-ssh2-0/DESCR Tue Dec 19 10:04:06 2017 +0000
@@ -0,0 +1,4 @@
+Provides bindings to the functions of libssh2 which implements
+the SSH2 protocol.
+
+This package is for compatibility with PHP 5.6 only.
diff -r de78e3210529 -r 3b4ccf26c4e9 security/php-ssh2-0/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/php-ssh2-0/Makefile      Tue Dec 19 10:04:06 2017 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2017/12/19 10:04:06 jdolecek Exp $
+#
+
+MODNAME=               ssh2
+PECL_VERSION=          0.13
+CATEGORIES+=           security
+
+MAINTAINER=            filip%joyent.com@localhost
+HOMEPAGE=              https://www.libssh2.org/
+COMMENT=               PHP bindings to the functions of libssh2
+LICENSE=               php
+
+CONFLICTS=      ${PHP_PKG_PREFIX}-${MODNAME}>=1.0
+
+PHP_VERSIONS_ACCEPTED= 56
+
+CONFIGURE_ARGS+=       --with-ssh2=${PREFIX}
+#WRKSRC=                       ${WRKDIR}/${MODNAME}-${PECL_VERSION}
+
+.include "../../security/libssh2/buildlink3.mk"
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r de78e3210529 -r 3b4ccf26c4e9 security/php-ssh2-0/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/php-ssh2-0/distinfo      Tue Dec 19 10:04:06 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/12/19 10:04:06 jdolecek Exp $
+
+SHA1 (php-ssh2/ssh2-0.13.tgz) = 1e44096ce2f165d3f8c35e7e85562d2022c60b15
+RMD160 (php-ssh2/ssh2-0.13.tgz) = 2f1464dfa7c5d3d114f4354a10ba03958e3f2a6f
+SHA512 (php-ssh2/ssh2-0.13.tgz) = c031e22853bf5cf8ee59dc5b99d9e7e60af1507a22e7d0a9e2f54b8f1758a03a6cea91c539e0f667d48ec66185fdc8a28c47e5a1e10a72220c0cb16b3948e1d0
+Size (php-ssh2/ssh2-0.13.tgz) = 28984 bytes



Home | Main Index | Thread Index | Old Index