diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-03-18 18:36:16 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-03-18 23:47:14 +0000 |
commit | 5c22f4917557bccb51a57e1b6cc0cab1d093581f (patch) | |
tree | 10732dbd582b5eef8e06d5cb1299a5df77fd8b97 /utils/pcsc-lite | |
parent | 0ad73569fe4cfd7bb7f777b95bdc59a889cb7ac1 (diff) |
pcsc-lite: update to version 1.9.5
1.9.5: Ludovic Rousseau 4 December 2021
- pcscd: autoexit even if no client connects
- Fix variable substitution in systemd units
- fix potential race conditions with powerState handling
- Add and use tag TAG_IFD_DEVICE_REMOVED
- UnitaryTests: port code to Python 3
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'utils/pcsc-lite')
-rw-r--r-- | utils/pcsc-lite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/pcsc-lite/Makefile b/utils/pcsc-lite/Makefile index 77af7b18c..eb810eb20 100644 --- a/utils/pcsc-lite/Makefile +++ b/utils/pcsc-lite/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pcsc-lite -PKG_VERSION:=1.9.4 +PKG_VERSION:=1.9.5 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://pcsclite.apdu.fr/files/ -PKG_HASH:=8a8caac227e0a266015298dda663e81576a0d11d698685101e6aa6c9fdb51c4b +PKG_HASH:=9ee3f9b333537562177893559ad4f7b8d5c23ebe828eef53056c02db14049d08 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=COPYING |