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

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


Branch: CURRENT, Version: 2.4.1, Package name: pcsc-lite-2.4.1, Maintainer: pkgsrc-users

The 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 [+/-]

Required to run:
[devel/libusb1]

Required to build:
[pkgtools/cwrappers]

Package options: polkit

Master sites:

Filesize: 207.434 KB

Version history: (Expand)


CVS history: (Expand)


   2026-01-07 21:25:10 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
pcsc-lite: updated to 2.4.1

2.4.1

- Add backward version support on the client side
- Add backward version support on the server side
- hotplug libudev: rescan the USB bus with "pcscd --hotplug"
- fix a value in pcscd.service systemd file
- meson: install systemd files even if libsystemd is not used
- Some other minor improvements
   2025-10-23 22:40:24 by Thomas Klausner | Files touched by this commit (2999)
Log message:
*: recursive bump for pcre2

Running an old binary against the new pcre doesn't work:
/usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by \ 
/usr/pkg/lib/libglib-2.0.so.0 not defined
   2025-10-22 08:45:14 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
pcsc-lite: updated to 2.4.0

2.4.0: Ludovic Rousseau
19 October 2025
- Run pcscd under a pcscd user instead of root when using systemd
- Set PIDFile in systemd service file
- Protect contextMapList modifications using a mutex
- meson:
  . Fix libpcsclite.pc file
  . respect builtin meson default_library option
  . build and install spy lib & tool only when needed
- UnitaryTests/*.py: fix pylint warnings
- Improve Doxygen documentation
   2025-10-17 15:19:44 by Jonathan Perkin | Files touched by this commit (2)
Log message:
pcsc-lite: SunOS needs alloca.h.
   2025-04-03 09:21:18 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
pcsc-lite: updated to 2.3.3

2.3.3
- Make polkit rules work again (bug introduced in 2.3.2)
   2025-03-30 19:47:06 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
pcsc-lite: updated to 2.3.2

2.3.2
- Hardening systemd pcscd.service file
- pcscd.service: add missing Requires=polkit.service
- pcsc-spy: add missing PCSCv2_PART10_PROPERTY_* definitions
- Support udev PCSCLITE_IGNORE property to filter readers
- debuglog: force use of colors when --color is used
- Some other minor improvements
   2024-12-27 23:32:04 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
pcsc-lite: fix build on Darwin
   2024-12-27 16:10:09 by Greg Troxel | Files touched by this commit (1)
Log message:
security/pcsc-lite: Actually add patch from previous