From f58b29325d389847ad78e2004205855328e4cdfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veronika=20Hanul=C3=ADkov=C3=A1?= Date: Thu, 8 Feb 2024 09:33:33 +0100 Subject: [PATCH] opensc-0.23.0-4 Resolves: RHEL-16450 --- opensc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/opensc.spec b/opensc.spec index 05c4eef..0c3dfc3 100644 --- a/opensc.spec +++ b/opensc.spec @@ -3,7 +3,7 @@ Name: opensc Version: 0.23.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Smart card library and applications License: LGPLv2+ @@ -54,6 +54,7 @@ Patch15: %{name}-0.23.0-pkcs15init.patch # https://github.com/OpenSC/OpenSC/commit/f1993dc4e0b33050b8f72a3558ee88b24c4063b2 Patch16: %{name}-0.23.0-myeid-sym.patch # https://github.com/OpenSC/OpenSC/pull/2948 +# https://github.com/OpenSC/OpenSC/pull/3016 Patch17: %{name}-0.23.0-constant-time-pkcs1.5.patch BuildRequires: make @@ -244,6 +245,9 @@ rm %{buildroot}%{_mandir}/man1/opensc-notify.1* %changelog +* Thu Feb 08 2024 Veronika Hanulikova - 0.23.0-4 +- Fix CVE-2023-5992: Side-channel leaks while stripping encryption PKCS#1.5 padding + * Thu Nov 30 2023 Jakub Jelen - 0.23.0-3 - Fix file caching with different offsets (RHEL-4079) - Fix CVE-2023-40660: Potential PIN bypass