Path to this page:
./
security/pcsc-lite,
Middleware to access a smart card using SCard API (PC/SC)
Branch: CURRENT,
Version: 2.3.3,
Package name: pcsc-lite-2.3.3,
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]
Package options: polkit
Master sites:
Filesize: 205.656 KB
Version history: (Expand)
- (2025-04-03) Updated to version: pcsc-lite-2.3.3
- (2025-03-30) Updated to version: pcsc-lite-2.3.2
- (2024-12-27) Updated to version: pcsc-lite-2.3.1nb1
- (2024-08-07) Updated to version: pcsc-lite-2.3.0
- (2024-07-21) Updated to version: pcsc-lite-2.2.3nb2
- (2024-06-05) Updated to version: pcsc-lite-2.2.3nb1
CVS history: (Expand)
2025-04-03 09:21:18 by Adam Ciarcinski | Files touched by this commit (2) |  |
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) |  |
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
|
2024-12-27 15:39:54 by Greg Troxel | Files touched by this commit (5) |
Log message:
security/pcsc-lite: Adjust previous based on upstream advice
- do not install config file; it's for systemd only
- detangle lib/defines/OS when switching on an implementation that
uses the lib and defines. Builds on NetBSD and is likely to work
where upstream code works
|
2024-12-27 13:37:29 by Greg Troxel | Files touched by this commit (4) |
Log message:
security/pcsc-list: Update to 2.3.1
packaging changes:
- disable polkit, because package newly fails to build under NetBSD
with polkit. It is \todo to figure out what's going on. Perhaps
someone(tm) should add polkit glue for NetBSD, and perhaps we
should enable polkit based on platform.
- move newly-installed default config (in linuxy place) to examples.
ktrace says it is not read anyway.
2.3.1: Ludovic Rousseau
24 December 2024
- Install a default /etc/default/pcscd file
- auth.c: implement polkit support for FreeBSD
- meson:
. also build static version of libpcsclite
. add options to disable polkit and libsystemd
. add "filter_names" in features when needed
- Doxygen: document dwCurrentState use for "\\?PnP?\Notification"
- Some other minor improvements
|
2024-08-07 11:39:06 by Adam Ciarcinski | Files touched by this commit (4) |  |
Log message:
pcsc-lite: updated to 2.3.0
2.3.0
- SCardGetStatusChange(): add the number of reader events
- Add Appstream metainfo announcing HW support
- meson: specify minimum meson version to use
- fix formats under musl libc
- Send libpcsclite.so logs to stderr instead of stdout
- Some other minor improvements
|
2024-07-21 03:02:26 by Emmanuel Dreyfus | Files touched by this commit (3) |
Log message:
Add a polkit pkgsrc option
Polkit pulls glib, hence it is nice to disable it when trying to lower
disk footprint
|