Path to this page:
./
security/pcsc-lite,
Middleware to access a smart card using SCard API (PC/SC)
Branch: CURRENT,
Version: 1.9.1,
Package name: pcsc-lite-1.9.1,
Maintainer: pkgsrc-usersThe purpose of PC/SC Lite is to provide a Windows(R) SCard interface in a
very small form factor for communicating to smartcards and readers.
The PC/SC Lite library is used to connect to the PC/SC daemon from a
client application and provide access to the desired reader.
DEINSTALL [+/-]#!/bin/sh
# $NetBSD: DEINSTALL,v 1.1 2009/10/02 12:36:13 hasso Exp $
case ${STAGE} in
POST-DEINSTALL)
${RM} -f @PKG_SYSCONFDIR@/reader.conf
;;
esac
Required to run:[
devel/libusb1]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 7f3a12ecba3e1977ac1191b46f8ba8f433b85e49
RMD160: 154dac588182ed2cc0460439d5010191e46cb08c
Filesize: 745.63 KB
Version history: (Expand)
- (2021-02-16) Updated to version: pcsc-lite-1.9.1
- (2020-06-20) Updated to version: pcsc-lite-1.9.0
- (2019-04-25) Updated to version: pcsc-lite-1.8.24nb1
- (2018-10-13) Updated to version: pcsc-lite-1.8.24
- (2017-02-16) Updated to version: pcsc-lite-1.8.20
- (2016-08-11) Updated to version: pcsc-lite-1.8.18
CVS history: (Expand)
2021-02-16 20:03:46 by Greg Troxel | Files touched by this commit (3) |  |
Log message:
security/pcsc-list: Update to 1.9.1
1.9.1: Ludovic Rousseau
16 February 2021
- Do not (possibly) lock a reader if allocating hCard fails
- Fix a hang in SCardTransmit()
- Do not report an error if the wrong interface is used by the driver
- Update reader state when a card is removed during an exchange
- readerfactory: Make sure a freed Reader Context is not accessed
- PHSetProtocol(): supports T=0&1 cards on T=0 reader
- hotplug-libusb:
. support CCIDCLASSDRIVER
. add interface name to reader name
. remove obsolete libhal scheme
- Some other minor improvements
|
2020-08-19 17:09:40 by Greg Troxel | Files touched by this commit (1) |  |
Log message:
security/pcsc-lite: Purge old/wrong comment
The HOMEPAGE and MASTER_SITES were updated, and the non-stable URL
problem with the old MASTER_SITES no longer applies. Drop the comemnt (yay!).
|
2020-06-20 21:03:37 by Adam Ciarcinski | Files touched by this commit (9) |  |
Log message:
pcsc-lite: updated to 1.9.0:
1.9.0:
- SCardEndTransaction(): greatly improve performances (x300)
- tokenparser: accept any Unicode character in a reader name
- Use /run instead of /var/run by default
- Fix a memory leak from a polkit call
- Some other minor improvements
1.8.26:
- Use poll() instead of select() to allow file descriptor higher than FD_SETSIZE
- Enable reader filtering by default
- pcsc-spy:
. Do not read output buffer after error
. Adjust code to handle autoallocated buffers
. fix year-2038 issue by using long instead of int
- Android: fix compilation
- if client/server protocol mismatch:
. log an explicit message
. SCardEstablishContext() returns SCARD_E_SERVICE_STOPPED
- polkit: log the error message if polkit_authority_get_sync() fails
- Exit with EXIT_SUCCESS on shutdown to please systemd
- Doxygen: fix minor issues in the documentation
- Add --disable-documentation option
- Fix a minor memory leak
1.8.25:
- Fix a socket issue when pcscd is used inside LXC container
- pcsc-spy: always provide a total time of execution
- Fix resource leak if SCardEstablishContext() fails
- Fix realloc(3) error handling (possible memory leak)
- Remove usage of function chmod(2) to use fchmod(2) (fix race condition)
1.8.24:
- the project moved to https://pcsclite.apdu.fr/
- SCardGetStatusChange(): Fix a rare race condition
- SCardReleaseContext(): do not release a lock owned by another context
- SCardReconnect(): suspend card auto power off
- Allow "=" in serial driver filenames
- Add the thread id in the pcscd log lines
- pcsc-spy: correctly handle incomplete log file
- Simclist: avoid to divide by zero in list_findpos()
- Some other minor improvements
|
2019-11-04 22:13:04 by Roland Illig | Files touched by this commit (118) |
Log message:
security: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-09-18 01:09:42 by Konrad Schroder | Files touched by this commit (3) |  |
Log message:
Update ccid to version 1.4.27, including link requirement in pcsc-lite.
Closes PR security/54556.
|
2019-04-25 09:33:32 by Maya Rashish | Files touched by this commit (620) |
Log message:
PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
|
2018-10-13 12:52:35 by Michael van Elst | Files touched by this commit (2) |  |
Log message:
update from 1.8.20 to 1.8.24
new master site https://pcsclite.apdu.fr
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|