diff options
author | gdt <gdt> | 2015-09-07 19:34:30 +0000 |
---|---|---|
committer | gdt <gdt> | 2015-09-07 19:34:30 +0000 |
commit | 0c5c3e7008150ee14a96f41ff85171d9d41af806 (patch) | |
tree | 8338151704259f0d5ccca4473d83b8e42cb5e324 /security | |
parent | 82ba7630e3aeb71d18c67f310c7aab66e2f27138 (diff) | |
download | pkgsrc-0c5c3e7008150ee14a96f41ff85171d9d41af806.tar.gz |
Update to 1.8.14.
1.8.14: Ludovic Rousseau
5 August 2015
- Threading: lock the PC/SC context in a safe way
- Threading: lock the card context in a safe way
- SCardGetStatusChange(): fix card movement rare bug
- Doxygen:
. SCardTransmit() may return SCARD_E_INSUFFICIENT_BUFFER
. SCardEndTransaction() The disposition IS used and the dwDisposition
parameter HAS an effect.
. SCardReconnect() do not release locks
. fix typos
- Move the source code repository from subversion to git
- Use asprintf(3) instead of strlcat(3) and strlcpy(3)
- Allow to use pcscd in a remote session (polkit issue)
- Some other minor improvements and bug corrections
pcsc-lite-1.8.13: Ludovic Rousseau
7 November 2014
- fix a systemd + libudev hotplug bug introduced in version 1.8.12.
The list of readers was not (yet) available just after the start of pcscd
- Make the license more 3-clause BSD like
- fix a rare race condition in the (non default) libusb hotplug
- Some other minor improvements and bug corrections
Diffstat (limited to 'security')
-rw-r--r-- | security/pcsc-lite/Makefile | 9 | ||||
-rw-r--r-- | security/pcsc-lite/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/security/pcsc-lite/Makefile b/security/pcsc-lite/Makefile index e962c5bea6f..eda41631ce6 100644 --- a/security/pcsc-lite/Makefile +++ b/security/pcsc-lite/Makefile @@ -1,16 +1,17 @@ -# $NetBSD: Makefile,v 1.25 2015/01/17 18:43:15 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2015/09/07 19:34:30 gdt Exp $ -DISTNAME= pcsc-lite-1.8.12 -PKGREVISION= 2 +DISTNAME= pcsc-lite-1.8.14 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. -MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4115/ +# https://alioth.debian.org/frs/?group_id=30105&release_id=2010#pcsclite-_1.8.14-title-content +MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4138/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pcsclite.alioth.debian.org/ +# COMMENT= Middleware to access a smart card using SCard API (PC/SC) LICENSE= modified-bsd diff --git a/security/pcsc-lite/distinfo b/security/pcsc-lite/distinfo index 7dd801d1daf..9a79df748ea 100644 --- a/security/pcsc-lite/distinfo +++ b/security/pcsc-lite/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.16 2014/10/01 16:27:03 gdt Exp $ +$NetBSD: distinfo,v 1.17 2015/09/07 19:34:30 gdt Exp $ -SHA1 (pcsc-lite-1.8.12.tar.bz2) = dc06f6971c2111a82597a337de560b065dd317a8 -RMD160 (pcsc-lite-1.8.12.tar.bz2) = f0f5be03cf4800c69ef4c7383ef6942c654812c4 -Size (pcsc-lite-1.8.12.tar.bz2) = 580449 bytes +SHA1 (pcsc-lite-1.8.14.tar.bz2) = f498dc65f1763818a7e813a46a15be744639dbb3 +RMD160 (pcsc-lite-1.8.14.tar.bz2) = d5bd4109f0c5c659a927fc4e4d677e5bd4ff199c +Size (pcsc-lite-1.8.14.tar.bz2) = 689197 bytes SHA1 (patch-configure) = 2b0e0065c14d7625469c85e29ce3a47806a1cf55 SHA1 (patch-src_Makefile.in) = 5ada9cc404927ac9f44824bce1c4a815832a2ac1 SHA1 (patch-src_PCSC_reader.h) = 8ea2b7be9b3bae56cdae64b950373c8eeda2813a |