Accepting request 88181 from home:wrosenauer:devel
OBS-URL: https://build.opensuse.org/request/show/88181 OBS-URL: https://build.opensuse.org/package/show/security:chipcard/pcsc-ccid?expand=0&rev=23
This commit is contained in:
parent
7b79d12fcf
commit
c54bf5ca34
@ -1,10 +0,0 @@
|
||||
--- Drivers/ccid/readers/supported_readers.txt.old 2011-01-18 12:53:00.277025632 +0100
|
||||
+++ Drivers/ccid/readers/supported_readers.txt 2011-01-18 12:58:12.988025632 +0100
|
||||
@@ -111,6 +111,7 @@
|
||||
|
||||
# Alcor Micro Corp.
|
||||
0x058F:0x9520:Alcor Micro AU9520
|
||||
+0x058F:0x9540:Alcor Micro HP internal
|
||||
|
||||
# RSA
|
||||
0x15E1:0x2007:RSA SecurID
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:953e430d2e37a67b99041f584249085656d73e72390dfe40589f4dd5c367edd0
|
||||
size 459432
|
3
ccid-1.4.5.tar.bz2
Normal file
3
ccid-1.4.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c41abea64b8c34f9a4fcf46b7add0462f5b18ba485e5a70c2874b4531bae7d1
|
||||
size 461820
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 17 10:08:36 UTC 2011 - wr@rosenauer.org
|
||||
|
||||
- Updated to version 1.4.5:
|
||||
* Add support of Alcor Micro AU9540, Ubisys 13.56MHz RFID (CCID),
|
||||
BIFIT USB-Token iBank2key, BIFIT iBank2Key, Gemalto Ezio Shield
|
||||
PinPad reader, Gemalto SA .NET Dual, Precise Sense MC reader
|
||||
(with fingerprint), SDS DOMINO-Key TWIN Pro
|
||||
* Add support of bPPDUSupport and FEATURE_CCID_ESC_COMMAND
|
||||
* SCARD_ATTR_VENDOR_NAME and SCARD_ATTR_VENDOR_IFD_VERSION are
|
||||
not the vendor name and version of the driver but of the IFD:
|
||||
InterFace Device i.e. the smart card reader. We then return the
|
||||
USB iManufacturer string as SCARD_ATTR_VENDOR_NAME and USB
|
||||
bcdDevice as SCARD_ATTR_VENDOR_IFD_VERSION
|
||||
* reduce binary size by removing unused features from simclist
|
||||
* Fix some warnings reported by Coverity
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 18 18:10:44 UTC 2011 - wr@rosenauer.org
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
Name: pcsc-ccid
|
||||
%define _name ccid
|
||||
BuildRequires: libusb-1_0-devel pcsc-lite-devel pkg-config udev
|
||||
Version: 1.4.4
|
||||
Version: 1.4.5
|
||||
Release: 1
|
||||
Group: Productivity/Security
|
||||
License: LGPLv2.1+
|
||||
@ -29,7 +29,6 @@ Url: http://pcsclite.alioth.debian.org/ccid.html
|
||||
Summary: PCSC Driver for CCID Based Smart Card Readers and GemPC Twin Serial Reader
|
||||
Source: %{_name}-%{version}.tar.bz2
|
||||
Source1: %{name}-rpmlintrc
|
||||
Patch: SCsupported_HP_internal.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# openSUSE package pcsc-lite 1.6.6 is the first one which creates the scard UID and GID:
|
||||
Requires: pcsc-lite >= 1.6.6
|
||||
@ -57,7 +56,6 @@ pcsc-lite package.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{_name}-%{version}
|
||||
%patch -p2
|
||||
cp -a src/openct/LICENSE LICENSE.openct
|
||||
cp -a src/towitoko/README README.towitoko
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user