This has a few updates from the old (2019-06-23) version, including "Fix incorrectly swapped order of p and q numbers when loading OpenSSH-format RSA private keys. At minimum this should address a slowdown when using such keys, and it also means Paramiko works with Cryptography 3.1 and above (which complains strenuously when this problem appears)."
Requires https://marc.info/?l=openbsd-ports&m=163053829504924&w=2 for tests. OK? http://www.paramiko.org/changelog.html Index: Makefile =================================================================== RCS file: /cvs/ports/security/py-paramiko/Makefile,v retrieving revision 1.57 diff -u -p -r1.57 Makefile --- Makefile 1 Sep 2021 22:44:04 -0000 1.57 +++ Makefile 1 Sep 2021 23:21:33 -0000 @@ -2,13 +2,12 @@ COMMENT = Python module that implements the SSH2 protocol -MODPY_EGG_VERSION = 2.6.0 +MODPY_EGG_VERSION = 2.7.2 DISTNAME = paramiko-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = security -REVISION = 2 -HOMEPAGE = https://github.com/paramiko/paramiko/ +HOMEPAGE = https://www.paramiko.org/ MAINTAINER = Benoit Lecocq <[email protected]> @@ -26,7 +25,8 @@ RUN_DEPENDS = devel/py-asn1${MODPY_FLAV security/py-bcrypt${MODPY_FLAVOR} \ security/py-cryptography${MODPY_FLAVOR} \ security/py-PyNaCl${MODPY_FLAVOR} -TEST_DEPENDS = devel/py-mock${MODPY_FLAVOR} +TEST_DEPENDS = devel/py-mock${MODPY_FLAVOR} \ + devel/py-invoke${MODPY_FLAVOR} FLAVORS = python3 FLAVOR = python3 Index: distinfo =================================================================== RCS file: /cvs/ports/security/py-paramiko/distinfo,v retrieving revision 1.33 diff -u -p -r1.33 distinfo --- distinfo 9 Nov 2019 15:01:32 -0000 1.33 +++ distinfo 1 Sep 2021 23:21:33 -0000 @@ -1,2 +1,2 @@ -SHA256 (paramiko-2.6.0.tar.gz) = 9LLt+g0ia3C9TKMep+OJMlmQKD2iNGXVcu0fcKdYMEE= -SIZE (paramiko-2.6.0.tar.gz) = 1018679 +SHA256 (paramiko-2.7.2.tar.gz) = fzb0uiwNgdIZ9FleNfcNVsyU+axApqzfUdbKIQzmUDU= +SIZE (paramiko-2.7.2.tar.gz) = 1069537
