From ee67d4c208f3b91e35fe00026dd5d99ece123f2e Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 10 2018 05:44:21 +0000 Subject: import pcsc-lite-ccid-1.4.10-13.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4021bb8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/ccid-1.4.10.tar.bz2 diff --git a/.pcsc-lite-ccid.metadata b/.pcsc-lite-ccid.metadata new file mode 100644 index 0000000..c331a1f --- /dev/null +++ b/.pcsc-lite-ccid.metadata @@ -0,0 +1 @@ +6056a45c4cf37bdda24d3ed3a840486303037bc8 SOURCES/ccid-1.4.10.tar.bz2 diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SOURCES/ccid-1.4.10-broadcom.patch b/SOURCES/ccid-1.4.10-broadcom.patch new file mode 100644 index 0000000..b75e6cb --- /dev/null +++ b/SOURCES/ccid-1.4.10-broadcom.patch @@ -0,0 +1,49 @@ +diff -up ./readers/supported_readers.txt.broadcom ./readers/supported_readers.txt +--- ./readers/supported_readers.txt.broadcom 2017-09-05 15:45:54.780972598 -0700 ++++ ./readers/supported_readers.txt 2017-09-05 15:50:17.088475393 -0700 +@@ -181,10 +181,14 @@ + 0x1B0E:0x1078:BLUTRONICS BLUDRIVE II CCID + + # Broadcom Corp +-0x0A5C:0x5800:Broadcom Corp 5880 +-0x0A5C:0x5802:Broadcom Corp 5880 +-0x0A5C:0x5802:Broadcom Corp 5880 ++0x0A5C:0x5800:Broadcom Corp 5880 Unsupported Needs Microcode Update ++0x0A5C:0x5801:Broadcom Corp 5880 Unsupported Needs Microcode Update + 0x0A5C:0x5802:Broadcom Corp 5880 ++0x0A5C:0x5804:Broadcom Corp 5880 ++0x0A5C:0x5805:Broadcom Corp 5880 Unsupported Needs Microcode Update ++0x0A5C:0x5832:Broadcom Corp 5880 ++0x0A5C:0x5833:Broadcom Corp 5880 ++0x0A5C:0x5834:Broadcom Corp 5880 + + # C3PO + 0x0783:0x0007:C3PO TLTC2USB +@@ -202,6 +206,7 @@ + 0x046A:0x005B:Cherry GmbH SmartBoard XX1X + 0x046A:0x0070:Cherry GmbH SmartTerminal XX1X + 0x046A:0x0072:Cherry GmbH SmartTerminal ST-1275 ++0x046A:0x0090:Cherry GmbH TC 1100 + + # COVADIS + 0x0982:0x0008:COVADIS VEGA-ALPHA +@@ -461,8 +466,6 @@ + # ATMEL + 0x03EB:0x6016:ATMEL VaultIC460 + +-# Broadcom Corp +-0x0A5C:0x5801:Broadcom Corp 5880 + + # C3PO + 0x0783:0x0003:C3PO LTC3x USB +@@ -561,10 +564,6 @@ + #0x08E6:0x5504:Gemalto Prox SU USB PC LinkReader (GemProxSU.txt) + #0x08E6:0x5504:Gemalto Prox SU USB PC LinkReader (GemProxSU.txt_i1) + +-#0x0A5C:0x5802:Broadcom Corp 5880 (Broadcom_5880v3.txt) +-#0x0A5C:0x5802:Broadcom Corp 5880 (Broadcom_5880v4.txt) +-#0x0A5C:0x5802:Broadcom Corp 5880 (Broadcom_5880v4.txt_i1) +- + #0x0B81:0x0200:id3 Semiconductors CL1356T (id3_CL1356T.txt) + #0x0B81:0x0200:id3 Semiconductors CL1356T5 (id3_CL1356T5.txt) + diff --git a/SOURCES/ccid-1.4.10-max-cpu-bug.patch b/SOURCES/ccid-1.4.10-max-cpu-bug.patch new file mode 100644 index 0000000..c84ee0b --- /dev/null +++ b/SOURCES/ccid-1.4.10-max-cpu-bug.patch @@ -0,0 +1,77 @@ +diff -up ./src/ccid_usb.c.max_cpu_bug ./src/ccid_usb.c +--- ./src/ccid_usb.c.max_cpu_bug 2012-06-22 00:25:20.000000000 -0700 ++++ ./src/ccid_usb.c 2016-06-29 17:17:11.284337349 -0700 +@@ -154,6 +154,36 @@ status_t OpenUSB(unsigned int reader_ind + } /* OpenUSB */ + + ++ /***************************************************************************** ++ * ++ * close_libusb_if_needed ++ * (pulled from upstream ccid_usb) ++ * ++ ****************************************************************************/ ++ static void close_libusb_if_needed(void) ++ { ++ int i, to_exit = TRUE; ++ ++ if (NULL == ctx) ++ return; ++ ++ /* if at least 1 reader is still in use we do not exit libusb */ ++ for (i=0; idwNonStandardFlags = 0; ++ + switch (ccid_descriptor->readerID) + { ++ case CARDMAN3121: ++ ccid_descriptor->dwNonStandardFlags = CCID_NON_STAND_OMK_3121_T1; ++ /* fall through */ + case CARDMAN3121+1: + /* Reader announces APDU but is in fact TPDU */ + ccid_descriptor->dwFeatures &= ~CCID_CLASS_EXCHANGE_MASK; +diff -up ./src/ccid.h.omnikey ./src/ccid.h +--- ./src/ccid.h.omnikey 2012-06-08 07:17:11.000000000 -0700 ++++ ./src/ccid.h 2014-09-26 16:40:54.279531436 -0700 +@@ -141,6 +141,7 @@ typedef struct + * Gemalto extra features, if any + */ + struct GEMALTO_FIRMWARE_FEATURES *gemalto_firmware_features; ++ unsigned int dwNonStandardFlags; + } _ccid_descriptor; + + /* Features from dwFeatures */ +@@ -156,6 +157,9 @@ typedef struct + #define CCID_CLASS_EXTENDED_APDU 0x00040000 + #define CCID_CLASS_EXCHANGE_MASK 0x00070000 + ++/* Features from the swNonStandardFlags */ ++#define CCID_NON_STAND_OMK_3121_T1 0x00000001 ++ + /* Features from bPINSupport */ + #define CCID_CLASS_PIN_VERIFY 0x01 + #define CCID_CLASS_PIN_MODIFY 0x02 +diff -up ./src/commands.c.omnikey ./src/commands.c +--- ./src/commands.c.omnikey 2014-09-26 16:40:54.276531385 -0700 ++++ ./src/commands.c 2014-09-26 16:41:39.463293364 -0700 +@@ -1186,6 +1186,39 @@ RESPONSECODE CmdXfrBlock(unsigned int re + return return_value; + } /* CmdXfrBlock */ + ++static RESPONSECODE omnikey_transmit_tpdu(unsigned int reader_index, ++ _ccid_descriptor *ccid_descriptor, unsigned int tx_length, ++ const unsigned char *tx_buffer) ++{ ++ unsigned char cmd[11+CMD_BUF_SIZE]; /* CCID + APDU buffer */ ++ status_t ret; ++ ++ cmd[0] = 0x6B; /* 3121 escape */ ++ i2dw(tx_length+1, cmd+1); /* APDU length */ ++ cmd[5] = ccid_descriptor->bCurrentSlotIndex; /* slot number */ ++ cmd[6] = (*ccid_descriptor->pbSeq)++; ++ cmd[7] = 0; ++ cmd[8] = 0; ++ cmd[9] = 0; ++ cmd[10] = 0x1A; ++ ++ /* check that the command is not too large */ ++ if (tx_length > CMD_BUF_SIZE) ++ { ++ DEBUG_CRITICAL2("TX Length too big: %d", tx_length); ++ return IFD_NOT_SUPPORTED; ++ } ++ ++ memcpy(cmd+11, tx_buffer, tx_length); ++ ++ ret = WritePort(reader_index, 11+tx_length, cmd); ++ if (STATUS_NO_SUCH_DEVICE == ret) ++ return IFD_NO_SUCH_DEVICE; ++ if (ret != STATUS_SUCCESS) ++ return IFD_COMMUNICATION_ERROR; ++ ++ return IFD_SUCCESS; ++} /* omnikey_transmit_tpdu */ + + /***************************************************************************** + * +@@ -1242,6 +1275,13 @@ RESPONSECODE CCID_Transmit(unsigned int + } + #endif + ++ /* hack for Onmikey 3121 */ ++ if ((ccid_descriptor->dwNonStandardFlags & CCID_NON_STAND_OMK_3121_T1) && ++ (ccid_descriptor->cardProtocol == SCARD_PROTOCOL_T1)) { ++ return omnikey_transmit_tpdu(reader_index, ccid_descriptor, tx_length, ++ tx_buffer); ++ } ++ + cmd[0] = 0x6F; /* XfrBlock */ + i2dw(tx_length, cmd+1); /* APDU length */ + cmd[5] = ccid_descriptor->bCurrentSlotIndex; /* slot number */ +@@ -1267,13 +1307,14 @@ RESPONSECODE CCID_Transmit(unsigned int + RESPONSECODE CCID_Receive(unsigned int reader_index, unsigned int *rx_length, + unsigned char rx_buffer[], unsigned char *chain_parameter) + { +- unsigned char cmd[10+CMD_BUF_SIZE]; /* CCID + APDU buffer */ ++ unsigned char cmd[11+CMD_BUF_SIZE]; /* CCID + APDU buffer */ + unsigned int length; ++ unsigned char *rx_ptr = cmd+10; + RESPONSECODE return_value = IFD_SUCCESS; + status_t ret; ++ _ccid_descriptor *ccid_descriptor = get_ccid_descriptor(reader_index); + + #ifndef TWIN_SERIAL +- _ccid_descriptor *ccid_descriptor = get_ccid_descriptor(reader_index); + + if (PROTOCOL_ICCD_A == ccid_descriptor->bInterfaceProtocol) + { +@@ -1447,6 +1488,14 @@ time_request: + } + + length = dw2i(cmd, 1); ++ ++ if (length && ++ (ccid_descriptor->dwNonStandardFlags & CCID_NON_STAND_OMK_3121_T1) && ++ (ccid_descriptor->cardProtocol == SCARD_PROTOCOL_T1)) { ++ length--; ++ rx_ptr = cmd+11; ++ } ++ + if (length <= *rx_length) + *rx_length = length; + else +@@ -1463,7 +1512,7 @@ time_request: + return_value = IFD_COMMUNICATION_ERROR; + } + else +- memcpy(rx_buffer, cmd+10, length); ++ memcpy(rx_buffer, rx_ptr, length); + + /* Extended case? + * Only valid for RDR_to_PC_DataBlock frames */ diff --git a/SOURCES/ccid-1.4.10-voltage.patch b/SOURCES/ccid-1.4.10-voltage.patch new file mode 100644 index 0000000..a0323fd --- /dev/null +++ b/SOURCES/ccid-1.4.10-voltage.patch @@ -0,0 +1,41 @@ +diff -up ./src/commands.c.voltage ./src/commands.c +--- ./src/commands.c.voltage 2013-03-16 06:52:33.000000000 -0700 ++++ ./src/commands.c 2013-11-26 15:44:13.533254750 -0800 +@@ -97,6 +97,7 @@ RESPONSECODE CmdPowerOn(unsigned int rea + status_t res; + int length, count = 1; + unsigned int atr_len; ++ int init_voltage = 0; + RESPONSECODE return_value = IFD_SUCCESS; + _ccid_descriptor *ccid_descriptor = get_ccid_descriptor(reader_index); + +@@ -207,6 +208,7 @@ RESPONSECODE CmdPowerOn(unsigned int rea + voltage = 0; /* auto */ + } + } ++ init_voltage = voltage; + + again: + cmd[0] = 0x62; /* IccPowerOn */ +@@ -256,14 +258,19 @@ again: + } + + /* continue with 3 volts and 5 volts */ +- if (voltage > 1) ++ if (voltage) + { + const char *voltage_code[] = { "auto", "5V", "3V", "1.8V" }; + + DEBUG_INFO3("Power up with %s failed. Try with %s.", + voltage_code[voltage], voltage_code[voltage-1]); + voltage--; +- goto again; ++ if (voltage == 0) { ++ voltage = 3; ++ } ++ if (voltage != init_voltage) { ++ goto again; ++ } + } + + return IFD_COMMUNICATION_ERROR; diff --git a/SOURCES/ccid-1.4.10-yubikey.patch b/SOURCES/ccid-1.4.10-yubikey.patch new file mode 100644 index 0000000..077b283 --- /dev/null +++ b/SOURCES/ccid-1.4.10-yubikey.patch @@ -0,0 +1,20 @@ +diff -up ./readers/supported_readers.txt.yubikey ./readers/supported_readers.txt +--- ./readers/supported_readers.txt.yubikey 2015-07-06 14:31:02.772908416 -0700 ++++ ./readers/supported_readers.txt 2015-07-06 14:31:25.783479307 -0700 +@@ -437,6 +437,7 @@ + # Yubico + 0x1050:0x0111:Yubico Yubikey NEO OTP+CCID + 0x1050:0x0112:Yubico Yubikey NEO CCID ++0x1050:0x0115:Yubico Yubikey NEO U2F+CCID + + ########################## + # section: unsupported +@@ -466,6 +467,8 @@ + # Hewlett-Packard Company + 0x03F0:0x0036:Hewlett-Packard Company HP USB CCID Smartcard Keyboard + 0x03F0:0x1024:Hewlett-Packard Company HP USB Smart Card Keyboard ++0x03F0:0x104A:Hewlett-Packard Company HP Smart Card Terminal KUS1206 ++0x03F0:0x164A:Hewlett-Packard Company HP Smart Card Terminal SK-2027 + + # KOBIL Systems + 0x0D46:0x4000:KOBIL Systems mIDentity M diff --git a/SOURCES/ccid-readers-3.4.20.patch b/SOURCES/ccid-readers-3.4.20.patch new file mode 100644 index 0000000..400e813 --- /dev/null +++ b/SOURCES/ccid-readers-3.4.20.patch @@ -0,0 +1,23 @@ +diff -up ./readers/supported_readers.txt.yubikey_2 ./readers/supported_readers.txt +--- ./readers/supported_readers.txt.yubikey_2 2016-06-23 15:45:33.152338328 -0700 ++++ ./readers/supported_readers.txt 2016-06-23 15:59:10.636954394 -0700 +@@ -87,6 +87,7 @@ + + # OMNIKEY AG + 0x076B:0x3021:OMNIKEY AG CardMan 3121 ++0x076B:0x3022:OMNIKEY AG CardMan 3121-1 + + # Precise Biometrics + 0x076B:0xA022:Precise Biometrics Sense MC +@@ -438,6 +439,11 @@ + 0x1050:0x0111:Yubico Yubikey NEO OTP+CCID + 0x1050:0x0112:Yubico Yubikey NEO CCID + 0x1050:0x0115:Yubico Yubikey NEO U2F+CCID ++0x1050:0x0116:Yubico Yubikey NEO OTP+U2F+CCID ++0x1050:0x0404:Yubico Yubikey 4 CCID ++0x1050:0x0405:Yubico Yubikey 4 OTP+CCID ++0x1050:0x0406:Yubico Yubikey 4 U2F+CCID ++0x1050:0x0407:Yubico Yubikey 4 OTP+U2F+CCID + + ########################## + # section: unsupported diff --git a/SPECS/pcsc-lite-ccid.spec b/SPECS/pcsc-lite-ccid.spec new file mode 100644 index 0000000..c111d62 --- /dev/null +++ b/SPECS/pcsc-lite-ccid.spec @@ -0,0 +1,278 @@ +%global dropdir %(pkg-config libpcsclite --variable usbdropdir 2>/dev/null) +%global pcsc_lite_ver 1.8.3 +%global upstream_build 3897 + +Name: pcsc-lite-ccid +Version: 1.4.10 +Release: 13%{?dist} +Summary: Generic USB CCID smart card reader driver + +Group: System Environment/Libraries +License: LGPLv2+ +URL: http://pcsclite.alioth.debian.org/ccid.html +Source0: http://alioth.debian.org/download.php/%{upstream_build}/ccid-%{version}.tar.bz2 +Patch1: ccid-1.4.10-voltage.patch +Patch2: ccid-1.4.10-omnikey-3121.patch +Patch3: ccid-1.4.10-maxreaders.patch +Patch4: ccid-1.4.10-yubikey.patch +Patch5: ccid-readers-3.4.20.patch +Patch6: ccid-1.4.10-max-cpu-bug.patch +Patch7: ccid-1.4.10-broadcom.patch + + +BuildRequires: libusb1-devel +BuildRequires: pcsc-lite-devel >= %{pcsc_lite_ver} +Requires(post): systemd +Requires(postun): systemd +Requires: pcsc-lite >= %{pcsc_lite_ver} +Provides: pcsc-ifd-handler +# Provide upgrade path from 'ccid' package +Obsoletes: ccid < 1.4.0-3 +Provides: ccid = %{version}-%{release} + +%description +Generic USB CCID (Chip/Smart Card Interface Devices) driver for use with the +PC/SC Lite daemon. + + +%prep +%setup -q -n ccid-%{version} +%patch1 -b .voltage +%patch2 -b .omnikey +%patch3 -b .maxreaders +%patch4 -b .yubikey +%patch5 -b .yubikey_2 +%patch6 -b .max_cpu_bug +%patch7 -b .broadcom + + +%build +%configure --enable-twinserial +make %{?_smp_mflags} + + +%install +make install DESTDIR=$RPM_BUILD_ROOT +cp -p src/openct/LICENSE LICENSE.openct +rm -rf $RPM_BUILD_ROOT/%{_sysconfdir}/reader.conf.d + + +%post +/bin/systemctl try-restart pcscd.service >/dev/null 2>&1 || : + +%postun +/bin/systemctl try-restart pcscd.service >/dev/null 2>&1 || : + + +%files +%doc AUTHORS ChangeLog COPYING LICENSE.openct README +%{dropdir}/ifd-ccid.bundle/ +%{dropdir}/serial/ + + +%changelog +* Tue Sep 5 2017 Robert Relyea - 1.4.10-5 +- Mass rebuild 2014-01-24 + +* Fri Dec 27 2013 Daniel Mach - 1.4.10-4 +- Mass rebuild 2013-12-27 + +* Tue Nov 26 2013 Robert Relyea - 1.4.10-3 +- bring in voltage patch + +* Thu Oct 24 2013 Robert Relyea - 1.4.10-2 +- rpmdiff cleanups + +* Wed Apr 17 2013 Kalev Lember - 1.4.10-1 +- Update to 1.4.10 + +* Thu Feb 28 2013 Kalev Lember - 1.4.9-1 +- Update to 1.4.9 + +* Thu Feb 14 2013 Fedora Release Engineering - 1.4.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sun Oct 07 2012 Kalev Lember - 1.4.8-1 +- Update to 1.4.8 + +* Fri Jul 20 2012 Fedora Release Engineering - 1.4.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jun 26 2012 Kalev Lember - 1.4.7-1 +- Update to 1.4.7 + +* Sat Apr 07 2012 Kalev Lember - 1.4.6-1 +- Update to 1.4.6 + +* Fri Jan 13 2012 Fedora Release Engineering - 1.4.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Fri Oct 14 2011 Kalev Lember - 1.4.5-1 +- Update to 1.4.5 +- Switch to systemctl for restarting pcscd after upgrade now that it is using + native systemd unit files. + +* Fri May 27 2011 Kalev Lember - 1.4.4-1 +- Update to 1.4.4 +- Clean up the spec file for modern rpmbuild + +* Sat Apr 02 2011 Kalev Lember - 1.4.3-1 +- Update to 1.4.3 +- GPLv2+ licensed RSA_SecurID no longer gets installed, which changes + the license of the binary RPM from 'LGPLv2+ and GPLv2+' to 'LGPLv2+'. + +* Tue Mar 29 2011 Kalev Lember - 1.4.2-2 +- Don't install the udev rules + +* Fri Feb 25 2011 Kalev Lember - 1.4.2-1 +- Update to 1.4.2 + +* Tue Feb 08 2011 Fedora Release Engineering - 1.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Dec 13 2010 Kalev Lember - 1.4.1-1 +- Update to 1.4.1 + +* Thu Dec 09 2010 Kalev Lember - 1.4.0-4 +- Install src/openct/LICENSE file as LICENSE.openct in docs (#660600) +- Added 'and GPLv2+' to license tag to cover RSA_SecurID (#660600) + +* Tue Dec 07 2010 Kalev Lember - 1.4.0-3 +- Renamed ccid package to pcsc-lite-ccid (#654377) +- Mark files under reader.conf.d as config(noreplace) +- Don't mark udev rules as config + +* Tue Dec 07 2010 Kalev Lember - 1.4.0-2 +- Removed ExcludeArch: s390 s390x as these arches now have libusb1 +- Updated description + +* Wed Aug 04 2010 Kalev Lember - 1.4.0-1 +- Update to 1.4.0 +- Build against libusb1 instead of libusb 0.1 +- Install libccidtwin configuration file +- Spec file clean up + +* Sun Jul 04 2010 Kalev Lember - 1.3.13-1 +- Update to 1.3.13 + +* Thu Nov 19 2009 Kalev Lember - 1.3.11-1 +- Updated to ccid 1.3.11 +- Removed iso-8859-1 to utf-8 conversion as the files are in utf-8 now + +* Fri Jul 24 2009 Fedora Release Engineering - 1.3.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Feb 24 2009 Bob Relyea - 1.3.9-1 +- update to ccid 1.3.9 + +* Mon Feb 23 2009 Fedora Release Engineering - 1.3.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Aug 26 2008 Bob Relyea - 1.3.8-1 +- update to ccid 1.3.8 + +* Tue Feb 19 2008 Fedora Release Engineering - 1.2.1-4 +- Autorebuild for GCC 4.3 + +* Tue Aug 21 2007 Bob Relyea - 1.2.1-3 +- Update License description to the new Fedora standard + +* Mon Apr 30 2007 Bob Relyea - 1.2.1-2 +- Fix the missed use of the version macro + +* Tue Feb 06 2007 Bob Relyea - 1.2.1-1 +- Pick up ccid 1.2.1 +- use pcscd 'hotplug' feature instead of restarting the daemon +- add enable_udev + +* Mon Nov 06 2006 Bob Relyea - 1.1.0-2 +- Fix version macro to remove '-' + +* Thu Nov 02 2006 Bob Relyea - 1.1.0-1 +- Pickup ccid 1.1.0 + +* Wed Jul 19 2006 Florian La Roche - 1.0.1-5 +- require initscripts for post/postun + +* Sun Jul 16 2006 Florian La Roche - 1.0.1-4 +- fix excludearch line + +* Wed Jul 12 2006 Jesse Keating - 1.0.1-3.1 +- rebuild + +* Mon Jul 10 2006 Bob Relyea - 1.0.1-3 +- remove s390 from the build + +* Mon Jun 5 2006 Bob Relyea - 1.0.1-2 +- Move to Fedora Core, removed %%{_dist}. + +* Sat Apr 22 2006 Ville Skyttä - 1.0.1-1 +- 1.0.1. + +* Mon Mar 6 2006 Ville Skyttä - 1.0.0-1 +- 1.0.0, license changed to LGPL. + +* Wed Feb 15 2006 Ville Skyttä - 0.4.1-7 +- Rebuild. + +* Thu Nov 3 2005 Ville Skyttä - 0.4.1-6 +- Clean up build dependencies. +- Convert docs to UTF-8. + +* Thu Apr 7 2005 Michael Schwendt - 0.4.1-5 +- rebuilt + +* Fri Feb 25 2005 Ville Skyttä - 0.4.1-4 +- Drop Epoch: 0. +- Improve summary. +- Build with dependency tracking disabled. + +* Thu Jul 1 2004 Ville Skyttä - 0:0.4.1-0.fdr.3 +- Restart pcscd in post(un)install phase if it's available and running. + +* Thu May 13 2004 Ville Skyttä - 0:0.4.1-0.fdr.2 +- Provide pcsc-ifd-handler (idea from Debian). + +* Sat Feb 14 2004 Ville Skyttä - 0:0.4.1-0.fdr.1 +- Update to 0.4.1. + +* Fri Feb 13 2004 Ville Skyttä - 0:0.4.0-0.fdr.1 +- Update to 0.4.0. + +* Wed Nov 5 2003 Ville Skyttä - 0:0.3.2-0.fdr.1 +- Update to 0.3.2. +- Update URL. + +* Thu Oct 16 2003 Ville Skyttä - 0:0.3.1-0.fdr.1 +- Update to 0.3.1. + +* Wed Sep 10 2003 Ville Skyttä - 0:0.3.0-0.fdr.1 +- Update to 0.3.0. + +* Wed Aug 27 2003 Ville Skyttä - 0:0.2.0-0.fdr.1 +- Update to 0.2.0. + +* Tue Aug 19 2003 Ville Skyttä - 0:0.1.0-0.fdr.1 +- First build.