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:   abs
Date:           Sun Jan 15 19:40:15 UTC 2023

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

Log Message:
Updated security/py-OpenSSL to 23.0.0

The previous py-OpenSSL-22.1.0 would abort at runtime against
py-cryptography-39.0.x which broke py-certbot and similar.

changes:
- Add OpenSSL.SSL.X509StoreFlags.PARTIAL_CHAIN constant to allow
  for users to perform certificate verification on partial certificate
  chains. #1166
- cryptography maximum version has been increased to 39.0.x.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/security/py-OpenSSL/Makefile
cvs rdiff -u -r1.28 -r1.29 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.62 pkgsrc/security/py-OpenSSL/Makefile:1.63
--- pkgsrc/security/py-OpenSSL/Makefile:1.62    Mon Sep 26 17:57:07 2022
+++ pkgsrc/security/py-OpenSSL/Makefile Sun Jan 15 19:40:14 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2022/09/26 17:57:07 adam Exp $
+# $NetBSD: Makefile,v 1.63 2023/01/15 19:40:14 abs Exp $
 
-DISTNAME=      pyOpenSSL-22.1.0
+DISTNAME=      pyOpenSSL-23.0.0
 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.28 pkgsrc/security/py-OpenSSL/distinfo:1.29
--- pkgsrc/security/py-OpenSSL/distinfo:1.28    Mon Sep 26 17:57:07 2022
+++ pkgsrc/security/py-OpenSSL/distinfo Sun Jan 15 19:40:14 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2022/09/26 17:57:07 adam Exp $
+$NetBSD: distinfo,v 1.29 2023/01/15 19:40:14 abs Exp $
 
-BLAKE2s (pyOpenSSL-22.1.0.tar.gz) = 73add2c337997df28d6214b14ca4465c0e1326ccb42506a455e2c0a75f53258c
-SHA512 (pyOpenSSL-22.1.0.tar.gz) = 7cccb48cbb1655414d21c5e66e7defee7ec370cb6b46294ae0307208f9a9bc13708345b2c088a43292262f5d5bb3d45241c18ae66d2ad6824046ffe30f0c707e
-Size (pyOpenSSL-22.1.0.tar.gz) = 181704 bytes
+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
 SHA1 (patch-tests_memdbg.py) = a2d2395a0fe1dd1934a50b065fe68f47907f0b87



Home | Main Index | Thread Index | Old Index