pcsc-lite: update to version 1.8.18

Support for GnuK token is included in this release, remove patches.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2016-09-19 18:38:08 +02:00
parent ce5228c794
commit f5c2adfcf1
30 changed files with 10 additions and 2719 deletions
+3 -3
View File
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=pcsc-lite
PKG_VERSION:=1.8.16
PKG_VERSION:=1.8.18
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://alioth.debian.org/frs/download.php/file/4164
PKG_MD5SUM:=14a8ab01c225ba90f03d0720ad714c12
PKG_SOURCE_URL:=https://alioth.debian.org/frs/download.php/file/4179
PKG_MD5SUM:=b22d32b018f6a1016adba91abfcc63876cca999daa472dd86e953ddd41d00905
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=COPYING
+7 -6
View File
@@ -1,14 +1,15 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2009-2011 OpenWrt.org
START=50
SERVICE_PID_FILE=/var/run/pcscd/pcscd.pid
USE_PROCD=1
start() {
service_start /usr/sbin/pcscd
start_service() {
procd_open_instance
procd_set_param command /usr/sbin/pcscd --foreground
procd_close_instance
}
stop() {
service_stop /usr/sbin/pcscd
reload_service() {
/usr/sbin/pcscd --hotplug
}