Accepting request 126235 from security:chipcard
OBS-URL: https://build.opensuse.org/request/show/126235 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcsc-ccid?expand=0&rev=27
This commit is contained in:
commit
4dd278bc65
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f31151fc7683f24165e2498a673e81a50c497731ff9530ff98233bd56af60f8a
|
|
||||||
size 469846
|
|
3
ccid-1.4.7.tar.bz2
Normal file
3
ccid-1.4.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:366d3e2e417f5a97dd795765ce23e3dd1a8c817ba2b780a30cf769d66a0e36c7
|
||||||
|
size 469953
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 26 14:49:22 UTC 2012 - wr@rosenauer.org
|
||||||
|
|
||||||
|
- Updated to version 1.4.7:
|
||||||
|
* Add support of
|
||||||
|
ACS ACR101 ICC Reader
|
||||||
|
ACS CryptoMate64
|
||||||
|
Alcor Micro AU9522
|
||||||
|
Bit4id CKey4
|
||||||
|
Bit4id cryptokey
|
||||||
|
Bit4id iAM
|
||||||
|
Bit4id miniLector
|
||||||
|
Bit4id miniLector-s
|
||||||
|
CCB eSafeLD
|
||||||
|
Gemalto Ezio Shield Branch
|
||||||
|
KOBIL Systems IDToken
|
||||||
|
NXP PR533
|
||||||
|
* KOBIL Systems IDToken special cases:
|
||||||
|
Give more time (3 seconds instead of 2) to the reader to answer
|
||||||
|
Hack for the Kobil IDToken and Geman eID card. The German eID
|
||||||
|
card is bogus and need to be powered off before a power on
|
||||||
|
Add Reader-Info-Commands special APDU/command
|
||||||
|
- Manufacturer command
|
||||||
|
- Product name command
|
||||||
|
- Firmware version command
|
||||||
|
- Driver version command
|
||||||
|
* Use auto suspend for CCID devices only (Closes Alioth bug
|
||||||
|
[#313445] "Do not activate USB suspend for composite devices:
|
||||||
|
keyboard")
|
||||||
|
* Fix some error management in the T=1 TPDU state machine
|
||||||
|
* some minor bugs removed
|
||||||
|
* some minor improvements added
|
||||||
|
- do not call bootstrap since autoconf requirement is bleeding edge
|
||||||
|
and only works on Factory/12.2 - also seems to be unnecessary
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 15 08:40:16 UTC 2012 - wr@rosenauer.org
|
Sun Apr 15 08:40:16 UTC 2012 - wr@rosenauer.org
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ BuildRequires: libusb-1_0-devel
|
|||||||
BuildRequires: pcsc-lite-devel
|
BuildRequires: pcsc-lite-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: udev
|
BuildRequires: udev
|
||||||
Version: 1.4.6
|
Version: 1.4.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://pcsclite.alioth.debian.org/ccid.html
|
Url: http://pcsclite.alioth.debian.org/ccid.html
|
||||||
Summary: PCSC Driver for CCID Based Smart Card Readers and GemPC Twin Serial Reader
|
Summary: PCSC Driver for CCID Based Smart Card Readers and GemPC Twin Serial Reader
|
||||||
@ -62,9 +62,8 @@ cp -a src/openct/LICENSE LICENSE.openct
|
|||||||
cp -a src/towitoko/README README.towitoko
|
cp -a src/towitoko/README README.towitoko
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %suse_version > 1100
|
# not needed ATM
|
||||||
./bootstrap
|
#./bootstrap
|
||||||
%endif
|
|
||||||
%configure\
|
%configure\
|
||||||
--enable-twinserial
|
--enable-twinserial
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user