Up to [cvs.NetBSD.org] / pkgsrc / security / py-ssh
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5, Thu Mar 14 21:45:43 2013 UTC (10 years, 2 months ago) by gls
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
HEAD
Changes since 1.4: +1 -1
lines
FILE REMOVED
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."
Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 23 18:16:55 2012 UTC (10 years, 7 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.3: +1 -3
lines
Diff to previous 1.3 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Jul 1 19:24:34 2012 UTC (10 years, 10 months ago) by gls
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Update security/py-ssh to 1.7.14 Upstream changes: ----------------- ## ssh 1.7.14 (2012-05-07) * #15: Implemented parameter substitution in SSHConfig, matching the implementation of `ssh_config(5)`. Thanks to Olle Lundberg for the patch. * #24: Switch some internal type checking to use `isinstance` to help prevent problems with client libraries using subclasses of builtin types. Thanks to Alex Morega for the patch. * [Fabric #562](https://github.com/fabric/fabric/issues/562): Agent forwarding would error out (with `Authentication response too long`) or freeze, when more than one remote connection to the local agent was active at the same time. This has been fixed. Thanks to Steven McDonald for assisting in troubleshooting/patching, and to GitHub user `@lynxis` for providing the final version of the patch.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 13 21:35:18 2012 UTC (11 years, 1 month ago) by gls
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Update security/py-ssh to 1.7.13. Upstream changes: ## ssh 1.7.13 (2012-02-13) * #5: Moved a `fcntl` import closer to where it's used to help avoid `ImportError` problems on Windows platforms. Thanks to Jason Coombs for the catch + suggested fix. * #4: Updated implementation of WinPageant integration to work on 64-bit Windows. Thanks again to Jason Coombs for the patch.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Feb 12 15:05:04 2012 UTC (11 years, 3 months ago) by gls
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of py-ssh, version 1.7.12, into the NetBSD packages collection. 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.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 12 15:05:04 2012 UTC (11 years, 3 months ago) by gls
Branch: MAIN
Initial revision