Subject: CVS commit: pkgsrc/security/pcsc-lite
From: Adam Ciarcinski
Date: 2020-06-20 21:03:37
Message id: 20200620190337.82266FB28@cvs.NetBSD.org

Log Message:
pcsc-lite: updated to 1.9.0:

1.9.0:
- SCardEndTransaction(): greatly improve performances (x300)
- tokenparser: accept any Unicode character in a reader name
- Use /run instead of /var/run by default
- Fix a memory leak from a polkit call
- Some other minor improvements

1.8.26:
- Use poll() instead of select() to allow file descriptor higher than FD_SETSIZE
- Enable reader filtering by default
- pcsc-spy:
  . Do not read output buffer after error
  . Adjust code to handle autoallocated buffers
  . fix year-2038 issue by using long instead of int
- Android: fix compilation
- if client/server protocol mismatch:
  . log an explicit message
  . SCardEstablishContext() returns SCARD_E_SERVICE_STOPPED
- polkit: log the error message if polkit_authority_get_sync() fails
- Exit with EXIT_SUCCESS on shutdown to please systemd
- Doxygen: fix minor issues in the documentation
- Add --disable-documentation option
- Fix a minor memory leak

1.8.25:
- Fix a socket issue when pcscd is used inside LXC container
- pcsc-spy: always provide a total time of execution
- Fix resource leak if SCardEstablishContext() fails
- Fix realloc(3) error handling (possible memory leak)
- Remove usage of function chmod(2) to use fchmod(2) (fix race condition)

1.8.24:
- the project moved to https://pcsclite.apdu.fr/
- SCardGetStatusChange(): Fix a rare race condition
- SCardReleaseContext(): do not release a lock owned by another context
- SCardReconnect(): suspend card auto power off
- Allow "=" in serial driver filenames
- Add the thread id in the pcscd log lines
- pcsc-spy: correctly handle incomplete log file
- Simclist: avoid to divide by zero in list_findpos()
- Some other minor improvements

Files:
RevisionActionfile
1.32modifypkgsrc/security/pcsc-lite/Makefile
1.8modifypkgsrc/security/pcsc-lite/PLIST
1.22modifypkgsrc/security/pcsc-lite/distinfo
1.5modifypkgsrc/security/pcsc-lite/patches/patch-configure
1.7modifypkgsrc/security/pcsc-lite/patches/patch-src_Makefile.in
1.3modifypkgsrc/security/pcsc-lite/patches/patch-src_utils.c
1.1addpkgsrc/security/pcsc-lite/patches/patch-src_libpcsclite.pc.in
1.2removepkgsrc/security/pcsc-lite/patches/patch-src_libpscslite.pc.in
1.3removepkgsrc/security/pcsc-lite/patches/patch-src_spy_Makefile.in