pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-OpenSSL
Module Name: pkgsrc
Committed By: adam
Date: Sun Apr 26 09:03:23 UTC 2026
Modified Files:
pkgsrc/security/py-OpenSSL: Makefile distinfo
Log Message:
py-OpenSSL: updated to 26.1.0
26.1.0 (2026-04-24)
Changes:
- Maximum supported ``cryptography`` version is now 47.x.
- Fixed ``X509Name`` field setters to correctly pass the value length to OpenSSL. Previously, values containing NUL bytes would be silently truncated, causing a divergence between the stored ASN.1
value and the value visible from Python. Credit to **BudongJW** for reporting the issue. **CVE-2026-40475**
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/security/py-OpenSSL/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/security/py-OpenSSL/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-OpenSSL/Makefile
diff -u pkgsrc/security/py-OpenSSL/Makefile:1.79 pkgsrc/security/py-OpenSSL/Makefile:1.80
--- pkgsrc/security/py-OpenSSL/Makefile:1.79 Sat Mar 21 12:03:19 2026
+++ pkgsrc/security/py-OpenSSL/Makefile Sun Apr 26 09:03:23 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2026/03/21 12:03:19 wiz Exp $
+# $NetBSD: Makefile,v 1.80 2026/04/26 09:03:23 adam Exp $
-DISTNAME= pyopenssl-26.0.0
+DISTNAME= pyopenssl-26.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyopenssl/OpenSSL/}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyopenssl/}
Index: pkgsrc/security/py-OpenSSL/distinfo
diff -u pkgsrc/security/py-OpenSSL/distinfo:1.40 pkgsrc/security/py-OpenSSL/distinfo:1.41
--- pkgsrc/security/py-OpenSSL/distinfo:1.40 Sat Mar 21 12:03:19 2026
+++ pkgsrc/security/py-OpenSSL/distinfo Sun Apr 26 09:03:23 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2026/03/21 12:03:19 wiz Exp $
+$NetBSD: distinfo,v 1.41 2026/04/26 09:03:23 adam Exp $
-BLAKE2s (pyopenssl-26.0.0.tar.gz) = 74c40baa07277c06ca3f8d5519fe31abc4ae28786cbaf993ff7b7227f88ac87f
-SHA512 (pyopenssl-26.0.0.tar.gz) = aa8d68c6945c4e12b87c839d33da5e03a645b45b07ea63a8b663ea1fc09ff6a1744b35dff679046b049d410b945fd6dd4a39a74010b1c10fcd916be7715d6742
-Size (pyopenssl-26.0.0.tar.gz) = 185534 bytes
+BLAKE2s (pyopenssl-26.1.0.tar.gz) = 0a65ae109f0595bd60c22c3e5cb3ece7135e1c931b6af25ec0dc5599df4166a5
+SHA512 (pyopenssl-26.1.0.tar.gz) = 084117296b7013d665d7f30705b26ad5dd2758febfc7080ae656328d40a2e992b74c52abcc39b9243bc9a918b4611f1f497e56928a5789ffc63c0b521357eb9c
+Size (pyopenssl-26.1.0.tar.gz) = 186181 bytes
Home |
Main Index |
Thread Index |
Old Index