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 Apr 18 17:17:39 UTC 2023

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

Log Message:
py-OpenSSL: updated to 23.1.1

23.1.1 (2023-03-28)

Changes:
- Worked around an issue in OpenSSL 3.1.0 which caused `X509Extension.get_short_name` to raise an exception when no short name was known to OpenSSL.

23.1.0 (2023-03-24)

Changes:
- ``cryptography`` maximum version has been increased to 40.0.x.
- Add ``OpenSSL.SSL.Connection.DTLSv1_get_timeout`` and ``OpenSSL.SSL.Connection.DTLSv1_handle_timeout``
  to support DTLS timeouts


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/security/py-OpenSSL/Makefile
cvs rdiff -u -r1.29 -r1.30 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.64 pkgsrc/security/py-OpenSSL/Makefile:1.65
--- pkgsrc/security/py-OpenSSL/Makefile:1.64    Sun Jan 15 21:00:39 2023
+++ pkgsrc/security/py-OpenSSL/Makefile Tue Apr 18 17:17:39 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2023/01/15 21:00:39 adam Exp $
+# $NetBSD: Makefile,v 1.65 2023/04/18 17:17:39 adam Exp $
 
-DISTNAME=      pyOpenSSL-23.0.0
+DISTNAME=      pyOpenSSL-23.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyOpenSSL/}

Index: pkgsrc/security/py-OpenSSL/distinfo
diff -u pkgsrc/security/py-OpenSSL/distinfo:1.29 pkgsrc/security/py-OpenSSL/distinfo:1.30
--- pkgsrc/security/py-OpenSSL/distinfo:1.29    Sun Jan 15 19:40:14 2023
+++ pkgsrc/security/py-OpenSSL/distinfo Tue Apr 18 17:17:39 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2023/01/15 19:40:14 abs Exp $
+$NetBSD: distinfo,v 1.30 2023/04/18 17:17:39 adam Exp $
 
-BLAKE2s (pyOpenSSL-23.0.0.tar.gz) = 0c81418b44763fa8a9898c30a66f7caef948330ee86ecfe42b09eb3b01f7e11a
-SHA512 (pyOpenSSL-23.0.0.tar.gz) = 68c42de58305461606d9fb932a7711775cfcf1a7c5dbe900b2c7ba18eab546d4c37fcd3dd82ab2c18b15eb07bef126534473b5b29f8af4f46e0147d45ac9e64b
-Size (pyOpenSSL-23.0.0.tar.gz) = 182375 bytes
+BLAKE2s (pyOpenSSL-23.1.1.tar.gz) = 22ad5ada8e01d5f04e17f244a8806ac72beadeb3fb50f90ea9665621414efd53
+SHA512 (pyOpenSSL-23.1.1.tar.gz) = 581f907ac9acf71c3340bbd413ecf161dafeac1cb406649c683fc770f8bcfcc1630a977defa9b3ee218631959ed14ea62d0a02cdf74af9fdce5ddec34ad1e1ea
+Size (pyOpenSSL-23.1.1.tar.gz) = 183402 bytes
 SHA1 (patch-tests_memdbg.py) = a2d2395a0fe1dd1934a50b065fe68f47907f0b87



Home | Main Index | Thread Index | Old Index