compatibility with openssl 3.0 - apply patch

Resolves: #1962035
This commit is contained in:
Michal Hlavinka 2021-06-04 10:33:13 +02:00
parent 45842c647f
commit 0dbbfacb4a

View File

@ -5,7 +5,7 @@ Name: dovecot
Epoch: 1
Version: 2.3.14
%global prever %{nil}
Release: 2%{?dist}
Release: 3%{?dist}
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
License: MIT and LGPLv2
@ -38,6 +38,7 @@ Patch15: dovecot-2.3.11-bigkey.patch
# not sent upstream as proper fix would use dovecot's lib-dcrypt but it introduces
# hard to break circular dependency between lib and lib-dcrypt
Patch16: dovecot-2.3.6-opensslhmac.patch
Patch17: dovecot-2.3.14-opensslv3.patch
Source15: prestartscript
@ -127,6 +128,7 @@ This package provides the development files for dovecot.
%patch9 -p1 -b .systemd_w_protectsystem
%patch15 -p1 -b .bigkey
%patch16 -p1 -b .opensslhmac
%patch17 -p1 -b .opensslv3
#pushd dovecot-2*3-pigeonhole-%{pigeonholever}
#popd
@ -452,6 +454,9 @@ make check
%{_libdir}/%{name}/dict/libdriver_pgsql.so
%changelog
* Fri Jun 04 2021 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.14-3
- compatibility with openssl 3.0 (#1962035)
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1:2.3.14-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937