diff options
author | hasso <hasso@pkgsrc.org> | 2009-06-25 06:30:50 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-06-25 06:30:50 +0000 |
commit | 83abf58facc3cd68903964810e0c1c7b3652cb64 (patch) | |
tree | 36c051abc8c6aae7e3f7a8985640dbb29d7dcb9d /security | |
parent | 81edfe94676cc4e4cf92b31c4f42e1e094d93b6f (diff) | |
download | pkgsrc-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')
-rw-r--r-- | security/pcsc-lite/Makefile | 6 | ||||
-rw-r--r-- | security/pcsc-lite/distinfo | 10 | ||||
-rw-r--r-- | security/pcsc-lite/patches/patch-ac | 10 |
3 files changed, 12 insertions, 14 deletions
diff --git a/security/pcsc-lite/Makefile b/security/pcsc-lite/Makefile index c206da39bae..f26d93c583c 100644 --- a/security/pcsc-lite/Makefile +++ b/security/pcsc-lite/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2009/04/30 06:24:10 hasso Exp $ +# $NetBSD: Makefile,v 1.6 2009/06/25 06:30:50 hasso Exp $ # -DISTNAME= pcsc-lite-1.5.3 +DISTNAME= pcsc-lite-1.5.4 CATEGORIES= security -MASTER_SITES= http://alioth.debian.org/frs/download.php/3017/ +MASTER_SITES= http://alioth.debian.org/frs/download.php/3052/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= shannonjr@NetBSD.org diff --git a/security/pcsc-lite/distinfo b/security/pcsc-lite/distinfo index 132936ec136..52f86251c66 100644 --- a/security/pcsc-lite/distinfo +++ b/security/pcsc-lite/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.5 2009/04/30 06:24:11 hasso Exp $ +$NetBSD: distinfo,v 1.6 2009/06/25 06:30:51 hasso Exp $ -SHA1 (pcsc-lite-1.5.3.tar.bz2) = 00b936acbfd14686eba66c26e00cd86c811ab78a -RMD160 (pcsc-lite-1.5.3.tar.bz2) = b3ae810be8f15701e0ec815308990e96716bda7d -Size (pcsc-lite-1.5.3.tar.bz2) = 469752 bytes +SHA1 (pcsc-lite-1.5.4.tar.bz2) = 00527ccea75abe171245b6b699d617995d61ddbc +RMD160 (pcsc-lite-1.5.4.tar.bz2) = f41f5f291346b016a137fbcddcfbb8051958a80a +Size (pcsc-lite-1.5.4.tar.bz2) = 464524 bytes SHA1 (patch-aa) = a30db3af5181f7d37d16c25d2679070e2fdf6652 SHA1 (patch-ab) = 40437e4db3295318942f292dcfc7dc7a59b5c77e -SHA1 (patch-ac) = dfeb4bb8eef71e161ee5738d4640a00888a43b49 +SHA1 (patch-ac) = 92b6d3a1c2e330f633021cf662136c300e3af9bf SHA1 (patch-ad) = 3172e6063cc48b1302d08865cd8e9039b502a807 SHA1 (patch-ae) = 79978e1a6e1b6cd11ba4411e69bbf6f7d83c90ae SHA1 (patch-af) = 931c031eba226336ceb1c12bc2ffd9193cb24e44 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 |