CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/11/18 08:45:28
Modified files:
lang/python/2.7: Makefile
lang/python/2.7/patches: patch-Modules__ssl_c
lang/python/3.10: Makefile
lang/python/3.10/files: CHANGES.OpenBSD
lang/python/3.10/patches: patch-Modules__ssl_c
lang/python/3.8: Makefile
lang/python/3.8/patches: patch-Modules__ssl_c
lang/python/3.9: Makefile
lang/python/3.9/patches: patch-Modules__ssl_c
Log message:
pythons: Tweak LibreSSL patches: drop a hunk that retains backward
compatibility with LibreSSL 2.7 and tweak comments in the patches.
In Python 3.10, fix the security level patch. Add a missing const
and drop @SECLEVEL=2 from the PY_SSL_DEFAULT_CIPHER_STRING, as that
will currently result in a runtime failure.
ok kmos