pkgsrc/security/pcsc-lite/patches/patch-ac
hasso 0b6343228b 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
2009-06-25 06:30:50 +00:00

10 lines
239 B
Text

$NetBSD: patch-ac,v 1.3 2009/06/25 06:30:51 hasso Exp $
--- 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
ACLOCAL_AMFLAGS = -I m4