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)