From fac10d0d25c2f70085c4736552150e0eed4ffb6b Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 19 Apr 2023 10:31:07 +0200 Subject: [PATCH] gnupg2-2.3.3-4 Related: rhbz#2184640 --- gnupg2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnupg2.spec b/gnupg2.spec index f9b4875..96c3623 100644 --- a/gnupg2.spec +++ b/gnupg2.spec @@ -7,7 +7,7 @@ Summary: Utility for secure communication and data storage Name: gnupg2 Version: 2.3.3 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3+ Source0: https://gnupg.org/ftp/gcrypt/%{?pre:alpha/}gnupg/gnupg-%{version}%{?pre}.tar.bz2 @@ -237,6 +237,9 @@ make -k check %changelog +* Wed Apr 19 2023 Jakub Jelen - 2.3.3-4 +- Revert marking the SHA-1 digest as weak (#2184640) + * Thu Mar 30 2023 Jakub Jelen - 2.3.3-3 - Mark SHA-1 digest as weak to follow SHA-1 disablement in RHEL9 (#2070722) - Fix interaction with SSH by not requiring the MD5 digest (#2073567)