Path to this page:
./
security/pcsc-lite,
Middleware to access a smart card using SCard API (PC/SC)
Branch: CURRENT,
Version: 2.3.0,
Package name: pcsc-lite-2.3.0,
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.164 KB
Version history: (Expand)
- (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
- (2024-05-08) Updated to version: pcsc-lite-2.2.1
CVS history: (Expand)
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
|
2024-05-27 09:44:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
pcsc-lite: updated to 2.2.3
2.2.3
- meson:
. Fix build on Slackware 15
. fail if both libusb and libudev are used
- Fix memory leak on exit
- libpcscspy: dump an output buffer only if the call succeeded
- Some code cleanup
|
2024-05-20 21:52:42 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
pcsc-lite: updated to 2.2.2
2.2.2:
- Serial support is ENABLED by default
|
2024-05-10 13:02:13 by Thomas Klausner | Files touched by this commit (1) |
Log message:
pcsc-lite: add perl to tools
Needs pod2man, but adding pod2man to USE_TOOLS doesn't provide it.
|
2024-05-08 20:47:37 by Adam Ciarcinski | Files touched by this commit (7) | |
Log message:
pcsc-lite: updated to 2.2.1
2.2.1: Ludovic Rousseau
- fix meson related issues
- Some code cleanup
2.2.0: Ludovic Rousseau
- provide files for meson build tool (replaces autoconf/auoomake)
- fix a missing symbol in libpcscspy (bug introduced by the previous version)
- fix shutdown issues with hotplug_libusb
- update pcsc-spy manpage
- update copyright date
- Some other minor improvements
|