/[pcsclite]/trunk/Drivers/ccid/configure.in
ViewVC logotype

Log of /trunk/Drivers/ccid/configure.in

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 6468)

Revision 5746 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 13 09:20:47 2011 UTC (2 years ago) by rousseau
File length: 8814 byte(s)
Diff to previous 5742 , to selected 438
Use AC_LANG_SOURCE to fix a warning from autoconf 2.68

configure.in:151: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
detected in body

Revision 5742 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 13 08:55:51 2011 UTC (2 years ago) by rousseau
File length: 8796 byte(s)
Diff to previous 5715 , to selected 438
Release 1.4.4

Revision 5715 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 7 12:41:57 2011 UTC (2 years ago) by rousseau
File length: 8796 byte(s)
Diff to previous 5688 , to selected 438
Reuse the definition of $usbdropdir to define the default value of
ccidtwindir

It is important if --enable-usbdropdir=DIR is used and
`$PKG_CONFIG libpcsclite --variable=usbdropdir` should then not be used.

Revision 5688 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 2 18:47:10 2011 UTC (2 years, 1 month ago) by rousseau
File length: 8832 byte(s)
Diff to previous 5654 , to selected 438
release 1.4.3

Revision 5654 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 13 09:56:09 2011 UTC (2 years, 2 months ago) by rousseau
File length: 8832 byte(s)
Diff to previous 5626 , to selected 438
Use the same code as in pcsc-lite to detect the plateform name (BUNDLE_HOST)

Revision 5626 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 22 22:12:51 2011 UTC (2 years, 2 months ago) by rousseau
File length: 9032 byte(s)
Diff to previous 5430 , to selected 438
release 1.4.2

Revision 5430 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 3 14:41:27 2010 UTC (2 years, 5 months ago) by rousseau
File length: 9032 byte(s)
Diff to previous 5318 , to selected 438
release 1.4.1

Revision 5318 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 14 09:39:35 2010 UTC (2 years, 7 months ago) by rousseau
File length: 9032 byte(s)
Diff to previous 5312 , to selected 438
Remove --enable-udev option since it is not used anymore with libhal.
The udev rules file is now used to change the access rights of the
device and not send a hotplug signal to pcscd.

Revision 5312 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 13 12:09:27 2010 UTC (2 years, 7 months ago) by rousseau
File length: 9249 byte(s)
Diff to previous 5309 , to selected 438
Need pcsc-lite 1.6.5 for TAG_IFD_POLLING_THREAD_WITH_TIMEOUT

Revision 5309 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 13 11:21:51 2010 UTC (2 years, 7 months ago) by rousseau
File length: 9249 byte(s)
Diff to previous 5187 , to selected 438
build: remove use_usb_interrupt variable which is not set.

Thanks to Martin Paljak for the patch

Revision 5187 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 26 09:13:26 2010 UTC (2 years, 8 months ago) by rousseau
File length: 9317 byte(s)
Diff to previous 5119 , to selected 438
Add --enable-embedded (default is no) to build libccid for an embedded
system.

This will activate the NO_LOG option to disable logging and limit RAM
and disk consumption.

Revision 5119 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 5 18:09:04 2010 UTC (2 years, 9 months ago) by rousseau
File length: 9049 byte(s)
Diff to previous 5108 , to selected 438
Do not hardcode the libusb.h path. The h file is not at the same place
on kfreebsd

Fixes Debian bug #591782

Revision 5108 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 4 13:21:33 2010 UTC (2 years, 9 months ago) by rousseau
File length: 9060 byte(s)
Diff to previous 5030 , to selected 438
release 1.4.0

Revision 5030 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 22 09:33:55 2010 UTC (2 years, 10 months ago) by rousseau
File length: 9061 byte(s)
Diff to previous 4987 , to selected 438
Request pcsc-lite 1.6.2 minimum (instead of 1.6.0) to have
TAG_IFD_STOP_POLLING_THREAD defined 

Revision 4987 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 10 14:48:17 2010 UTC (2 years, 11 months ago) by rousseau
File length: 9061 byte(s)
Diff to previous 4979 , to selected 438
Use libusb-1.0 instead of libusb-0.1

Revision 4979 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 4 13:29:42 2010 UTC (2 years, 11 months ago) by rousseau
File length: 10073 byte(s)
Diff to previous 4971 , to selected 438
release 1.3.13

Revision 4971 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 1 09:33:17 2010 UTC (2 years, 11 months ago) by rousseau
File length: 10073 byte(s)
Diff to previous 4970 , to selected 438
remove duplicate errno.h in AC_CHECK_HEADERS()

Revision 4970 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 1 08:45:40 2010 UTC (2 years, 11 months ago) by rousseau
File length: 10081 byte(s)
Diff to previous 4932 , to selected 438
Correctly display $bindir and $sysconfdir values when they are not
changed from the default values (instead of NONE/bin and NONE/etc)

Revision 4932 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 8 09:56:19 2010 UTC (3 years ago) by rousseau
File length: 9999 byte(s)
Diff to previous 4931 , to selected 438
Minimum version of pcsc-lite is 1.6.0 instead of the unreleased 1.5.6

Revision 4931 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 8 09:54:35 2010 UTC (3 years ago) by rousseau
File length: 9999 byte(s)
Diff to previous 4746 , to selected 438
release 1.3.12

Revision 4746 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 9 21:22:29 2010 UTC (3 years, 3 months ago) by rousseau
File length: 9999 byte(s)
Diff to previous 4745 , to selected 438
use readers/ again (revert revision 4745)

Revision 4745 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 9 20:46:22 2010 UTC (3 years, 3 months ago) by rousseau
File length: 9981 byte(s)
Diff to previous 4684 , to selected 438
Do not include the readers/* files in the archive

Revision 4684 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 22 13:04:51 2010 UTC (3 years, 3 months ago) by rousseau
File length: 9999 byte(s)
Diff to previous 4680 , to selected 438
use LT_INIT(disable-static) instead of the deprecated AM_DISABLE_STATIC

Revision 4680 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 21 13:43:09 2010 UTC (3 years, 3 months ago) by rousseau
File length: 9993 byte(s)
Diff to previous 4505 , to selected 438
Static lib is disabled by default. Use --enable-static if needed

Revision 4505 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 24 14:52:44 2009 UTC (3 years, 6 months ago) by rousseau
File length: 9908 byte(s)
Diff to previous 4448 , to selected 438
check for IFD_ERROR_INSUFFICIENT_BUFFER in ifdhandler.h and simplify the
PCSC checking code

Revision 4448 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 8 08:39:54 2009 UTC (3 years, 7 months ago) by rousseau
File length: 10030 byte(s)
Diff to previous 4347 , to selected 438
Require to have pcsc-lite >= 1.5.6 to have IFD_ERROR_INSUFFICIENT_BUFFER
defined in ifdhandler.h

Revision 4347 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 28 20:52:50 2009 UTC (3 years, 9 months ago) by rousseau
File length: 10030 byte(s)
Diff to previous 4310 , to selected 438
release 1.3.11

Revision 4310 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 6 15:03:37 2009 UTC (3 years, 10 months ago) by rousseau
File length: 10030 byte(s)
Diff to previous 4302 , to selected 438
add --disable-class argument to build a NON class driver

Revision 4302 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 6 11:51:34 2009 UTC (3 years, 10 months ago) by rousseau
File length: 9729 byte(s)
Diff to previous 4224 , to selected 438
check if strlcat is provided by the system

strlcpycat.h:20: warning: redundant redeclaration of ‘strlcat’

Revision 4224 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 25 08:52:21 2009 UTC (3 years, 11 months ago) by rousseau
File length: 9721 byte(s)
Diff to previous 3378 , to selected 438
generate a .bz2 archive only

Revision 3378 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 26 14:34:35 2009 UTC (4 years, 1 month ago) by rousseau
File length: 9692 byte(s)
Diff to previous 3338 , to selected 438
add support of a composite device as multi-slots device

Revision 3338 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 7 15:35:24 2009 UTC (4 years, 2 months ago) by rousseau
File length: 9245 byte(s)
Diff to previous 3301 , to selected 438
release 1.3.10

Revision 3301 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 4 19:31:20 2009 UTC (4 years, 3 months ago) by rousseau
File length: 9244 byte(s)
Diff to previous 3300 , to selected 438
display the values of PCSC_CFLAGS and PCSC_LIBS

Revision 3300 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 4 19:27:03 2009 UTC (4 years, 3 months ago) by rousseau
File length: 9174 byte(s)
Diff to previous 3299 , to selected 438
use [ ] for PKG_CHECK_EXISTS() arguments

Revision 3299 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 4 14:32:19 2009 UTC (4 years, 3 months ago) by rousseau
File length: 9170 byte(s)
Diff to previous 3281 , to selected 438
use PKG_CHECK_EXISTS() before PKG_CHECK_MODULES() so that the *_CFLAGS
and *_LIBS are not erased if pkg-config does not find the searched lib

Revision 3281 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 15 13:59:19 2009 UTC (4 years, 4 months ago) by rousseau
File length: 9048 byte(s)
Diff to previous 3208 , to selected 438
remove an extra AC_MSG_RESULT()

Revision 3208 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 18 15:45:30 2008 UTC (4 years, 6 months ago) by rousseau
File length: 9071 byte(s)
Diff to previous 3205 , to selected 438
release 1.3.9

Revision 3205 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 14 17:34:52 2008 UTC (4 years, 6 months ago) by rousseau
File length: 9071 byte(s)
Diff to previous 3174 , to selected 438
check for usb_interrupt_read instead of usb_get_string_simple and
request libusb 0.1.12 instead of 0.1.7

Revision 3174 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 16 14:58:55 2008 UTC (4 years, 7 months ago) by rousseau
File length: 9076 byte(s)
Diff to previous 3063 , to selected 438
build is now .

Revision 3063 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 30 08:03:13 2008 UTC (4 years, 9 months ago) by rousseau
File length: 9078 byte(s)
Diff to previous 3033 , to selected 438
no need to use CoreFoundation and IOKit frameworks since we use libusb
that already includes them

Revision 3033 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 27 15:28:44 2008 UTC (4 years, 10 months ago) by rousseau
File length: 9308 byte(s)
Diff to previous 3002 , to selected 438
release 1.3.8

Revision 3002 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 14 19:41:52 2008 UTC (4 years, 11 months ago) by rousseau
File length: 9308 byte(s)
Diff to previous 2998 , to selected 438
ask to install libusb if usb.h is not found

Revision 2998 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 14 16:05:51 2008 UTC (4 years, 11 months ago) by rousseau
File length: 9290 byte(s)
Diff to previous 2996 , to selected 438
define the conditional WITH_LIBUSB if libusb is used

Revision 2996 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 14 14:11:41 2008 UTC (4 years, 11 months ago) by rousseau
File length: 9232 byte(s)
Diff to previous 2995 , to selected 438
do not AC_MSG_RESULT([no]) if PCSC is not found since
PKG_CHECK_MODULES() will already display the result

Revision 2995 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 14 14:10:10 2008 UTC (4 years, 11 months ago) by rousseau
File length: 9252 byte(s)
Diff to previous 2987 , to selected 438
set use_usb_interrupt=no by default

Revision 2987 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 9 08:17:23 2008 UTC (4 years, 11 months ago) by rousseau
File length: 9253 byte(s)
Diff to previous 2985 , to selected 438
rename aclocal to m4

Revision 2985 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 8 09:01:21 2008 UTC (4 years, 11 months ago) by rousseau
File length: 9258 byte(s)
Diff to previous 2965 , to selected 438
release 1.3.7

Revision 2965 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 22 09:25:20 2008 UTC (4 years, 11 months ago) by rousseau
File length: 9258 byte(s)
Diff to previous 2924 , to selected 438
check if libusb-0.1 is emulated by libusb-compat + libusb-1.0 to use or
not the USB interrupt feature

libusb-0.1 may never solve the performance problem of usb_interrupt_read()

Revision 2924 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 30 12:45:12 2008 UTC (5 years ago) by rousseau
File length: 9275 byte(s)
Diff to previous 2919 , to selected 438
release 1.3.6

Revision 2919 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 30 07:36:33 2008 UTC (5 years ago) by rousseau
File length: 9275 byte(s)
Diff to previous 2842 , to selected 438
add support for DragonFly BSD

Thanks to Hasso Tepper for the patch (alioth #310748)

Revision 2842 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 22 13:42:27 2008 UTC (5 years, 2 months ago) by rousseau
File length: 9137 byte(s)
Diff to previous 2827 , to selected 438
release 1.3.5

Revision 2827 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 15 15:59:38 2008 UTC (5 years, 3 months ago) by rousseau
File length: 9137 byte(s)
Diff to previous 2826 , to selected 438
typo

Revision 2826 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 15 15:59:20 2008 UTC (5 years, 3 months ago) by rousseau
File length: 9137 byte(s)
Diff to previous 2825 , to selected 438
use $PKG_CONFIG instead of pkg-config

Revision 2825 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 15 15:55:01 2008 UTC (5 years, 3 months ago) by rousseau
File length: 9135 byte(s)
Diff to previous 2809 , to selected 438
use usb_interrupt_read() only if libusb > 0.1.12 or
--enable-usb-interrupt is used

Revision 2809 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 8 14:43:36 2008 UTC (5 years, 3 months ago) by rousseau
File length: 8504 byte(s)
Diff to previous 2799 , to selected 438
release 1.3.4

Revision 2799 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 6 14:26:30 2008 UTC (5 years, 3 months ago) by rousseau
File length: 8504 byte(s)
Diff to previous 2786 , to selected 438
release 1.3.3

Revision 2786 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 4 08:45:14 2008 UTC (5 years, 3 months ago) by rousseau
File length: 8504 byte(s)
Diff to previous 2773 , to selected 438
improve configuration display

Revision 2773 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 29 14:53:44 2008 UTC (5 years, 3 months ago) by rousseau
File length: 7937 byte(s)
Diff to previous 2757 , to selected 438
check for TAG_IFD_POLLING_THREAD in ifdhandler.h

Revision 2757 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 22 19:33:39 2008 UTC (5 years, 3 months ago) by rousseau
File length: 7869 byte(s)
Diff to previous 2692 , to selected 438
version 1.3.2

Revision 2692 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 16 13:27:00 2007 UTC (5 years, 6 months ago) by rousseau
File length: 7869 byte(s)
Diff to previous 2632 , to selected 438
release 1.3.1

Revision 2632 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 29 19:41:09 2007 UTC (5 years, 7 months ago) by rousseau
File length: 7869 byte(s)
Diff to previous 2630 , to selected 438
contrib/Kobil_mIDentity_switch/Makefile.am:2: compiling `Kobil_mIDentity_switch.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.in'

Revision 2630 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 28 12:20:53 2007 UTC (5 years, 7 months ago) by rousseau
File length: 7854 byte(s)
Diff to previous 2624 , to selected 438
check for usb_detach_kernel_driver_np() since only libusb on Linux provides it

Revision 2624 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 14 07:47:07 2007 UTC (5 years, 8 months ago) by rousseau
File length: 7699 byte(s)
Diff to previous 2522 , to selected 438
use PCSC_LIBS instead of LDLIBS in the error message if
SCardEstablishContext() is not found

Revision 2522 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 10 09:16:42 2007 UTC (6 years ago) by rousseau
File length: 7696 byte(s)
Diff to previous 2452 , to selected 438
release 1.3.0

Revision 2452 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 28 12:21:26 2007 UTC (6 years, 2 months ago) by rousseau
File length: 7696 byte(s)
Diff to previous 2451 , to selected 438
require autoconf 2.61

Revision 2451 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 28 10:58:32 2007 UTC (6 years, 2 months ago) by rousseau
File length: 7696 byte(s)
Diff to previous 2438 , to selected 438
check for strlcpy

Revision 2438 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 25 13:17:50 2007 UTC (6 years, 2 months ago) by rousseau
File length: 7688 byte(s)
Diff to previous 2432 , to selected 438
add contrib/RSA_SecurID

Revision 2432 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 25 10:47:39 2007 UTC (6 years, 2 months ago) by rousseau
File length: 7658 byte(s)
Diff to previous 2431 , to selected 438
rename contrib/midswitch/ in contrib/Kobil_mIDentity_switch/

Revision 2431 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 24 17:41:24 2007 UTC (6 years, 2 months ago) by rousseau
File length: 7645 byte(s)
Diff to previous 2363 , to selected 438
add contrib/midswitch to activate the CCID reader of the Kobil mIDentity

Revision 2363 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 27 16:48:06 2007 UTC (6 years, 3 months ago) by rousseau
File length: 7599 byte(s)
Diff to previous 2345 , to selected 438
release 1.2.1

Revision 2345 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 19 19:53:39 2007 UTC (6 years, 3 months ago) by rousseau
File length: 7599 byte(s)
Diff to previous 2312 , to selected 438
release 1.2.0

Revision 2312 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 6 21:50:46 2007 UTC (6 years, 4 months ago) by rousseau
File length: 7599 byte(s)
Diff to previous 2288 , to selected 438
add --enable-udev

Revision 2288 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 30 20:33:45 2006 UTC (6 years, 4 months ago) by rousseau
File length: 7366 byte(s)
Diff to previous 2287 , to selected 438
do not use two AM_CONDITIONAL() with the same variable

Thanks to Alon Bar-Lev for the patch

Revision 2287 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 30 20:17:32 2006 UTC (6 years, 4 months ago) by rousseau
File length: 7386 byte(s)
Diff to previous 2271 , to selected 438
--disable-twinserial now works as expected.

Thanks to Alon Bar-Lev for the patch

Revision 2271 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 11 08:53:04 2006 UTC (6 years, 5 months ago) by rousseau
File length: 7454 byte(s)
Diff to previous 2240 , to selected 438
add PKG_PROG_PKG_CONFIG

Revision 2240 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 29 10:31:11 2006 UTC (6 years, 5 months ago) by rousseau
File length: 7434 byte(s)
Diff to previous 2239 , to selected 438
test if IFD_NO_SUCH_DEVICE is defined in ifdhandler.h

Revision 2239 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 29 10:12:04 2006 UTC (6 years, 5 months ago) by rousseau
File length: 7305 byte(s)
Diff to previous 2210 , to selected 438
use AC_TRY_LINK_FUNC() instead of AC_CHECK_LIB() to not hard code the use of
-lpcsclite

Revision 2210 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 15 14:52:54 2006 UTC (6 years, 6 months ago) by rousseau
File length: 7239 byte(s)
Diff to previous 2186 , to selected 438
we need pcsc-lite 1.3.3 since we now use IFD_NO_SUCH_DEVICE

Revision 2186 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 13 17:00:43 2006 UTC (6 years, 7 months ago) by rousseau
File length: 7175 byte(s)
Diff to previous 2156 , to selected 438
remove unneeded dependency on dl library

Revision 2156 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 11 07:01:55 2006 UTC (6 years, 8 months ago) by rousseau
File length: 7323 byte(s)
Diff to previous 2135 , to selected 438
do not #include the tested .h file since it is already included by the
macro. A double inclusion fails with SuSE gcc 4.1.0 with fdopen: Bad
file descriptor

Thanks to Byron Johnson for the bug report
see http://www.mail-archive.com/muscle@lists.musclecard.com/msg05632.html

Revision 2135 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 11 17:20:57 2006 UTC (6 years, 9 months ago) by rousseau
File length: 7379 byte(s)
Diff to previous 2134 , to selected 438
release 1.1.0

Revision 2134 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 11 17:15:28 2006 UTC (6 years, 9 months ago) by rousseau
File length: 7379 byte(s)
Diff to previous 2118 , to selected 438
use ./configure --enable-twinserial to compile and install the the
driver for the GemPC Twin serial

Thanks to Wolfgang Glas for the idea

Revision 2118 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 1 07:13:50 2006 UTC (6 years, 9 months ago) by rousseau
File length: 6994 byte(s)
Diff to previous 2116 , to selected 438
Exit the ./configure script if some include files are not found

Use AC_MSG_ERROR() instead of AC_MSG_WARN()

Revision 2116 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 31 15:10:48 2006 UTC (6 years, 9 months ago) by rousseau
File length: 6993 byte(s)
Diff to previous 2078 , to selected 438
use ntohl/htonl from arpa/inet.h since the tag value for
IOCTL_FEATURE_VERIFY_PIN_DIRECT and IOCTL_FEATURE_MODIFY_PIN_DIRECT
_shall_ be encoded in big endian as documented in PCSC v2 part 10 ch 2.2
page 2.

The applications using this feature shall be updated (to respect the
PCSC specification)

Thanks to Ulrich Vogl for the bug report

Revision 2078 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 8 08:36:49 2006 UTC (6 years, 11 months ago) by rousseau
File length: 6981 byte(s)
Diff to previous 2020 , to selected 438
add support of FreeBSD

Revision 2020 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 22 15:31:05 2006 UTC (7 years ago) by rousseau
File length: 6922 byte(s)
Diff to previous 2011 , to selected 438
release 1.0.1

Revision 2011 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 18 15:03:10 2006 UTC (7 years, 1 month ago) by rousseau
File length: 6922 byte(s)
Diff to previous 2005 , to selected 438
add code to detect the support of -fvisibility=hidden

Revision 2005 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 18 12:10:29 2006 UTC (7 years, 1 month ago) by rousseau
File length: 6568 byte(s)
Diff to previous 1944 , to selected 438
always use our own tokenparser.l even when pcsc-lite is used (do not use
LTPBundleFindValueWithKey from pcscd)

Revision 1944 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 20 08:20:00 2006 UTC (7 years, 2 months ago) by rousseau
File length: 6639 byte(s)
Diff to previous 1943 , to selected 438
document --disable-multi-thread instead of --enable-multi-thread since
safe threading is used by default

Revision 1943 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 20 08:16:26 2006 UTC (7 years, 2 months ago) by rousseau
File length: 6633 byte(s)
Diff to previous 1942 , to selected 438
document --disable-pcsclite instead of --enable-pcsclite since pcsc-lite
is used by default

Revision 1942 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 20 08:04:22 2006 UTC (7 years, 2 months ago) by rousseau
File length: 6605 byte(s)
Diff to previous 1926 , to selected 438
display the status "use libusb : yes/no"

document --disable-libusb instead of --enable-libusb since libusb is
used by default.

Revision 1926 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 6 09:12:44 2006 UTC (7 years, 2 months ago) by rousseau
File length: 6525 byte(s)
Diff to previous 1925 , to selected 438
remove CFLAGS="$CFLAGS -Wall" since it is GCC specific

Revision 1925 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 6 09:09:19 2006 UTC (7 years, 2 months ago) by rousseau
File length: 6549 byte(s)
Diff to previous 1910 , to selected 438
add support of Solaris

Revision 1910 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 3 17:21:43 2006 UTC (7 years, 2 months ago) by rousseau
File length: 6490 byte(s)
Diff to previous 1846 , to selected 438
version 1.0.0

Revision 1846 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 30 15:13:51 2006 UTC (7 years, 3 months ago) by rousseau
File length: 6490 byte(s)
Diff to previous 1842 , to selected 438
add support for OpenBSD

Revision 1842 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 30 10:40:49 2006 UTC (7 years, 3 months ago) by rousseau
File length: 6427 byte(s)
Diff to previous 1802 , to selected 438
when checking for PCSC exit with en error only if
/usr/local/lib/pkgconfig/libpcsclite.pc exists _and_ pkg-config is
installed

Revision 1802 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 17 19:49:14 2006 UTC (7 years, 4 months ago) by rousseau
File length: 6383 byte(s)
Diff to previous 1784 , to selected 438
use LIBS instead of LDLIBS when checking if pcsc-lite is installed

Revision 1784 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 2 08:25:22 2006 UTC (7 years, 4 months ago) by rousseau
File length: 6428 byte(s)
Diff to previous 1770 , to selected 438
use pkg-config for libusb if available

Revision 1770 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 29 09:24:15 2005 UTC (7 years, 5 months ago) by rousseau
File length: 6343 byte(s)
Diff to previous 1769 , to selected 438
rewrite the libusb detection code to:
- use libusb-config if available
- --enable-libusb do not give a path anymore but just a yes/no status.
  paths/arguments/etc must be given using LIBUSB_CFLAGS and LIBUSB_LIBS
- use AC_TRY_LINK_FUNC() instead of AC_CHECK_LIB() so we do not
  explicitely give the library name. This name should come from LIBUSB_LIBS

Revision 1769 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 29 09:19:22 2005 UTC (7 years, 5 months ago) by rousseau
File length: 6265 byte(s)
Diff to previous 1768 , to selected 438
in libusb detection code: restore CPPFLAGS to $saved_CPPFLAGS instead of
$saved_LIBS

Revision 1768 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 29 09:16:44 2005 UTC (7 years, 5 months ago) by rousseau
File length: 6261 byte(s)
Diff to previous 1767 , to selected 438
recommand the use of PCSC_CFLAGS=... instead of CFLAGS=... to find the
pcsc-lite headers

Revision 1767 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 29 09:15:13 2005 UTC (7 years, 5 months ago) by rousseau
File length: 6251 byte(s)
Diff to previous 1754 , to selected 438
use $CPPFLAGS instead of $CFLAGS since we only need to set the C
preprocessor to find the .h files

Revision 1754 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 24 16:18:57 2005 UTC (7 years, 5 months ago) by rousseau
File length: 6235 byte(s)
Diff to previous 1740 , to selected 438
we need pcsc-lite 1.2.9-beta9 or greater

Revision 1740 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 24 14:35:24 2005 UTC (7 years, 5 months ago) by rousseau
File length: 6235 byte(s)
Diff to previous 1737 , to selected 438
do not duplicate the definition of PCSCLITE_HP_DROPDIR in
--enable-ccidtwindir since it is already defined in --enable-usbdropdir

This prevented the successful execution of ./configure when
-pedantic-errors is used

Revision 1737 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 24 13:50:24 2005 UTC (7 years, 5 months ago) by rousseau
File length: 6327 byte(s)
Diff to previous 1735 , to selected 438
tokenparser.l is only needed when pcscd is not used (Solaris). It is not
needed on Mac OS X since LTPBundleFindValueWithKey() is provided by
pcscd

Revision 1735 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 24 10:40:06 2005 UTC (7 years, 5 months ago) by rousseau
File length: 6362 byte(s)
Diff to previous 1734 , to selected 438
use libusb-config(1) to get, if possible, correct values for LIBUSB_CFLAGS
and LIBUSB_LIBS

Revision 1734 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 24 10:07:20 2005 UTC (7 years, 5 months ago) by rousseau
File length: 6288 byte(s)
Diff to previous 1733 , to selected 438
replace dnl by #

Revision 1733 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 24 10:06:04 2005 UTC (7 years, 5 months ago) by rousseau
File length: 6342 byte(s)
Diff to previous 1556 , to selected 438
use LIBUSB_CFLAGS/LIBUSB_LIBS instead of LDFLAGS/CPPFLAGS for libusb
configuration

Revision 1556 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 15 12:53:41 2005 UTC (7 years, 11 months ago) by rousseau
File length: 6244 byte(s)
Diff to previous 1555 , to selected 438
check the availability of reader.h (provided by pcsc-lite 1.2.9-beta8)

Revision 1555 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 15 12:46:05 2005 UTC (7 years, 11 months ago) by rousseau
File length: 6081 byte(s)
Diff to previous 1473 , to selected 438
check against pcsc-lite 1.2.9-beta8 instead of beta7

Revision 1473 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 27 13:36:01 2005 UTC (8 years ago) by rousseau
File length: 6080 byte(s)
Diff to previous 1443 , to selected 438
version 0.9.4

Revision 1443 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 26 12:31:35 2005 UTC (8 years ago) by rousseau
File length: 6080 byte(s)
Diff to previous 1405 , to selected 438
we need pcsc-lite 1.2.9-beta7 and not just beta5 since we use the new
log API

Revision 1405 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 17 10:13:02 2005 UTC (8 years, 2 months ago) by rousseau
File length: 6080 byte(s)
Diff to previous 1404 , to selected 438
store & restore the value of LIBS around the macro
AC_CHECK_LIB(pcsclite,...) to avoid adding an automatic -lpcsclite to
LIBS

Revision 1404 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 17 10:11:14 2005 UTC (8 years, 2 months ago) by rousseau
File length: 6044 byte(s)
Diff to previous 1398 , to selected 438
do not check for SCardEstablishContext is the user does NOT want to use
pcsc-lite (with --disable-pcsclite)

Revision 1398 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 14 18:48:56 2005 UTC (8 years, 2 months ago) by rousseau
File length: 6000 byte(s)
Diff to previous 1395 , to selected 438
version 0.9.3

Revision 1395 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 4 21:17:03 2005 UTC (8 years, 2 months ago) by rousseau
File length: 6000 byte(s)
Diff to previous 1361 , to selected 438
use $PCSC_LIBS instead of $PCSCLITE_LIBS since we used
PKG_CHECK_MODULES(PCSC, ...)

Revision 1361 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 27 21:13:39 2005 UTC (8 years, 2 months ago) by rousseau
File length: 6004 byte(s)
Diff to previous 1360 , to selected 438
check that we can link with libpcsclite needed by
examples/scardcontrol.c

Revision 1360 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 27 21:12:02 2005 UTC (8 years, 2 months ago) by rousseau
File length: 5755 byte(s)
Diff to previous 1359 , to selected 438
exits with an error if usbdropdir is not defined

Revision 1359 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 27 21:03:14 2005 UTC (8 years, 2 months ago) by rousseau
File length: 5671 byte(s)
Diff to previous 1358 , to selected 438
if /usr/local/lib/pkgconfig/libpcsclite.pc exists (default pcsc-lite
configuration) we exit telling the user to use
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure

Revision 1358 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 27 20:53:15 2005 UTC (8 years, 2 months ago) by rousseau
File length: 5519 byte(s)
Diff to previous 1349 , to selected 438
do not check for pkg-config since we can do without it

Revision 1349 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 25 08:15:27 2005 UTC (8 years, 2 months ago) by rousseau
File length: 5567 byte(s)
Diff to previous 1342 , to selected 438
define WITHOUT_PCSC=false when pcsclite _is_ used

Revision 1342 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 23 12:08:51 2005 UTC (8 years, 2 months ago) by rousseau
File length: 5525 byte(s)
Diff to previous 1328 , to selected 438
if --disable-pcsclite is used we must link the library with debug.c
to provide debug_msg()

Revision 1328 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 21 12:29:32 2005 UTC (8 years, 2 months ago) by rousseau
File length: 5489 byte(s)
Diff to previous 1302 , to selected 438
use pkg-config(1) to find everything related to pcsc-lite

if you installed pcsc-lite in /usr/local you may use
$ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure

if you do not have pkg-config installed you may use
$ CFLAGS=-I/usr/local/include/PCSC ./configure

Revision 1302 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 11 14:30:36 2005 UTC (8 years, 4 months ago) by rousseau
File length: 6364 byte(s)
Diff to previous 1265 , to selected 438
typo: shat -> what

Revision 1265 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 4 08:09:13 2004 UTC (8 years, 7 months ago) by rousseau
File length: 6364 byte(s)
Diff to previous 1253 , to selected 438
do not redefine PKG_CONFIG_PATH when checking the pcsc-lite version
since the variable is already defined a few lines above

Revision 1253 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 29 08:06:58 2004 UTC (8 years, 7 months ago) by rousseau
File length: 6405 byte(s)
Diff to previous 1251 , to selected 438
define AM_CPPFLAGS=`pkg-config libpcsclite --cflags` here since we also
defined/exported a "valid" PKG_CONFIG_PATH

Revision 1251 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 29 07:04:55 2004 UTC (8 years, 7 months ago) by rousseau
File length: 6336 byte(s)
Diff to previous 1183 , to selected 438
try to find pkg-config files in /usr/local/lib/pkgconfig since pcsc-lite
installs them in this directory by default

Revision 1183 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 15 19:07:48 2004 UTC (8 years, 9 months ago) by rousseau
File length: 6140 byte(s)
Diff to previous 1096 , to selected 438
use `pkg-config libpcsclite --cflags` to locate ifdhandler.h and do not
use PCSC/ifdhandler.h but just ifdhandler.h

Revision 1096 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 22 10:01:37 2004 UTC (8 years, 9 months ago) by rousseau
File length: 6045 byte(s)
Diff to previous 1095 , to selected 438
use pkg-config to test the release version of pcsc-lite

Revision 1095 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 21 09:04:04 2004 UTC (8 years, 9 months ago) by rousseau
File length: 5864 byte(s)
Diff to previous 1019 , to selected 438
version 0.9.2

Revision 1019 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 1 11:42:39 2004 UTC (8 years, 10 months ago) by rousseau
File length: 5864 byte(s)
Diff to previous 1009 , to selected 438
version 0.9.1

Revision 1009 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 30 14:06:29 2004 UTC (8 years, 10 months ago) by rousseau
File length: 5864 byte(s)
Diff to previous 971 , to selected 438
version 0.9.0

Revision 971 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 23 13:27:17 2004 UTC (8 years, 10 months ago) by rousseau
File length: 5864 byte(s)
Diff to previous 910 , to selected 438
check for the presence of PCSC/ifdhandler.h instead of ifdhandler.h

Revision 910 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 30 19:45:30 2004 UTC (8 years, 11 months ago) by rousseau
File length: 5940 byte(s)
Diff to previous 896 , to selected 438
use 'pkg-config libpcsclite --variable=usbdropdir' even if --prefix= is
used. You should use --enable-usbdropdir= and --enable-ccidtwindir= to
set to different values.

Revision 896 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 25 08:25:23 2004 UTC (8 years, 11 months ago) by rousseau
File length: 5955 byte(s)
Diff to previous 887 , to selected 438
add a --enable-pcsclite option (default yes) so that the driver can be
compiled for a different framework (one needing tokenparser.l)

Revision 887 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 24 09:53:36 2004 UTC (8 years, 11 months ago) by rousseau
File length: 5669 byte(s)
Diff to previous 876 , to selected 438
remove -fno-common from CFLAGS since it is(?) gcc specific

Revision 876 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 17 14:32:56 2004 UTC (9 years ago) by rousseau
File length: 5658 byte(s)
Diff to previous 872 , to selected 438
check for pcsclite.h and ifdhandler.h installed by recent pcsc-lite

Revision 872 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 14 14:14:38 2004 UTC (9 years ago) by rousseau
File length: 5443 byte(s)
Diff to previous 871 , to selected 438
check that pkg-config command is present before using it

Revision 871 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 14 09:07:29 2004 UTC (9 years ago) by rousseau
File length: 5147 byte(s)
Diff to previous 777 , to selected 438
use `pkg-config libpcsclite --variable=usbdropdir` so you do not have to
use --enable-usbdropdir=DIR or --enable-ccidtwindir=DIR even if pcscd
does not use the default /usr/local/pcsc/drivers

Revision 777 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 6 13:32:54 2004 UTC (9 years, 1 month ago) by rousseau
File length: 4878 byte(s)
Diff to previous 764 , to selected 438
remove --enable-debugcritical, --enable-debuginfo,
--enable-debugperiodic and --enable-debugcomm options since the log
level is now dynamically managed by ifdLogLevel in Info.plist

Revision 764 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 5 09:56:52 2004 UTC (9 years, 1 month ago) by rousseau
File length: 6574 byte(s)
Diff to previous 702 , to selected 438
version 0.4.2

Revision 702 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 14 12:26:56 2004 UTC (9 years, 3 months ago) by rousseau
File length: 6574 byte(s)
Diff to previous 698 , to selected 438
version 0.4.1

Revision 698 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 13 07:58:21 2004 UTC (9 years, 3 months ago) by rousseau
File length: 6574 byte(s)
Diff to previous 565 , to selected 438
version 0.4.0

Revision 565 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 25 23:10:59 2003 UTC (9 years, 5 months ago) by rousseau
File length: 6574 byte(s)
Diff to previous 564 , to selected 438
do not try to find usb.h and other libusb files if --disable-libusb is
used. Needed if you only want to build the serial driver. Thanks to Niki
Waibel for the patch.

Revision 564 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 25 23:07:33 2003 UTC (9 years, 5 months ago) by rousseau
File length: 6518 byte(s)
Diff to previous 563 , to selected 438
add a --enable-ccidtwindir argument to ./configure to specify the
serial GemPC Twin installation directory

Revision 563 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 25 22:55:58 2003 UTC (9 years, 5 months ago) by rousseau
File length: 5834 byte(s)
Diff to previous 556 , to selected 438
use a updated version of acx_pthread.m4 needed for FreeBSD

Revision 556 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 6 18:53:40 2003 UTC (9 years, 6 months ago) by rousseau
File length: 5814 byte(s)
Diff to previous 551 , to selected 438
check that the installed libusb implements usb_get_string_simple()

Revision 551 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 4 21:58:44 2003 UTC (9 years, 6 months ago) by rousseau
File length: 5591 byte(s)
Diff to previous 460 , to selected 438
version 0.3.2

Revision 460 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 22 14:21:57 2003 UTC (9 years, 7 months ago) by rousseau
File length: 5591 byte(s)
Diff to previous 448 , to selected 438
add --enable-multi-thread for thread safe support

Revision 448 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 16 16:51:02 2003 UTC (9 years, 8 months ago) by rousseau
File length: 5068 byte(s)
Diff to previous 443 , to selected 438
Put back AC_PROG_CPP, it has nothing to do with C++ but with C preprocessor

Revision 443 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 16 14:17:33 2003 UTC (9 years, 8 months ago) by rousseau
File length: 5056 byte(s)
Diff to previous 438
remove useless AC_PROG_CPP (no C++ code in ccid driver)

Revision 438 - (view) (download) (annotate) - [selected]
Modified Tue Sep 16 13:12:29 2003 UTC (9 years, 8 months ago) by rousseau
File length: 5068 byte(s)
Diff to previous 436
version 0.3.1

Revision 436 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 16 13:08:54 2003 UTC (9 years, 8 months ago) by rousseau
File length: 5068 byte(s)
Diff to previous 418 , to selected 438
add --enable-libusb=PATH option

Revision 418 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 10 09:45:58 2003 UTC (9 years, 8 months ago) by rousseau
File length: 4679 byte(s)
Diff to previous 402 , to selected 438
add readers/ in generated .tar.gz archive

Revision 402 - (view) (download) (annotate) - [select for diffs]
Added Wed Sep 10 08:47:41 2003 UTC (9 years, 8 months ago) by rousseau
File length: 4662 byte(s)
Diff to selected 438
new build process using autoconf/automake

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.5