From c5ae0128ff3de163c10bae582f3ae32980a969d7 Mon Sep 17 00:00:00 2001 From: LukenShiro Date: Fri, 28 Dec 2012 22:18:36 +0100 Subject: system/pcsc-lite: Updated for version 1.8.7. Added more notes about need of dedicated user and group. Signed-off-by: Matteo Bernardini --- system/pcsc-lite/README | 2 ++ system/pcsc-lite/README.SLACKWARE | 6 ++++++ system/pcsc-lite/pcsc-lite.SlackBuild | 4 ++-- system/pcsc-lite/pcsc-lite.info | 8 ++++---- 4 files changed, 14 insertions(+), 6 deletions(-) (limited to 'system') diff --git a/system/pcsc-lite/README b/system/pcsc-lite/README index 2123870c8c..b1c0a5045e 100644 --- a/system/pcsc-lite/README +++ b/system/pcsc-lite/README @@ -8,5 +8,7 @@ debug output messages. pcsc-lite no longer uses (deprecated) libhal for smart-card reader's detection. By default libudev is used now. +You need to add a user pcscd (257) and a group pcscd (257). + Please see README.SLACKWARE in pcsc-lite's documentation directory for notes. diff --git a/system/pcsc-lite/README.SLACKWARE b/system/pcsc-lite/README.SLACKWARE index 4cf8418e88..6628c015df 100644 --- a/system/pcsc-lite/README.SLACKWARE +++ b/system/pcsc-lite/README.SLACKWARE @@ -1,3 +1,9 @@ +You must have a "pcscd" user and a "pcscd" group to run this script. +To create the user and group you can run these two commands +(uid/gid are set accordingly to http://slackbuilds.org/uid_gid.txt): + # groupadd -g 257 pcscd + # useradd -u 257 -g pcscd -d /var/run/pcscd -s /bin/false pcscd + To start PC/SC-lite daemon, run "/etc/rc.d/rc.pcscd start". This is most easily accomplished by adding the following to /etc/rc.d/rc.local: if [ -x /etc/rc.d/rc.pcscd ]; then diff --git a/system/pcsc-lite/pcsc-lite.SlackBuild b/system/pcsc-lite/pcsc-lite.SlackBuild index fd14c8b13d..dc007d1fed 100644 --- a/system/pcsc-lite/pcsc-lite.SlackBuild +++ b/system/pcsc-lite/pcsc-lite.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pcsc-lite -# Copyright 2007-2012 LukenShiro, Italy +# Copyright 2007-2013 LukenShiro, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pcsc-lite -VERSION=${VERSION:-1.8.3} +VERSION=${VERSION:-1.8.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/pcsc-lite/pcsc-lite.info b/system/pcsc-lite/pcsc-lite.info index 958f568cf2..6856f66d8e 100644 --- a/system/pcsc-lite/pcsc-lite.info +++ b/system/pcsc-lite/pcsc-lite.info @@ -1,10 +1,10 @@ PRGNAM="pcsc-lite" -VERSION="1.8.3" +VERSION="1.8.7" HOMEPAGE="http://pcsclite.alioth.debian.org" -DOWNLOAD="https://alioth.debian.org/frs/download.php/3706/pcsc-lite-1.8.3.tar.bz2" -MD5SUM="7ad8c97c89f77aab7a00317eb7e811e9" +DOWNLOAD="https://alioth.debian.org/frs/download.php/3842/pcsc-lite-1.8.7.tar.bz2" +MD5SUM="744f4b437492ce22ae23aa483a76becf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="%README%" MAINTAINER="LukenShiro" EMAIL="lukenshiro@ngi.it" -- cgit v1.2.3