forked from pool/opensc
Accepting request 85502 from security:chipcard
OBS-URL: https://build.opensuse.org/request/show/85502 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=26
This commit is contained in:
commit
d773c39637
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:295a9f3dfe4d7a18b8b98f54f21e6b396b88c0607bbab785aa32c94792842cc8
|
|
||||||
size 1065834
|
|
3
opensc-0.12.2.tar.bz2
Normal file
3
opensc-0.12.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d1c0625ef5a6875dfe3a2488e62420bea2ee60aa924135366058168520798653
|
||||||
|
size 1313677
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 29 18:26:23 UTC 2011 - lmedinas@opensuse.org
|
||||||
|
- Updated to version 0.12.2:
|
||||||
|
* Builds are now silent by default when OpenSC is built from
|
||||||
|
source on Unix.
|
||||||
|
* Using --wait with command line tools works with 64bit Linux
|
||||||
|
again.
|
||||||
|
* Greatly improved OpenPGP card support, including OpenPGP
|
||||||
|
2.0 cards like the one found in German Privacy Foundation
|
||||||
|
CryptoStick.
|
||||||
|
* Fixed support for FINeID cards issued after 01.03.2011 with
|
||||||
|
2048bit keys.
|
||||||
|
* #256: Fixed support for TCOS cards (broken since 0.12.0).
|
||||||
|
* Added support for IDKey-cards to TCOS3 driver.
|
||||||
|
* #361: Improved PC/SC driver to fetch the maximum PIN sizes
|
||||||
|
from the open source CCID driver. This fixes the issue for
|
||||||
|
Linux/OSX with recent driver.
|
||||||
|
* Fix FINeID cards for organizations.
|
||||||
|
* Several smaller bugs and compiler warnings fixed
|
||||||
|
|
||||||
|
- Updated to version 0.12.1:
|
||||||
|
* IAS-ECC 1.0.1
|
||||||
|
* Support for cards with multiple PKCS#15 applications
|
||||||
|
* New card driver: IAS/ECC 1.0.1
|
||||||
|
* rutoken-tool has been deprecated and removed.
|
||||||
|
* eidenv and piv-tool utilities now have manual pages.
|
||||||
|
* pkcs11-tool now requires the use of --module parameter.
|
||||||
|
* All tools can now use an ATR as an argument to --reader,
|
||||||
|
to skip to the card with given ATR.
|
||||||
|
* opensc-tool -l with -v now shows information about the
|
||||||
|
inserted cards.
|
||||||
|
* Creating files have an enforced upper size limit, 64K
|
||||||
|
* Support for multiple PKCS#15 applications with different
|
||||||
|
AID-s. PKCS#15 applications can be listed with pkcs15-tool
|
||||||
|
--list-applications. Binding to a specific AID with PKCS#15
|
||||||
|
tools can be done with --aid.
|
||||||
|
* Hex strings (like card ATR or APDU-s) can now be separated
|
||||||
|
by space, in addition to colons.
|
||||||
|
* Pinpad readers known to be bogus are now ignored by OpenSC.
|
||||||
|
At the moment only "HP USB Smart Card Keyboard" is disabled.
|
||||||
|
* Numerous compiler warnings, unused code and internal bugs
|
||||||
|
have been eliminated.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 7 14:49:37 CET 2011 - sbrabec@suse.cz
|
Fri Jan 7 14:49:37 CET 2011 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package opensc (Version 0.12.0)
|
# spec file for package opensc (Version 0.12.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -25,7 +25,7 @@ BuildRequires: pkg-config
|
|||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: docbook-xsl-stylesheets libxslt
|
BuildRequires: docbook-xsl-stylesheets libxslt
|
||||||
Url: http://www.opensc-project.org/opensc/
|
Url: http://www.opensc-project.org/opensc/
|
||||||
Version: 0.12.0
|
Version: 0.12.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Summary: Smart Card Utilities
|
Summary: Smart Card Utilities
|
||||||
|
Loading…
x
Reference in New Issue
Block a user