pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-paramiko



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep 16 08:20:43 UTC 2024

Modified Files:
        pkgsrc/security/py-paramiko: Makefile distinfo

Log Message:
py-paramiko: updated to 3.5.0

3.5.0 2024-09-15

[Feature]: Add support for AES-GCM encryption ciphers (128 and 256 bit variants). Thanks to Alex Gaynor for the report (& for cryptography review), Shen Cheng for the original PR, and Chris Mason for 
the updated PR; plus as usual to everyone who tested the patches and reported their results!

This functionality has been tested in client mode against OpenSSH 9.0, 9.2, and 9.6, as well as against a number of proprietary appliance SSH servers.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/security/py-paramiko/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/security/py-paramiko/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-paramiko/Makefile
diff -u pkgsrc/security/py-paramiko/Makefile:1.53 pkgsrc/security/py-paramiko/Makefile:1.54
--- pkgsrc/security/py-paramiko/Makefile:1.53   Tue Aug 13 13:41:46 2024
+++ pkgsrc/security/py-paramiko/Makefile        Mon Sep 16 08:20:43 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2024/08/13 13:41:46 adam Exp $
+# $NetBSD: Makefile,v 1.54 2024/09/16 08:20:43 adam Exp $
 
-DISTNAME=      paramiko-3.4.1
+DISTNAME=      paramiko-3.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/paramiko/}
@@ -12,19 +12,17 @@ LICENSE=    gnu-lgpl-v2.1
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-asn1>=0.1.7:../../security/py-asn1
 DEPENDS+=      ${PYPKGPREFIX}-bcrypt>=3.2:../../security/py-bcrypt
-# ed25519?
-DEPENDS+=      ${PYPKGPREFIX}-gssapi>=1.4.1:../../security/py-gssapi
 DEPENDS+=      ${PYPKGPREFIX}-invoke>=2.0:../../sysutils/py-invoke
 DEPENDS+=      ${PYPKGPREFIX}-nacl>=1.5:../../security/py-nacl
+# gssapi
+DEPENDS+=      ${PYPKGPREFIX}-asn1>=0.1.7:../../security/py-asn1
+DEPENDS+=      ${PYPKGPREFIX}-gssapi>=1.4.1:../../security/py-gssapi
 TEST_DEPENDS+= ${PYPKGPREFIX}-icecream-[0-9]*:../../misc/py-icecream
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-relaxed>=1.1.5:../../devel/py-test-relaxed
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 PYTHON_VERSIONED_DEPENDENCIES+=        cryptography
 .include "../../lang/python/versioned_dependencies.mk"

Index: pkgsrc/security/py-paramiko/distinfo
diff -u pkgsrc/security/py-paramiko/distinfo:1.35 pkgsrc/security/py-paramiko/distinfo:1.36
--- pkgsrc/security/py-paramiko/distinfo:1.35   Tue Aug 13 13:41:46 2024
+++ pkgsrc/security/py-paramiko/distinfo        Mon Sep 16 08:20:43 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2024/08/13 13:41:46 adam Exp $
+$NetBSD: distinfo,v 1.36 2024/09/16 08:20:43 adam Exp $
 
-BLAKE2s (paramiko-3.4.1.tar.gz) = 2ae924fc3eaa82612f8a0343bf45f98684ced826ffe3fb96c6df1a6773be502e
-SHA512 (paramiko-3.4.1.tar.gz) = 07b77bb987eaa2a8b87a8b029cada549d867c8dc73034a3fce0c4d8e904ebfd650a0df0da5e42d08e2345fe32d91257ee4ed5d46f97b151a76de8a271fbe8f9d
-Size (paramiko-3.4.1.tar.gz) = 1703011 bytes
+BLAKE2s (paramiko-3.5.0.tar.gz) = d79792f4fbbeb9f951b03fa9d887c582551e8c5d4f0846f0753bd2f465f9e12b
+SHA512 (paramiko-3.5.0.tar.gz) = c0892235bf62b6c321cdf7852738b3f393d3a2ebf13800585840387f78b9a68949d579db848b4fb786ea5e31a6e54559f7483e761a6f2b49f061e9cd2a3857d1
+Size (paramiko-3.5.0.tar.gz) = 1704305 bytes



Home | Main Index | Thread Index | Old Index