SHA256
1
0
forked from pool/python312

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/python312?expand=0&rev=41
This commit is contained in:
Matej Cepl 2024-03-06 21:50:49 +00:00 committed by Git OBS Bridge
parent 2a55620864
commit ded1f6d8f3
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 6 14:13:58 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
- 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 <mcepl@suse.com> Fri Feb 23 01:06:42 UTC 2024 - Matej Cepl <mcepl@suse.com>

View File

@ -493,6 +493,9 @@ export CFLAGS="%{optflags} -IVendor/"
--with-system-ffi \ --with-system-ffi \
--with-system-expat \ --with-system-expat \
--with-lto \ --with-lto \
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150400
--with-ssl-default-suites=openssl \
%endif
%if %{with profileopt} %if %{with profileopt}
--enable-optimizations \ --enable-optimizations \
%endif %endif