CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/12/19 03:22:42
Modified files:
security/pcsc-lite: Makefile distinfo
security/pcsc-lite/patches: patch-src_debuglog_c
Log message:
update pcsc-lite to 2.0.1
https://salsa.debian.org/rousseau/PCSC/blob/master/ChangeLog
- SCardConnect(): return SCARD_W_SECURITY_VIOLATION when needed (polkit)
- SCardCancel(): return SCARD_S_SUCCESS even if the client already finished
- polkit is enabled by default
- libpcscspy: fix a crash with NULL pointers
- Doxygen: fix SCardBeginTransaction() documentation
- fix pcscd internal thread safety issues (clang -fsanitize=thread)
- Some other minor improvements
Keep untested PolKit disabled, src/auth.c needs struct ucred fixes, anyway.
OK sthen