Sun Jul 1 19:24:34 2012 UTC ()
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.


(gls)
diff -r1.2 -r1.3 pkgsrc/security/py-ssh/Makefile
diff -r1.2 -r1.3 pkgsrc/security/py-ssh/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/security/py-ssh/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/security/py-ssh/Attic/Makefile 2012/04/13 21:35:18 1.2
+++ pkgsrc/security/py-ssh/Attic/Makefile 2012/07/01 19:24:34 1.3
@@ -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/

cvs diff -r1.2 -r1.3 pkgsrc/security/py-ssh/Attic/distinfo (expand / switch to context diff)
--- pkgsrc/security/py-ssh/Attic/distinfo 2012/04/13 21:35:18 1.2
+++ pkgsrc/security/py-ssh/Attic/distinfo 2012/07/01 19:24:34 1.3
@@ -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
+SHA1 (ssh-1.7.14.tar.gz) = 18262ce679b22d9eaf7981f73856aa8b321a1261
-RMD160 (ssh-1.7.13.tar.gz) = 773ddc95899b144716a65ec140767adaa4e392d6
+RMD160 (ssh-1.7.14.tar.gz) = 03e2da2d9b5fae803cc416b44f1903cae81186b1
-Size (ssh-1.7.13.tar.gz) = 790781 bytes
+Size (ssh-1.7.14.tar.gz) = 794505 bytes