Overview
Comment: | CACKey 0.5.2
Updated to install scripts required by autoconf on release |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 0.5.2 |
Files: | files | file ages | folders |
SHA1: |
ce8b478d9dc6bcf307864003b4317d8b |
User & Date: | rkeene on 2010-05-20 20:36:01 |
Other Links: | manifest | tags |
Context
2010-05-20
| ||
23:45 |
Corrected unpadding
Changed label to be generated, rather than derived from card Added support for reading the modulus and exponent from an X.509 certificate Added additional attributes check-in: ef50f6c143 user: rkeene tags: trunk | |
20:36 |
CACKey 0.5.2
Updated to install scripts required by autoconf on release check-in: ce8b478d9d user: rkeene tags: 0.5.2, trunk | |
20:09 | CACKey 0.5.1 check-in: a06c5d0dda user: rkeene tags: 0.5.1, trunk | |
Changes
Modified build/build.sh from [fc86162e7a] to [a5d6721e9d].
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | + + + + + + + + + + + + | #! /bin/sh find . -type f -name '.*.sw?' | xargs rm -f find . -type f -name '.nfs*' | xargs rm -f ./autogen.sh || exit 1 if [ ! -x configure ]; then exit 1 fi rm -rf autom4te.cache vpn/nrlssc/vpngui/build/ for basefile in install-sh config.sub config.guess; do for path in /usr/share/automake-*; do file="${path}/${basefile}" if [ -f "${file}" ]; then cp "${file}" . chmod 755 "./${basefile}" break fi done done |
Modified configure.ac from [2363622d66] to [d874e1eaec].
| 1 2 3 4 5 6 7 8 | - + |
|
︙ |