|
|
@ -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: openssl3
|
|
|
|
Name: openssl3
|
|
|
|
Version: 3.2.1
|
|
|
|
Version: 3.2.1
|
|
|
|
Release: 1.1%{?dist}
|
|
|
|
Release: 1.2%{?dist}
|
|
|
|
# We have to remove certain patented algorithms from the openssl source
|
|
|
|
# We have to remove certain patented algorithms from the openssl source
|
|
|
|
# tarball with the hobble-openssl script which is included below.
|
|
|
|
# tarball with the hobble-openssl script which is included below.
|
|
|
|
# The original openssl upstream tarball cannot be shipped in the .src.rpm.
|
|
|
|
# The original openssl upstream tarball cannot be shipped in the .src.rpm.
|
|
|
@ -187,9 +187,6 @@ protocols.
|
|
|
|
Summary: A general purpose cryptography library with TLS implementation
|
|
|
|
Summary: A general purpose cryptography library with TLS implementation
|
|
|
|
Requires: ca-certificates >= 2008-5
|
|
|
|
Requires: ca-certificates >= 2008-5
|
|
|
|
Requires: crypto-policies >= 20180730
|
|
|
|
Requires: crypto-policies >= 20180730
|
|
|
|
%if ( %{defined rhel} && (! %{defined centos}) )
|
|
|
|
|
|
|
|
Requires: openssl-fips-provider
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
%description libs
|
|
|
|
OpenSSL is a toolkit for supporting cryptography. The openssl-libs
|
|
|
|
OpenSSL is a toolkit for supporting cryptography. The openssl-libs
|
|
|
@ -512,6 +509,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/{make,renew}-dummy-cert
|
|
|
|
%ldconfig_scriptlets libs
|
|
|
|
%ldconfig_scriptlets libs
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu May 02 2024 Michel Lind <salimma@fedoraproject.org> - 3.2.1-1.2
|
|
|
|
|
|
|
|
- Drop openssl-fips-provider requirement, accidentally included due to incorrect gating
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Apr 22 2024 Michel Lind <salimma@fedoraproject.org> - 3.2.1-1.1
|
|
|
|
* Mon Apr 22 2024 Michel Lind <salimma@fedoraproject.org> - 3.2.1-1.1
|
|
|
|
- Merge c9s openssl changes to pick up CVE fixes
|
|
|
|
- Merge c9s openssl changes to pick up CVE fixes
|
|
|
|
|
|
|
|
|
|
|
|