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:           Tue Aug 13 13:41:46 UTC 2024

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

Log Message:
py-paramiko: updated to 3.4.1

3.4.1 2024-08-11
[Bug]: Fix a 64-bit-ism in the test suite so the tests don’t encounter a false negative on 32-bit systems. Reported by Stanislav Levin.
[Bug]: Modify a test-harness skiptest check to work with newer versions of Cryptography. Props to Paul Howarth for the patch.
[Bug]: Massage our import of the TripleDES cipher to support Cryptography >=43; this should prevent CryptographyDeprecationWarning from appearing upon import. Thanks to Erick Alejo for the report and 
Bryan Banda for the patch.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/security/py-paramiko/Makefile
cvs rdiff -u -r1.34 -r1.35 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.52 pkgsrc/security/py-paramiko/Makefile:1.53
--- pkgsrc/security/py-paramiko/Makefile:1.52   Mon Dec 18 21:16:04 2023
+++ pkgsrc/security/py-paramiko/Makefile        Tue Aug 13 13:41:46 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2023/12/18 21:16:04 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2024/08/13 13:41:46 adam Exp $
 
-DISTNAME=      paramiko-3.4.0
+DISTNAME=      paramiko-3.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/paramiko/}

Index: pkgsrc/security/py-paramiko/distinfo
diff -u pkgsrc/security/py-paramiko/distinfo:1.34 pkgsrc/security/py-paramiko/distinfo:1.35
--- pkgsrc/security/py-paramiko/distinfo:1.34   Mon Dec 18 21:16:04 2023
+++ pkgsrc/security/py-paramiko/distinfo        Tue Aug 13 13:41:46 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2023/12/18 21:16:04 wiz Exp $
+$NetBSD: distinfo,v 1.35 2024/08/13 13:41:46 adam Exp $
 
-BLAKE2s (paramiko-3.4.0.tar.gz) = ee83ccda4e152dff5acb3bd6834c92436827d1d7a4cf524848936480b8c5bdd9
-SHA512 (paramiko-3.4.0.tar.gz) = fdbc8e45fefc7f9adcc1d576cf8979fe87a9bc403d15e4cedb3f06d1f75a52228f2e368c61ff8941b3c60c1090d4f1bad5adbdcaa50bf19d919a160f871b084b
-Size (paramiko-3.4.0.tar.gz) = 1277306 bytes
+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



Home | Main Index | Thread Index | Old Index