diff options
author | gdt <gdt@pkgsrc.org> | 2017-02-16 14:19:36 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2017-02-16 14:19:36 +0000 |
commit | ab7c524797c064fbdafafc347b07e847eec5b2df (patch) | |
tree | 356e8818dbd00eeb5756e8e2e12c42171b80514c /security | |
parent | f6a669268622b7d188c96f459ce573e676d8790a (diff) | |
download | pkgsrc-ab7c524797c064fbdafafc347b07e847eec5b2df.tar.gz |
Update to 1.2.20
1.8.20: Ludovic Rousseau
30 December 2016
- Fix a crash and potential security issue in pcscd
1.8.19: Ludovic Rousseau
9 December 2016
- SCardGetStatusChange(): Fix a (rare) race condition
- Doxygen:
. SCardGetStatusChange() may return SCARD_E_UNKNOWN_READER
. SCardConnect() and SCardReconnect() will never return SCARD_E_NOT_READY
- pcsc-spy:
. fix display of execution time
. log the thread number in the results
- Some other minor improvements
Diffstat (limited to 'security')
-rw-r--r-- | security/pcsc-lite/Makefile | 6 | ||||
-rw-r--r-- | security/pcsc-lite/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/security/pcsc-lite/Makefile b/security/pcsc-lite/Makefile index a3757cf10e8..c32fb3e0a3d 100644 --- a/security/pcsc-lite/Makefile +++ b/security/pcsc-lite/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.27 2016/08/11 05:01:05 richard Exp $ +# $NetBSD: Makefile,v 1.28 2017/02/16 14:19:36 gdt Exp $ -DISTNAME= pcsc-lite-1.8.18 +DISTNAME= pcsc-lite-1.8.20 CATEGORIES= security # Note that the MASTER_SITES URL is not stable with version changes, # and one can end up with an old version if DISTNAME is changed but # not the magic number in MASTER_SITES. # https://alioth.debian.org/frs/?group_id=30105&release_id=2031#pcsclite-_1.8.18-title-content -MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4179/ +MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4203/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/security/pcsc-lite/distinfo b/security/pcsc-lite/distinfo index 985ad3df4c5..fb565bc15a3 100644 --- a/security/pcsc-lite/distinfo +++ b/security/pcsc-lite/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.19 2016/08/11 05:01:05 richard Exp $ +$NetBSD: distinfo,v 1.20 2017/02/16 14:19:36 gdt Exp $ -SHA1 (pcsc-lite-1.8.18.tar.bz2) = 2a2552f7196457f5750efad1b29affd0a9620890 -RMD160 (pcsc-lite-1.8.18.tar.bz2) = e56cf12bffe9114386c6dcfc663a0ba912443dc0 -SHA512 (pcsc-lite-1.8.18.tar.bz2) = 928e8ca24491b0c457a36cf627b356d3218bc101ea3477b905694cfa943289e83273ef9fe468c85e625fcb58138240555b511d91e56ec3f8eb2be8df5f662f87 -Size (pcsc-lite-1.8.18.tar.bz2) = 741987 bytes +SHA1 (pcsc-lite-1.8.20.tar.bz2) = 64e41390745ee3eefdb22da9a0cac1411bb6a170 +RMD160 (pcsc-lite-1.8.20.tar.bz2) = 7c9824d64512947fb3ec45db47ec63e6ae949037 +SHA512 (pcsc-lite-1.8.20.tar.bz2) = 63fea660d71605ebced5600a59ab5b6a735c4ba3697faf7658d91b8e281a7fb2a2bca6831c8f8c8c87b87a54f7fd03ae818a4c496dcbac0afce523e3b6c606b8 +Size (pcsc-lite-1.8.20.tar.bz2) = 745049 bytes SHA1 (patch-configure) = 2b0e0065c14d7625469c85e29ce3a47806a1cf55 SHA1 (patch-src_Makefile.in) = 5ada9cc404927ac9f44824bce1c4a815832a2ac1 SHA1 (patch-src_PCSC_reader.h) = 8ea2b7be9b3bae56cdae64b950373c8eeda2813a |