This commit is contained in:
parent
dc6eca9ca1
commit
0d4ad1c6f2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54610f1a6cd65e8d2b5cb9f7917e509ebcdf130a565e71e06ad4e65ed0dad5ec
|
||||
size 395627
|
3
ccid-1.3.11.tar.bz2
Normal file
3
ccid-1.3.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7bf5a82b02aff7d709a45dcc6109105508625caf92e34da4140b7c84d498906
|
||||
size 418017
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 5 16:59:22 CEST 2009 - sbrabec@suse.cz
|
||||
|
||||
- Updated to version 1.3.11:
|
||||
* Incompatible change: Remove support of Reiner-SCT cyberJack
|
||||
pinpad(a) on request of Reiner-SCT. Use pcsc-cyberjack instead.
|
||||
* Should work: Panasonic USB Smart Card Reader 7A-Smart, ATMEL
|
||||
AT91SC192192CT-USB, Alcor Micro SCR001, Aktiv Rutoken ECP,
|
||||
Synnix STD200, more Neowave Weneo tokens, Feitian SCR301
|
||||
Raritan D2CIM-DVUSB VM/CCID
|
||||
* New known firmware: Kobil EMV CAP, ACS ACR122U-WB-R with bogus
|
||||
firmware < 2.06
|
||||
* Broadcom 5880 should work a bit better
|
||||
* Fixes for GemProx DU/SU and hacks for other Gemalto readers
|
||||
* SCM SCL010 Contactless Reader is not supported
|
||||
* Add support of FEATURE_MCT_READERDIRECT. Now only on the Kobil
|
||||
TriB@nk reader.
|
||||
* Support --disable-class argument to build a NON class driver.
|
||||
* HAL support fixes.
|
||||
* Add support of PIN_PROPERTIES_STRUCTURE structure and
|
||||
FEATURE_IFD_PIN_PROPERTIES
|
||||
* It is possible to configure composite devices to be seen as
|
||||
multi-slots.
|
||||
* Other fixes, improvement and updates.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 15:30:02 CEST 2009 - sbrabec@suse.cz
|
||||
|
||||
|
216
pcsc-ccid.spec
216
pcsc-ccid.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package pcsc-ccid (Version 1.3.10)
|
||||
# spec file for package pcsc-ccid (Version 1.3.11)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -29,7 +29,7 @@ Requires: libusb-1_0-features-in-0_1-api
|
||||
%else
|
||||
BuildRequires: libusb-devel
|
||||
%endif
|
||||
Version: 1.3.10
|
||||
Version: 1.3.11
|
||||
Release: 1
|
||||
Group: Productivity/Security
|
||||
License: LGPL v2.1 or later
|
||||
@ -73,7 +73,7 @@ cp -a src/openct/LICENSE LICENSE.openct
|
||||
cp -a src/towitoko/README README.towitoko
|
||||
|
||||
%build
|
||||
%if %suse_version > 1020
|
||||
%if %suse_version > 1100
|
||||
./bootstrap
|
||||
%endif
|
||||
%configure\
|
||||
@ -103,213 +103,3 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{ifddir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 07 2009 sbrabec@suse.cz
|
||||
- Updated to version 1.3.10:
|
||||
* Added a hack to support the bogus OpenGPG card.
|
||||
* Should work: Precise Biometrics 200 MC, Precise Biometrics 250
|
||||
MC, SafeNet IKey4000 used in different device, Atmel
|
||||
AT98SC032CT, Neowave Weneo, MSI StarReader SMART, VMware Virtual
|
||||
USB CCID reader, ACS ACR122U PICC Interface, HP MFP Smart Card
|
||||
Reader, KONA USB SmartCard, SpringCard CrazyWriter, CSB6 Basic,
|
||||
CSB6 Secure, CSB6 Ultimate, EasyFinger Standard, EasyFinger
|
||||
Ultimate and Prox'N'Roll, Atmel AT91SO, Cherry SmartTerminal
|
||||
ST-1200USB, Aladdin eToken PRO USB 72K Java.
|
||||
* Differentiate between KOBIL mIDentity M and XL.
|
||||
* Known readers: SpringCard Prox'N'Roll, CSB6 Basic, EasyFinger
|
||||
Ultimate, CSB6 Ultimate, EasyFinger Standard, CrazyWriter, CSB6
|
||||
Secure, Pro-Active CSB6 Ultimate is renamed SpringCard CSB6
|
||||
Ultimate
|
||||
* Unsupported: Broadcom 5880, jNet Technology jToken s1.
|
||||
* Disabled support of the contcatless part of SDI010 and SCR331DI.
|
||||
* Avoid a "Duplicate frame detected" error.
|
||||
* Use a very long timeout for PowerUp since the card can be very
|
||||
slow to send the full ATR (up to 30 seconds at 4 MHz)
|
||||
* Driver will work in a multi-reader configuration.
|
||||
- Use modalias supplements instead of eID issuer locales.
|
||||
- Require pcsc-lite.
|
||||
- Removed custom hotplug support. Now integrated in pcsc-lite.
|
||||
* Tue Jan 27 2009 ro@suse.de
|
||||
- added udev diretories to filelist to fix build
|
||||
* Tue Jan 06 2009 sbrabec@suse.cz
|
||||
- Do not call autoreconf for SLE10.
|
||||
* Fri Nov 14 2008 sbrabec@suse.cz
|
||||
- On request of author reverted to libusb0 to prevent errors.
|
||||
http://www.nabble.com/Re%%3A-patch-for-libusb-0.9.3-libusb-os-linux_usbfs.c-p20421276.html
|
||||
* Fri Sep 05 2008 sbrabec@suse.cz
|
||||
- Updated to version 1.3.8:
|
||||
* Fixes and code improvements.
|
||||
* New readers that should work: Should work: Pro-Active CSB6
|
||||
Ultimate, id3 Semiconductors CL1356A HID, Vasco DP905,
|
||||
KEBTechnology KONA USB SmartCard, Precise Biometrics 250 MC,
|
||||
Covadis.ch Alya and Vega-Alpha.
|
||||
* Wed Apr 02 2008 sbrabec@suse.cz
|
||||
- Updated to version 1.3.5:
|
||||
* new supported devices
|
||||
* documentation improves
|
||||
* code changes
|
||||
* for more see ChangeLog
|
||||
* Thu Jul 26 2007 sbrabec@suse.cz
|
||||
- Updated to version 1.3.0:
|
||||
* code changes
|
||||
* crash fixes
|
||||
* firmware updates
|
||||
* new command line tools
|
||||
* Thu May 31 2007 sbrabec@suse.cz
|
||||
- Build requires libusb-devel.
|
||||
* Tue Feb 13 2007 sbrabec@suse.cz
|
||||
- Updated to version 1.2.1:
|
||||
* Support for non CCID generic readers.
|
||||
* Supported O2Micro Oz7762.
|
||||
* Support for SCARD_ATTR_VENDOR_IFD_VERSION,
|
||||
* SCARD_ATTR_VENDOR_NAME and SCARD_ATTR_MAXINPUT tags used by
|
||||
SCardGetAttrib(). Read SCARDGETATTRIB.txt for more.
|
||||
* Support for OmniKey CardMan 5125, CardMan 1021, C3PO LTC32, Teo
|
||||
by Xiring, HP USB Smartcard Reader.
|
||||
* Support Extended APDU (up to 64KB) for readers in TPDU mode
|
||||
or Extended APDU mode. This only works for T=1 cards.
|
||||
* Support for C3PO LTC31 (new version), OmniKey CardMan 3021, HP
|
||||
USB Smart Card Keyboard, Actividentity (ActiveCard) Activkey
|
||||
Sim, id3 Semiconductors CL1356D and CL1356T, Alcor Micro AU9520
|
||||
* Support the contactless interface of the SCR331-DI-NTTCOM
|
||||
* Increased the USB timeout used for PIN verify/modify.
|
||||
* Endian fixes.
|
||||
* Other fixes.
|
||||
* Fri Nov 24 2006 mjancar@suse.cz
|
||||
- set IFSC in the SetParameters when required (#223566)
|
||||
* Fri Aug 11 2006 stark@suse.de
|
||||
- update to version 1.0.1
|
||||
* add support for Axalto Reflex USB v3, SCM Micro SDI 010, Winbond
|
||||
Electronics W81E381 chipset, Gemplus GemPC Card, Athena ASE IIIe
|
||||
KB USB, OmniKey CardMan 3621
|
||||
* improve support of Cherry XX44 keyboard for PIN verify and change
|
||||
(circumvent firmware bugs)
|
||||
* do not use LTPBundleFindValueWithKey() from pcscd since this
|
||||
function has been removed from pcscd API
|
||||
* use -fvisibility=hidden is available to limit the number of
|
||||
exported symbols
|
||||
* Sun Apr 02 2006 sndirsch@suse.de
|
||||
- added missing locale provides (Bug #161867)
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Tue Jan 03 2006 mjancar@suse.cz
|
||||
- move to separate source package
|
||||
* Mon Jan 02 2006 stark@suse.de
|
||||
- removed obsolete hotplug stuff for cyberjack
|
||||
- Updated pcsc-lite to version 1.2.9-beta9
|
||||
- Updated CCID driver to 0.9.4
|
||||
- Updated GemPC driver to 1.0.0
|
||||
- package pkgconfig files to be able to build drivers outside
|
||||
the package
|
||||
* Tue Dec 20 2005 ro@suse.de
|
||||
- removed unpackaged man-page symlinks
|
||||
* Tue Nov 29 2005 ro@suse.de
|
||||
- remove keeper from nfb (unused)
|
||||
* Mon Oct 10 2005 stark@suse.de
|
||||
- Updated towitoko driver to 2.0.7 and install USB bundle
|
||||
* Wed Sep 21 2005 stark@suse.de
|
||||
- Repackaged CCID as bundle for USB usage (#116497)
|
||||
* Tue Sep 20 2005 stark@suse.de
|
||||
- handle old reader.conf in upgrade case
|
||||
- compile with -fno-strict-aliasing
|
||||
- fixed missing return in ctapi-cyberjack
|
||||
* Sat Sep 17 2005 stark@suse.de
|
||||
- Updated pcsc-lite to version 1.2.9beta8 (#116497)
|
||||
* use /etc/reader.conf.d/
|
||||
* adapted init script to create /etc/reader.conf
|
||||
- Updated cyberjack driver to version 2.0.9
|
||||
* use rpath for cyberjack tools
|
||||
- Updated ccid driver to version 0.9.3 (#116497)
|
||||
- Use RPM_OPT_FLAGS everywhere
|
||||
- Fixed serious compiler warnings
|
||||
* Mon Sep 05 2005 skh@suse.de
|
||||
- fix off-by-one error in hotplug_libusb.c [#112964]
|
||||
* Mon Aug 29 2005 skh@suse.de
|
||||
- Remove unnecessary files from pcsc-acr38 again [#112927]
|
||||
* Mon Aug 29 2005 skh@suse.de
|
||||
- package ACR38 driver in correct bundle format [#112927]
|
||||
- remove orphaned /var/run/pcscd.pub when necessary [#112928]
|
||||
- update ACR38u driver to version 100705 to fix crash when reader
|
||||
is plugged in [#112964]
|
||||
* Tue Aug 16 2005 skh@suse.de
|
||||
- Updated ACR38u driver to version 100703
|
||||
* Tue Jul 26 2005 okir@suse.de
|
||||
- Added ACR38u driver
|
||||
* Tue Jul 26 2005 okir@suse.de
|
||||
- Updated description in init script (#79287)
|
||||
* Thu Jun 16 2005 meissner@suse.de
|
||||
- use RPM_OPT_FLAGS in 1 more driver
|
||||
- added includes to avoid implict declaration of memcpy and similar.
|
||||
* Mon Apr 18 2005 ro@suse.de
|
||||
- make it build with gcc-4
|
||||
* Thu Mar 17 2005 okir@suse.de
|
||||
- Disable support for extended-apdus, it eats 32MB of memory (#73629)
|
||||
* Thu Mar 10 2005 okir@suse.de
|
||||
- Fix default search location for USB bundles
|
||||
* Fri Jan 21 2005 okir@suse.de
|
||||
- Updated to latest upstream version
|
||||
- Updated several drivers
|
||||
- Added CCID driver
|
||||
- Provide a more informative readers.conf file (#42620)
|
||||
* Thu Jan 20 2005 ro@suse.de
|
||||
- drop subpackage gpr400
|
||||
* Wed Apr 28 2004 ro@suse.de
|
||||
- compile formaticc with no-strict-aliasing
|
||||
- fix unused return type in musclecard.c
|
||||
* Wed Mar 31 2004 okir@suse.de
|
||||
- Properly install testpcsc, formaticc (#37625)
|
||||
- Build towitoko driver with --enable-win32-com
|
||||
* Thu Mar 18 2004 okir@suse.de
|
||||
- cyberjack apps installed in /bin should be executable (#36409)
|
||||
* Sat Jan 10 2004 adrian@suse.de
|
||||
- add %%run_ldconfig
|
||||
* Tue Aug 05 2003 mge@suse.de
|
||||
- merge ctapi-cyberjack into pcsc-lite: two additional
|
||||
packages are created: ctapi-cyberjack and pcsc-cyberjack
|
||||
* Thu Jun 26 2003 ro@suse.de
|
||||
- remove unpackaged files from buildroot
|
||||
- added directories to filelist
|
||||
* Fri Nov 29 2002 okir@suse.de
|
||||
- added -fPIC when building eToken driver
|
||||
* Fri Nov 29 2002 okir@suse.de
|
||||
- Updated to latest upstream version
|
||||
- Included driver for Aladdin eToken PRO
|
||||
- More GNU auto#*@! headaches
|
||||
- Various minor fixes
|
||||
* Wed Aug 28 2002 okir@suse.de
|
||||
- Moved shared objects to /usr/lib64 on ppc64/s390x (#18421)
|
||||
* Mon Aug 05 2002 olh@suse.de
|
||||
- fix initscript, Should-start: setserial hotplug
|
||||
* Fri Aug 02 2002 okir@suse.de
|
||||
- added PreReq for insserv_and_fillup
|
||||
* Wed Jul 31 2002 okir@suse.de
|
||||
- fixed build problem on s390x (force aclocal.m4 regen)
|
||||
* Wed Jun 26 2002 ro@suse.de
|
||||
- use -fPIC when building a shared lib
|
||||
* Wed Jun 12 2002 okir@suse.de
|
||||
- fix for bug #15051 (hey, it's a palindrome bug:):
|
||||
missing %%doc DRIVERS file; misc silly binaries moved
|
||||
out of /usr/bin
|
||||
* Tue Apr 30 2002 okir@suse.de
|
||||
- Fixed build problem introduced by previous patch
|
||||
* Tue Apr 30 2002 okir@suse.de
|
||||
- updated to latest upstream version
|
||||
- added drivers for these readers: Towitoko, Schlumberger Reflex 6x,
|
||||
Gemplus GPR 400, GemPlus GemPC 410/430
|
||||
* Tue Apr 09 2002 ro@suse.de
|
||||
- fixed for latest automake/autoconf
|
||||
* Wed Feb 13 2002 stark@suse.de
|
||||
- spec-file cleanup
|
||||
- LSB compliant init-script
|
||||
* Mon Jan 14 2002 ro@suse.de
|
||||
- removed START_PCSCD
|
||||
* Wed Nov 14 2001 ro@suse.de
|
||||
- call aclocal
|
||||
* Sun Aug 26 2001 mge@suse.de
|
||||
- updated to 1.0.0Beta
|
||||
- fixed /etc/init.d/pcscd status-handling (bug #9069)
|
||||
* Thu Jun 07 2001 ro@suse.de
|
||||
- fix broken Makefile.am
|
||||
* Mon Apr 23 2001 mge@suse.de
|
||||
- update to 0.9.1
|
||||
* Thu Apr 19 2001 mge@suse.de
|
||||
- created package
|
||||
|
Loading…
Reference in New Issue
Block a user