From 4dc8935b4ff130b6199b95cc40e574b1f556e192b34b3c8f9f5ea408225c0fe4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 6 Mar 2024 21:50:50 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=8 --- python313.changes | 7 +++++++ python313.spec | 3 +++ 2 files changed, 10 insertions(+) diff --git a/python313.changes b/python313.changes index 3df40d5..b5640ca 100644 --- a/python313.changes +++ b/python313.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 + ------------------------------------------------------------------- Tue Mar 5 10:32:33 UTC 2024 - Daniel Garcia diff --git a/python313.spec b/python313.spec index 66527e7..97abe55 100644 --- a/python313.spec +++ b/python313.spec @@ -490,6 +490,9 @@ export CFLAGS="%{optflags} -IVendor/" --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