Commit graph

13 commits

Author SHA1 Message Date
Sergey Svishchev
7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00
Thomas Klausner
7d4aa93d21 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


pcsc-lite-1.3.0: Ludovic Rousseau
3 March 2006
- new official stable version since 1.2.0 in October 2003. Many thanks
  to all the bug reporters and bug fixers
- libmusclecard is now in a independenant package
- (re)allow compilation on Solaris
- SCardReleaseContext(): do not check that the thread releasing the
  context is the one that established it. This check is not performed on
  Windows and creates portability problems See
  http://archives.neohapsis.com/archives/dev/muscle/2006-q1/0134.html
- automatically call SCardUnload() when the libpcsclite library is
  unloaded Thanks to Najam Siddiqui. See
  http://archives.neohapsis.com/archives/dev/muscle/2006-q1/0177.html
- some other minor improvements and bug corrections
2006-07-07 19:14:41 +00:00
Jeremy C. Reed
37f815a375 Change BUILDLINK_DEPENDS.foo to BUILDLINK_API_DEPENDS.foo.
Change BUILDLINK_RECOMMENDED.foo to BUILDLINK_ABI_DEPENDS.foo.

As discussed on tech-pkg.
2006-04-06 07:16:55 +00:00
Johnny C. Lam
64bfcf7b60 Catch up to modern pkginstall framework: USE_PKGINSTALL has been dead
for a while now, and *_EXTRA_TMPL are generally not needed anymore.
2006-03-14 01:27:57 +00:00
Geert Hendrickx
15bd68615d 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
2006-02-16 20:30:18 +00:00
Roland Illig
91a02fafba Ran "pkglint --autofix", which fixed some quoting issues in MAKE_ENV,
CONFIGURE_ARGS, FILES_SUBST and the like.
2005-12-05 22:27:44 +00:00
Evaldo Gardenali
e22b849d82 Upgraded to pcsc-lite-1.2.9-beta8 2005-11-24 02:05:52 +00:00
Evaldo Gardenali
b8c0b9ce69 fix broken #includes 2005-07-25 19:52:22 +00:00
Evaldo Gardenali
7831711946 reverted unnecessary and broken patch-ad (aclocal -I ./m4 fixes the issue)
added configuration example for OpenCT ifdhandler
2005-07-23 22:07:04 +00:00
Evaldo Gardenali
58d4f79a4b forgot to fix TODO (autotools) 2005-07-22 18:38:08 +00:00
Evaldo Gardenali
97b101718e Fixed thread checks in configure.in (thanks to Tsume <tsume@tsumelabs.com> )
Fixed autotools run order, should stop breaking the bulk build now
2005-07-22 17:59:10 +00:00
Thomas Klausner
ef4110c59f We do not need a log of a make run here. 2005-07-21 15:11:27 +00:00
Evaldo Gardenali
701f4c72b6 PC/SC Architecture for most Unix type operating systems. Allows easy
porting of Windows smartcard software to other operating systems.
Supports many types of serial, PCMCIA, and USB smartcard readers and
cryptographic tokens.
2005-07-20 21:07:06 +00:00