This commit is contained in:
parent
9e81bc5186
commit
105981232c
3
pcsc-lite-1.4.100.tar.bz2
Normal file
3
pcsc-lite-1.4.100.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3147c7dab05cd3aa4e473b6ab6e8f2bf74e2c5b1611b0e395bf258dba29c173e
|
||||||
|
size 464881
|
File diff suppressed because it is too large
Load Diff
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a57d1c7694067ce903ef4dd636a43ecdee3f08092b2958b8d0bb1d5118e61286
|
|
||||||
size 464038
|
|
8
pcsc-lite-musclecard.patch
Normal file
8
pcsc-lite-musclecard.patch
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
--- NEWS
|
||||||
|
+++ NEWS
|
||||||
|
@@ -3,4 +3,4 @@
|
||||||
|
Checkout the new MuscleCard. Its an applet for Java Card which
|
||||||
|
will run on any 2.1 compliant card. It has client side API's
|
||||||
|
for nearly every major operating system and it's totally free.
|
||||||
|
-Go to: http://www.musclecard.com/musclecard.html
|
||||||
|
+Go to: http://www.musclecard.com/
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 3 14:33:58 CEST 2008 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- Updated to version 1.4.100:
|
||||||
|
* add libhal support to avoid polling the USB bus.
|
||||||
|
* improve performances.
|
||||||
|
* SCardListReaders(): returns SCARD_E_NO_READERS_AVAILABLE when
|
||||||
|
no reader are available.
|
||||||
|
* add support of TAG_IFD_POLLING_THREAD to use an asynchronous
|
||||||
|
card movements detection instead of an active polling.
|
||||||
|
* CardCheckDaemonAvailability(): lower the priority of the log
|
||||||
|
message in case of "PCSC Not Running" or "PCSC restarted" so
|
||||||
|
that nothing is logged by default.
|
||||||
|
* default log level is PCSC_LOG_CRITICAL+1 so that NO log is sent
|
||||||
|
to stderr by default.
|
||||||
|
* Document more details about deviceName argument of
|
||||||
|
IFDHCreateChannelByName()
|
||||||
|
* add support of mix 32/64 bits platforms.
|
||||||
|
* increase MAX_READERNAME from 52 to 100
|
||||||
|
* default ipcdir is /var/run/pcscd instead of /var/run so the
|
||||||
|
directory can be shared locally between 32/64 bits systems on
|
||||||
|
chroots
|
||||||
|
* display time delta between two lines of logs when printed to
|
||||||
|
stderr
|
||||||
|
* return EXIT_SUCCESS (instead of EXIT_SUCCESS) if parsing
|
||||||
|
/etc/reader.conf fails.
|
||||||
|
* performance improvement when powering a card after insertion
|
||||||
|
* some other minor improvements and bug corrections
|
||||||
|
* do not call a Log function in a signal handler and do hotplug
|
||||||
|
synchronously.
|
||||||
|
* some other minor improvements and bug corrections
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 6 11:03:21 CET 2007 - sbrabec@suse.cz
|
Tue Nov 6 11:03:21 CET 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
168
pcsc-lite.spec
168
pcsc-lite.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pcsc-lite (Version 1.4.3)
|
# spec file for package pcsc-lite (Version 1.4.100)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,26 +10,27 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: pcsc-lite
|
Name: pcsc-lite
|
||||||
# FIXME: Maybe we should use /usr/lib/pcsc/drivers as others do:
|
# FIXME: Maybe we should use /usr/lib/pcsc/drivers as others do:
|
||||||
%define ifddir %{_libdir}/readers
|
%define ifddir %{_libdir}/readers
|
||||||
BuildRequires: libusb-devel pkg-config readline-devel resmgr
|
BuildRequires: hal-devel pkg-config readline-devel resmgr
|
||||||
# For directory ownership:
|
# For directory ownership:
|
||||||
BuildRequires: udev
|
BuildRequires: udev
|
||||||
Version: 1.4.3
|
Version: 1.4.100
|
||||||
Release: 24
|
Release: 1
|
||||||
PreReq: %{insserv_prereq} %{fillup_prereq}
|
PreReq: %{insserv_prereq} %{fillup_prereq}
|
||||||
# For upgrade from <= SLES9:
|
# For upgrade from <= SLES9:
|
||||||
PreReq: coreutils
|
PreReq: coreutils
|
||||||
Group: System/Libraries
|
Group: Productivity/Security
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
Url: http://pcsclite.alioth.debian.org/
|
Url: http://pcsclite.alioth.debian.org/
|
||||||
Summary: PCS Smart Cards Library
|
Summary: PCS Smart Cards Library
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: pcscd.init
|
Source1: pcscd.init
|
||||||
Source2: README.SUSE
|
Source2: README.SUSE
|
||||||
Source3: pre_checkin.sh
|
Source3: pre_checkin.sh
|
||||||
Patch: pcsc-lite-1.4.3-64bit-compat2.patch
|
Patch: pcsc-lite-musclecard.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -60,7 +61,8 @@ Authors:
|
|||||||
Antti Tapaninen <aet@cc.hut.fi>
|
Antti Tapaninen <aet@cc.hut.fi>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Group: System/Libraries
|
License: BSD 3-Clause
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
Summary: Development package for the MUSCLE project SmartCards library
|
Summary: Development package for the MUSCLE project SmartCards library
|
||||||
Requires: %{name} = %{version} pcsc-lite glibc-devel
|
Requires: %{name} = %{version} pcsc-lite glibc-devel
|
||||||
|
|
||||||
@ -77,7 +79,7 @@ Authors:
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
cp -a %{S:2} .
|
cp -a %{S:2} .
|
||||||
%patch -p1
|
%patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
ACLOCAL="aclocal -I m4" autoreconf -f -i
|
ACLOCAL="aclocal -I m4" autoreconf -f -i
|
||||||
@ -150,19 +152,49 @@ fi
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.*a
|
%{_libdir}/*.*a
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 06 2007 - sbrabec@suse.cz
|
* Thu Apr 03 2008 sbrabec@suse.cz
|
||||||
|
- Updated to version 1.4.100:
|
||||||
|
* add libhal support to avoid polling the USB bus.
|
||||||
|
* improve performances.
|
||||||
|
* SCardListReaders(): returns SCARD_E_NO_READERS_AVAILABLE when
|
||||||
|
no reader are available.
|
||||||
|
* add support of TAG_IFD_POLLING_THREAD to use an asynchronous
|
||||||
|
card movements detection instead of an active polling.
|
||||||
|
* CardCheckDaemonAvailability(): lower the priority of the log
|
||||||
|
message in case of "PCSC Not Running" or "PCSC restarted" so
|
||||||
|
that nothing is logged by default.
|
||||||
|
* default log level is PCSC_LOG_CRITICAL+1 so that NO log is sent
|
||||||
|
to stderr by default.
|
||||||
|
* Document more details about deviceName argument of
|
||||||
|
IFDHCreateChannelByName()
|
||||||
|
* add support of mix 32/64 bits platforms.
|
||||||
|
* increase MAX_READERNAME from 52 to 100
|
||||||
|
* default ipcdir is /var/run/pcscd instead of /var/run so the
|
||||||
|
directory can be shared locally between 32/64 bits systems on
|
||||||
|
chroots
|
||||||
|
* display time delta between two lines of logs when printed to
|
||||||
|
stderr
|
||||||
|
* return EXIT_SUCCESS (instead of EXIT_SUCCESS) if parsing
|
||||||
|
/etc/reader.conf fails.
|
||||||
|
* performance improvement when powering a card after insertion
|
||||||
|
* some other minor improvements and bug corrections
|
||||||
|
* do not call a Log function in a signal handler and do hotplug
|
||||||
|
synchronously.
|
||||||
|
* some other minor improvements and bug corrections
|
||||||
|
* Tue Nov 06 2007 sbrabec@suse.cz
|
||||||
- Added necessary udev rule (#337666).
|
- Added necessary udev rule (#337666).
|
||||||
* Wed Aug 01 2007 - sbrabec@suse.cz
|
* Wed Aug 01 2007 sbrabec@suse.cz
|
||||||
- Applied Jacob Berkman's patch for 32-64-bit interoperability.
|
- Applied Jacob Berkman's patch for 32-64-bit interoperability.
|
||||||
* Thu Jul 26 2007 - sbrabec@suse.cz
|
* Thu Jul 26 2007 sbrabec@suse.cz
|
||||||
- Updated to version 1.4.3:
|
- Updated to version 1.4.3:
|
||||||
* see ChangeLog for complete list of changes
|
* see ChangeLog for complete list of changes
|
||||||
* Wed May 16 2007 - olh@suse.de
|
* Wed May 16 2007 olh@suse.de
|
||||||
- Buildrequires libusb -> libusb-devel
|
- Buildrequires libusb -> libusb-devel
|
||||||
* Mon Mar 05 2007 - pgajdos@suse.cz
|
* Mon Mar 05 2007 pgajdos@suse.cz
|
||||||
- fixed 'warning: array subscript is above array bounds' (#239174)
|
- fixed 'warning: array subscript is above array bounds' (#239174)
|
||||||
* Tue Feb 13 2007 - sbrabec@suse.cz
|
* Tue Feb 13 2007 sbrabec@suse.cz
|
||||||
- Updated to version 1.3.3:
|
- Updated to version 1.3.3:
|
||||||
* Added -H --hotplug argument.
|
* Added -H --hotplug argument.
|
||||||
* Added support for IFD_GENERATE_HOTPLUG bit in driver Info.plist
|
* Added support for IFD_GENERATE_HOTPLUG bit in driver Info.plist
|
||||||
@ -175,9 +207,9 @@ fi
|
|||||||
* Other API changes and improvements.
|
* Other API changes and improvements.
|
||||||
- Spec file cleanup.
|
- Spec file cleanup.
|
||||||
- Moved testpcsc to /usr/sbin.
|
- Moved testpcsc to /usr/sbin.
|
||||||
* Wed Jan 17 2007 - sbrabec@suse.cz
|
* Wed Jan 17 2007 sbrabec@suse.cz
|
||||||
- pcsclite.so moved to the main package (#235773).
|
- pcsclite.so moved to the main package (#235773).
|
||||||
* Tue Sep 19 2006 - anosek@suse.cz
|
* Tue Sep 19 2006 anosek@suse.cz
|
||||||
- update to version 1.3.2
|
- update to version 1.3.2
|
||||||
* add support of extended APDU in the standard configuration
|
* add support of extended APDU in the standard configuration
|
||||||
and in a backward compatible way: pcscd 1.3.2 can be used
|
and in a backward compatible way: pcscd 1.3.2 can be used
|
||||||
@ -195,46 +227,46 @@ fi
|
|||||||
* some other minor improvements and bug corrections
|
* some other minor improvements and bug corrections
|
||||||
- fixed compiler warning: subscript out of range [#204770]
|
- fixed compiler warning: subscript out of range [#204770]
|
||||||
(overflow.patch)
|
(overflow.patch)
|
||||||
* Fri Aug 11 2006 - stark@suse.de
|
* Sat Aug 12 2006 stark@suse.de
|
||||||
- update to version 1.3.1
|
- update to version 1.3.1
|
||||||
* use fprintf(stderr,) instead of syslog(3) to log messages from
|
* use fprintf(stderr,) instead of syslog(3) to log messages from
|
||||||
libpcsclite
|
libpcsclite
|
||||||
* use PCSCLITE_DEBUG to activate the debug messages in libpcsclite
|
* use PCSCLITE_DEBUG to activate the debug messages in libpcsclite
|
||||||
* add the reader serial number in the reader name only if
|
* add the reader serial number in the reader name only if
|
||||||
ADD_SERIAL_NUMBER is defined
|
ADD_SERIAL_NUMBER is defined
|
||||||
* Thu Apr 06 2006 - mjancar@suse.cz
|
* Thu Apr 06 2006 mjancar@suse.cz
|
||||||
- remove powermgt_macosx.c from the package (#161324)
|
- remove powermgt_macosx.c from the package (#161324)
|
||||||
* Mon Mar 13 2006 - mjancar@suse.cz
|
* Mon Mar 13 2006 mjancar@suse.cz
|
||||||
- mount /proc/bus/usb in initscript anyway (#146979)
|
- mount /proc/bus/usb in initscript anyway (#146979)
|
||||||
* Tue Feb 07 2006 - mjancar@suse.cz
|
* Tue Feb 07 2006 mjancar@suse.cz
|
||||||
- start after kbd instead of mounting usbfs ourselfs (#146979)
|
- start after kbd instead of mounting usbfs ourselfs (#146979)
|
||||||
* Mon Feb 06 2006 - mjancar@suse.cz
|
* Mon Feb 06 2006 mjancar@suse.cz
|
||||||
- mount /proc/bus/usb in initscript (#146979)
|
- mount /proc/bus/usb in initscript (#146979)
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Tue Jan 03 2006 - mjancar@suse.cz
|
* Tue Jan 03 2006 mjancar@suse.cz
|
||||||
- move drivers to separate source packages
|
- move drivers to separate source packages
|
||||||
- branch devel subpackage
|
- branch devel subpackage
|
||||||
* Mon Jan 02 2006 - stark@suse.de
|
* Mon Jan 02 2006 stark@suse.de
|
||||||
- removed obsolete hotplug stuff for cyberjack
|
- removed obsolete hotplug stuff for cyberjack
|
||||||
- Updated pcsc-lite to version 1.2.9-beta9
|
- Updated pcsc-lite to version 1.2.9-beta9
|
||||||
- Updated CCID driver to 0.9.4
|
- Updated CCID driver to 0.9.4
|
||||||
- Updated GemPC driver to 1.0.0
|
- Updated GemPC driver to 1.0.0
|
||||||
- package pkgconfig files to be able to build drivers outside
|
- package pkgconfig files to be able to build drivers outside
|
||||||
the package
|
the package
|
||||||
* Tue Dec 20 2005 - ro@suse.de
|
* Tue Dec 20 2005 ro@suse.de
|
||||||
- removed unpackaged man-page symlinks
|
- removed unpackaged man-page symlinks
|
||||||
* Tue Nov 29 2005 - ro@suse.de
|
* Tue Nov 29 2005 ro@suse.de
|
||||||
- remove keeper from nfb (unused)
|
- remove keeper from nfb (unused)
|
||||||
* Mon Oct 10 2005 - stark@suse.de
|
* Mon Oct 10 2005 stark@suse.de
|
||||||
- Updated towitoko driver to 2.0.7 and install USB bundle
|
- Updated towitoko driver to 2.0.7 and install USB bundle
|
||||||
* Wed Sep 21 2005 - stark@suse.de
|
* Thu Sep 22 2005 stark@suse.de
|
||||||
- Repackaged CCID as bundle for USB usage (#116497)
|
- Repackaged CCID as bundle for USB usage (#116497)
|
||||||
* Tue Sep 20 2005 - stark@suse.de
|
* Tue Sep 20 2005 stark@suse.de
|
||||||
- handle old reader.conf in upgrade case
|
- handle old reader.conf in upgrade case
|
||||||
- compile with -fno-strict-aliasing
|
- compile with -fno-strict-aliasing
|
||||||
- fixed missing return in ctapi-cyberjack
|
- fixed missing return in ctapi-cyberjack
|
||||||
* Sat Sep 17 2005 - stark@suse.de
|
* Sat Sep 17 2005 stark@suse.de
|
||||||
- Updated pcsc-lite to version 1.2.9beta8 (#116497)
|
- Updated pcsc-lite to version 1.2.9beta8 (#116497)
|
||||||
* use /etc/reader.conf.d/
|
* use /etc/reader.conf.d/
|
||||||
* adapted init script to create /etc/reader.conf
|
* adapted init script to create /etc/reader.conf
|
||||||
@ -243,95 +275,95 @@ fi
|
|||||||
- Updated ccid driver to version 0.9.3 (#116497)
|
- Updated ccid driver to version 0.9.3 (#116497)
|
||||||
- Use RPM_OPT_FLAGS everywhere
|
- Use RPM_OPT_FLAGS everywhere
|
||||||
- Fixed serious compiler warnings
|
- Fixed serious compiler warnings
|
||||||
* Mon Sep 05 2005 - skh@suse.de
|
* Mon Sep 05 2005 skh@suse.de
|
||||||
- fix off-by-one error in hotplug_libusb.c [#112964]
|
- fix off-by-one error in hotplug_libusb.c [#112964]
|
||||||
* Mon Aug 29 2005 - skh@suse.de
|
* Mon Aug 29 2005 skh@suse.de
|
||||||
- Remove unnecessary files from pcsc-acr38 again [#112927]
|
- Remove unnecessary files from pcsc-acr38 again [#112927]
|
||||||
* Mon Aug 29 2005 - skh@suse.de
|
* Mon Aug 29 2005 skh@suse.de
|
||||||
- package ACR38 driver in correct bundle format [#112927]
|
- package ACR38 driver in correct bundle format [#112927]
|
||||||
- remove orphaned /var/run/pcscd.pub when necessary [#112928]
|
- remove orphaned /var/run/pcscd.pub when necessary [#112928]
|
||||||
- update ACR38u driver to version 100705 to fix crash when reader
|
- update ACR38u driver to version 100705 to fix crash when reader
|
||||||
is plugged in [#112964]
|
is plugged in [#112964]
|
||||||
* Tue Aug 16 2005 - skh@suse.de
|
* Tue Aug 16 2005 skh@suse.de
|
||||||
- Updated ACR38u driver to version 100703
|
- Updated ACR38u driver to version 100703
|
||||||
* Tue Jul 26 2005 - okir@suse.de
|
* Tue Jul 26 2005 okir@suse.de
|
||||||
- Added ACR38u driver
|
- Added ACR38u driver
|
||||||
* Tue Jul 26 2005 - okir@suse.de
|
* Tue Jul 26 2005 okir@suse.de
|
||||||
- Updated description in init script (#79287)
|
- Updated description in init script (#79287)
|
||||||
* Thu Jun 16 2005 - meissner@suse.de
|
* Thu Jun 16 2005 meissner@suse.de
|
||||||
- use RPM_OPT_FLAGS in 1 more driver
|
- use RPM_OPT_FLAGS in 1 more driver
|
||||||
- added includes to avoid implict declaration of memcpy and similar.
|
- added includes to avoid implict declaration of memcpy and similar.
|
||||||
* Mon Apr 18 2005 - ro@suse.de
|
* Mon Apr 18 2005 ro@suse.de
|
||||||
- make it build with gcc-4
|
- make it build with gcc-4
|
||||||
* Thu Mar 17 2005 - okir@suse.de
|
* Thu Mar 17 2005 okir@suse.de
|
||||||
- Disable support for extended-apdus, it eats 32MB of memory (#73629)
|
- Disable support for extended-apdus, it eats 32MB of memory (#73629)
|
||||||
* Thu Mar 10 2005 - okir@suse.de
|
* Thu Mar 10 2005 okir@suse.de
|
||||||
- Fix default search location for USB bundles
|
- Fix default search location for USB bundles
|
||||||
* Fri Jan 21 2005 - okir@suse.de
|
* Fri Jan 21 2005 okir@suse.de
|
||||||
- Updated to latest upstream version
|
- Updated to latest upstream version
|
||||||
- Updated several drivers
|
- Updated several drivers
|
||||||
- Added CCID driver
|
- Added CCID driver
|
||||||
- Provide a more informative readers.conf file (#42620)
|
- Provide a more informative readers.conf file (#42620)
|
||||||
* Thu Jan 20 2005 - ro@suse.de
|
* Thu Jan 20 2005 ro@suse.de
|
||||||
- drop subpackage gpr400
|
- drop subpackage gpr400
|
||||||
* Wed Apr 28 2004 - ro@suse.de
|
* Wed Apr 28 2004 ro@suse.de
|
||||||
- compile formaticc with no-strict-aliasing
|
- compile formaticc with no-strict-aliasing
|
||||||
- fix unused return type in musclecard.c
|
- fix unused return type in musclecard.c
|
||||||
* Wed Mar 31 2004 - okir@suse.de
|
* Wed Mar 31 2004 okir@suse.de
|
||||||
- Properly install testpcsc, formaticc (#37625)
|
- Properly install testpcsc, formaticc (#37625)
|
||||||
- Build towitoko driver with --enable-win32-com
|
- Build towitoko driver with --enable-win32-com
|
||||||
* Thu Mar 18 2004 - okir@suse.de
|
* Thu Mar 18 2004 okir@suse.de
|
||||||
- cyberjack apps installed in /bin should be executable (#36409)
|
- cyberjack apps installed in /bin should be executable (#36409)
|
||||||
* Sat Jan 10 2004 - adrian@suse.de
|
* Sat Jan 10 2004 adrian@suse.de
|
||||||
- add %%run_ldconfig
|
- add %%run_ldconfig
|
||||||
* Tue Aug 05 2003 - mge@suse.de
|
* Tue Aug 05 2003 mge@suse.de
|
||||||
- merge ctapi-cyberjack into pcsc-lite: two additional
|
- merge ctapi-cyberjack into pcsc-lite: two additional
|
||||||
packages are created: ctapi-cyberjack and pcsc-cyberjack
|
packages are created: ctapi-cyberjack and pcsc-cyberjack
|
||||||
* Thu Jun 26 2003 - ro@suse.de
|
* Thu Jun 26 2003 ro@suse.de
|
||||||
- remove unpackaged files from buildroot
|
- remove unpackaged files from buildroot
|
||||||
- added directories to filelist
|
- added directories to filelist
|
||||||
* Fri Nov 29 2002 - okir@suse.de
|
* Fri Nov 29 2002 okir@suse.de
|
||||||
- added -fPIC when building eToken driver
|
- added -fPIC when building eToken driver
|
||||||
* Fri Nov 29 2002 - okir@suse.de
|
* Fri Nov 29 2002 okir@suse.de
|
||||||
- Updated to latest upstream version
|
- Updated to latest upstream version
|
||||||
- Included driver for Aladdin eToken PRO
|
- Included driver for Aladdin eToken PRO
|
||||||
- More GNU auto#*@! headaches
|
- More GNU auto#*@! headaches
|
||||||
- Various minor fixes
|
- Various minor fixes
|
||||||
* Wed Aug 28 2002 - okir@suse.de
|
* Wed Aug 28 2002 okir@suse.de
|
||||||
- Moved shared objects to /usr/lib64 on ppc64/s390x (#18421)
|
- Moved shared objects to /usr/lib64 on ppc64/s390x (#18421)
|
||||||
* Mon Aug 05 2002 - olh@suse.de
|
* Mon Aug 05 2002 olh@suse.de
|
||||||
- fix initscript, Should-start: setserial hotplug
|
- fix initscript, Should-start: setserial hotplug
|
||||||
* Fri Aug 02 2002 - okir@suse.de
|
* Fri Aug 02 2002 okir@suse.de
|
||||||
- added PreReq for insserv_and_fillup
|
- added PreReq for insserv_and_fillup
|
||||||
* Wed Jul 31 2002 - okir@suse.de
|
* Wed Jul 31 2002 okir@suse.de
|
||||||
- fixed build problem on s390x (force aclocal.m4 regen)
|
- fixed build problem on s390x (force aclocal.m4 regen)
|
||||||
* Wed Jun 26 2002 - ro@suse.de
|
* Wed Jun 26 2002 ro@suse.de
|
||||||
- use -fPIC when building a shared lib
|
- use -fPIC when building a shared lib
|
||||||
* Wed Jun 12 2002 - okir@suse.de
|
* Wed Jun 12 2002 okir@suse.de
|
||||||
- fix for bug #15051 (hey, it's a palindrome bug:):
|
- fix for bug #15051 (hey, it's a palindrome bug:):
|
||||||
missing %%doc DRIVERS file; misc silly binaries moved
|
missing %%doc DRIVERS file; misc silly binaries moved
|
||||||
out of /usr/bin
|
out of /usr/bin
|
||||||
* Tue Apr 30 2002 - okir@suse.de
|
* Tue Apr 30 2002 okir@suse.de
|
||||||
- Fixed build problem introduced by previous patch
|
- Fixed build problem introduced by previous patch
|
||||||
* Tue Apr 30 2002 - okir@suse.de
|
* Tue Apr 30 2002 okir@suse.de
|
||||||
- updated to latest upstream version
|
- updated to latest upstream version
|
||||||
- added drivers for these readers: Towitoko, Schlumberger Reflex 6x,
|
- added drivers for these readers: Towitoko, Schlumberger Reflex 6x,
|
||||||
Gemplus GPR 400, GemPlus GemPC 410/430
|
Gemplus GPR 400, GemPlus GemPC 410/430
|
||||||
* Tue Apr 09 2002 - ro@suse.de
|
* Tue Apr 09 2002 ro@suse.de
|
||||||
- fixed for latest automake/autoconf
|
- fixed for latest automake/autoconf
|
||||||
* Wed Feb 13 2002 - stark@suse.de
|
* Wed Feb 13 2002 stark@suse.de
|
||||||
- spec-file cleanup
|
- spec-file cleanup
|
||||||
- LSB compliant init-script
|
- LSB compliant init-script
|
||||||
* Mon Jan 14 2002 - ro@suse.de
|
* Mon Jan 14 2002 ro@suse.de
|
||||||
- removed START_PCSCD
|
- removed START_PCSCD
|
||||||
* Wed Nov 14 2001 - ro@suse.de
|
* Wed Nov 14 2001 ro@suse.de
|
||||||
- call aclocal
|
- call aclocal
|
||||||
* Sun Aug 26 2001 - mge@suse.de
|
* Sun Aug 26 2001 mge@suse.de
|
||||||
- updated to 1.0.0Beta
|
- updated to 1.0.0Beta
|
||||||
- fixed /etc/init.d/pcscd status-handling (bug #9069)
|
- fixed /etc/init.d/pcscd status-handling (bug #9069)
|
||||||
* Thu Jun 07 2001 - ro@suse.de
|
* Thu Jun 07 2001 ro@suse.de
|
||||||
- fix broken Makefile.am
|
- fix broken Makefile.am
|
||||||
* Mon Apr 23 2001 - mge@suse.de
|
* Mon Apr 23 2001 mge@suse.de
|
||||||
- update to 0.9.1
|
- update to 0.9.1
|
||||||
* Thu Apr 19 2001 - mge@suse.de
|
* Thu Apr 19 2001 mge@suse.de
|
||||||
- created package
|
- created package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user