./security/ccid, Middleware to access a smart card using SCard API (PC/SC)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.5.5, Package name: ccid-1.5.5, Maintainer: pkgsrc-users

This package provides a generic USB CCID
(Chip/Smart Card Interface Devices) driver
and ICCD (Integrated Circuit(s) Card Devices).

See the USB CCID and ICCD specifications
from the USB working group.


Required to run:
[security/pcsc-lite] [devel/libusb1]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 691.771 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-06 14:48:35 by Greg Troxel | Files touched by this commit (2)
Log message:
security/ccid: Update to 1.5.5

Drop MAINTAINERship, because I haven't been dealing with smartcards
for a while, and forgot I was MAINTAINER.

1.5.5 - 5 January 2024, Ludovic Rousseau
   - Add support of
     - Alpha-Project ANGARA Token
     - Broadcom Corp 58200 (idProduct: 0x5864)
     - Broadcom Corp 58200 (idProduct: 0x5865)
     - Imprivata USB CCID
     - KAPELSE eS-KAP-Ad
     - Kapelse inSide
     - KAPELSE KAP-Care
     - KAPELSE KAP-eCV
     - KAPELSE KAP-GO
     - KAPELSE KAP-LINK2
     - Kapelse KAP-Move
     - Kapelse Ti-Kap
     - rf IDEAS USB CCID
     - SIMHUB pcsc reader
   - support Kapelse readers on macOS (composite as multislot)
   - Some other minor improvements
   2023-10-30 20:34:04 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
ccid: updated to 1.5.4

1.5.4

Update to PCSC 2.0.0

Fix polling transfer restart after InterruptStop

Fix the regression introduced in the "Fix InterruptStop if called
before InterruptRead" commit: it should be possible to start a new
polling transfer after the previous one has been stopped.

This problem prevented the polling transfer from working after an
SCardDisconnect call, and led to using the sleep-based polling every
400 ms.

Implementation-wise, the fix is to change the "terminate" flag to be
non-sticky, i.e., unset it after reading from it.
   2023-02-21 17:32:33 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
ccid: updated to 1.5.2

1.5.2 - 31 January 2023, Ludovic Rousseau
- Add support of
  - KAPELSE KAP-LINK
  - LDU LANDI
  - Sensyl SSC-HV Reader
  - TOKEN2 MFA NFC Reader
  - TOKEN2 Molto2
  - Thales RF Reader
- Alcor Micro AU9560: Remove high speeds since they are not supported
- Hack for AlcorMicro AU9560 and Acos-ID card
- configure.ac: disable the use of --disable-usbdropdir

1.5.1 - 14 November 2022, Ludovic Rousseau
- Add support of
  - Access IS ATR220 with idProduct: 0x0184
  - Alcor Link AK9567
  - Alcor Link AK9572
  - BLUTRONICS TAURUS NFC
  - CHERRY SmartTerminal ST-1144
  - CREATOR CRT-603(CZ1) CCR
  - Dexon Tecnologias Digitais LTDA DXToken
  - ESMART Reader ER433x ICC
  - ESMART Reader ER773x Dual & 1S
  - Flight system consulting Incredist
  - Ledger Nano S
  - Ledger Nano S Plus
  - Ledger Nano SP
  - Ledger Nano X
  - SafeNet eToken Fusion
  - Sensyl SSC-NFC Reader
- Adjust USB drivers path at run-time via environment variable PCSCLITE_HP_DROPDIR
- configure.ac: add --enable-strict option
- Fix a problem with AUTO PPS readers and ATR convention inverse cards
- examples/scardcontrol:
 - add support of 6A xx error codes
 - check WinSCard error early
 - parse wLcdLayout & bEntryValidationCondition
- macOS: log non sensitive strings as "%{public}s"
- Some other minor improvements
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2022-01-27 14:21:21 by Greg Troxel | Files touched by this commit (2)
Log message:
ccid: Update to 1.5.0

1.5.0 - 27 January 2022, Ludovic Rousseau
   - Add support of
     - ACS ACR1281U
     - Circle CCR7125 ICC
     - Circle CIR125 ICC
     - Circle CIR125-DOT ICC
     - Circle CIR215 CL with iProduct 0x2100
     - Circle CIR315 DI
     - Circle CIR315 with idProduct: 0x0324
     - Circle CIR315 with idProduct: 0x7004
     - Circle CIR415 CL
     - Circle CIR515 ICC
     - Circle CIR615 CL
     - Circle CIR615 CL & 1S
     - ELYCTIS CL reader
     - Nitrokey Nitrokey 3
     - Thales Shield M4 Reader
   - Add support of simultaneous slot access on multi slots readers
   - Use FeliCa instead of Felica on SONY request
   - Fix SafeNet eToken 5110 SC issue
   - Allow vendor control commands for Omnikey 5427 CK
   - always compute readTimeout to use a value greater than default 3 seconds
   - Check the bSeq value when receiving a CCID frame
   - Avoid logging errors when a reader is removed
   - Some other minor improvements
   2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605)
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \ 
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
   2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606)
Log message:
security: Remove SHA1 hashes for distfiles
   2021-07-25 20:03:38 by Greg Troxel | Files touched by this commit (2)
Log message:
security/ccid: Update to 1.4.35

packaging changes: stop re-running bootstrap.  upstream documents just
running configure, and regen causes trouble.

upstream changes are minor