|
|
|
@ -15,7 +15,7 @@
|
|
|
|
|
Summary: Utilities from the general purpose cryptography library with TLS implementation
|
|
|
|
|
Name: openssl
|
|
|
|
|
Version: 3.0.0
|
|
|
|
|
Release: 0.beta2.6%{?dist}
|
|
|
|
|
Release: 0.beta2.7%{?dist}
|
|
|
|
|
Epoch: 1
|
|
|
|
|
# We have to remove certain patented algorithms from the openssl source
|
|
|
|
|
# tarball with the hobble-openssl script which is included below.
|
|
|
|
@ -52,8 +52,6 @@ Patch8: 0008-Add-FIPS_mode-compatibility-macro.patch
|
|
|
|
|
#Patch9: 0009-Add-Kernel-FIPS-mode-flag-support.patch
|
|
|
|
|
# remove unsupported EC curves
|
|
|
|
|
Patch11: 0011-Remove-EC-curves.patch
|
|
|
|
|
# Temporary dual-ABI build patch
|
|
|
|
|
Patch19: 0019-dual-abi.patch
|
|
|
|
|
# Update alerts according to #1965017
|
|
|
|
|
Patch20: 0020-sigalgs-fix-alerts.patch
|
|
|
|
|
# Fixes core dump in openssl req -modulus
|
|
|
|
@ -388,6 +386,11 @@ install -m644 %{SOURCE9} \
|
|
|
|
|
%ldconfig_scriptlets libs
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Aug 25 2021 Sahana Prasad <sahana@redhat.com> - 1:3.0.0-0.beta2.7
|
|
|
|
|
- Removes the dual-abi build as it not required anymore. The mass rebuild
|
|
|
|
|
was completed and all packages are rebuilt against Beta version.
|
|
|
|
|
- Resolves: rhbz#1984097
|
|
|
|
|
|
|
|
|
|
* Mon Aug 23 2021 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1:3.0.0-0.beta2.6
|
|
|
|
|
- Correctly process CMS reading from /dev/stdin
|
|
|
|
|
- Resolves: rhbz#1986315
|
|
|
|
|