Hello, A new version of pcsc-lite 1.5.4 is available at [1]. This version fixes bugs. No new feature added.
Changelog : pcsc-lite-1.5.4: Ludovic Rousseau 24 June 2009 - SCardGetStatusChange() works again. It was broken in some cases since version 1.5.2 - detect buffer overflows if pcscd if used by a rogue client - force access rights on /var/run/pcscd to be sure it can be used by a libpcsclite client without privileges - create the PCSCLITE_EVENTS_DIR directory with the sticky bit so only root or the owner of the event files can remove them - if RFAddReader() fails with the libhal scheme then we try with the (old) libusb scheme. This patch should allow proprietary drivers to work even if pcsc-lite is compiled with libhal support. - give a higher priority to a specific driver over the CCID Class driver. This should allow proprietary drivers to be used instead of libccid when possible - some other minor improvements and bug corrections diffstat: ChangeLog | 18 ChangeLog.svn | 129 Makefile.am | 2 Makefile.in | 28 NEWS | 2 aclocal.m4 | 6657 ------------ config.guess | 51 config.h.in | 4 config.sub | 54 configure |26616 ++++++++++++++++-------------------------------- configure.in | 4 doc/Makefile.in | 24 doc/example/Makefile.in | 24 etc/Makefile.in | 24 ltmain.sh |13231 +++++++++++++---------- m4/Makefile.in | 24 src/Makefile.in | 24 src/PCSC/pcsclite.h | 2 src/PCSC/reader.h.in | 8 src/debuglog.c | 26 src/hotplug.h | 3 src/hotplug_libhal.c | 88 src/ifdwrapper.c | 4 src/parser.h | 5 src/pcscd.h | 2 src/pcscdaemon.c | 15 src/testpcsc.c | 20 src/tokenparser.c | 78 src/tokenparser.l | 53 src/utils.c | 3 src/winscard_clnt.c | 42 src/winscard_msg.h | 30 src/winscard_svc.c | 61 33 files changed, 17288 insertions(+), 30068 deletions(-) [1] https://alioth.debian.org/frs/?group_id=30105&release_id=1367 -- Dr. Ludovic Rousseau _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
