opensc-0.20.0-5

Related: rhbz#2097048
This commit is contained in:
Jakub Jelen 2023-06-15 16:53:31 +02:00
parent 44e4e316a8
commit 33d5a50b37

View File

@ -3,7 +3,7 @@
Name: opensc Name: opensc
Version: 0.20.0 Version: 0.20.0
Release: 4%{?dist} Release: 5%{?dist}
Summary: Smart card library and applications Summary: Smart card library and applications
Group: System Environment/Libraries Group: System Environment/Libraries
@ -252,6 +252,11 @@ fi
%changelog %changelog
* Thu Jun 15 2023 Jakub Jelen <jjelen@redhat.com> - 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 <jjelen@redhat.com> - 0.20.0-4 * Fri Nov 20 2020 Jakub Jelen <jjelen@redhat.com> - 0.20.0-4
- Use file cache by default (#1892810) - Use file cache by default (#1892810)
- Avoid calloc with 0 argument (#1895401) - Avoid calloc with 0 argument (#1895401)