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:           Tue Nov  2 09:45:53 UTC 2021

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

Log Message:
py-OpenSSL: updated to 21.0.0

21.0.0

Backward-incompatible changes:
- The minimum ``cryptography`` version is now 3.3.
- Drop support for Python 3.5

Changes:
- Raise an error when an invalid ALPN value is set.
- Added ``OpenSSL.SSL.Context.set_min_proto_version`` and ``OpenSSL.SSL.Context.set_max_proto_version``
  to set the minimum and maximum supported TLS version
- Updated ``to_cryptography`` and ``from_cryptography`` methods to support an upcoming release of ``cryptography`` without raising deprecation warnings.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/security/py-OpenSSL/Makefile
cvs rdiff -u -r1.25 -r1.26 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.57 pkgsrc/security/py-OpenSSL/Makefile:1.58
--- pkgsrc/security/py-OpenSSL/Makefile:1.57    Sat Dec 19 11:52:26 2020
+++ pkgsrc/security/py-OpenSSL/Makefile Tue Nov  2 09:45:53 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2020/12/19 11:52:26 leot Exp $
+# $NetBSD: Makefile,v 1.58 2021/11/02 09:45:53 adam Exp $
 
-DISTNAME=      pyOpenSSL-20.0.1
+DISTNAME=      pyOpenSSL-21.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyOpenSSL/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://pyopenssl.org/
 COMMENT=       Python interface to the OpenSSL library
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-cryptography>=3.2:../../security/py-cryptography
+DEPENDS+=      ${PYPKGPREFIX}-cryptography>=3.3:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
 TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend

Index: pkgsrc/security/py-OpenSSL/distinfo
diff -u pkgsrc/security/py-OpenSSL/distinfo:1.25 pkgsrc/security/py-OpenSSL/distinfo:1.26
--- pkgsrc/security/py-OpenSSL/distinfo:1.25    Tue Oct 26 11:17:40 2021
+++ pkgsrc/security/py-OpenSSL/distinfo Tue Nov  2 09:45:53 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2021/10/26 11:17:40 nia Exp $
+$NetBSD: distinfo,v 1.26 2021/11/02 09:45:53 adam Exp $
 
-BLAKE2s (pyOpenSSL-20.0.1.tar.gz) = 171f54f755f46b66bbf29372faac85c3241620619143957fc88fc60971a4c6bd
-SHA512 (pyOpenSSL-20.0.1.tar.gz) = e81e0870398b882d77453b02e972559c0be82dbfe87bd8a48a65e8943acc3ea07dc8c3150b88e299c237496043443d1a5832219c337e4436f99ef419b36dd23f
-Size (pyOpenSSL-20.0.1.tar.gz) = 173736 bytes
+BLAKE2s (pyOpenSSL-21.0.0.tar.gz) = 498287e93820caab4741b4e5222d202fd57913d9edee456a6621bf9ffbb3d00f
+SHA512 (pyOpenSSL-21.0.0.tar.gz) = ca772a420b13b1e3c421170baab031d4769d77539eb5ad3eb0fda409aa8692596ce85d21b244b6e49e70fd35609b64190dcbc4fc8d4493292bac19b7856d5175
+Size (pyOpenSSL-21.0.0.tar.gz) = 175652 bytes
 SHA1 (patch-tests_memdbg.py) = a2d2395a0fe1dd1934a50b065fe68f47907f0b87



Home | Main Index | Thread Index | Old Index