Update to paramiko-1.5.2
- compression - bug fixes
This commit is contained in:
parent
916e06ced2
commit
8f83d097f4
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2005/11/02 08:05:30 xsa Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2005/12/05 09:02:27 xsa Exp $
|
||||
|
||||
COMMENT= "Python module that implements the SSH2 protocol"
|
||||
|
||||
DISTNAME= paramiko-1.5.1
|
||||
DISTNAME= paramiko-1.5.2
|
||||
PKGNAME= py-${DISTNAME}
|
||||
CATEGORIES= security
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
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
|
||||
MD5 (paramiko-1.5.2.zip) = e9150f837a00fb95847657684873f201
|
||||
RMD160 (paramiko-1.5.2.zip) = 079eaf90c8626f17f63443123278269212918886
|
||||
SHA1 (paramiko-1.5.2.zip) = 8c24d3db32476dfb9d6ae5a828e5615d5283ee09
|
||||
SIZE (paramiko-1.5.2.zip) = 555303
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2005/11/02 08:05:30 xsa Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2005/12/05 09:02:28 xsa Exp $
|
||||
lib/python${MODPY_VERSION}/
|
||||
lib/python${MODPY_VERSION}/site-packages/
|
||||
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
|
||||
@ -12,6 +14,8 @@ lib/python${MODPY_VERSION}/site-packages/paramiko/channel.py
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/channel.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/common.py
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/common.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/compress.py
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/compress.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/dsskey.py
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/dsskey.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/paramiko/file.py
|
||||
@ -74,7 +78,6 @@ 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
|
||||
@ -98,86 +101,60 @@ 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
|
||||
share/doc/py-paramiko/private/paramiko.ber.BER-class.html
|
||||
share/doc/py-paramiko/private/paramiko.ber.BERException-class.html
|
||||
share/doc/py-paramiko/private/paramiko.channel-module.html
|
||||
share/doc/py-paramiko/private/paramiko.channel.Channel-class.html
|
||||
share/doc/py-paramiko/private/paramiko.channel.ChannelFile-class.html
|
||||
share/doc/py-paramiko/private/paramiko.channel.ChannelStderrFile-class.html
|
||||
share/doc/py-paramiko/private/paramiko.common-module.html
|
||||
share/doc/py-paramiko/private/paramiko.compress-module.html
|
||||
share/doc/py-paramiko/private/paramiko.compress.ZlibCompressor-class.html
|
||||
share/doc/py-paramiko/private/paramiko.compress.ZlibDecompressor-class.html
|
||||
share/doc/py-paramiko/private/paramiko.dsskey-module.html
|
||||
share/doc/py-paramiko/private/paramiko.dsskey.DSSKey-class.html
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
share/doc/py-paramiko/private/paramiko.sftp.BaseSFTP-class.html
|
||||
share/doc/py-paramiko/private/paramiko.sftp.SFTPError-class.html
|
||||
share/doc/py-paramiko/private/paramiko.sftp_attr-module.html
|
||||
share/doc/py-paramiko/private/paramiko.sftp_attr.SFTPAttributes-class.html
|
||||
share/doc/py-paramiko/private/paramiko.sftp_client-module.html
|
||||
share/doc/py-paramiko/private/paramiko.sftp_client.SFTP-class.html
|
||||
share/doc/py-paramiko/private/paramiko.sftp_client.SFTPClient-class.html
|
||||
share/doc/py-paramiko/private/paramiko.sftp_file-module.html
|
||||
share/doc/py-paramiko/private/paramiko.sftp_file.SFTPFile-class.html
|
||||
share/doc/py-paramiko/private/paramiko.sftp_handle-module.html
|
||||
share/doc/py-paramiko/private/paramiko.sftp_handle.SFTPHandle-class.html
|
||||
share/doc/py-paramiko/private/paramiko.sftp_server-module.html
|
||||
share/doc/py-paramiko/private/paramiko.sftp_server.SFTPServer-class.html
|
||||
share/doc/py-paramiko/private/paramiko.sftp_si-module.html
|
||||
share/doc/py-paramiko/private/paramiko.sftp_si.SFTPServerInterface-class.html
|
||||
share/doc/py-paramiko/private/paramiko.ssh_exception-module.html
|
||||
share/doc/py-paramiko/private/paramiko.ssh_exception.BadAuthenticationType-class.html
|
||||
share/doc/py-paramiko/private/paramiko.ssh_exception.PartialAuthentication-class.html
|
||||
share/doc/py-paramiko/private/paramiko.ssh_exception.PasswordRequiredException-class.html
|
||||
share/doc/py-paramiko/private/paramiko.ssh_exception.SSHException-class.html
|
||||
share/doc/py-paramiko/private/paramiko.transport-module.html
|
||||
share/doc/py-paramiko/private/paramiko.transport.BaseTransport-class.html
|
||||
share/doc/py-paramiko/private/paramiko.transport.SecurityOptions-class.html
|
||||
share/doc/py-paramiko/private/paramiko.util-module.html
|
||||
share/doc/py-paramiko/private/paramiko.util.PFilter-class.html
|
||||
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_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
|
||||
share/doc/py-paramiko/private/toc-paramiko.common-module.html
|
||||
share/doc/py-paramiko/private/toc-paramiko.compress-module.html
|
||||
share/doc/py-paramiko/private/toc-paramiko.dsskey-module.html
|
||||
share/doc/py-paramiko/private/toc-paramiko.file-module.html
|
||||
share/doc/py-paramiko/private/toc-paramiko.kex_gex-module.html
|
||||
@ -233,59 +210,27 @@ 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
|
||||
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
|
||||
share/doc/py-paramiko/public/paramiko.channel.Channel-class.html
|
||||
share/doc/py-paramiko/public/paramiko.channel.ChannelFile-class.html
|
||||
share/doc/py-paramiko/public/paramiko.channel.ChannelStderrFile-class.html
|
||||
share/doc/py-paramiko/public/paramiko.dsskey-module.html
|
||||
share/doc/py-paramiko/public/paramiko.dsskey.DSSKey-class.html
|
||||
share/doc/py-paramiko/public/paramiko.file-module.html
|
||||
share/doc/py-paramiko/public/paramiko.file.BufferedFile-class.html
|
||||
share/doc/py-paramiko/public/paramiko.message-module.html
|
||||
share/doc/py-paramiko/public/paramiko.message.Message-class.html
|
||||
share/doc/py-paramiko/public/paramiko.pkey-module.html
|
||||
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
|
||||
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
|
||||
share/doc/py-paramiko/public/paramiko.sftp_client.SFTP-class.html
|
||||
share/doc/py-paramiko/public/paramiko.sftp_client.SFTPClient-class.html
|
||||
share/doc/py-paramiko/public/paramiko.sftp_file-module.html
|
||||
share/doc/py-paramiko/public/paramiko.sftp_file.SFTPFile-class.html
|
||||
share/doc/py-paramiko/public/paramiko.sftp_handle-module.html
|
||||
share/doc/py-paramiko/public/paramiko.sftp_handle.SFTPHandle-class.html
|
||||
share/doc/py-paramiko/public/paramiko.sftp_server-module.html
|
||||
share/doc/py-paramiko/public/paramiko.sftp_server.SFTPServer-class.html
|
||||
share/doc/py-paramiko/public/paramiko.sftp_si-module.html
|
||||
share/doc/py-paramiko/public/paramiko.sftp_si.SFTPServerInterface-class.html
|
||||
share/doc/py-paramiko/public/paramiko.ssh_exception-module.html
|
||||
share/doc/py-paramiko/public/paramiko.ssh_exception.BadAuthenticationType-class.html
|
||||
share/doc/py-paramiko/public/paramiko.ssh_exception.PartialAuthentication-class.html
|
||||
share/doc/py-paramiko/public/paramiko.ssh_exception.PasswordRequiredException-class.html
|
||||
share/doc/py-paramiko/public/paramiko.ssh_exception.SSHException-class.html
|
||||
share/doc/py-paramiko/public/paramiko.transport-module.html
|
||||
share/doc/py-paramiko/public/paramiko.transport.BaseTransport-class.html
|
||||
share/doc/py-paramiko/public/paramiko.transport.SecurityOptions-class.html
|
||||
share/doc/py-paramiko/public/paramiko.util-module.html
|
||||
share/doc/py-paramiko/public/paramiko.util.PFilter-class.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
|
||||
share/doc/py-paramiko/public/toc-paramiko.file-module.html
|
||||
share/doc/py-paramiko/public/toc-paramiko.message-module.html
|
||||
@ -299,7 +244,6 @@ share/doc/py-paramiko/public/toc-paramiko.sftp_file-module.html
|
||||
share/doc/py-paramiko/public/toc-paramiko.sftp_handle-module.html
|
||||
share/doc/py-paramiko/public/toc-paramiko.sftp_server-module.html
|
||||
share/doc/py-paramiko/public/toc-paramiko.sftp_si-module.html
|
||||
share/doc/py-paramiko/public/toc-paramiko.ssh_exception-module.html
|
||||
share/doc/py-paramiko/public/toc-paramiko.transport-module.html
|
||||
share/doc/py-paramiko/public/toc-paramiko.util-module.html
|
||||
share/doc/py-paramiko/public/toc.html
|
||||
|
Loading…
Reference in New Issue
Block a user