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 Feb 4 08:47:28 UTC 2025
Modified Files:
pkgsrc/security/py-paramiko: Makefile distinfo
Log Message:
py-paramiko: updated to 3.5.1
3.5.1 2025-02-03
[Bug] 2490: Private key material is now explicitly ‘unpadded’ during decryption, removing a reliance on some lax OpenSSL behavior & making us compatible with future Cryptography releases. Patch
courtesy of Alex Gaynor.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/security/py-paramiko/Makefile
cvs rdiff -u -r1.36 -r1.37 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.55 pkgsrc/security/py-paramiko/Makefile:1.56
--- pkgsrc/security/py-paramiko/Makefile:1.55 Mon Nov 11 07:28:56 2024
+++ pkgsrc/security/py-paramiko/Makefile Tue Feb 4 08:47:28 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2024/11/11 07:28:56 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2025/02/04 08:47:28 adam Exp $
-DISTNAME= paramiko-3.5.0
+DISTNAME= paramiko-3.5.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.36 pkgsrc/security/py-paramiko/distinfo:1.37
--- pkgsrc/security/py-paramiko/distinfo:1.36 Mon Sep 16 08:20:43 2024
+++ pkgsrc/security/py-paramiko/distinfo Tue Feb 4 08:47:28 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2024/09/16 08:20:43 adam Exp $
+$NetBSD: distinfo,v 1.37 2025/02/04 08:47:28 adam Exp $
-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
+BLAKE2s (paramiko-3.5.1.tar.gz) = ef6e6eebe983561588d50df89c353098a88b4185f5f3da79b64c2a5ec388e5e2
+SHA512 (paramiko-3.5.1.tar.gz) = 2bf372b1f65c6872f95a22e6a6cb69fcaac1a3732436bdbbe476a96d7b2af3b7d85cb7c069f5de220d7e4d1f4c98e8e8fbc247ec24cf4a0c3221143faf7f37b3
+Size (paramiko-3.5.1.tar.gz) = 1566110 bytes
Home |
Main Index |
Thread Index |
Old Index