NB! This project is outdated and unmaintained, please refer to the OpenSC MacInstaller instead!
| r38 | r41 | |
|---|---|---|
| 1 | Version 0.1.9pre | |
| 2 | ---------------- | |
| 3 | - experimental: with snapshot version of opensc (0.11.0-pre-r....) and | |
| 4 | openssl (0.9.8-stable-SNAP) | |
| 5 | - OpenSC.Tokend now based on 10.4.4 (Build8G32) | |
| 6 | To compile, you need to build a new disk image | |
| 7 | (http://www.opensc-project.org/opensc/wiki/MacOsXTokend using Build8G32) | |
| 8 | - pcscd_autostart will also modify securityd option | |
| 9 | ||
| 1 | 10 | Version 0.1.8 |
| 2 | 11 | ------------- |
| r38 | r41 | |
|---|---|---|
| 1 | 1 | BUILDHOME = $(PWD) |
| 2 | OPENSCVERSION = 0.10.1 | |
| 3 | SCAVERSION = 0.1.8 | |
| 2 | #OPENSCVERSION = 0.10.1 | |
| 3 | OPENSCVERSION = 0.11.0-pre-r2828 | |
| 4 | SCAVERSION = 0.1.9pre | |
| 4 | 5 | LIBP11VERSION = 0.2.1 |
| 5 | 6 | ENGINEVERSION = 0.1.3 |
| 6 | OPENSSLVERSION = 0.9.7i | |
| 7 | #OPENSSLVERSION = 0.9.7i | |
| 8 | OPENSSLVERSION =0.9.8-stable-SNAP-20060201 | |
| 7 | 9 | OPENSSHVERSION = 4.2p1 |
| 8 | 10 | IFDEGATEVERSION = 0.05 |
| … | … | |
| 10 | 12 | TOKEND_IMAGE_LOCATION = $(BUILDHOME)/darwinbuild-0.7.2/Builds.dmg |
| 11 | 13 | TOKEND_IMAGE_NAME = /Volumes/Builds |
| 12 | TOKEND_BUILD_NAME = Build8 |
|
| 14 | TOKEND_BUILD_NAME = Build8G32 | |
| 13 | 15 | PACKAGEMAKER = /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker |
| 14 | 16 | |
| … | … | |
| 81 | 83 | |
| 82 | 84 | opensc-$(OPENSCVERSION).tar.gz: |
| 83 | wget http://www.opensc-project.org/files/opensc/$@ | |
| 85 | # wget http://www.opensc-project.org/files/opensc/$@ | |
| 86 | wget http://www.opensc-project.org/files/snapshots/$@ | |
| 84 | 87 | |
| 85 | 88 | libp11-$(LIBP11VERSION).tar.gz: |
| … | … | |
| 90 | 93 | |
| 91 | 94 | openssl-$(OPENSSLVERSION).tar.gz: |
| 92 | wget http://www.openssl.org/source/$@ | |
| 95 | # wget http://www.openssl.org/source/$@ | |
| 96 | wget ftp://ftp.openssl.org/snapshot/$@ | |
| 93 | 97 | |
| 94 | 98 | openssh-$(OPENSSHVERSION).tar.gz: |
| … | … | |
| 307 | 311 | launchctl unload -w /Library/LaunchDaemons/org.opensc.pcscd.autostart |
| 308 | 312 | rm -f /Library/LaunchDaemons/org.opensc.pcscd.autostart |
| 313 | /Library/OpenSC/bin/sc-securityd.py active |
| r34 | r41 | |
|---|---|---|
| 6 | 6 | #enable pcscd autolauncher |
| 7 | 7 | launchctl load -w /Library/LaunchDaemons/org.opensc.pcscd.autostart |
| 8 | /Library/OpenSC/bin/sc-securityd.py inactive | |
| 8 | 9 | exit 0 |