NB! This project is outdated and unmaintained, please refer to the OpenSC MacInstaller instead!
Changeset 78
- Timestamp:
-
06/20/06 14:58:47
(6 years ago)
- Author:
- jps
- Message:
-
new SCA stable release 0.2.0
- Location:
- trunk
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r74
|
r78
|
|
| 1 | | Version 0.1.9pre |
| 2 | | ---------------- |
| | 1 | Version 0.2.0 |
| | 2 | ------------- |
| 3 | 3 | - Universal Binaries |
| | 4 | - Upgrade to XCode 2.3 |
| 4 | 5 | - OpenSC.Tokend now based on 10.4.5 (Build8H14 for PPC and Build8G1454 for i386) |
| 5 | 6 | To compile, you need to build a new disk image |
| 6 | 7 | (http://www.opensc-project.org/sca/wiki/OpenscTokend) |
| 7 | 8 | Works now on PPC based Macs and on MacIntel! |
| | 9 | PIN-caching enabled for decryption too (no more problem to decrypt |
| | 10 | mails in Mail.app with cryptoflex) |
| | 11 | Score reading in opensc.conf works |
| | 12 | PIN can be changed in KeyChainAccess |
| 8 | 13 | - OpenSC: upgrade to 0.11.1 |
| 9 | 14 | - OpenSSH: upgrade to 4.3p2 |
| … |
… |
|
| 14 | 19 | module default path) |
| 15 | 20 | - opensc.conf: will not overwrite a user modified one |
| 16 | | - OpenSC.Tokend: PIN-caching enabled for decryption too (no more problem to decrypt |
| 17 | | mails in Mail.app with cryptoflex) |
| 18 | 21 | - pcscd_autostart will also modify securityd option |
| 19 | 22 | - Uninstaller: /Library/OpenSC/bin/opensc-uninstall |
-
|
r76
|
r78
|
|
| 1 | 1 | BUILDHOME = $(PWD) |
| 2 | 2 | OPENSCVERSION = 0.11.1 |
| 3 | | SCAVERSION = 0.1.9pre9 |
| | 3 | SCAVERSION = 0.2.0 |
| 4 | 4 | LIBP11VERSION = 0.2.2 |
| 5 | 5 | ENGINEVERSION = 0.1.3 |
-
|
r74
|
r78
|
|
| 1 | 1 | BUILDHOME = $(PWD) |
| 2 | 2 | OPENSCVERSION = 0.11.1 |
| 3 | | SCAVERSION = 0.1.9_pre9 |
| | 3 | SCAVERSION = 0.2.0 |
| 4 | 4 | IFDEGATEVERSION = 0.05 |
| 5 | 5 | LIBUSBVERSION = 0.1.12 |
| … |
… |
|
| 267 | 267 | $(PACKAGEMAKER) -build -p OpenSC.pkg -f compiled-opensc -v -ds \ |
| 268 | 268 | -i opensc-pack/Info.plist -r opensc-pack/resources -d opensc-pack/Description.plist |
| | 269 | cp opensc-pack/InstallationCheck.strings OpenSC.pkg/Contents/Resources/English.lproj |
| | 270 | cp opensc-pack/InstallationCheck.strings OpenSC.pkg/Contents/Resources |
| 269 | 271 | touch package-opensc |
| 270 | 272 | |
-
|
r74
|
r78
|
|
| 91 | 91 | 1. libltdl library |
| 92 | 92 | |
| 93 | | This library is installed by XCode 2.2, but is sometimes overwriten by |
| | 93 | This library is installed by XCode 2.3, but is sometimes overwriten by |
| 94 | 94 | other software installer. |
| 95 | | If it is not the right one, you need to reinstall XCode 2.2 |
| | 95 | If it is not the right one, you need to reinstall XCode 2.3 |
| 96 | 96 | ls -l /usr/lib/libltdl*dylib |
| 97 | 97 | lrwxr-xr-x 1 root wheel 15 Nov 15 13:04 /usr/lib/libltdl.3.1.0.dylib -> libltdl.3.dylib |
-
|
r24
|
r78
|
|
| 1 | 1 | How to build and install the OpenSC tokend on Mac OS X. |
| 2 | 2 | |
| 3 | | See http://www.opensc.org/opensc/wiki/MacOsXTokend. |
| | 3 | See http://www.opensc-project.org/sca/wiki/OpenscTokend |
-
|
r28
|
r78
|
|
| 4 | 4 | <dict> |
| 5 | 5 | <key>IFPkgDescriptionDescription</key> |
| 6 | | <string>Native Mac applications (Safari, AppleMail) will be able to automatically use the keys on the card.</string> |
| | 6 | <string>Native Mac applications (Safari, AppleMail, KeyChain Access) will be able to automatically use the keys on the card.</string> |
| 7 | 7 | <key>IFPkgDescriptionTitle</key> |
| 8 | 8 | <string>OpenSC.Tokend</string> |
-
|
r28
|
r78
|
|
| 4 | 4 | <dict> |
| 5 | 5 | <key>CFBundleGetInfoString</key> |
| 6 | | <string>0.1.0, OpenSC Project</string> |
| | 6 | <string>0.2.0, OpenSC Project</string> |
| 7 | 7 | <key>CFBundleIdentifier</key> |
| 8 | 8 | <string>org.opensc.tokend</string> |
| 9 | 9 | <key>CFBundleShortVersionString</key> |
| 10 | | <string>0.1.0</string> |
| | 10 | <string>0.2.0</string> |
| 11 | 11 | <key>IFMajorVersion</key> |
| 12 | 12 | <integer>0</integer> |