From 83abf58facc3cd68903964810e0c1c7b3652cb64 Mon Sep 17 00:00:00 2001 From: hasso Date: Thu, 25 Jun 2009 06:30:50 +0000 Subject: Update to 1.5.4. Changes since 1.5.3: - 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 [SECURITY] - 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 --- security/pcsc-lite/patches/patch-ac | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'security/pcsc-lite/patches') diff --git a/security/pcsc-lite/patches/patch-ac b/security/pcsc-lite/patches/patch-ac index 614407a8e45..40e7af7f890 100644 --- a/security/pcsc-lite/patches/patch-ac +++ b/security/pcsc-lite/patches/patch-ac @@ -1,10 +1,8 @@ -$NetBSD: patch-ac,v 1.2 2008/08/08 21:25:49 shannonjr Exp $ +$NetBSD: patch-ac,v 1.3 2009/06/25 06:30:51 hasso Exp $ ---- Makefile.am.orig 2008-05-21 09:58:30 +0300 -+++ Makefile.am 2008-08-07 22:20:34 +0300 -@@ -1,6 +1,6 @@ - AUTOMAKE_OPTIONS = dist-bzip2 - +--- Makefile.am.orig 2009-05-27 05:34:51 +0300 ++++ Makefile.am 2009-06-25 08:57:16 +0300 +@@ -1,4 +1,4 @@ -SUBDIRS = m4 src etc doc +SUBDIRS = m4 src doc -- cgit v1.2.3