1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-02-06 20:46:02 +01:00
slackware-current/source/l/pcsc-lite
Patrick J Volkerding 9a09b24826 Mon Jan 27 20:11:37 UTC 2025
a/etc-15.1-x86_64-13.txz:  Rebuilt.
  Added pcscd user (257) and pcscd group (257).
a/pkgtools-15.1-noarch-24.txz:  Rebuilt.
  setup.services: add support for enabling/disabling rc.pcscd.
a/sysvinit-scripts-15.1-noarch-26.txz:  Rebuilt.
  rc.M: start rc.pcscd.
  rc.6, rc.K: stop rc.pcscd.
d/meson-1.7.0-x86_64-1.txz:  Upgraded.
l/ccid-1.6.1-x86_64-1.txz:  Added.
  Thanks to LukenShiro.
l/fmt-11.1.3-x86_64-1.txz:  Upgraded.
l/pcsc-lite-2.3.1-x86_64-1.txz:  Added.
  Thanks to LukenShiro, Matteo Bernardini, euzao, and USUARIONUEVO.
l/qt5-5.15.16_20250122_d76aaaf8-x86_64-1.txz:  Upgraded.
n/gnupg2-2.4.7-x86_64-3.txz:  Rebuilt.
  Rebuilt using --disable-ccid-driver. Thanks to gbschenkel.
2025-01-27 22:29:26 +01:00
..
doinst.sh Mon Jan 27 20:11:37 UTC 2025 2025-01-27 22:29:26 +01:00
pcsc-lite.SlackBuild Mon Jan 27 20:11:37 UTC 2025 2025-01-27 22:29:26 +01:00
pcsc-lite.url Mon Jan 27 20:11:37 UTC 2025 2025-01-27 22:29:26 +01:00
pcscd.default Mon Jan 27 20:11:37 UTC 2025 2025-01-27 22:29:26 +01:00
rc.pcscd Mon Jan 27 20:11:37 UTC 2025 2025-01-27 22:29:26 +01:00
README Mon Jan 27 20:11:37 UTC 2025 2025-01-27 22:29:26 +01:00
README.SLACKWARE Mon Jan 27 20:11:37 UTC 2025 2025-01-27 22:29:26 +01:00
slack-desc Mon Jan 27 20:11:37 UTC 2025 2025-01-27 22:29:26 +01:00

PC/SC-lite is a middleware to access a smart card using SCard API
(PC/SC) Its purpose is to provide a Windows(R) SCard interface in a
very small form factor for communicating to smart cards and readers.

Compiling with "DEBUGATR=1 ./pcsc-lite.SlackBuild" enables ATR parsing
debug output messages.

On-demand power on (auto power off) feature for an inserted card is
disabled, now. If you want it re-enabled, so the card is powered off
after a few seconds of inactivity (upstream's default since version
1.6.5) you can compile with "AUTOPOFF=1 ./pcsc-lite.SlackBuild".

pcsc-lite no longer uses (deprecated) libhal for smart-card reader's
detection. By default libudev is used now.

You need to add a user pcscd (257) and a group pcscd (257).

Please see README.SLACKWARE in pcsc-lite's documentation directory
for notes.