Re: py-paramiko update

2021-09-02 Thread Antoine Jacoutot
On Thu, 2021-09-02 at 00:21 +0100, Stuart Henderson wrote:
> 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=163053829504924=2 for tests.
> 
> OK?

OK aja


> 
> 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
> --- Makefile1 Sep 2021 22:44:04 -   1.57
> +++ Makefile1 Sep 2021 23:21:33 -
> @@ -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 
>  
> @@ -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
> --- distinfo9 Nov 2019 15:01:32 -   1.33
> +++ distinfo1 Sep 2021 23:21:33 -
> @@ -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
> 

-- 
Antoine



py-paramiko update

2021-09-01 Thread Stuart Henderson
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=163053829504924=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
--- Makefile1 Sep 2021 22:44:04 -   1.57
+++ Makefile1 Sep 2021 23:21:33 -
@@ -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 
 
@@ -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
--- distinfo9 Nov 2019 15:01:32 -   1.33
+++ distinfo1 Sep 2021 23:21:33 -
@@ -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