From 56dce390b5ce6da2603ce55cd3db378dbb8afe22 Mon Sep 17 00:00:00 2001 From: Eduard Abdullin Date: Wed, 14 May 2025 15:55:37 +0000 Subject: [PATCH] Redefine sslarch for x86_64_v2 arch --- openssl.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/openssl.spec b/openssl.spec index 1af9f9e..b958906 100644 --- a/openssl.spec +++ b/openssl.spec @@ -29,7 +29,7 @@ print(string.sub(hash, 0, 16)) Summary: Utilities from the general purpose cryptography library with TLS implementation Name: openssl Version: 3.2.2 -Release: 16%{?dist} +Release: 16%{?dist}.alma.1 Epoch: 1 Source: openssl-%{version}.tar.gz Source2: Makefile.certificate @@ -313,6 +313,9 @@ ktlsopt=enable-ktls %ifarch armv7hl ktlsopt=disable-ktls %endif +%ifarch x86_64_v2 +sslarch=linux-x86_64 +%endif # Add -Wa,--noexecstack here so that libcrypto's assembler modules will be # marked as not requiring an executable stack. @@ -543,6 +546,9 @@ touch $RPM_BUILD_ROOT/%{_prefix}/include/openssl/engine.h %ldconfig_scriptlets libs %changelog +* Wed May 14 2025 Eduard Abdullin - 1:3.2.2-16.alma.1 +- Redefine sslarch for x86_64_v2 arch + * Wed Jan 29 2025 Dmitry Belyavskiy - 1:3.2.2-16 - Fix timing side-channel in ECDSA signature computation (CVE-2024-13176) Resolves: RHEL-70879