Changeset 50
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r48 r50 1 1 Version 0.1.9pre 2 2 ---------------- 3 - OpenSSH: upgrade to 4.3p2 3 4 - opensc.conf: will not overwrite a user modified one 4 5 - experimental: with snapshot version of opensc (0.11.0-pre-r....) and … … 8 9 (http://www.opensc-project.org/opensc/wiki/MacOsXTokend using Build8G32) 9 10 - pcscd_autostart will also modify securityd option 10 - OpenSSH: upgrade to 4.3p111 11 - Uninstaller: /Library/OpenSC/bin/opensc-uninstall 12 12 -
trunk/Makefile
r48 r50 1 1 BUILDHOME = $(PWD) 2 2 #OPENSCVERSION = 0.10.1 3 OPENSCVERSION = 0.11.0-pre-r28 593 OPENSCVERSION = 0.11.0-pre-r2868 4 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-20060 2249 OPENSSHVERSION = 4.3p 18 OPENSSLVERSION =0.9.8-stable-SNAP-20060304 9 OPENSSHVERSION = 4.3p2 10 10 IFDEGATEVERSION = 0.05 11 11 LIBUSBVERSION = 0.1.10a -
trunk/openssh-pack/Info.plist
r42 r50 4 4 <dict> 5 5 <key>CFBundleGetInfoString</key> 6 <string>4.3p 1, OpenSC Project</string>6 <string>4.3p2, OpenSC Project</string> 7 7 <key>CFBundleIdentifier</key> 8 8 <string>org.opensc.openssh</string> 9 9 <key>CFBundleShortVersionString</key> 10 <string>4.3. 1</string>10 <string>4.3.2</string> 11 11 <key>IFPkgFlagAllowBackRev</key> 12 12 <true/>
