Accepting request 113656 from security:chipcard
(forwarded request 113655 from wrosenauer) OBS-URL: https://build.opensuse.org/request/show/113656 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcsc-ccid?expand=0&rev=25
This commit is contained in:
commit
4dfce2867e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8c41abea64b8c34f9a4fcf46b7add0462f5b18ba485e5a70c2874b4531bae7d1
|
|
||||||
size 461820
|
|
3
ccid-1.4.6.tar.bz2
Normal file
3
ccid-1.4.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f31151fc7683f24165e2498a673e81a50c497731ff9530ff98233bd56af60f8a
|
||||||
|
size 469846
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 15 08:40:16 UTC 2012 - wr@rosenauer.org
|
||||||
|
|
||||||
|
- Updated to version 1.4.6:
|
||||||
|
* Add support of Avtor SC Reader 371, Avtor SecureToken,
|
||||||
|
DIGIPASS KEY 202, Fujitsu SmartCase KB SCR eSIG,
|
||||||
|
Giesecke & Devrient StarSign CUT,
|
||||||
|
Inside Secure VaultIC 460 Smart Object,
|
||||||
|
Macally NFC CCID eNetPad reader, OmniKey 6321 USB,
|
||||||
|
SCM SDI 011, Teridian TSC12xxF, Vasco DIGIPASS KEY 101
|
||||||
|
* Remove support of readers without a USB CCID descriptor file
|
||||||
|
0x08E6:0x34C1:Gemalto Ezio Shield Secure Channel
|
||||||
|
0x08E6:0x34C4:Gemalto Ezio Generic
|
||||||
|
0x04E6:0x511A:SCM SCR 3310 NTTCom
|
||||||
|
0x0783:0x0008:C3PO LTC32 USBv2 with keyboard support
|
||||||
|
0x0783:0x9002:C3PO TLTC2USB
|
||||||
|
0x047B:0x020B:Silitek SK-3105
|
||||||
|
* Disable SPE for HP USB CCID Smartcard Keyboard. The reader is
|
||||||
|
bogus and unsafe.
|
||||||
|
* Fix a problem with ICCD type A devices. We now wait for device
|
||||||
|
ready
|
||||||
|
* Secure PIN Verify and PIN Modify: set the minimum timeout to
|
||||||
|
90 seconds
|
||||||
|
* Add support of wIdVendor and wIdProduct properties
|
||||||
|
* Add support of dwMaxAPDUDataSize
|
||||||
|
* Add support of Gemalto firmware features
|
||||||
|
* some minor bugs removed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 2 16:35:03 UTC 2011 - coolo@suse.com
|
Fri Dec 2 16:35:03 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pcsc-ccid
|
# spec file for package pcsc-ccid
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: pcsc-ccid
|
Name: pcsc-ccid
|
||||||
%define _name ccid
|
%define _name ccid
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -22,12 +23,12 @@ 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.5
|
Version: 1.4.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Group: Productivity/Security
|
|
||||||
License: LGPL-2.1+
|
|
||||||
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
|
||||||
|
License: LGPL-2.1+
|
||||||
|
Group: Productivity/Security
|
||||||
Source: %{_name}-%{version}.tar.bz2
|
Source: %{_name}-%{version}.tar.bz2
|
||||||
Source1: %{name}-rpmlintrc
|
Source1: %{name}-rpmlintrc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
Reference in New Issue
Block a user