python3: Update to 3.7.13, refresh patches

Includes fixes for:
* Windows builds updated to bzip2 1.0.8 to mitigate CVE-2016-3189 and
  CVE-2019-12900
* CVE-2022-26488: Escalation of privilege via Windows Installer

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To
2022-03-22 02:16:36 +08:00
parent e8dc42753c
commit 3398ed29b0
7 changed files with 15 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
--- a/configure
+++ b/configure
@@ -15275,7 +15275,7 @@ $as_echo_n "checking ABIFLAGS... " >&6;
@@ -15277,7 +15277,7 @@ $as_echo_n "checking ABIFLAGS... " >&6;
$as_echo "$ABIFLAGS" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking SOABI" >&5
$as_echo_n "checking SOABI... " >&6; }
@@ -11,7 +11,7 @@
--- a/configure.ac
+++ b/configure.ac
@@ -4757,7 +4757,7 @@ AC_SUBST(SOABI)
@@ -4759,7 +4759,7 @@ AC_SUBST(SOABI)
AC_MSG_CHECKING(ABIFLAGS)
AC_MSG_RESULT($ABIFLAGS)
AC_MSG_CHECKING(SOABI)

View File

@@ -49,7 +49,7 @@
fi
elif test "$cross_compiling" = maybe; then
as_fn_error $? "Cross compiling required --host=HOST-TUPLE and --build=ARCH" "$LINENO" 5
@@ -15294,7 +15294,7 @@ LDVERSION='$(VERSION)$(ABIFLAGS)'
@@ -15296,7 +15296,7 @@ LDVERSION='$(VERSION)$(ABIFLAGS)'
$as_echo "$LDVERSION" >&6; }
@@ -69,7 +69,7 @@
fi
elif test "$cross_compiling" = maybe; then
AC_MSG_ERROR([Cross compiling required --host=HOST-TUPLE and --build=ARCH])
@@ -4774,7 +4774,7 @@ AC_MSG_RESULT($LDVERSION)
@@ -4776,7 +4776,7 @@ AC_MSG_RESULT($LDVERSION)
dnl define LIBPL after ABIFLAGS and LDVERSION is defined.
AC_SUBST(PY_ENABLE_SHARED)

View File

@@ -25,7 +25,7 @@ RFC because this doesn't yet handle the weird ancient ARMv4 OABI 'mixed-endian'
+builds.
--- a/configure.ac
+++ b/configure.ac
@@ -4365,74 +4365,24 @@ fi
@@ -4367,74 +4367,24 @@ fi
# * Check for various properties of floating point *
# **************************************************

View File

@@ -20,7 +20,7 @@ Follow up to 2a9c3805ddedf282881ef7811a561c70b74f80b1 (bpo-34585).
m4_include([m4/ax_check_openssl.m4])
--- a/configure
+++ b/configure
@@ -14235,131 +14235,77 @@ fi
@@ -14237,131 +14237,77 @@ fi
# * Check for various properties of floating point *
# **************************************************