IABSD.fr/ports/lang/python

Branch :


Log

Author Commit Date CI Message
fde26ea7 2023-09-01 18:50:44 Update to Python 3.9.18 Avoid treating unencrypted data as post-handshake encrypted data in ssl.SSLSocket: https://www.python.org/downloads/release/python-3918/
d2ae4e1a 2023-09-01 18:49:43 Update to Python 3.11.5 Avoid treating unencrypted data as post-handshake encrypted data in ssl.SSLSocket: https://www.python.org/downloads/release/python-3115/ PLIST changes from sthen
164c7be7 2023-09-01 18:48:06 Update to Python 3.10.13 Avoid treating unencrypted data as post-handshake encrypted data in ssl.SSLSocket: https://www.python.org/downloads/release/python-31013/
4c026190 2023-08-30 08:50:28 move USE_NOBTCFI next to USE_WXNEEDED and update the comment.
a9ab405c 2023-06-22 19:49:47 Remove extraneous lines in PLIST-main that keep Python 3.9 from packaging. Pointed out by tb@
2233e59b 2023-06-19 19:48:11 Update to Python 3.11.4 https://docs.python.org/release/3.11.4/whatsnew/changelog.html#python-3-11-4 ok sthen
5c5c5151 2023-06-19 19:47:25 Update to 3.9.17 https://docs.python.org/release/3.9.17/whatsnew/changelog.html#changelog ok sthen
5b132f40 2023-06-19 19:46:28 Update to Python 3.10.12 https://docs.python.org/release/3.10.12/whatsnew/changelog.html#python-3-10-12-final Add USE_NOBTCFI=Yes to Makefile.inc ok sthen
0ee5747b 2023-05-15 10:45:58 add a comment re NID_sha3_256/NID_sha512_256 patches to Python 3.10+; partly to make it clear to external people looking at the patches that these are now supported, and partly to discourage garbage-collecting those bits of the patch until at least 7.4 is out (not required on -current but still needed for -stable updates). ok tb@
b4ec8690 2023-04-24 11:18:57 Python 3.11: improve hashopenssl patches This way Python will pick up the new hashes (truncated sha2, sha3) once they will be enabled in the next libcrypto bump. Also make the CHANGES.OpenBSD entry a bit more generic so it doesn't need constant tweaking. This and the Python 3.10 changes were ok sthen, maintainer timeout