openssl-pkcs11-0.4.11-7

This commit is contained in:
Jakub Jelen 2021-11-09 13:00:36 +01:00
parent 282e8ab125
commit 4eb31127c8

View File

@ -1,5 +1,5 @@
Version: 0.4.11
Release: 6%{?dist}
Release: 7%{?dist}
# Define the directory where the OpenSSL engines are installed
%global enginesdir %{_libdir}/engines-3
@ -120,6 +120,9 @@ make check %{?_smp_mflags} || if [ $? -ne 0 ]; then cat tests/*.log; exit 1; fi;
%endif
%changelog
* Tue Nov 09 2021 Jakub Jelen <jjelen@redhat.com> - 0.4.11-7
- Backport improvements for thread safety (#1940659)
* Tue Sep 21 2021 Jakub Jelen <jjelen@redhat.com> - 0.4.11-6
- Add support for OpenSSL 3.0 (#2005832)