2008-05-05 14:35:31 by Hasso Tepper | Files touched by this commit (18) | |
Log message:
Obsoleted by security/pcsc-lite.
|
2006-07-07 21:14:41 by Thomas Klausner | Files touched by this commit (8) |
Log message:
Update to 1.3.1.
Get rid of automake dependency by adding patches for the generated files.
Changes:
pcsc-lite-1.3.1: Ludovic Rousseau
22 April 2006
- improve support of Solaris
- correct a bug when two clients are connecting at the same time
- better documentation for ./configure arguments
- doc/ifdhandler-3.tex: improve IFD handler documentation
- doc/pcsc-lite.tex: document VERIFY_PIN and MODIFY_PIN commands using
PCSCv2 part 10 instead of the "proprietary" mechanism now unsupported
- doc/pcsc-lite.tex: document log_msg and log_xxd
- use fprintf(stderr,) instead of syslog(3) to log messages from libpcsclite
- use PCSCLITE_DEBUG to activate the debug messages in libpcsclite.
MUSCLECARD_DEBUG is now used for libmusclecard only
- add the reader serial number in the reader name only if
ADD_SERIAL_NUMBER is defined
- some other minor improvements and bug corrections
|
2006-04-06 09:18:13 by Jeremy C. Reed | Files touched by this commit (23) |
Log message:
Change BUILDLINK_DEPENDS.foo to BUILDLINK_API_DEPENDS.foo.
Change BUILDLINK_RECOMMENDED.foo to BUILDLINK_ABI_DEPENDS.foo.
As discussed on tech-pkg.
|
2006-03-14 02:27:57 by Johnny C. Lam | Files touched by this commit (82) |
Log message:
Catch up to modern pkginstall framework: USE_PKGINSTALL has been dead
for a while now, and *_EXTRA_TMPL are generally not needed anymore.
|
2006-02-16 21:30:20 by Geert Hendrickx | Files touched by this commit (9) | |
Log message:
Update to 1.2.9-beta10, as the old distfile wasn't available anymore.
ChangeLog:
pcsc-lite-1.2.9-beta10
3 February 2006
- if the USB reader defines a serial number then include it in the
reader name (between parenthesis)
- the library libpcsclite.so.1 only exports the symbols defined by the
API (http://pcsclite.alioth.debian.org/pcsc-lite/). This is needed to
be able to use the library in an appliation that also uses flex (like
muscleTool). The problem only occurs with GCC >= 4.0
- some other minor improvements and bug corrections
pcsc-lite-1.2.9-beta9
27 November 2005
- add/improve support of PIN pad readers
. define HOST_TO_CCID_16() and HOST_TO_CCID_32() macro to convert 16 and
32-bits data to the CCID format (replace HOST_TO_CCID)
- add support of SUN C compiler and try to avoid GCC specific features
(Heiko Nardmann)
- SCardGetStatusChange():
. exists if the list of readers changed (one reader added) so that the
application can update its list of readers (Najam Siddiqui)
. correct a bug when two contexts where used (Najam Siddiqui)
- add support of Solaris 10 IFDhandler (Douglas E. Engert)
- allow pcsc-lite to be compiled without (f)lex installed
- add a TODO file. Help/money needed here.
- improve Doxygen documentation
- some other minor improvements and bug corrections
|
2005-12-05 23:27:44 by Roland Illig | Files touched by this commit (61) |
Log message:
Ran "pkglint --autofix", which fixed some quoting issues in MAKE_ENV,
CONFIGURE_ARGS, FILES_SUBST and the like.
|
2005-11-24 03:05:52 by Evaldo Gardenali | Files touched by this commit (3) |
Log message:
Upgraded to pcsc-lite-1.2.9-beta8
|
2005-07-25 21:55:22 by Evaldo Gardenali | Files touched by this commit (4) |
Log message:
fix broken #includes
|
2005-07-24 00:07:04 by Evaldo Gardenali | Files touched by this commit (5) |
Log message:
reverted unnecessary and broken patch-ad (aclocal -I ./m4 fixes the issue)
added configuration example for OpenCT ifdhandler
|
2005-07-22 20:38:08 by Evaldo Gardenali | Files touched by this commit (1) |
Log message:
forgot to fix TODO (autotools)
|