update to py-paramiko-1.0; mostly bugfixes.

This commit is contained in:
xsa 2004-11-08 17:45:54 +00:00
parent f84e49d619
commit 667b03872f
3 changed files with 8 additions and 37 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2004/10/28 14:58:31 xsa Exp $
# $OpenBSD: Makefile,v 1.5 2004/11/08 17:45:54 xsa Exp $
COMMENT= "Python module that implements the SSH2 protocol"
V= 0.9
DISTNAME= paramiko-${V}-ivysaur
PKGNAME= py-paramiko-${V}p0
DISTNAME= paramiko-1.0
PKGNAME= py-${DISTNAME}
CATEGORIES= security
HOMEPAGE= http://www.lag.net/~robey/paramiko/
@ -36,6 +35,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/docs/public/* ${DOCSDIR}/public
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/{demo*,forward}.py ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/*_key ${EXAMPLESDIR}
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (paramiko-0.9-ivysaur.zip) = 7dca2bd69afd0108757390ee1d547448
RMD160 (paramiko-0.9-ivysaur.zip) = 32186c0e21e81df1ca3891d135ad15f80a640d85
SHA1 (paramiko-0.9-ivysaur.zip) = cb204a86bdb609e3e422daf4a2d02c6d84787fab
MD5 (paramiko-1.0.zip) = 9b2487ac9fc4778603a80aeac6cc9bbf
RMD160 (paramiko-1.0.zip) = 778cf0222fdbd2fb91bb411760aa011f30ba832c
SHA1 (paramiko-1.0.zip) = eca6f775be06be795eb4a6a67d082568db3213c2

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2004/10/28 14:54:05 xsa Exp $
@comment $OpenBSD: PLIST,v 1.4 2004/11/08 17:45: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
@ -91,31 +91,20 @@ 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.SFTP-class.html
share/doc/py-paramiko/private/paramiko.sftp.SFTPAttributes-class.html
share/doc/py-paramiko/private/paramiko.sftp.SFTPError-class.html
share/doc/py-paramiko/private/paramiko.sftp.SFTPFile-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.SFTPAttributes-class.html
share/doc/py-paramiko/private/paramiko.sftp_client.SFTPClient-class.html
share/doc/py-paramiko/private/paramiko.sftp_client.SFTPError-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_server-module.html
share/doc/py-paramiko/private/paramiko.sftp_server.SFTPHandle-class.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.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.transport.SubsystemHandler-class.html
share/doc/py-paramiko/private/paramiko.util-module.html
share/doc/py-paramiko/private/threading.Thread-class.html
share/doc/py-paramiko/private/threading._Verbose-class.html
@ -139,8 +128,6 @@ share/doc/py-paramiko/private/toc-paramiko.sftp-module.html
share/doc/py-paramiko/private/toc-paramiko.sftp_attr-module.html
share/doc/py-paramiko/private/toc-paramiko.sftp_client-module.html
share/doc/py-paramiko/private/toc-paramiko.sftp_file-module.html
share/doc/py-paramiko/private/toc-paramiko.sftp_server-module.html
share/doc/py-paramiko/private/toc-paramiko.sftp_si-module.html
share/doc/py-paramiko/private/toc-paramiko.ssh_exception-module.html
share/doc/py-paramiko/private/toc-paramiko.transport-module.html
share/doc/py-paramiko/private/toc-paramiko.util-module.html
@ -174,30 +161,19 @@ 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.SFTP-class.html
share/doc/py-paramiko/public/paramiko.sftp.SFTPAttributes-class.html
share/doc/py-paramiko/public/paramiko.sftp.SFTPError-class.html
share/doc/py-paramiko/public/paramiko.sftp.SFTPFile-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.SFTPAttributes-class.html
share/doc/py-paramiko/public/paramiko.sftp_client.SFTPClient-class.html
share/doc/py-paramiko/public/paramiko.sftp_client.SFTPError-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_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.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.transport.SubsystemHandler-class.html
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
@ -210,11 +186,9 @@ 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
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
@ -222,8 +196,7 @@ share/doc/py-paramiko/public/toc.html
share/doc/py-paramiko/public/trees.html
share/examples/py-paramiko/
share/examples/py-paramiko/demo.py
share/examples/py-paramiko/demo_dss_key
share/examples/py-paramiko/demo_rsa_key
share/examples/py-paramiko/demo_server.py
share/examples/py-paramiko/demo_simple.py
share/examples/py-paramiko/demo_windows.py
share/examples/py-paramiko/forward.py