From 0ca329a5cf9e704e837ba582c49d806d9ad7dc7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veronika=20Hanul=C3=ADkov=C3=A1?= Date: Thu, 8 Feb 2024 14:00:31 +0100 Subject: [PATCH] 0.20.0-8 Resolves: RHEL-17087 --- opensc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/opensc.spec b/opensc.spec index bf77ed6..ed3b274 100644 --- a/opensc.spec +++ b/opensc.spec @@ -3,7 +3,7 @@ Name: opensc Version: 0.20.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Smart card library and applications Group: System Environment/Libraries @@ -79,6 +79,7 @@ Patch21: %{name}-0.23.0-pin-bypass.patch # https://github.com/OpenSC/OpenSC/commit/0f0985f6343eeac4044661d56807ee9286db42c Patch22: %{name}-0.23.0-pkcs15init.patch # https://github.com/OpenSC/OpenSC/pull/2948 +# https://github.com/OpenSC/OpenSC/pull/3016 Patch23: %{name}-0.23.0-constant-time-pkcs1.patch BuildRequires: pcsc-lite-devel @@ -283,6 +284,9 @@ fi %changelog +* Thu Feb 08 2024 Veronika Hanulikova - 0.20.0-8 +- Fix CVE-2023-5992: Side-channel leaks while stripping encryption PKCS#1.5 padding + * 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