diff --git a/opensc.spec b/opensc.spec index 3913c85..d21872a 100644 --- a/opensc.spec +++ b/opensc.spec @@ -3,7 +3,7 @@ Name: opensc Version: 0.20.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Smart card library and applications Group: System Environment/Libraries @@ -252,6 +252,11 @@ fi %changelog +* Thu Jun 15 2023 Jakub Jelen - 0.20.0-5 +- Avoid potential crash because of missing list terminator (#2196234) +- Fix CVE-2023-2977: potential buffer overrun in pkcs15 cardos_have_verifyrc_package (#2211093) +- Backport upstream changes regarding to reader removal (#2097048) + * Fri Nov 20 2020 Jakub Jelen - 0.20.0-4 - Use file cache by default (#1892810) - Avoid calloc with 0 argument (#1895401)