update to pcsc-lite-1.8.18
extracted from Changelog: 1.8.18: Ludovic Rousseau 10 August 2016 - SCardDisconnect(): much faster with SCARD_UNPOWER_CARD - SCardConnect(): Fix a possible duplicated hCard context - Fix compilation on FreeBSD - Fix compilation on Solaris - Some other minor improvements 1.8.17: Ludovic Rousseau 29 May 2016 - Fix SCardEndTransaction() issue with a SCARD_SHARE_EXCLUSIVE connection - Fix an issue when used with systemd (problem in signal handler) - SCardGetAttrib(): set pcbAttrLen when buffer is too small - Doxygen: SCardGetAttrib() pbAttr can be NULL - Doxygen: SCardGetAttrib() *pcbAttrLen contains the buffer size - fix compilation warnings and link errors on SunOS - Some other minor improvements 1.8.16: Ludovic Rousseau 20 March 2016 - SCardCancel() was not correctly handled When a SCardGetStatusChange() was cancelled then a next PC/SC call after the SCardGetStatusChange() may fail with a strange error code if the event waited in SCardGetStatusChange() occurs. - Doxygen: fix different documentation issues - SCARD_SCOPE_GLOBAL is now defined in a public header (even if never used) - Enable Trace and Profile features using compiler flags and without modifying the source code - Some other minor improvements and bug corrections 1.8.15: Ludovic Rousseau 25 December 2015 - Add support of remove and/or customize PC/SC reader names using PCSCLITE_FILTER_IGNORE_READER_NAMES and PCSCLITE_FILTER_EXTEND_READER_NAMES See http://ludovicrousseau.blogspot.fr/2015/12/remove-andor-customize-pcsc-reader-names.html - Some other minor improvements and bug corrections
This commit is contained in:
parent
f233d93142
commit
1b672ed03c
2 changed files with 10 additions and 10 deletions
|
@ -1,17 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.26 2015/09/07 19:34:30 gdt Exp $
|
||||
# $NetBSD: Makefile,v 1.27 2016/08/11 05:01:05 richard Exp $
|
||||
|
||||
DISTNAME= pcsc-lite-1.8.14
|
||||
DISTNAME= pcsc-lite-1.8.18
|
||||
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=2010#pcsclite-_1.8.14-title-content
|
||||
MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4138/
|
||||
# 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/
|
||||
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
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.18 2015/11/04 01:18:00 agc Exp $
|
||||
$NetBSD: distinfo,v 1.19 2016/08/11 05:01:05 richard Exp $
|
||||
|
||||
SHA1 (pcsc-lite-1.8.14.tar.bz2) = f498dc65f1763818a7e813a46a15be744639dbb3
|
||||
RMD160 (pcsc-lite-1.8.14.tar.bz2) = d5bd4109f0c5c659a927fc4e4d677e5bd4ff199c
|
||||
SHA512 (pcsc-lite-1.8.14.tar.bz2) = a374ee254403b57a9bb24629e1d2d867b4b2046126f06fcc9df5d2e4b1ab9e8e2daddf371082c829e40d0874d2e84a8d657240857cc928242adfbbb1516c3362
|
||||
Size (pcsc-lite-1.8.14.tar.bz2) = 689197 bytes
|
||||
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 (patch-configure) = 2b0e0065c14d7625469c85e29ce3a47806a1cf55
|
||||
SHA1 (patch-src_Makefile.in) = 5ada9cc404927ac9f44824bce1c4a815832a2ac1
|
||||
SHA1 (patch-src_PCSC_reader.h) = 8ea2b7be9b3bae56cdae64b950373c8eeda2813a
|
||||
|
|
Loading…
Reference in a new issue