Update security/py-paramiko to 1.7.6.
pkgsrc changes: - patches/patch-aa no longer required - Added LICENSE Changelog: ARC4 & CTR support, IP6 support, and various bug fixes (incl. an important Windows random number generation fix)
This commit is contained in:
parent
5736888c8f
commit
7fd1450500
3 changed files with 27 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:45 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2010/05/31 20:30:31 gls Exp $
|
||||
#
|
||||
|
||||
DISTNAME= paramiko-1.7.3
|
||||
DISTNAME= paramiko-1.7.6
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.lag.net/paramiko/download/
|
||||
|
@ -10,14 +10,17 @@ EXTRACT_SUFX= .zip
|
|||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.lag.net/paramiko/
|
||||
COMMENT= SSH2 protocol library
|
||||
LICENSE= gnu-lgpl-v2.1
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
REPLACE_PYTHON= paramiko/rng*.py
|
||||
|
||||
do-test:
|
||||
(cd ${WRKSRC} && ${PYTHONBIN} test.py)
|
||||
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../security/py-amkCrypto/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:13:37 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2010/05/31 20:30:31 gls Exp $
|
||||
${PYSITELIB}/paramiko-1.7.6-py2.6.egg-info/PKG-INFO
|
||||
${PYSITELIB}/paramiko-1.7.6-py2.6.egg-info/SOURCES.txt
|
||||
${PYSITELIB}/paramiko-1.7.6-py2.6.egg-info/dependency_links.txt
|
||||
${PYSITELIB}/paramiko-1.7.6-py2.6.egg-info/requires.txt
|
||||
${PYSITELIB}/paramiko-1.7.6-py2.6.egg-info/top_level.txt
|
||||
${PYSITELIB}/paramiko/__init__.py
|
||||
${PYSITELIB}/paramiko/__init__.pyc
|
||||
${PYSITELIB}/paramiko/__init__.pyo
|
||||
|
@ -50,9 +55,6 @@ ${PYSITELIB}/paramiko/logging22.pyo
|
|||
${PYSITELIB}/paramiko/message.py
|
||||
${PYSITELIB}/paramiko/message.pyc
|
||||
${PYSITELIB}/paramiko/message.pyo
|
||||
${PYSITELIB}/paramiko/osrandom.py
|
||||
${PYSITELIB}/paramiko/osrandom.pyc
|
||||
${PYSITELIB}/paramiko/osrandom.pyo
|
||||
${PYSITELIB}/paramiko/packet.py
|
||||
${PYSITELIB}/paramiko/packet.pyc
|
||||
${PYSITELIB}/paramiko/packet.pyo
|
||||
|
@ -65,12 +67,21 @@ ${PYSITELIB}/paramiko/pkey.pyo
|
|||
${PYSITELIB}/paramiko/primes.py
|
||||
${PYSITELIB}/paramiko/primes.pyc
|
||||
${PYSITELIB}/paramiko/primes.pyo
|
||||
${PYSITELIB}/paramiko/rsakey.py
|
||||
${PYSITELIB}/paramiko/rsakey.pyc
|
||||
${PYSITELIB}/paramiko/rsakey.pyo
|
||||
${PYSITELIB}/paramiko/resource.py
|
||||
${PYSITELIB}/paramiko/resource.pyc
|
||||
${PYSITELIB}/paramiko/resource.pyo
|
||||
${PYSITELIB}/paramiko/rng.py
|
||||
${PYSITELIB}/paramiko/rng.pyc
|
||||
${PYSITELIB}/paramiko/rng.pyo
|
||||
${PYSITELIB}/paramiko/rng_posix.py
|
||||
${PYSITELIB}/paramiko/rng_posix.pyc
|
||||
${PYSITELIB}/paramiko/rng_posix.pyo
|
||||
${PYSITELIB}/paramiko/rng_win32.py
|
||||
${PYSITELIB}/paramiko/rng_win32.pyc
|
||||
${PYSITELIB}/paramiko/rng_win32.pyo
|
||||
${PYSITELIB}/paramiko/rsakey.py
|
||||
${PYSITELIB}/paramiko/rsakey.pyc
|
||||
${PYSITELIB}/paramiko/rsakey.pyo
|
||||
${PYSITELIB}/paramiko/server.py
|
||||
${PYSITELIB}/paramiko/server.pyc
|
||||
${PYSITELIB}/paramiko/server.pyo
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2008/05/15 18:27:43 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.4 2010/05/31 20:30:31 gls Exp $
|
||||
|
||||
SHA1 (paramiko-1.7.3.zip) = e4d476008a8f5624d674e44a2ef0911cd6c1a57d
|
||||
RMD160 (paramiko-1.7.3.zip) = f0fe9bfc2f4e7b3fae1a4bc58c5a4ea3dd84743f
|
||||
Size (paramiko-1.7.3.zip) = 1078878 bytes
|
||||
SHA1 (patch-aa) = 0c31844f4a3c0d72a8c7cd72364316c30e118bb4
|
||||
SHA1 (paramiko-1.7.6.zip) = db5e09e13fb8f7c865b22c4ff12b3a9a6201948b
|
||||
RMD160 (paramiko-1.7.6.zip) = 8a4d7d72c359b556bc05b6d23151143124d4c39d
|
||||
Size (paramiko-1.7.6.zip) = 1104797 bytes
|
||||
|
|
Loading…
Reference in a new issue