Update to paramiko-1.5.1
- SFTP prefetching - bug fixes
This commit is contained in:
parent
e6695723f7
commit
f1b25c4f07
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2005/07/24 13:21:55 xsa Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2005/11/02 08:05:30 xsa Exp $
|
||||
|
||||
COMMENT= "Python module that implements the SSH2 protocol"
|
||||
|
||||
DISTNAME= paramiko-1.4
|
||||
DISTNAME= paramiko-1.5.1
|
||||
PKGNAME= py-${DISTNAME}
|
||||
CATEGORIES= security
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (paramiko-1.4.zip) = 58d5f189c5325b925ed06ab4308f829c
|
||||
RMD160 (paramiko-1.4.zip) = c64e469f9a69d5c482be535f45870d102024e789
|
||||
SHA1 (paramiko-1.4.zip) = 3e0d771f33d4cd655ce33233668f42d3132b0abc
|
||||
SIZE (paramiko-1.4.zip) = 569140
|
||||
MD5 (paramiko-1.5.1.zip) = 110e84152106ee7f465582350571cc60
|
||||
RMD160 (paramiko-1.5.1.zip) = 01369528822bf98fc9f7be243089fbf4d3fb9ec7
|
||||
SHA1 (paramiko-1.5.1.zip) = 3d8d937a0e02d851b8485425cc0bf62c23d5cf20
|
||||
SIZE (paramiko-1.5.1.zip) = 783778
|
||||
|
@ -1,11 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2005/07/24 13:21:55 xsa Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2005/11/02 08:05:30 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/auth_handler.py
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/auth_handler.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/ber.py
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/ber.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/channel.py
|
||||
@ -69,9 +69,38 @@ 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-class.html
|
||||
share/doc/py-paramiko/private/paramiko.AgentKey-class.html
|
||||
share/doc/py-paramiko/private/paramiko.AuthHandler-class.html
|
||||
share/doc/py-paramiko/private/paramiko.BadAuthenticationType-class.html
|
||||
share/doc/py-paramiko/private/paramiko.BaseSFTP-class.html
|
||||
share/doc/py-paramiko/private/paramiko.BaseTransport-class.html
|
||||
share/doc/py-paramiko/private/paramiko.BufferedFile-class.html
|
||||
share/doc/py-paramiko/private/paramiko.Channel-class.html
|
||||
share/doc/py-paramiko/private/paramiko.ChannelFile-class.html
|
||||
share/doc/py-paramiko/private/paramiko.DSSKey-class.html
|
||||
share/doc/py-paramiko/private/paramiko.Message-class.html
|
||||
share/doc/py-paramiko/private/paramiko.PKey-class.html
|
||||
share/doc/py-paramiko/private/paramiko.Packetizer-class.html
|
||||
share/doc/py-paramiko/private/paramiko.PasswordRequiredException-class.html
|
||||
share/doc/py-paramiko/private/paramiko.RSAKey-class.html
|
||||
share/doc/py-paramiko/private/paramiko.SFTP-class.html
|
||||
share/doc/py-paramiko/private/paramiko.SFTPAttributes-class.html
|
||||
share/doc/py-paramiko/private/paramiko.SFTPClient-class.html
|
||||
share/doc/py-paramiko/private/paramiko.SFTPError-class.html
|
||||
share/doc/py-paramiko/private/paramiko.SFTPFile-class.html
|
||||
share/doc/py-paramiko/private/paramiko.SFTPHandle-class.html
|
||||
share/doc/py-paramiko/private/paramiko.SFTPServer-class.html
|
||||
share/doc/py-paramiko/private/paramiko.SFTPServerInterface-class.html
|
||||
share/doc/py-paramiko/private/paramiko.SSHException-class.html
|
||||
share/doc/py-paramiko/private/paramiko.SecurityOptions-class.html
|
||||
share/doc/py-paramiko/private/paramiko.ServerInterface-class.html
|
||||
share/doc/py-paramiko/private/paramiko.SubsystemHandler-class.html
|
||||
share/doc/py-paramiko/private/paramiko.Transport-class.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_handler-module.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
|
||||
@ -88,8 +117,10 @@ share/doc/py-paramiko/private/paramiko.file-module.html
|
||||
share/doc/py-paramiko/private/paramiko.file.BufferedFile-class.html
|
||||
share/doc/py-paramiko/private/paramiko.kex_gex-module.html
|
||||
share/doc/py-paramiko/private/paramiko.kex_gex.KexGex-class.html
|
||||
share/doc/py-paramiko/private/paramiko.kex_gex._KexGex-class.html
|
||||
share/doc/py-paramiko/private/paramiko.kex_group1-module.html
|
||||
share/doc/py-paramiko/private/paramiko.kex_group1.KexGroup1-class.html
|
||||
share/doc/py-paramiko/private/paramiko.kex_group1._KexGroup1-class.html
|
||||
share/doc/py-paramiko/private/paramiko.logging22-module.html
|
||||
share/doc/py-paramiko/private/paramiko.logging22.Formatter-class.html
|
||||
share/doc/py-paramiko/private/paramiko.logging22.StreamHandler-class.html
|
||||
@ -97,6 +128,7 @@ share/doc/py-paramiko/private/paramiko.logging22.logger-class.html
|
||||
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.NeedRekeyException-class.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
|
||||
@ -108,6 +140,7 @@ share/doc/py-paramiko/private/paramiko.primes.ModulusPack-class.html
|
||||
share/doc/py-paramiko/private/paramiko.rsakey-module.html
|
||||
share/doc/py-paramiko/private/paramiko.rsakey.RSAKey-class.html
|
||||
share/doc/py-paramiko/private/paramiko.server-module.html
|
||||
share/doc/py-paramiko/private/paramiko.server.InteractiveQuery-class.html
|
||||
share/doc/py-paramiko/private/paramiko.server.ServerInterface-class.html
|
||||
share/doc/py-paramiko/private/paramiko.server.SubsystemHandler-class.html
|
||||
share/doc/py-paramiko/private/paramiko.sftp-module.html
|
||||
@ -140,6 +173,7 @@ 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_handler-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
|
||||
@ -178,6 +212,26 @@ 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-class.html
|
||||
share/doc/py-paramiko/public/paramiko.AgentKey-class.html
|
||||
share/doc/py-paramiko/public/paramiko.BadAuthenticationType-class.html
|
||||
share/doc/py-paramiko/public/paramiko.BufferedFile-class.html
|
||||
share/doc/py-paramiko/public/paramiko.Channel-class.html
|
||||
share/doc/py-paramiko/public/paramiko.DSSKey-class.html
|
||||
share/doc/py-paramiko/public/paramiko.Message-class.html
|
||||
share/doc/py-paramiko/public/paramiko.PasswordRequiredException-class.html
|
||||
share/doc/py-paramiko/public/paramiko.RSAKey-class.html
|
||||
share/doc/py-paramiko/public/paramiko.SFTP-class.html
|
||||
share/doc/py-paramiko/public/paramiko.SFTPAttributes-class.html
|
||||
share/doc/py-paramiko/public/paramiko.SFTPClient-class.html
|
||||
share/doc/py-paramiko/public/paramiko.SFTPError-class.html
|
||||
share/doc/py-paramiko/public/paramiko.SFTPFile-class.html
|
||||
share/doc/py-paramiko/public/paramiko.SFTPHandle-class.html
|
||||
share/doc/py-paramiko/public/paramiko.SFTPServer-class.html
|
||||
share/doc/py-paramiko/public/paramiko.SSHException-class.html
|
||||
share/doc/py-paramiko/public/paramiko.SecurityOptions-class.html
|
||||
share/doc/py-paramiko/public/paramiko.SubsystemHandler-class.html
|
||||
share/doc/py-paramiko/public/paramiko.Transport-class.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
|
||||
@ -198,6 +252,7 @@ share/doc/py-paramiko/public/paramiko.pkey.PKey-class.html
|
||||
share/doc/py-paramiko/public/paramiko.rsakey-module.html
|
||||
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.InteractiveQuery-class.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
|
||||
|
Loading…
Reference in New Issue
Block a user