From 342d7eb38ca4fb8c9606c5176ea651db17b70df3 Mon Sep 17 00:00:00 2001 From: LukenShiro Date: Thu, 13 May 2010 00:41:15 +0200 Subject: system/opensc: Updated for version 0.11.12 --- system/opensc/README | 5 ++--- system/opensc/opensc.SlackBuild | 12 +++++++----- system/opensc/opensc.info | 8 +++++--- system/opensc/slack-desc | 4 ++-- 4 files changed, 16 insertions(+), 13 deletions(-) diff --git a/system/opensc/README b/system/opensc/README index f031dd5748..13c0f8fd6a 100644 --- a/system/opensc/README +++ b/system/opensc/README @@ -8,12 +8,11 @@ API so applications supporting this API such as Mozilla Firefox and Thunderbird can use it. OpenSC implements the PKCS#15 standard and aims to be compatible with every software that does so, too. -It depends on: pcsc-lite and openct (both of which are available on -SlackBuilds). - You may need to edit /etc/opensc.conf in order to use a particular backend and smartcard. Beware! Smartcards have usually a limited number of times you may try a wrong PIN/PUK combination before they become inoperable/permanently blocked. You have been warned! + +This requires pcsc-lite and openct. diff --git a/system/opensc/opensc.SlackBuild b/system/opensc/opensc.SlackBuild index e66a440f54..547a3a3ea5 100644 --- a/system/opensc/opensc.SlackBuild +++ b/system/opensc/opensc.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for opensc -# Copyright 2008-2009 LukenShiro +# Copyright 2008-2010 LukenShiro # 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=opensc -VERSION=${VERSION:-0.11.8} +VERSION=${VERSION:-0.11.12} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -81,8 +81,10 @@ make install DESTDIR=$PKG mv $PKG/etc/opensc.conf $PKG/etc/opensc.conf.new ( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null + find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null || true + find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null ) ( cd $PKG/usr/man @@ -100,4 +102,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/system/opensc/opensc.info b/system/opensc/opensc.info index 07f0e62b02..7d123457eb 100644 --- a/system/opensc/opensc.info +++ b/system/opensc/opensc.info @@ -1,8 +1,10 @@ PRGNAM="opensc" -VERSION="0.11.8" +VERSION="0.11.12" HOMEPAGE="http://www.opensc-project.org/opensc/" -DOWNLOAD="http://www.opensc-project.org/files/opensc/opensc-0.11.8.tar.gz" -MD5SUM="a269b478b18dddb648b9bd930206b5a8" +DOWNLOAD="http://www.opensc-project.org/files/opensc/opensc-0.11.12.tar.gz" +MD5SUM="bc82f097bbc457962f3722474b50af5c" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" MAINTAINER="LukenShiro" EMAIL="lukenshiro@ngi.it" APPROVED="dsomero" diff --git a/system/opensc/slack-desc b/system/opensc/slack-desc index d660144068..5558b4c2a6 100644 --- a/system/opensc/slack-desc +++ b/system/opensc/slack-desc @@ -7,7 +7,7 @@ |-----handy-ruler--------------------------------------------------------| opensc: opensc (SmartCard utilities/libraries for PKCS#11/15 compatible cards) -opensc: +opensc: opensc: It provides a set of libraries and utilities to access smart cards. Its opensc: main focus is on cards that support cryptographic operations, and opensc: facilitate their use in security applications such as mail encryption, @@ -15,5 +15,5 @@ opensc: authentication, and digital signature. OpenSC implements the PKCS#11 opensc: API so applications supporting this API such as Mozilla Firefox and opensc: Thunderbird can use it. OpenSC implements the PKCS#15 standard and aims opensc: to be compatible with every software that does so, too. -opensc: +opensc: opensc: Homepage: http://www.opensc-project.org/opensc/ -- cgit v1.2.3