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
|
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
|