Fri Apr 13 21:35:18 2012 UTC ()
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.


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

cvs diff -r1.1.1.1 -r1.2 pkgsrc/security/py-ssh/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-ssh/Attic/Makefile 2012/02/12 15:05:04 1.1.1.1
+++ pkgsrc/security/py-ssh/Attic/Makefile 2012/04/13 21:35:18 1.2
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.1.1.1 2012/02/12 15:05:04 gls Exp $ 1# $NetBSD: Makefile,v 1.2 2012/04/13 21:35:18 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.12 7VERSION= 1.7.13
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.1.1.1 -r1.2 pkgsrc/security/py-ssh/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/security/py-ssh/Attic/distinfo 2012/02/12 15:05:04 1.1.1.1
+++ pkgsrc/security/py-ssh/Attic/distinfo 2012/04/13 21:35:18 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2012/02/12 15:05:04 gls Exp $ 1$NetBSD: distinfo,v 1.2 2012/04/13 21:35:18 gls Exp $
2 2
3SHA1 (ssh-1.7.12.tar.gz) = ef2c5affa5990aa6619f7b0ca56d672fcc621016 3SHA1 (ssh-1.7.13.tar.gz) = 547296a7d0653f05930d1c616aebe6cb12bfd6f0
4RMD160 (ssh-1.7.12.tar.gz) = 56a887eb96c0588ec7bf05e7ef0e259db99f9067 4RMD160 (ssh-1.7.13.tar.gz) = 773ddc95899b144716a65ec140767adaa4e392d6
5Size (ssh-1.7.12.tar.gz) = 790597 bytes 5Size (ssh-1.7.13.tar.gz) = 790781 bytes