Skip to content

Commit

Permalink
Update security/py-paramiko to 1.11.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gls committed Aug 6, 2013
1 parent 71b7991 commit 366ca0c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
7 changes: 4 additions & 3 deletions security/py-paramiko/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 4 additions & 1 deletion security/py-paramiko/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions security/py-paramiko/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 366ca0c

Please sign in to comment.