Accepting request 85500 from home:lmedinas:branches:security:chipcard
Bumped to 0.12.2. 0.12.0 is old and this one should go to factory asap. OBS-URL: https://build.opensuse.org/request/show/85500 OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=27
This commit is contained in:
parent
5a40d6a1ae
commit
470736347d
@ -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
|
||||
|
||||
|
13
opensc.spec
13
opensc.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package opensc (Version 0.11.13)
|
||||
# spec file for package opensc (Version 0.12.2)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,16 +15,18 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: opensc
|
||||
BuildRequires: libtool
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pcsc-lite-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: libxslt docbook-xsl-stylesheets
|
||||
BuildRequires: docbook-xsl-stylesheets libxslt
|
||||
Url: http://www.opensc-project.org/opensc/
|
||||
Version: 0.12.0
|
||||
Release: 0
|
||||
Version: 0.12.2
|
||||
Release: 1
|
||||
Group: Productivity/Security
|
||||
Summary: Smart Card Utilities
|
||||
License: LGPLv2.1+
|
||||
@ -39,7 +41,6 @@ Obsoletes: opensc-java <= 0.2.2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
|
||||
OpenSC provides a set of utilities to access smart cards. It mainly
|
||||
focuses on cards that support cryptographic operations. It facilitates
|
||||
their use in security applications such as mail encryption,
|
||||
|
Loading…
Reference in New Issue
Block a user