Add switch-to-PROTOCOL_TLS_CLIENT.patch cleaning up other 3.2 compatibility problems.

This commit is contained in:
Matej Cepl 2024-01-24 21:44:43 +01:00
parent 23d6addf3b
commit 7df30bb005
Signed by: mcepl
GPG Key ID: 79205802880BC9D8
3 changed files with 1205 additions and 0 deletions

View File

@ -26,6 +26,8 @@ Thu Jan 11 15:14:09 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
(from gh#python/cpython!100373/files) to stopping (from gh#python/cpython!100373/files) to stopping
SSLContext.load_verify_locations from accepting some cases of SSLContext.load_verify_locations from accepting some cases of
trailing data in DER. trailing data in DER.
- Add switch-to-PROTOCOL_TLS_CLIENT.patch switching to
PROTOCOL_TLS_CLIENT for testing.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 11 06:28:43 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com> Mon Sep 11 06:28:43 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -257,6 +257,9 @@ Patch63: bpo43920-fix-load_verify_locations-errmsgs.patch
# PATCH-FIX-UPSTREAM gh100372-SSLContext_load_verify_locations-trailing-data.patch bsc#1217782 mcepl@suse.com # PATCH-FIX-UPSTREAM gh100372-SSLContext_load_verify_locations-trailing-data.patch bsc#1217782 mcepl@suse.com
# SSLContext.load_verify_locations stop accepting some cases of trailing data in DER (from gh#python/cpython!100373) # SSLContext.load_verify_locations stop accepting some cases of trailing data in DER (from gh#python/cpython!100373)
Patch64: gh100372-SSLContext_load_verify_locations-trailing-data.patch Patch64: gh100372-SSLContext_load_verify_locations-trailing-data.patch
# PATCH-FIX-UPSTREAM switch-to-PROTOCOL_TLS_CLIENT.patch bsc#1217782 mcepl@suse.com
# switching to PROTOCOL_TLS settings for testing
Patch65: switch-to-PROTOCOL_TLS_CLIENT.patch
BuildRequires: automake BuildRequires: automake
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gmp-devel BuildRequires: gmp-devel
@ -560,6 +563,7 @@ other applications.
%patch -P 62 -p1 %patch -P 62 -p1
%patch -P 63 -p1 %patch -P 63 -p1
%patch -P 64 -p1 %patch -P 64 -p1
%patch -P 65 -p1
# drop Autoconf version requirement # drop Autoconf version requirement
sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac

File diff suppressed because it is too large Load Diff