From 0dbbfacb4a6209a49c516c0b8ae26522c212667c Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Fri, 4 Jun 2021 10:33:13 +0200 Subject: [PATCH] compatibility with openssl 3.0 - apply patch Resolves: #1962035 --- dovecot.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dovecot.spec b/dovecot.spec index d17d2e1..bc0399b 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -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 - 1:2.3.14-3 +- compatibility with openssl 3.0 (#1962035) + * Thu Apr 15 2021 Mohan Boddu - 1:2.3.14-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937