1.8.26: Ludovic Rousseau
3 January 2020
- 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
Continues to work with a YubiKey NEO, OK?
Feedback on the color diff on ports@ appreciated as well.
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/pcsc-lite/Makefile,v
retrieving revision 1.47
diff -u -p -r1.47 Makefile
--- Makefile 17 Nov 2019 13:13:15 -0000 1.47
+++ Makefile 28 Jan 2020 18:32:49 -0000
@@ -2,7 +2,7 @@
COMMENT= resource manager for PC/SC
-V= 1.8.25
+V= 1.8.26
DISTNAME= pcsc-lite-${V}
CATEGORIES= security
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/pcsc-lite/distinfo,v
retrieving revision 1.22
diff -u -p -r1.22 distinfo
--- distinfo 17 Nov 2019 13:13:15 -0000 1.22
+++ distinfo 28 Jan 2020 18:32:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (pcsc-lite-1.8.25.tar.bz2) =
12157cMc9254K59pdCDT3vvMkXeMPGUGWAhqG3SOh5I=
-SIZE (pcsc-lite-1.8.25.tar.bz2) = 757099
+SHA256 (pcsc-lite-1.8.26.tar.bz2) =
Pre+fW72GMCkRDFs9cHy+dcieu26ehkvOJ/j58Dfu9k=
+SIZE (pcsc-lite-1.8.26.tar.bz2) = 754838
Index: patches/patch-src_debug_c