From 348c4e3f400379ee2c734cf0cdd79774b5951c25 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 4 Oct 2023 14:57:16 +0200 Subject: [PATCH] opensc-0.20.0-7 Related: RHEL-17087 --- opensc.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/opensc.spec b/opensc.spec index 2edba6f..bf77ed6 100644 --- a/opensc.spec +++ b/opensc.spec @@ -3,7 +3,7 @@ Name: opensc Version: 0.20.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Smart card library and applications Group: System Environment/Libraries @@ -283,6 +283,12 @@ fi %changelog +* Thu Nov 30 2023 Jakub Jelen - 0.20.0-7 +- Fix file caching with different offsets (RHEL-4077) +- Fix CVE-2023-40660: Potential PIN bypass +- Fix CVE-2023-40661: Dynamic analyzers reports in pkcs15init +- Fix CVE-2023-5992: Marvin: Side-channel leaks while stripping encryption PKCS#1.5 padding + * Tue Jul 11 2023 Jakub Jelen - 0.20.0-6 - Fix introduced issues tagged by coverity (RHEL-765)