summaryrefslogtreecommitdiff
path: root/security/pcsc-lite/patches
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-06-25 06:30:50 +0000
committerhasso <hasso@pkgsrc.org>2009-06-25 06:30:50 +0000
commit83abf58facc3cd68903964810e0c1c7b3652cb64 (patch)
tree36c051abc8c6aae7e3f7a8985640dbb29d7dcb9d /security/pcsc-lite/patches
parent81edfe94676cc4e4cf92b31c4f42e1e094d93b6f (diff)
downloadpkgsrc-83abf58facc3cd68903964810e0c1c7b3652cb64.tar.gz
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
Diffstat (limited to 'security/pcsc-lite/patches')
-rw-r--r--security/pcsc-lite/patches/patch-ac10
1 files changed, 4 insertions, 6 deletions
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