pkgsrc-Changes archive

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

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   jdolecek
Date:           Tue Dec 19 10:04:06 UTC 2017

Modified Files:
        pkgsrc/security: Makefile
Added Files:
        pkgsrc/security/php-ssh2-0: DESCR Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.660 -r1.661 pkgsrc/security/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/security/php-ssh2-0/DESCR \
    pkgsrc/security/php-ssh2-0/Makefile pkgsrc/security/php-ssh2-0/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/Makefile
diff -u pkgsrc/security/Makefile:1.660 pkgsrc/security/Makefile:1.661
--- pkgsrc/security/Makefile:1.660      Thu Dec 14 21:05:45 2017
+++ pkgsrc/security/Makefile    Tue Dec 19 10:04:06 2017
@@ -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-oauth1
 SUBDIR+=       php-pecl-mcrypt
 SUBDIR+=       php-sodium
 SUBDIR+=       php-ssdeep
+SUBDIR+=       php-ssh2-0
 SUBDIR+=       php-ssh2
 SUBDIR+=       php-suhosin
 SUBDIR+=       pinentry

Added files:

Index: pkgsrc/security/php-ssh2-0/DESCR
diff -u /dev/null pkgsrc/security/php-ssh2-0/DESCR:1.1
--- /dev/null   Tue Dec 19 10:04:06 2017
+++ pkgsrc/security/php-ssh2-0/DESCR    Tue Dec 19 10:04:06 2017
@@ -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.
Index: pkgsrc/security/php-ssh2-0/Makefile
diff -u /dev/null pkgsrc/security/php-ssh2-0/Makefile:1.1
--- /dev/null   Tue Dec 19 10:04:06 2017
+++ pkgsrc/security/php-ssh2-0/Makefile Tue Dec 19 10:04:06 2017
@@ -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"
Index: pkgsrc/security/php-ssh2-0/distinfo
diff -u /dev/null pkgsrc/security/php-ssh2-0/distinfo:1.1
--- /dev/null   Tue Dec 19 10:04:06 2017
+++ pkgsrc/security/php-ssh2-0/distinfo Tue Dec 19 10:04:06 2017
@@ -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