diff options
author | gls <gls@pkgsrc.org> | 2012-07-01 19:24:34 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2012-07-01 19:24:34 +0000 |
commit | 78bc04139bc8e139c801908fed7c0db7df8356be (patch) | |
tree | a2ea2a4818fe28abc447659ffeb468c21538d861 /security | |
parent | ea6fea60516997e1b3c7b2d24df1482007f97252 (diff) | |
download | pkgsrc-78bc04139bc8e139c801908fed7c0db7df8356be.tar.gz |
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.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-ssh/Makefile | 4 | ||||
-rw-r--r-- | security/py-ssh/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/py-ssh/Makefile b/security/py-ssh/Makefile index ea57c985e11..ce3704fb234 100644 --- a/security/py-ssh/Makefile +++ b/security/py-ssh/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2012/04/13 21:35:18 gls Exp $ +# $NetBSD: Makefile,v 1.3 2012/07/01 19:24:34 gls Exp $ # DISTNAME= ssh-${VERSION} PKGNAME= ${PYPKGPREFIX}-ssh-${VERSION} CATEGORIES= security MASTER_SITES= http://pypi.python.org/packages/source/s/ssh/ -VERSION= 1.7.13 +VERSION= 1.7.14 MAINTAINER= gls@NetBSD.org HOMEPAGE= http://pypi.python.org/pypi/ssh/ diff --git a/security/py-ssh/distinfo b/security/py-ssh/distinfo index 54ed06ee3a4..b5e428773fb 100644 --- a/security/py-ssh/distinfo +++ b/security/py-ssh/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2012/04/13 21:35:18 gls Exp $ +$NetBSD: distinfo,v 1.3 2012/07/01 19:24:34 gls Exp $ -SHA1 (ssh-1.7.13.tar.gz) = 547296a7d0653f05930d1c616aebe6cb12bfd6f0 -RMD160 (ssh-1.7.13.tar.gz) = 773ddc95899b144716a65ec140767adaa4e392d6 -Size (ssh-1.7.13.tar.gz) = 790781 bytes +SHA1 (ssh-1.7.14.tar.gz) = 18262ce679b22d9eaf7981f73856aa8b321a1261 +RMD160 (ssh-1.7.14.tar.gz) = 03e2da2d9b5fae803cc416b44f1903cae81186b1 +Size (ssh-1.7.14.tar.gz) = 794505 bytes |