diff options
author | hasso <hasso> | 2009-08-03 18:47:35 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-08-03 18:47:35 +0000 |
commit | 017e347a3119fcfb0d7aacb2fac51d4b1115dbe6 (patch) | |
tree | 9c3ac87f40f196dbc95b863bf5cc80008896dd61 /security | |
parent | beedf35695ccb716950bd2417c7721dcde4de9e9 (diff) | |
download | pkgsrc-017e347a3119fcfb0d7aacb2fac51d4b1115dbe6.tar.gz |
Update to 1.5.5. Changelog:
pcsc-lite-1.5.5: Ludovic Rousseau
28 July 2009
- add the reader interface name if provided by the device
- SCardTransmit(): return SCARD_E_UNSUPPORTED_FEATURE if
SCARD_PROTOCOL_RAW is requested by unsupported
- SCardConnect() and SCardReconnect(): set dwActiveProtocol to
SCARD_PROTOCOL_UNDEFINED if SCARD_SHARE_DIRECT is used (conform to
MSDN). Contrary to Windows winscard behavior, the reader is accessed in
shared mode and not exclusive mode if SCARD_SHARE_DIRECT is used.
- SCardControl(): correctly check for buffer overflow (bug introduced in
pcsc-lite 1.5.4)
- 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 | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/pcsc-lite/Makefile b/security/pcsc-lite/Makefile index f26d93c583c..7880fc182b9 100644 --- a/security/pcsc-lite/Makefile +++ b/security/pcsc-lite/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2009/06/25 06:30:50 hasso Exp $ +# $NetBSD: Makefile,v 1.7 2009/08/03 18:47:35 hasso Exp $ # -DISTNAME= pcsc-lite-1.5.4 +DISTNAME= pcsc-lite-1.5.5 CATEGORIES= security -MASTER_SITES= http://alioth.debian.org/frs/download.php/3052/ +MASTER_SITES= http://alioth.debian.org/frs/download.php/3082/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= shannonjr@NetBSD.org diff --git a/security/pcsc-lite/distinfo b/security/pcsc-lite/distinfo index 52f86251c66..aa5d0ae71a7 100644 --- a/security/pcsc-lite/distinfo +++ b/security/pcsc-lite/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2009/06/25 06:30:51 hasso Exp $ +$NetBSD: distinfo,v 1.7 2009/08/03 18:47:35 hasso Exp $ -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 (pcsc-lite-1.5.5.tar.bz2) = 6791a8bd07f69972f708d4bdd03d6b1056c7af3e +RMD160 (pcsc-lite-1.5.5.tar.bz2) = 99f56839483d7364426e0d70ec6825f551b4c49e +Size (pcsc-lite-1.5.5.tar.bz2) = 465947 bytes SHA1 (patch-aa) = a30db3af5181f7d37d16c25d2679070e2fdf6652 SHA1 (patch-ab) = 40437e4db3295318942f292dcfc7dc7a59b5c77e SHA1 (patch-ac) = 92b6d3a1c2e330f633021cf662136c300e3af9bf |