Auto sync2gitlab import of python3.11-3.11.2-2.el8.src.rpm
This commit is contained in:
parent
fc961bea9e
commit
db5bbd4855
1189
00329-fips.patch
Normal file
1189
00329-fips.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -20,7 +20,7 @@ URL: https://www.python.org/
|
|||||||
#global prerel ...
|
#global prerel ...
|
||||||
%global upstream_version %{general_version}%{?prerel}
|
%global upstream_version %{general_version}%{?prerel}
|
||||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: Python
|
License: Python
|
||||||
|
|
||||||
|
|
||||||
@ -307,6 +307,21 @@ Patch251: 00251-change-user-install-location.patch
|
|||||||
# Ideally, we should talk to upstream and explain why we don't want this
|
# Ideally, we should talk to upstream and explain why we don't want this
|
||||||
Patch328: 00328-pyc-timestamp-invalidation-mode.patch
|
Patch328: 00328-pyc-timestamp-invalidation-mode.patch
|
||||||
|
|
||||||
|
# 00329 #
|
||||||
|
# Support OpenSSL FIPS mode
|
||||||
|
# - In FIPS mode, OpenSSL wrappers are always used in hashlib
|
||||||
|
# - The "usedforsecurity" keyword argument can be used to the various digest
|
||||||
|
# algorithms in hashlib so that you can whitelist a callsite with
|
||||||
|
# "usedforsecurity=False"
|
||||||
|
# - OpenSSL wrappers for the hashes blake2{b512,s256},
|
||||||
|
# - In FIPS mode, the blake2 hashes use OpenSSL wrappers
|
||||||
|
# and do not offer extended functionality (keys, tree hashing, custom digest size)
|
||||||
|
#
|
||||||
|
# - In FIPS mode, hmac.HMAC can only be instantiated with an OpenSSL wrapper
|
||||||
|
# or a string with OpenSSL hash name as the "digestmod" argument.
|
||||||
|
# The argument must be specified (instead of defaulting to ‘md5’).
|
||||||
|
Patch329: 00329-fips.patch
|
||||||
|
|
||||||
# 00371 # c1754d9c2750f89cb702e1b63a99201f5f7cff00
|
# 00371 # c1754d9c2750f89cb702e1b63a99201f5f7cff00
|
||||||
# Revert "bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549) (GH-28589)"
|
# Revert "bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549) (GH-28589)"
|
||||||
#
|
#
|
||||||
@ -1784,6 +1799,9 @@ fi
|
|||||||
# ======================================================
|
# ======================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 16 2023 Charalampos Stratakis <cstratak@redhat.com> - 3.11.2-2
|
||||||
|
- Support OpenSSL FIPS mode
|
||||||
|
|
||||||
* Thu Feb 09 2023 Charalampos Stratakis <cstratak@redhat.com> - 3.11.2-1
|
* Thu Feb 09 2023 Charalampos Stratakis <cstratak@redhat.com> - 3.11.2-1
|
||||||
- Update to 3.11.2
|
- Update to 3.11.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user