packages/lang/python/python3/patches
Jeffery To 1a3cef77d4
python3: Update to 3.8.4, refresh/rework patches, backport patches
This version includes fixes for:
* CVE-2020-14422: Hash collisions in IPv4Interface and IPv6Interface
* CVE-2020-15523: Python uses invalid DLL path after calling Py_SetPath
  on Windows

This version also includes support for OpenSSL 1.1.x builds that use
'no-deprecated' and '--api=1.1.0'[1], and so this removes the previous
OpenSSL-related patches.

This also backports fixes for security issues, including:
* CVE-2019-20907: Infinite loop in the tarfile module

This also updates the setuptools and pip packages to 47.1.0 and 20.1.1,
respectively.

[1]: https://github.com/python/cpython/pull/20566

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-07-20 17:30:14 +08:00
..
001-enable-zlib.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
003-do-not-run-distutils-tests.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
004-do-not-write-bytes-codes.patch python3: Update to 3.8.3, refresh patches 2020-05-20 17:40:38 +08:00
006-do-not-add-multiarch-paths-when-cross-compiling.patch python3: fix build on Ubuntu/Debian multi-arch 2019-11-04 14:10:36 +02:00
007-distutils-do-not-adjust-path.patch python3: refresh patches make package/python3/refresh cmd 2017-07-26 23:56:51 +03:00
008-distutils-use-python-sysroot.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
010-do-not-add-rt-lib-dirs-when-cross-compiling.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
013-getbuildinfo-date-time-source-date-epoch.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
014-remove-platform-so-suffix.patch python3: Update to 3.8.3, refresh patches 2020-05-20 17:40:38 +08:00
015-abort-on-failed-modules.patch python3: bump to version 3.8 2019-10-21 15:24:51 +03:00
016-adjust-config-paths.patch python3: Use default _PYTHON_HOST_PLATFORM 2020-07-08 17:11:42 +08:00
024-musl-find_library.patch python,python3: Fix ctypes.util.find_library() 2019-07-22 04:42:54 +08:00
025-bpo-41288-Fix-a-crash-in-unpickling-invalid-NEWOBJ_EX-GH-21458.patch python3: Update to 3.8.4, refresh/rework patches, backport patches 2020-07-20 17:30:14 +08:00
026-bpo-39017-Avoid-infinite-loop-in-the-tarfile-module-GH-21454-GH-21483.patch python3: Update to 3.8.4, refresh/rework patches, backport patches 2020-07-20 17:30:14 +08:00
027-bpo-39603-Prevent-header-injection-in-http-methods-GH-18485.patch python3: Update to 3.8.4, refresh/rework patches, backport patches 2020-07-20 17:30:14 +08:00