From 9e0baf2aee1e72253fd2e0c48423daf0fc333db24626443a5c6b4176ce6a3e6d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 6 Mar 2024 21:50:51 +0000 Subject: [PATCH] Accepting request 1155683 from home:pmonrealgonzalez:branches:devel:languages:python:Factory OBS-URL: https://build.opensuse.org/request/show/1155683 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=147 --- python38.changes | 7 +++++++ python38.spec | 3 +++ 2 files changed, 10 insertions(+) diff --git a/python38.changes b/python38.changes index 692f777..beda1e2 100644 --- a/python38.changes +++ b/python38.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 6 14:13:58 UTC 2024 - Pedro Monreal + +- Use the system-wide crypto-policies [bsc#1211301] + * Use the system default cipher list instead of hardcoded values + * Add the --with-ssl-default-suites=openssl configure option + ------------------------------------------------------------------- Fri Feb 23 01:06:42 UTC 2024 - Matej Cepl diff --git a/python38.spec b/python38.spec index ef6a441..56b5ec6 100644 --- a/python38.spec +++ b/python38.spec @@ -531,6 +531,9 @@ sed -e 's/-fprofile-correction//' -i Makefile.pre.in --with-system-ffi \ --with-system-expat \ --with-lto \ +%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150400 + --with-ssl-default-suites=openssl \ +%endif %if %{with profileopt} --enable-optimizations \ %endif