Overview
Comment: | CACKey 0.6.0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 0.6.0 |
Files: | files | file ages | folders |
SHA1: | 21d6e16ab8e43e4931d91c70807a8de59bf8a842 |
User & Date: | rkeene on 2011-08-25 04:01:38 |
Other Links: | manifest | tags |
Context
2011-08-26
| ||
03:59 | Updated to support linking to PKCS#11 providers that export the minimal PKCS#11 symbols check-in: ab28e9b926 user: rkeene tags: trunk | |
2011-08-25
| ||
04:01 | CACKey 0.6.0 check-in: 21d6e16ab8 user: rkeene tags: trunk, 0.6.0 | |
04:00 |
Fixed bug in UUID of package
Added PKCS11.tokend package to CACKey on Mac OS X Removed legacy (pre-Mac OS X 10.5) build support check-in: 059330a9a5 user: rkeene tags: trunk | |
Changes
Modified configure.ac from [211789c1dc] to [4cfafab603].
1 2 3 4 5 6 7 8 |
AC_INIT(cackey, 0.5.21)
AC_CONFIG_HEADERS(config.h)
dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|
| |
1 2 3 4 5 6 7 8 |
AC_INIT(cackey, 0.6.0)
AC_CONFIG_HEADERS(config.h)
dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|