Overview
Comment: | Updated TokenD to Version 25 for CACKey on macOS |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0cf1cd063674ffbb4cf3ca0ac125cedf |
User & Date: | kvanals on 2016-10-21 18:08:00 |
Other Links: | manifest | tags |
Context
2016-10-21
| ||
18:08 | CACKey 0.7.8 check-in: 74206459ad user: kvanals tags: 0.7.8, trunk | |
18:08 | Updated TokenD to Version 25 for CACKey on macOS check-in: 0cf1cd0636 user: kvanals tags: trunk | |
2016-10-19
| ||
11:41 | Updated CACKey Postinstall script to create /usr/local/bin/ if it doesn't already exist before placing uninstall script there. check-in: ba7e9d7b52 user: kvanals tags: trunk | |
Changes
Modified build/cackey_osx_build/build_osx.sh from [b8e498c324] to [85fef62227].
︙ | |||
144 145 146 147 148 149 150 | 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 | - + | ln macbuild/${OSX}/libcackey.dylib build/cackey_osx_build/cackey.dylib rm -rf build/cackey_osx_build/PKCS11.tokend if [ "${LIONBUILD}" = 1 ]; then TAR=gnutar else TAR=tar fi |
︙ |