Changeset 42
- Timestamp:
- 02/08/06 13:42:05 (3 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 modified
-
ChangeLog (modified) (1 diff)
-
Makefile (modified) (5 diffs)
-
opensc-uninstall (added)
-
openssh-pack/Info.plist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r41 r42 7 7 (http://www.opensc-project.org/opensc/wiki/MacOsXTokend using Build8G32) 8 8 - pcscd_autostart will also modify securityd option 9 - OpenSSH: upgrade to 4.3p1 10 - Uninstaller: /Library/OpenSC/bin/opensc-uninstall 9 11 10 12 Version 0.1.8 -
trunk/Makefile
r41 r42 1 1 BUILDHOME = $(PWD) 2 2 #OPENSCVERSION = 0.10.1 3 OPENSCVERSION = 0.11.0-pre-r28 284 SCAVERSION = 0.1.9pre 3 OPENSCVERSION = 0.11.0-pre-r2833 4 SCAVERSION = 0.1.9pre1 5 5 LIBP11VERSION = 0.2.1 6 6 ENGINEVERSION = 0.1.3 7 7 #OPENSSLVERSION = 0.9.7i 8 OPENSSLVERSION =0.9.8-stable-SNAP-2006020 19 OPENSSHVERSION = 4. 2p18 OPENSSLVERSION =0.9.8-stable-SNAP-20060207 9 OPENSSHVERSION = 4.3p1 10 10 IFDEGATEVERSION = 0.05 11 11 LIBUSBVERSION = 0.1.10a … … 94 94 openssl-$(OPENSSLVERSION).tar.gz: 95 95 # wget http://www.openssl.org/source/$@ 96 wget ftp://ftp.openssl.org/snapshot/$@96 wget http://mirrors.usc.edu/pub/openssl/snapshot/$@ 97 97 98 98 openssh-$(OPENSSHVERSION).tar.gz: … … 235 235 mkdir -p compiled-opensc/Library/OpenSC/etc/ 236 236 cp opensc/etc/opensc.conf compiled-opensc/Library/OpenSC/etc/opensc.conf.orig 237 cp opensc-uninstall compiled-opensc/Library/OpenSC/bin/ 237 238 mkdir -p compiled-opensc/Library/OpenSC/doc/opensc/html 238 239 cp opensc/doc/ChangeLog compiled-opensc/Library/OpenSC/doc/opensc/ … … 293 294 -i opensc_tokend-pack/Info.plist -d opensc_tokend-pack/Description.plist 294 295 295 uninstall-all: uninstall uninstall-pcscd_autostart296 uninstall-all: uninstall-pcscd_autostart uninstall 296 297 297 298 uninstall: … … 306 307 rm -rf /Library/OpenSC 307 308 rm -rf /System/Library/Security/tokend/OpenSC.tokend 309 rm -rf /usr/libexec/SmartCardServices/drivers/ifd-egate.bundle 308 310 309 311 uninstall-pcscd_autostart: -
trunk/openssh-pack/Info.plist
r16 r42 4 4 <dict> 5 5 <key>CFBundleGetInfoString</key> 6 <string>4. 2p1, OpenSC Project</string>6 <string>4.3p1, OpenSC Project</string> 7 7 <key>CFBundleIdentifier</key> 8 8 <string>org.opensc.openssh</string> 9 9 <key>CFBundleShortVersionString</key> 10 <string>4. 2.1</string>10 <string>4.3.1</string> 11 11 <key>IFPkgFlagAllowBackRev</key> 12 12 <true/>
