From b33dfd3fc32bbe2b54ebb4b3fc958385bd61394f Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Wed, 23 Feb 2022 11:47:25 +0100 Subject: [PATCH] Spec bump Resolves: rhbz#2031742 --- openssl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openssl.spec b/openssl.spec index b285a0e..3961802 100644 --- a/openssl.spec +++ b/openssl.spec @@ -15,7 +15,7 @@ Summary: Utilities from the general purpose cryptography library with TLS implementation Name: openssl Version: 3.0.1 -Release: 9%{?dist} +Release: 10%{?dist} Epoch: 1 # We have to remove certain patented algorithms from the openssl source # tarball with the hobble-openssl script which is included below. @@ -410,7 +410,10 @@ install -m644 %{SOURCE9} \ %ldconfig_scriptlets libs %changelog -* Tue Feb 22 2022 Clemens Lang - 3.0.1-9 +* Wed Feb 23 2022 Dmitry Belyavskiy - 1:3.0.1-10 +- rebuilt + +* Tue Feb 22 2022 Clemens Lang - 1:3.0.1-9 - Allow SHA1 usage in HMAC in TLS - Resolves: rhbz#2031742