From 8fb03314ecc55a2b0cefe4e46fad0760ca5b2c2f Mon Sep 17 00:00:00 2001 From: gls Date: Tue, 6 Aug 2013 18:11:28 +0000 Subject: [PATCH] Update security/py-paramiko to 1.11.0 pkgsrc changes: --------------- FETCH_USING= curl, as PyPi moved to https. Upstream changes: ----------------- v1.11.0 (26th Jul 2013) ----------------------- * #98: On Windows, when interacting with the PuTTY PAgeant, Paramiko now creates the shared memory map with explicit Security Attributes of the user, which is the same technique employed by the canonical PuTTY library to avoid permissions issues when Paramiko is running under a different UAC context than the PuTTY Ageant process. Thanks to Jason R. Coombs for the patch. * #100: Remove use of PyWin32 in `win_pageant` module. Module was already dependent on ctypes for constructing appropriate structures and had ctypes implementations of all functionality. Thanks to Jason R. Coombs for the patch. * #87: Ensure updates to `known_hosts` files account for any updates to said files after Paramiko initially read them. (Includes related fix to guard against duplicate entries during subsequent `known_hosts` loads.) Thanks to `@sunweaver` for the contribution. v1.10.2 (26th Jul 2013) ----------------------- * #153, #67: Warn on parse failure when reading known_hosts file. Thanks to `@glasserc` for patch. * #146: Indentation fixes for readability. Thanks to Abhinav Upadhyay for catch & patch. --- security/py-paramiko/Makefile | 7 ++++--- security/py-paramiko/PLIST | 5 ++++- security/py-paramiko/distinfo | 8 ++++---- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile index b9f9c3ac47873..e858b4703040b 100644 --- a/security/py-paramiko/Makefile +++ b/security/py-paramiko/Makefile @@ -1,17 +1,18 @@ -# $NetBSD: Makefile,v 1.15 2013/04/11 16:28:50 drochner Exp $ +# $NetBSD: Makefile,v 1.16 2013/08/06 18:11:28 gls Exp $ # -DISTNAME= paramiko-1.10.1 +DISTNAME= paramiko-1.11.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security MASTER_SITES= http://pypi.python.org/packages/source/p/paramiko/ +FETCH_USING= curl MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/paramiko/paramiko/ COMMENT= SSH2 protocol library LICENSE= gnu-lgpl-v2.1 -DEPENDS+= ${PYPKGPREFIX}-crypto>=2.1:../../security/py-crypto +DEPENDS+= ${PYPKGPREFIX}-crypto>=2.1:../../security/py-crypto PYDISTUTILSPKG= yes REPLACE_PYTHON= paramiko/rng*.py diff --git a/security/py-paramiko/PLIST b/security/py-paramiko/PLIST index 8dfc11b7fc35d..a818f11e1fd84 100644 --- a/security/py-paramiko/PLIST +++ b/security/py-paramiko/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2012/11/27 22:13:32 gls Exp $ +@comment $NetBSD: PLIST,v 1.9 2013/08/06 18:11:28 gls Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -7,6 +7,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/paramiko/__init__.py ${PYSITELIB}/paramiko/__init__.pyc ${PYSITELIB}/paramiko/__init__.pyo +${PYSITELIB}/paramiko/_winapi.py +${PYSITELIB}/paramiko/_winapi.pyc +${PYSITELIB}/paramiko/_winapi.pyo ${PYSITELIB}/paramiko/agent.py ${PYSITELIB}/paramiko/agent.pyc ${PYSITELIB}/paramiko/agent.pyo diff --git a/security/py-paramiko/distinfo b/security/py-paramiko/distinfo index 85ab8aa44caac..683a0e3d79fd0 100644 --- a/security/py-paramiko/distinfo +++ b/security/py-paramiko/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2013/04/11 16:28:50 drochner Exp $ +$NetBSD: distinfo,v 1.10 2013/08/06 18:11:28 gls Exp $ -SHA1 (paramiko-1.10.1.tar.gz) = 8ac028b58cfb05c3f4d2d13d1a43bf0e768f62c6 -RMD160 (paramiko-1.10.1.tar.gz) = 2b0d231e6178e12527119b1d7926d48eaa1c9d3e -Size (paramiko-1.10.1.tar.gz) = 822839 bytes +SHA1 (paramiko-1.11.0.tar.gz) = fd925569b9f0b1bd32ce6575235d152616e64e46 +RMD160 (paramiko-1.11.0.tar.gz) = 06b3bc8b2c6611083c9223e5363cacad7a586efd +Size (paramiko-1.11.0.tar.gz) = 842743 bytes