mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
7d38f46fdc
ok kmos (maintainer)
19 lines
642 B
Plaintext
19 lines
642 B
Plaintext
As required by item 3 of the PSF license, here is a brief summary
|
|
of changes made to this version of Python for the OpenBSD package.
|
|
|
|
1. Regression tests have been taught about OpenBSD.
|
|
|
|
2. INSTSONAME could be incorrect, configure.ac was patched to fix it.
|
|
|
|
3. RAND_egd support has been disabled, as it is not available in LibreSSL.
|
|
|
|
4. ERR_get_state is no longer called, it is not used in OpenSSL 3.0 or
|
|
libressl as of 20240303
|
|
|
|
5. Removed calls to the CRYPTO_THREADID noops.
|
|
|
|
6. Treat ASN1_STRING as opaque
|
|
|
|
These changes are available in the OpenBSD CVS repository
|
|
<http://www.openbsd.org/anoncvs.html> in ports/lang/python/2.7.
|