add sw_64 support

(cherry picked from commit 1409753b25c77862fefee90aa39a40dd258cffde)
This commit is contained in:
Hailiang 2025-03-10 18:30:21 +08:00 committed by openeuler-sync-bot
parent 4309644367
commit 0fae59f9c7
2 changed files with 1525 additions and 1 deletions

1520
add-sw_64-support.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
Name: openssl
Epoch: 1
Version: 3.0.12
Release: 16
Release: 17
Summary: Cryptography and SSL/TLS Toolkit
License: OpenSSL and SSLeay
URL: https://www.openssl.org/
@ -80,6 +80,7 @@ Patch66: backport-CVE-2024-13176-Fix-timing-side-channel.patch
Patch9000: add-FIPS_mode_set-support.patch
Patch9001: backport-CVE-2024-9143-Harden-BN_GF2m_poly2arr-against-misuse.patch
Patch9002: Fix-build-error-for-ppc64le.patch
Patch9003: add-sw_64-support.patch
BuildRequires: gcc gcc-c++ perl make lksctp-tools-devel coreutils util-linux zlib-devel
Requires: coreutils %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
@ -280,6 +281,9 @@ make test || :
%ldconfig_scriptlets libs
%changelog
* Mon Mar 10 2025 mahailiang <mahailiang@uniontech.com> - 1:3.0.12-17
- add sw_64 support
* Sat Feb 8 2025 jinlun <jinlun@huawei.com> - 1:3.0.12-16
- fix CVE-2024-13176