- Redefine sslarch for x86_64_v2 arch
This commit is contained in:
parent
9eb261ba85
commit
b9e5116278
@ -29,7 +29,7 @@ print(string.sub(hash, 0, 16))
|
|||||||
Summary: Utilities from the general purpose cryptography library with TLS implementation
|
Summary: Utilities from the general purpose cryptography library with TLS implementation
|
||||||
Name: openssl
|
Name: openssl
|
||||||
Version: 3.2.2
|
Version: 3.2.2
|
||||||
Release: 3%{?dist}
|
Release: 3%{?dist}.alma.1
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Source: openssl-%{version}.tar.gz
|
Source: openssl-%{version}.tar.gz
|
||||||
Source2: Makefile.certificate
|
Source2: Makefile.certificate
|
||||||
@ -284,6 +284,9 @@ ktlsopt=disable-ktls
|
|||||||
%ifarch armv7hl
|
%ifarch armv7hl
|
||||||
ktlsopt=disable-ktls
|
ktlsopt=disable-ktls
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch x86_64_v2
|
||||||
|
sslarch=linux-x86_64
|
||||||
|
%endif
|
||||||
|
|
||||||
# Add -Wa,--noexecstack here so that libcrypto's assembler modules will be
|
# Add -Wa,--noexecstack here so that libcrypto's assembler modules will be
|
||||||
# marked as not requiring an executable stack.
|
# marked as not requiring an executable stack.
|
||||||
@ -505,6 +508,9 @@ ln -s /etc/crypto-policies/back-ends/openssl_fips.config $RPM_BUILD_ROOT%{_sysco
|
|||||||
%ldconfig_scriptlets libs
|
%ldconfig_scriptlets libs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 26 2024 Eduard Abdullin <eabdullin@almalinux.org> - 1:3.2.2-3.alma.1
|
||||||
|
- Redefine sslarch for x86_64_v2 arch
|
||||||
|
|
||||||
* Sat Jun 15 2024 Daiki Ueno <dueno@redhat.com> - 1:3.2.2-3
|
* Sat Jun 15 2024 Daiki Ueno <dueno@redhat.com> - 1:3.2.2-3
|
||||||
- Add workaround for EVP_PKEY_CTX_add1_hkdf_info with older providers
|
- Add workaround for EVP_PKEY_CTX_add1_hkdf_info with older providers
|
||||||
Resolves: RHEL-41261
|
Resolves: RHEL-41261
|
||||||
|
Loading…
Reference in New Issue
Block a user