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:   wiz
Date:           Sun Jul 21 09:02:03 UTC 2024

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

Log Message:
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>`_.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/security/py-OpenSSL/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/py-OpenSSL/PLIST
cvs rdiff -u -r1.34 -r1.35 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.70 pkgsrc/security/py-OpenSSL/Makefile:1.71
--- pkgsrc/security/py-OpenSSL/Makefile:1.70    Mon Mar 11 06:54:28 2024
+++ pkgsrc/security/py-OpenSSL/Makefile Sun Jul 21 09:02:03 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.70 2024/03/11 06:54:28 adam Exp $
+# $NetBSD: Makefile,v 1.71 2024/07/21 09:02:03 wiz Exp $
 
-DISTNAME=      pyOpenSSL-24.1.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+DISTNAME=      pyopenssl-24.2.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pyopenssl/OpenSSL/}
 CATEGORIES=    security python
-MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyOpenSSL/}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyopenssl/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://pyopenssl.org/
@@ -18,7 +18,10 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-pretend-[0
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-# Test failure: https://github.com/pyca/pyopenssl/issues/656
+# 506 passed, 1 skipped, 6 warnings, 3 errors
+# one test failure reported at: https://github.com/pyca/pyopenssl/issues/656
+
+WHEEL_NAME=    pyOpenSSL-${PKGVERSION_NOREV}
 
 .include "../../lang/python/wheel.mk"
 .include "../../security/openssl/buildlink3.mk"

Index: pkgsrc/security/py-OpenSSL/PLIST
diff -u pkgsrc/security/py-OpenSSL/PLIST:1.17 pkgsrc/security/py-OpenSSL/PLIST:1.18
--- pkgsrc/security/py-OpenSSL/PLIST:1.17       Tue Jan 23 06:34:36 2024
+++ pkgsrc/security/py-OpenSSL/PLIST    Sun Jul 21 09:02:03 2024
@@ -1,9 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2024/01/23 06:34:36 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.18 2024/07/21 09:02:03 wiz Exp $
 ${PYSITELIB}/OpenSSL/SSL.py
 ${PYSITELIB}/OpenSSL/SSL.pyc
 ${PYSITELIB}/OpenSSL/SSL.pyo
@@ -19,9 +14,15 @@ ${PYSITELIB}/OpenSSL/crypto.pyo
 ${PYSITELIB}/OpenSSL/debug.py
 ${PYSITELIB}/OpenSSL/debug.pyc
 ${PYSITELIB}/OpenSSL/debug.pyo
+${PYSITELIB}/OpenSSL/py.typed
 ${PYSITELIB}/OpenSSL/rand.py
 ${PYSITELIB}/OpenSSL/rand.pyc
 ${PYSITELIB}/OpenSSL/rand.pyo
 ${PYSITELIB}/OpenSSL/version.py
 ${PYSITELIB}/OpenSSL/version.pyc
 ${PYSITELIB}/OpenSSL/version.pyo
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt

Index: pkgsrc/security/py-OpenSSL/distinfo
diff -u pkgsrc/security/py-OpenSSL/distinfo:1.34 pkgsrc/security/py-OpenSSL/distinfo:1.35
--- pkgsrc/security/py-OpenSSL/distinfo:1.34    Mon Mar 11 06:54:28 2024
+++ pkgsrc/security/py-OpenSSL/distinfo Sun Jul 21 09:02:03 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2024/03/11 06:54:28 adam Exp $
+$NetBSD: distinfo,v 1.35 2024/07/21 09:02:03 wiz Exp $
 
-BLAKE2s (pyOpenSSL-24.1.0.tar.gz) = 27f0d0f1c877a8ce3fbf458611567c7aba9b0a401a924b0d97c3463d8a384684
-SHA512 (pyOpenSSL-24.1.0.tar.gz) = acb07025f085d2fe9338e5ce5f65937001b1a8376c41ac532e9b0548668ce05c844e3e28c58efad812a034becf8e24aa9504165ff6af4c3b085cf463fa4d2fb6
-Size (pyOpenSSL-24.1.0.tar.gz) = 179671 bytes
+BLAKE2s (pyopenssl-24.2.1.tar.gz) = 5f23745b9ebb22c78b44c637a63e40c1533eb16a973ae79dc362bfdcc3da1618
+SHA512 (pyopenssl-24.2.1.tar.gz) = 4d0cdf71a5ae785644bd466ef094592fbf4ab804de8d153c139a88d3ff9b8cc80d073f3d49d4dc73d8ebf97a867e1560a5308b998f7ef0ccc734dcc56697c831
+Size (pyopenssl-24.2.1.tar.gz) = 184323 bytes
 SHA1 (patch-tests_memdbg.py) = b3dbfcef4bb83185e064a7c7524c16402309dc06



Home | Main Index | Thread Index | Old Index