https://github.com/python/cpython/issues/142145 CVE-2025-12084 "Remove quadratic behavior in node ID cache clearing" https://github.com/python/cpython/issues/119451 CVE-2025-13836 "Out-of-memory when reading a HTTP response with large Content-Length" Announcement: https://pythoninsider.blogspot.com/2025/12/python-3142-and-31311-are-now-available.html Changelog: https://docs.python.org/release/3.14.2/whatsnew/changelog.html Security: 613d0f9e-d477-11f0-9e85-03ddfea11990 Security: CVE-2025-12084 Security: CVE-2025-13836
8 lines
242 B
Makefile
8 lines
242 B
Makefile
# Mk/Uses/python.mk includes this file, don't remove it!
|
|
|
|
# Do not forget to
|
|
# 1. Update python documentation (lang/python-doc-*)
|
|
# Run "make -C lang/python-doc-html makesum"
|
|
# 2. Remove PORTREVISION in Makefile
|
|
PYTHON_DISTVERSION= 3.14.2
|