python3: Update to 3.11.5, refresh patches
authorJeffery To <jeffery.to@gmail.com>
Tue, 5 Sep 2023 03:53:41 +0000 (11:53 +0800)
committerTianling Shen <cnsztl@gmail.com>
Fri, 8 Sep 2023 11:01:47 +0000 (19:01 +0800)
commite42c8450393a317ab6df39f6e01411722872fd6b
treef424dbc7e22ef93bb4d66e309f22e629991196ba
parent106304c988fddf0b66220a7ca04bbf2902719616
python3: Update to 3.11.5, refresh patches

Includes fix for CVE-2023-40217 (Bypass TLS handshake on closed
sockets).

This also:

* Remove 027-install-python3-symlink-after-stdlib.patch

  This was merged upstream in
  https://github.com/python/cpython/pull/104693.

* Remove fix for unnecessary linking with libbsd
  (60bf01cb606344619e002901646171da1e69c0f9)

  This was fixed upstream in
  https://github.com/python/cpython/pull/105236.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/python/python3-version.mk
lang/python/python3/Makefile
lang/python/python3/patches/003-do-not-run-compileall.patch
lang/python/python3/patches/025-choose-python-config-version.patch
lang/python/python3/patches/026-openssl-feature-flags.patch
lang/python/python3/patches/027-install-python3-symlink-after-stdlib.patch [deleted file]
lang/python/python3/test.sh [new file with mode: 0644]