Path to this page:
./
security/pcsc-lite,
Middleware to access a smart card using SCard API (PC/SC)
Branch: CURRENT,
Version: 2.3.1nb1,
Package name: pcsc-lite-2.3.1nb1,
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: 204.809 KB
Version history: (Expand)
- (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
- (2024-05-27) Updated to version: pcsc-lite-2.2.3
- (2024-05-20) Updated to version: pcsc-lite-2.2.2
CVS history: (Expand)
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
|
2024-06-10 11:33:58 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
pcsc-lite: Fix build on SunOS.
|
2024-06-05 22:25:17 by Tobias Nygren | Files touched by this commit (1) |
Log message:
pcsc-lite: fix USB support on NetBSD
|