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 Sep 21 15:14:01 UTC 2025

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

Log Message:
py-OpenSSL: update to 25.3.0.

25.3.0 (2025-09-16)
-------------------

Changes:
^^^^^^^^

- Maximum supported ``cryptography`` version is now 46.x.

25.2.0 (2025-09-14)
-------------------

Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- The minimum ``cryptography`` version is now 45.0.7.

Changes:
^^^^^^^^

- pyOpenSSL now sets ``SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER`` on connections by default, matching CPython's behavior.
- Added ``OpenSSL.SSL.Context.clear_mode``.
- Added ``OpenSSL.SSL.Context.set_tls13_ciphersuites`` to set the allowed TLS 1.3 ciphers.
- Added ``OpenSSL.SSL.Connection.set_info_callback``


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/security/py-OpenSSL/Makefile
cvs rdiff -u -r1.38 -r1.39 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.77 pkgsrc/security/py-OpenSSL/Makefile:1.78
--- pkgsrc/security/py-OpenSSL/Makefile:1.77    Sun May 18 09:58:37 2025
+++ pkgsrc/security/py-OpenSSL/Makefile Sun Sep 21 15:14:01 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2025/05/18 09:58:37 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2025/09/21 15:14:01 wiz Exp $
 
-DISTNAME=      pyopenssl-25.1.0
+DISTNAME=      pyopenssl-25.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pyopenssl/OpenSSL/}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyopenssl/}
@@ -11,7 +11,7 @@ COMMENT=      Python interface to the OpenSSL
 LICENSE=       apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-DEPENDS+=      ${PYPKGPREFIX}-cryptography>=41.0.5:../../security/py-cryptography
+DEPENDS+=      ${PYPKGPREFIX}-cryptography>=45.0.7:../../security/py-cryptography
 TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
 TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
 
@@ -20,8 +20,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-pretend-[0
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.9:../../devel/py-typing-extensions
 .endif
 
-# as of 25.1.0
-# 1 failed, 460 passed, 1 skipped, 364 warnings, 3 errors
+# as of 25.3.0
+# 1 failed, 464 passed, 1 skipped, 349 warnings, 3 errors
 
 .include "../../lang/python/wheel.mk"
 .include "../../security/openssl/buildlink3.mk"

Index: pkgsrc/security/py-OpenSSL/distinfo
diff -u pkgsrc/security/py-OpenSSL/distinfo:1.38 pkgsrc/security/py-OpenSSL/distinfo:1.39
--- pkgsrc/security/py-OpenSSL/distinfo:1.38    Sun May 18 09:58:37 2025
+++ pkgsrc/security/py-OpenSSL/distinfo Sun Sep 21 15:14:01 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.38 2025/05/18 09:58:37 wiz Exp $
+$NetBSD: distinfo,v 1.39 2025/09/21 15:14:01 wiz Exp $
 
-BLAKE2s (pyopenssl-25.1.0.tar.gz) = ece1a4799784c1f59c2dbee92c46250a25b0a7337358c0c68b488d082e52b574
-SHA512 (pyopenssl-25.1.0.tar.gz) = a2783d02011b09669fb215b0ab44d0c91bea10bcd72d6369c4f680768fd9eb9d1b7622566c22cd29fcedacea2b21f60a86311f5cf996d2acea1a4b51cbd82ef1
-Size (pyopenssl-25.1.0.tar.gz) = 179937 bytes
+BLAKE2s (pyopenssl-25.3.0.tar.gz) = f7959200ab46ffd12027fc30c0de2ebbafefdf272eb2c86a76e72361010abaa4
+SHA512 (pyopenssl-25.3.0.tar.gz) = 526b44eeff032c1966944cb8721e0694446ef2a40d3b23e7d04aebbc7986282858a2673f6fa1a9f1bf98cfe514a408a926910571e73db2bf3bae252427f398de
+Size (pyopenssl-25.3.0.tar.gz) = 184073 bytes



Home | Main Index | Thread Index | Old Index