From fbe3977abf92f12fe1caa36b965ab340f2ba7502 Mon Sep 17 00:00:00 2001 From: Sahana Prasad Date: Tue, 14 Sep 2021 19:00:10 +0200 Subject: [PATCH] Rebuilt with OpenSSL 3.0.0 --- cyrus-sasl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index 93c80a8..57c779c 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -9,7 +9,7 @@ Summary: The Cyrus SASL library Name: cyrus-sasl Version: 2.1.27 -Release: 13%{?dist} +Release: 14%{?dist} License: BSD with advertising URL: https://www.cyrusimap.org/sasl/ @@ -393,6 +393,9 @@ getent passwd %{username} >/dev/null || useradd -r -g %{username} -d %{homedir} %{_sbindir}/sasl2-shared-mechlist %changelog +* Tue Sep 14 2021 Sahana Prasad - 2.1.27-14 +- Rebuilt with OpenSSL 3.0.0 + * Tue Aug 10 2021 Dmitry Belyavskiy - 2.1.27-13 - Preserve GDBM error to correctly deal with GDBM sasldb - Related: rhbz#1952926