From 72cef4386a75913d94fea0acc47e2a04639dcb49 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 28 Jul 2021 11:51:22 +0200 Subject: [PATCH] Rebuild to pick up OpenSSL 3.0 Beta ABI (#1984097) Related: #1984097 --- cyrus-sasl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index a9dd49f..d279a94 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: 14%{?dist} +Release: 15%{?dist} License: BSD with advertising URL: https://www.cyrusimap.org/sasl/ @@ -391,6 +391,9 @@ getent passwd %{username} >/dev/null || useradd -r -g %{username} -d %{homedir} %{_sbindir}/sasl2-shared-mechlist %changelog +* Wed Jul 28 2021 Florian Weimer - 2.1.27-15 +- Rebuild to pick up OpenSSL 3.0 Beta ABI (#1984097) + * Mon Jul 19 2021 Simo Sorce - 2.1.27-14 - Fix crashs on missing legacy algorithms Resolves: rhbz#1974354