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: | 0cf1cd063674ffbb4cf3ca0ac125cedf90cbfd99 |
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: trunk, 0.7.8 | |
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 144 ln macbuild/${OSX}/libcackey.dylib build/cackey_osx_build/cackey.dylib 145 145 rm -rf build/cackey_osx_build/PKCS11.tokend 146 146 if [ "${LIONBUILD}" = 1 ]; then 147 147 TAR=gnutar 148 148 else 149 149 TAR=tar 150 150 fi 151 - TOKENDSHA256="8cafab25114c8fa40066050bf2f785691969f6e9522bf9294268a46a534366bd" 151 + TOKENDSHA256="1e70ac66b27d3088aeb2900ee1fe8d62bb9f700b53989bd53d4aed7a6c139e32" 152 152 curl http://devel.kvanals.org/PKCS11_Tokend/PKCS11_tokend-latest.tar.gz > PKCS11_tokend-latest.tar.gz 153 153 if [ "${TOKENDSHA256}" != "`shasum -a 256 PKCS11_tokend-latest.tar.gz | awk '{print $1}'`" ]; then 154 154 echo "SHA-256 Checksum does NOT match for TokenD! Verify there was a new upstream release and update the build script!" 155 155 rm -f PKCS11_tokend-latest.tar.gz 156 156 exit 1 157 157 fi 158 158 if [ "${OSX}" = "Leopard" ]; then