Skip to content

Commit df0df6f

Browse files
committed
py-OpenSSL: update to 24.2.1.
24.2.1 (2024-07-20) ------------------- Changes: ^^^^^^^^ - Fixed changelog to remove sphinx specific restructured text strings. 24.2.0 (2024-07-20) ------------------- Deprecations: ^^^^^^^^^^^^^ - Deprecated ``OpenSSL.crypto.X509Req``, ``OpenSSL.crypto.load_certificate_request``, ``OpenSSL.crypto.dump_certificate_request``. Instead, ``cryptography.x509.CertificateSigningRequest``, ``cryptography.x509.CertificateSigningRequestBuilder``, ``cryptography.x509.load_der_x509_csr``, or ``cryptography.x509.load_pem_x509_csr`` should be used. Changes: ^^^^^^^^ - Added type hints for the ``SSL`` module. `#1308 <https://github.com/pyca/pyopenssl/pull/1308>`_. - Changed ``OpenSSL.crypto.PKey.from_cryptography_key`` to accept public and private EC, ED25519, ED448 keys. `#1310 <https://github.com/pyca/pyopenssl/pull/1310>`_.
1 parent 9e82731 commit df0df6f

File tree

3 files changed

+19
-15
lines changed

3 files changed

+19
-15
lines changed

security/py-OpenSSL/Makefile

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# $NetBSD: Makefile,v 1.70 2024/03/11 06:54:28 adam Exp $
1+
# $NetBSD: Makefile,v 1.71 2024/07/21 09:02:03 wiz Exp $
22

3-
DISTNAME= pyOpenSSL-24.1.0
4-
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
3+
DISTNAME= pyopenssl-24.2.1
4+
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyopenssl/OpenSSL/}
55
CATEGORIES= security python
6-
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyOpenSSL/}
6+
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyopenssl/}
77

88
MAINTAINER= [email protected]
99
HOMEPAGE= https://pyopenssl.org/
@@ -18,7 +18,10 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
1818

1919
PYTHON_VERSIONS_INCOMPATIBLE= 27
2020

21-
# Test failure: https://github.com/pyca/pyopenssl/issues/656
21+
# 506 passed, 1 skipped, 6 warnings, 3 errors
22+
# one test failure reported at: https://github.com/pyca/pyopenssl/issues/656
23+
24+
WHEEL_NAME= pyOpenSSL-${PKGVERSION_NOREV}
2225

2326
.include "../../lang/python/wheel.mk"
2427
.include "../../security/openssl/buildlink3.mk"

security/py-OpenSSL/PLIST

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.17 2024/01/23 06:34:36 adam Exp $
2-
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
3-
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
4-
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
5-
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
6-
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
1+
@comment $NetBSD: PLIST,v 1.18 2024/07/21 09:02:03 wiz Exp $
72
${PYSITELIB}/OpenSSL/SSL.py
83
${PYSITELIB}/OpenSSL/SSL.pyc
94
${PYSITELIB}/OpenSSL/SSL.pyo
@@ -19,9 +14,15 @@ ${PYSITELIB}/OpenSSL/crypto.pyo
1914
${PYSITELIB}/OpenSSL/debug.py
2015
${PYSITELIB}/OpenSSL/debug.pyc
2116
${PYSITELIB}/OpenSSL/debug.pyo
17+
${PYSITELIB}/OpenSSL/py.typed
2218
${PYSITELIB}/OpenSSL/rand.py
2319
${PYSITELIB}/OpenSSL/rand.pyc
2420
${PYSITELIB}/OpenSSL/rand.pyo
2521
${PYSITELIB}/OpenSSL/version.py
2622
${PYSITELIB}/OpenSSL/version.pyc
2723
${PYSITELIB}/OpenSSL/version.pyo
24+
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
25+
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
26+
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
27+
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
28+
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt

security/py-OpenSSL/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.34 2024/03/11 06:54:28 adam Exp $
1+
$NetBSD: distinfo,v 1.35 2024/07/21 09:02:03 wiz Exp $
22

3-
BLAKE2s (pyOpenSSL-24.1.0.tar.gz) = 27f0d0f1c877a8ce3fbf458611567c7aba9b0a401a924b0d97c3463d8a384684
4-
SHA512 (pyOpenSSL-24.1.0.tar.gz) = acb07025f085d2fe9338e5ce5f65937001b1a8376c41ac532e9b0548668ce05c844e3e28c58efad812a034becf8e24aa9504165ff6af4c3b085cf463fa4d2fb6
5-
Size (pyOpenSSL-24.1.0.tar.gz) = 179671 bytes
3+
BLAKE2s (pyopenssl-24.2.1.tar.gz) = 5f23745b9ebb22c78b44c637a63e40c1533eb16a973ae79dc362bfdcc3da1618
4+
SHA512 (pyopenssl-24.2.1.tar.gz) = 4d0cdf71a5ae785644bd466ef094592fbf4ab804de8d153c139a88d3ff9b8cc80d073f3d49d4dc73d8ebf97a867e1560a5308b998f7ef0ccc734dcc56697c831
5+
Size (pyopenssl-24.2.1.tar.gz) = 184323 bytes
66
SHA1 (patch-tests_memdbg.py) = b3dbfcef4bb83185e064a7c7524c16402309dc06

0 commit comments

Comments
 (0)