From bcbc199b433e017236f4afcbe18e8e14001d81d7 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 6 Oct 2021 10:50:05 +0200 Subject: [PATCH] gnupg2-2.3.2-3 --- gnupg2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnupg2.spec b/gnupg2.spec index 803c44e..dcae5bc 100644 --- a/gnupg2.spec +++ b/gnupg2.spec @@ -7,7 +7,7 @@ Summary: Utility for secure communication and data storage Name: gnupg2 Version: 2.3.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ Source0: https://gnupg.org/ftp/gcrypt/%{?pre:alpha/}gnupg/gnupg-%{version}%{?pre}.tar.bz2 @@ -225,6 +225,10 @@ make -k check %changelog +* Wed Oct 06 2021 Jakub Jelen - 2.3.2-3 +- Fix crash in agent when deciphering (#2009978) +- Recommend pcsc-lite-ccid to support USB smart cards (#2007923) + * Mon Sep 20 2021 Jakub Jelen - 2.3.2-2 - Disable ccid driver to avoid clash with pcscd (#2005714)