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 unified 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,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.2 2012/04/13 21:35:18 gls Exp $ 1# $NetBSD: Makefile,v 1.3 2012/07/01 19:24:34 gls Exp $
2# 2#
3DISTNAME= ssh-${VERSION} 3DISTNAME= ssh-${VERSION}
4PKGNAME= ${PYPKGPREFIX}-ssh-${VERSION} 4PKGNAME= ${PYPKGPREFIX}-ssh-${VERSION}
5CATEGORIES= security 5CATEGORIES= security
6MASTER_SITES= http://pypi.python.org/packages/source/s/ssh/ 6MASTER_SITES= http://pypi.python.org/packages/source/s/ssh/
7VERSION= 1.7.13 7VERSION= 1.7.14
8 8
9MAINTAINER= gls@NetBSD.org 9MAINTAINER= gls@NetBSD.org
10HOMEPAGE= http://pypi.python.org/pypi/ssh/ 10HOMEPAGE= http://pypi.python.org/pypi/ssh/
11COMMENT= This is a library for making SSH2 connections (client or server) 11COMMENT= This is a library for making SSH2 connections (client or server)
12LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16DEPENDS+= ${PYPKGPREFIX}-crypto>=2.1:../../security/py-crypto 16DEPENDS+= ${PYPKGPREFIX}-crypto>=2.1:../../security/py-crypto
17PYDISTUTILSPKG= yes 17PYDISTUTILSPKG= yes
18 18
19USE_LANGUAGES= # none 19USE_LANGUAGES= # none
20 20

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