security/py-ssh is dead upstream.
As mentionned on the upstream page (https://github.com/bitprophet/ssh): "This library started life as a fork of Paramiko but has now been fully been merged back upstream. As such, 'ssh' is defunct and will receive no future releases or attention: please change your dependencies back to Paramiko, and file any feature requests or bugfixes over on Paramiko's tracker."
This commit is contained in:
parent
69af023a60
commit
76705e76f1
4 changed files with 0 additions and 141 deletions
|
@ -1,4 +0,0 @@
|
|||
This is a library for making SSH2 connections (client or server). Emphasis is
|
||||
on using SSH2 as an alternative to SSL for making secure connections between
|
||||
python scripts. All major ciphers and hash methods are supported. SFTP client
|
||||
and server mode are both supported too.
|
|
@ -1,21 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.4 2012/10/23 18:16:55 asau Exp $
|
||||
#
|
||||
DISTNAME= ssh-${VERSION}
|
||||
PKGNAME= ${PYPKGPREFIX}-ssh-${VERSION}
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/s/ssh/
|
||||
VERSION= 1.7.14
|
||||
|
||||
MAINTAINER= gls@NetBSD.org
|
||||
HOMEPAGE= http://pypi.python.org/pypi/ssh/
|
||||
COMMENT= This is a library for making SSH2 connections (client or server)
|
||||
LICENSE= gnu-lgpl-v2.1
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-crypto>=2.1:../../security/py-crypto
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,111 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2012/02/12 15:05:04 gls Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/ssh/__init__.py
|
||||
${PYSITELIB}/ssh/__init__.pyc
|
||||
${PYSITELIB}/ssh/__init__.pyo
|
||||
${PYSITELIB}/ssh/agent.py
|
||||
${PYSITELIB}/ssh/agent.pyc
|
||||
${PYSITELIB}/ssh/agent.pyo
|
||||
${PYSITELIB}/ssh/auth_handler.py
|
||||
${PYSITELIB}/ssh/auth_handler.pyc
|
||||
${PYSITELIB}/ssh/auth_handler.pyo
|
||||
${PYSITELIB}/ssh/ber.py
|
||||
${PYSITELIB}/ssh/ber.pyc
|
||||
${PYSITELIB}/ssh/ber.pyo
|
||||
${PYSITELIB}/ssh/buffered_pipe.py
|
||||
${PYSITELIB}/ssh/buffered_pipe.pyc
|
||||
${PYSITELIB}/ssh/buffered_pipe.pyo
|
||||
${PYSITELIB}/ssh/channel.py
|
||||
${PYSITELIB}/ssh/channel.pyc
|
||||
${PYSITELIB}/ssh/channel.pyo
|
||||
${PYSITELIB}/ssh/client.py
|
||||
${PYSITELIB}/ssh/client.pyc
|
||||
${PYSITELIB}/ssh/client.pyo
|
||||
${PYSITELIB}/ssh/common.py
|
||||
${PYSITELIB}/ssh/common.pyc
|
||||
${PYSITELIB}/ssh/common.pyo
|
||||
${PYSITELIB}/ssh/compress.py
|
||||
${PYSITELIB}/ssh/compress.pyc
|
||||
${PYSITELIB}/ssh/compress.pyo
|
||||
${PYSITELIB}/ssh/config.py
|
||||
${PYSITELIB}/ssh/config.pyc
|
||||
${PYSITELIB}/ssh/config.pyo
|
||||
${PYSITELIB}/ssh/dsskey.py
|
||||
${PYSITELIB}/ssh/dsskey.pyc
|
||||
${PYSITELIB}/ssh/dsskey.pyo
|
||||
${PYSITELIB}/ssh/file.py
|
||||
${PYSITELIB}/ssh/file.pyc
|
||||
${PYSITELIB}/ssh/file.pyo
|
||||
${PYSITELIB}/ssh/hostkeys.py
|
||||
${PYSITELIB}/ssh/hostkeys.pyc
|
||||
${PYSITELIB}/ssh/hostkeys.pyo
|
||||
${PYSITELIB}/ssh/kex_gex.py
|
||||
${PYSITELIB}/ssh/kex_gex.pyc
|
||||
${PYSITELIB}/ssh/kex_gex.pyo
|
||||
${PYSITELIB}/ssh/kex_group1.py
|
||||
${PYSITELIB}/ssh/kex_group1.pyc
|
||||
${PYSITELIB}/ssh/kex_group1.pyo
|
||||
${PYSITELIB}/ssh/logging22.py
|
||||
${PYSITELIB}/ssh/logging22.pyc
|
||||
${PYSITELIB}/ssh/logging22.pyo
|
||||
${PYSITELIB}/ssh/message.py
|
||||
${PYSITELIB}/ssh/message.pyc
|
||||
${PYSITELIB}/ssh/message.pyo
|
||||
${PYSITELIB}/ssh/packet.py
|
||||
${PYSITELIB}/ssh/packet.pyc
|
||||
${PYSITELIB}/ssh/packet.pyo
|
||||
${PYSITELIB}/ssh/pipe.py
|
||||
${PYSITELIB}/ssh/pipe.pyc
|
||||
${PYSITELIB}/ssh/pipe.pyo
|
||||
${PYSITELIB}/ssh/pkey.py
|
||||
${PYSITELIB}/ssh/pkey.pyc
|
||||
${PYSITELIB}/ssh/pkey.pyo
|
||||
${PYSITELIB}/ssh/primes.py
|
||||
${PYSITELIB}/ssh/primes.pyc
|
||||
${PYSITELIB}/ssh/primes.pyo
|
||||
${PYSITELIB}/ssh/resource.py
|
||||
${PYSITELIB}/ssh/resource.pyc
|
||||
${PYSITELIB}/ssh/resource.pyo
|
||||
${PYSITELIB}/ssh/rsakey.py
|
||||
${PYSITELIB}/ssh/rsakey.pyc
|
||||
${PYSITELIB}/ssh/rsakey.pyo
|
||||
${PYSITELIB}/ssh/server.py
|
||||
${PYSITELIB}/ssh/server.pyc
|
||||
${PYSITELIB}/ssh/server.pyo
|
||||
${PYSITELIB}/ssh/sftp.py
|
||||
${PYSITELIB}/ssh/sftp.pyc
|
||||
${PYSITELIB}/ssh/sftp.pyo
|
||||
${PYSITELIB}/ssh/sftp_attr.py
|
||||
${PYSITELIB}/ssh/sftp_attr.pyc
|
||||
${PYSITELIB}/ssh/sftp_attr.pyo
|
||||
${PYSITELIB}/ssh/sftp_client.py
|
||||
${PYSITELIB}/ssh/sftp_client.pyc
|
||||
${PYSITELIB}/ssh/sftp_client.pyo
|
||||
${PYSITELIB}/ssh/sftp_file.py
|
||||
${PYSITELIB}/ssh/sftp_file.pyc
|
||||
${PYSITELIB}/ssh/sftp_file.pyo
|
||||
${PYSITELIB}/ssh/sftp_handle.py
|
||||
${PYSITELIB}/ssh/sftp_handle.pyc
|
||||
${PYSITELIB}/ssh/sftp_handle.pyo
|
||||
${PYSITELIB}/ssh/sftp_server.py
|
||||
${PYSITELIB}/ssh/sftp_server.pyc
|
||||
${PYSITELIB}/ssh/sftp_server.pyo
|
||||
${PYSITELIB}/ssh/sftp_si.py
|
||||
${PYSITELIB}/ssh/sftp_si.pyc
|
||||
${PYSITELIB}/ssh/sftp_si.pyo
|
||||
${PYSITELIB}/ssh/ssh_exception.py
|
||||
${PYSITELIB}/ssh/ssh_exception.pyc
|
||||
${PYSITELIB}/ssh/ssh_exception.pyo
|
||||
${PYSITELIB}/ssh/transport.py
|
||||
${PYSITELIB}/ssh/transport.pyc
|
||||
${PYSITELIB}/ssh/transport.pyo
|
||||
${PYSITELIB}/ssh/util.py
|
||||
${PYSITELIB}/ssh/util.pyc
|
||||
${PYSITELIB}/ssh/util.pyo
|
||||
${PYSITELIB}/ssh/win_pageant.py
|
||||
${PYSITELIB}/ssh/win_pageant.pyc
|
||||
${PYSITELIB}/ssh/win_pageant.pyo
|
|
@ -1,5 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.3 2012/07/01 19:24:34 gls Exp $
|
||||
|
||||
SHA1 (ssh-1.7.14.tar.gz) = 18262ce679b22d9eaf7981f73856aa8b321a1261
|
||||
RMD160 (ssh-1.7.14.tar.gz) = 03e2da2d9b5fae803cc416b44f1903cae81186b1
|
||||
Size (ssh-1.7.14.tar.gz) = 794505 bytes
|
Loading…
Reference in a new issue