Accepting request 70594 from security:chipcard
1.4.4 (forwarded request 70593 from wrosenauer) OBS-URL: https://build.opensuse.org/request/show/70594 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcsc-ccid?expand=0&rev=21
This commit is contained in:
commit
1b7985b823
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a67954a2dc7cbc049c7085b304936e55f95b6ef443497df537ac24578ae77c47
|
|
||||||
size 436144
|
|
3
ccid-1.4.4.tar.bz2
Normal file
3
ccid-1.4.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:953e430d2e37a67b99041f584249085656d73e72390dfe40589f4dd5c367edd0
|
||||||
|
size 459432
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 18 18:10:44 UTC 2011 - wr@rosenauer.org
|
||||||
|
|
||||||
|
- Updated to version 1.4.4:
|
||||||
|
* Add support of Gemalto Ezio Shield, Gemalto Ezio CB+, Gemalto Ezio
|
||||||
|
Shield Secure Channel, Gemalto Ezio Shield PinPad and Gemalto Ezio
|
||||||
|
Generic
|
||||||
|
* Activate USB automatic power suspend. The Linux kernel should
|
||||||
|
power off the reader automatically if it is not used (pcscd is not
|
||||||
|
running).
|
||||||
|
* Add support of TLV Properties wLcdMaxCharacters and wLcdMaxLines
|
||||||
|
* Add support of Neowave Weneo, Vasco DIGIPASS 920, SCM SCL011,
|
||||||
|
Feitian ePass2003 readers
|
||||||
|
* use :libudev: instead of :libhal: naming scheme
|
||||||
|
* Do not install RSA_SecurID_getpasswd and Kobil_mIDentity_switch
|
||||||
|
and the associated documentation.
|
||||||
|
* the Secure Pin Entry of the HP USB Smart Card Keyboard is bogus
|
||||||
|
so disable it
|
||||||
|
* Add support of Feitian SCR310 reader (also known as 301v2), ACS
|
||||||
|
APG8201 PINhandy 1, Oberthur ID-ONE TOKEN SLIM v2, new Neowave
|
||||||
|
Weneo token, Vasco DIGIPASS KEY 860, Vasco DIGIPASS KEY 200,
|
||||||
|
Xiring Leo v2, Xiring MyLeo, Aktiv Rutoken lite readers
|
||||||
|
* Add back support of "bogus" Oz776, REINER SCT and BLUDRIVE II
|
||||||
|
* disable use of interrupt card events for multi slots readers
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 16 14:13:52 CET 2011 - oneukum@suse.de
|
Wed Feb 16 14:13:52 CET 2011 - oneukum@suse.de
|
||||||
|
|
||||||
|
@ -21,8 +21,8 @@
|
|||||||
Name: pcsc-ccid
|
Name: pcsc-ccid
|
||||||
%define _name ccid
|
%define _name ccid
|
||||||
BuildRequires: libusb-1_0-devel pcsc-lite-devel pkg-config udev
|
BuildRequires: libusb-1_0-devel pcsc-lite-devel pkg-config udev
|
||||||
Version: 1.4.1
|
Version: 1.4.4
|
||||||
Release: 6
|
Release: 1
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Url: http://pcsclite.alioth.debian.org/ccid.html
|
Url: http://pcsclite.alioth.debian.org/ccid.html
|
||||||
@ -54,11 +54,6 @@ Devices) driver.
|
|||||||
This driver is meant to be used with the PCSC-Lite daemon from the
|
This driver is meant to be used with the PCSC-Lite daemon from the
|
||||||
pcsc-lite package.
|
pcsc-lite package.
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Ludovic Rousseau <ludovic.rousseau@free.fr>
|
|
||||||
Carlos Prados
|
|
||||||
Olaf Kirch
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name}-%{version}
|
%setup -q -n %{_name}-%{version}
|
||||||
@ -77,9 +72,6 @@ make %{?jobs:-j%jobs}
|
|||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
# Copied elsewhere:
|
# Copied elsewhere:
|
||||||
rm $RPM_BUILD_ROOT%{_datadir}/doc/ccid/README_Kobil_mIDentity_switch.txt
|
|
||||||
rmdir $RPM_BUILD_ROOT%{_datadir}/doc/ccid
|
|
||||||
rmdir $RPM_BUILD_ROOT%{_datadir}/doc
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/lib/udev
|
mkdir -p $RPM_BUILD_ROOT/lib/udev
|
||||||
mkdir $RPM_BUILD_ROOT/lib/udev/rules.d
|
mkdir $RPM_BUILD_ROOT/lib/udev/rules.d
|
||||||
sed 's:GROUP="pcscd":GROUP="scard":' <src/92_pcscd_ccid.rules >$RPM_BUILD_ROOT/lib/udev/rules.d/92_pcscd_ccid.rules
|
sed 's:GROUP="pcscd":GROUP="scard":' <src/92_pcscd_ccid.rules >$RPM_BUILD_ROOT/lib/udev/rules.d/92_pcscd_ccid.rules
|
||||||
@ -91,9 +83,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
# NEWS is empty
|
# NEWS is empty
|
||||||
%doc AUTHORS ChangeLog COPYING LICENSE.openct README README.towitoko contrib/Kobil_mIDentity_switch/README_Kobil_mIDentity_switch.txt SCARDGETATTRIB.txt
|
%doc AUTHORS ChangeLog COPYING LICENSE.openct README README.towitoko contrib/Kobil_mIDentity_switch/README_Kobil_mIDentity_switch.txt SCARDGETATTRIB.txt
|
||||||
%{_bindir}/*
|
|
||||||
%doc %{_mandir}/man?/*.*
|
|
||||||
%{_sbindir}/*
|
|
||||||
%config (noreplace) %{_sysconfdir}/reader.conf.d/*
|
%config (noreplace) %{_sysconfdir}/reader.conf.d/*
|
||||||
%{ifddir}/*
|
%{ifddir}/*
|
||||||
/lib/udev/rules.d/*.rules
|
/lib/udev/rules.d/*.rules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user