Update to paramiko-1.4:
- ssh-agent support - improved sftp
This commit is contained in:
parent
7ce669c260
commit
9edd3fb2e8
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2005/07/05 07:20:15 xsa Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2005/07/24 13:21:55 xsa Exp $
|
||||
|
||||
COMMENT= "Python module that implements the SSH2 protocol"
|
||||
|
||||
DISTNAME= paramiko-1.3.1
|
||||
DISTNAME= paramiko-1.4
|
||||
PKGNAME= py-${DISTNAME}
|
||||
CATEGORIES= security
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (paramiko-1.3.1.zip) = 804c1277a512b97aa277a863fb044f69
|
||||
RMD160 (paramiko-1.3.1.zip) = 3a11c9bce2648cc1e98516b525ee3444e1a6487e
|
||||
SHA1 (paramiko-1.3.1.zip) = 2756fffbdd90d634ca5369caea27faf6b6f6b1f7
|
||||
SIZE (paramiko-1.3.1.zip) = 524155
|
||||
MD5 (paramiko-1.4.zip) = 58d5f189c5325b925ed06ab4308f829c
|
||||
RMD160 (paramiko-1.4.zip) = c64e469f9a69d5c482be535f45870d102024e789
|
||||
SHA1 (paramiko-1.4.zip) = 3e0d771f33d4cd655ce33233668f42d3132b0abc
|
||||
SIZE (paramiko-1.4.zip) = 569140
|
||||
|
@ -1,7 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2005/07/05 07:20:16 xsa Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2005/07/24 13:21:55 xsa Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/agent.py
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/agent.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/auth_transport.py
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/auth_transport.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/ber.py
|
||||
@ -24,6 +26,8 @@ lib/python${MODPY_VERSION}/site-packages/paramiko/message.py
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/message.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/packet.py
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/packet.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/pipe.py
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/pipe.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/pkey.py
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/pkey.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/primes.py
|
||||
@ -65,6 +69,9 @@ share/doc/py-paramiko/private/help.html
|
||||
share/doc/py-paramiko/private/index.html
|
||||
share/doc/py-paramiko/private/indices.html
|
||||
share/doc/py-paramiko/private/paramiko-module.html
|
||||
share/doc/py-paramiko/private/paramiko.agent-module.html
|
||||
share/doc/py-paramiko/private/paramiko.agent.Agent-class.html
|
||||
share/doc/py-paramiko/private/paramiko.agent.AgentKey-class.html
|
||||
share/doc/py-paramiko/private/paramiko.auth_transport-module.html
|
||||
share/doc/py-paramiko/private/paramiko.auth_transport.Transport-class.html
|
||||
share/doc/py-paramiko/private/paramiko.ber-module.html
|
||||
@ -91,6 +98,9 @@ share/doc/py-paramiko/private/paramiko.message-module.html
|
||||
share/doc/py-paramiko/private/paramiko.message.Message-class.html
|
||||
share/doc/py-paramiko/private/paramiko.packet-module.html
|
||||
share/doc/py-paramiko/private/paramiko.packet.Packetizer-class.html
|
||||
share/doc/py-paramiko/private/paramiko.pipe-module.html
|
||||
share/doc/py-paramiko/private/paramiko.pipe.PosixPipe-class.html
|
||||
share/doc/py-paramiko/private/paramiko.pipe.WindowsPipe-class.html
|
||||
share/doc/py-paramiko/private/paramiko.pkey-module.html
|
||||
share/doc/py-paramiko/private/paramiko.pkey.PKey-class.html
|
||||
share/doc/py-paramiko/private/paramiko.primes-module.html
|
||||
@ -129,6 +139,7 @@ share/doc/py-paramiko/private/threading.Thread-class.html
|
||||
share/doc/py-paramiko/private/threading._Verbose-class.html
|
||||
share/doc/py-paramiko/private/toc-everything.html
|
||||
share/doc/py-paramiko/private/toc-paramiko-module.html
|
||||
share/doc/py-paramiko/private/toc-paramiko.agent-module.html
|
||||
share/doc/py-paramiko/private/toc-paramiko.auth_transport-module.html
|
||||
share/doc/py-paramiko/private/toc-paramiko.ber-module.html
|
||||
share/doc/py-paramiko/private/toc-paramiko.channel-module.html
|
||||
@ -140,6 +151,7 @@ share/doc/py-paramiko/private/toc-paramiko.kex_group1-module.html
|
||||
share/doc/py-paramiko/private/toc-paramiko.logging22-module.html
|
||||
share/doc/py-paramiko/private/toc-paramiko.message-module.html
|
||||
share/doc/py-paramiko/private/toc-paramiko.packet-module.html
|
||||
share/doc/py-paramiko/private/toc-paramiko.pipe-module.html
|
||||
share/doc/py-paramiko/private/toc-paramiko.pkey-module.html
|
||||
share/doc/py-paramiko/private/toc-paramiko.primes-module.html
|
||||
share/doc/py-paramiko/private/toc-paramiko.rsakey-module.html
|
||||
@ -166,6 +178,9 @@ share/doc/py-paramiko/public/help.html
|
||||
share/doc/py-paramiko/public/index.html
|
||||
share/doc/py-paramiko/public/indices.html
|
||||
share/doc/py-paramiko/public/paramiko-module.html
|
||||
share/doc/py-paramiko/public/paramiko.agent-module.html
|
||||
share/doc/py-paramiko/public/paramiko.agent.Agent-class.html
|
||||
share/doc/py-paramiko/public/paramiko.agent.AgentKey-class.html
|
||||
share/doc/py-paramiko/public/paramiko.auth_transport-module.html
|
||||
share/doc/py-paramiko/public/paramiko.auth_transport.Transport-class.html
|
||||
share/doc/py-paramiko/public/paramiko.channel-module.html
|
||||
@ -185,6 +200,9 @@ share/doc/py-paramiko/public/paramiko.rsakey.RSAKey-class.html
|
||||
share/doc/py-paramiko/public/paramiko.server-module.html
|
||||
share/doc/py-paramiko/public/paramiko.server.ServerInterface-class.html
|
||||
share/doc/py-paramiko/public/paramiko.server.SubsystemHandler-class.html
|
||||
share/doc/py-paramiko/public/paramiko.sftp-module.html
|
||||
share/doc/py-paramiko/public/paramiko.sftp.BaseSFTP-class.html
|
||||
share/doc/py-paramiko/public/paramiko.sftp.SFTPError-class.html
|
||||
share/doc/py-paramiko/public/paramiko.sftp_attr-module.html
|
||||
share/doc/py-paramiko/public/paramiko.sftp_attr.SFTPAttributes-class.html
|
||||
share/doc/py-paramiko/public/paramiko.sftp_client-module.html
|
||||
@ -210,6 +228,7 @@ share/doc/py-paramiko/public/paramiko.util-module.html
|
||||
share/doc/py-paramiko/public/threading.Thread-class.html
|
||||
share/doc/py-paramiko/public/toc-everything.html
|
||||
share/doc/py-paramiko/public/toc-paramiko-module.html
|
||||
share/doc/py-paramiko/public/toc-paramiko.agent-module.html
|
||||
share/doc/py-paramiko/public/toc-paramiko.auth_transport-module.html
|
||||
share/doc/py-paramiko/public/toc-paramiko.channel-module.html
|
||||
share/doc/py-paramiko/public/toc-paramiko.dsskey-module.html
|
||||
@ -218,6 +237,7 @@ share/doc/py-paramiko/public/toc-paramiko.message-module.html
|
||||
share/doc/py-paramiko/public/toc-paramiko.pkey-module.html
|
||||
share/doc/py-paramiko/public/toc-paramiko.rsakey-module.html
|
||||
share/doc/py-paramiko/public/toc-paramiko.server-module.html
|
||||
share/doc/py-paramiko/public/toc-paramiko.sftp-module.html
|
||||
share/doc/py-paramiko/public/toc-paramiko.sftp_attr-module.html
|
||||
share/doc/py-paramiko/public/toc-paramiko.sftp_client-module.html
|
||||
share/doc/py-paramiko/public/toc-paramiko.sftp_file-module.html
|
||||
|
Loading…
Reference in New Issue
Block a user