From 82c38c29114f0bdb64b7d9f8c0d89afffc7b560d Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Thu, 30 Mar 2023 14:41:09 +0200 Subject: [PATCH] gnupg-2.3.3-3 Related: rhbz#2070722 --- gnupg2.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnupg2.spec b/gnupg2.spec index 4eaf00e..9d3626e 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: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ Source0: https://gnupg.org/ftp/gcrypt/%{?pre:alpha/}gnupg/gnupg-%{version}%{?pre}.tar.bz2 @@ -240,6 +240,11 @@ make -k check %changelog +* 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) +- Fix creation of AEAD packets (#2128058) + * Wed Aug 03 2022 Jakub Jelen - 2.3.3-2 - Fix CVE-2022-34903 (#2108449)