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:           Fri May  8 10:04:35 UTC 2026

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

Log Message:
py-OpenSSL: updated to 26.2.0

26.2.0 (2026-05-04)

Backward-incompatible changes:

- Removed deprecated ``OpenSSL.crypto.X509Extension``, ``OpenSSL.crypto.X509Req.add_extension``, ``OpenSSL.crypto.X509Req.get_extensions``, ``OpenSSL.crypto.X509.add_extension``, 
``OpenSSL.crypto.X509.get_extensions``. ``cryptography.x509`` should be used instead.
- It is now an error to calling any mutating method on ``OpenSSL.SSL.Context`` after it has been used to create a ``Connection``. This was previously deprecated and has always been unsafe.

Changes:

- Maximum supported ``cryptography`` version is now 48.x.
- Added ``OpenSSL.SSL.Connection.set_options`` to set options on a per-connection basis.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/security/py-OpenSSL/Makefile
cvs rdiff -u -r1.41 -r1.42 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.80 pkgsrc/security/py-OpenSSL/Makefile:1.81
--- pkgsrc/security/py-OpenSSL/Makefile:1.80    Sun Apr 26 09:03:23 2026
+++ pkgsrc/security/py-OpenSSL/Makefile Fri May  8 10:04:35 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.80 2026/04/26 09:03:23 adam Exp $
+# $NetBSD: Makefile,v 1.81 2026/05/08 10:04:35 adam Exp $
 
-DISTNAME=      pyopenssl-26.1.0
+DISTNAME=      pyopenssl-26.2.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.41 pkgsrc/security/py-OpenSSL/distinfo:1.42
--- pkgsrc/security/py-OpenSSL/distinfo:1.41    Sun Apr 26 09:03:23 2026
+++ pkgsrc/security/py-OpenSSL/distinfo Fri May  8 10:04:35 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2026/04/26 09:03:23 adam Exp $
+$NetBSD: distinfo,v 1.42 2026/05/08 10:04:35 adam Exp $
 
-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
+BLAKE2s (pyopenssl-26.2.0.tar.gz) = 3dae985efdb1e42b308f85c56cc226e37bacdc46badababa1f0c6eae4601120c
+SHA512 (pyopenssl-26.2.0.tar.gz) = 701f205adad7384731710f572b48a41af87ea4ba7c7111421962e01079407f3e7b289dd5972feec80a6d182b818ee39e45c88464108589b16fe8239c19080265
+Size (pyopenssl-26.2.0.tar.gz) = 182195 bytes



Home | Main Index | Thread Index | Old Index