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