CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/10/14 09:12:13
Modified files:
lang/python/3.9: Makefile distinfo
lang/python/3.9/patches: patch-Modules_posixmodule_c
Log message:
Upgrade to Python 3.9.15
https://docs.python.org/release/3.9.15/whatsnew/changelog.html
gh-97616: Fix multiplying a list by an integer (list *= int): detect the
integer overflow when the new allocated length is close to the
maximum size. Issue reported by Jordan Limor. Patch by Victor
Stinner.
gh-97612: Fix a shell code injection vulnerability in the
get-remote-certificate.py example script. The script no longer
uses a shell to run openssl commands. Issue reported and
initial fix by Caleb Shortt. Patch by Victor Stinner.
Also a couple non-security fixes.
ok sthen