Changeset 72
- Timestamp:
- 05/31/06 10:38:26 (2 years ago)
- Location:
- trunk
- Files:
-
- 8 modified
-
ChangeLog (modified) (1 diff)
-
Makefile (modified) (2 diffs)
-
Makefile_i386 (modified) (2 diffs)
-
Makefile_light (modified) (5 diffs)
-
Makefile_light_i386 (modified) (1 diff)
-
howto (modified) (3 diffs)
-
libp11-pack/Info.plist (modified) (1 diff)
-
opensc-pack/Info.plist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r71 r72 2 2 ---------------- 3 3 - Universal Binaries (except for OpenSC.Tokend) 4 - OpenSC: upgrade to 0.11.1 -rc24 - OpenSC: upgrade to 0.11.1 5 5 - OpenSSH: upgrade to 4.3p2 6 6 - OpenSSL: upgrade to 0.9.8b 7 7 - libusb: upgrade to 0.1.12 8 - libp11: upgrade to 0.2.2 8 9 - create a symbolic link /usr/lib/opensc-pkcs11.so (it will be in the pkcs11-tool's 9 10 module default path) -
trunk/Makefile
r71 r72 1 1 BUILDHOME = $(PWD) 2 OPENSCVERSION = 0.11.1 -rc23 SCAVERSION = 0.1.9pre 74 LIBP11VERSION = 0.2. 12 OPENSCVERSION = 0.11.1 3 SCAVERSION = 0.1.9pre8 4 LIBP11VERSION = 0.2.2 5 5 ENGINEVERSION = 0.1.3 6 6 OPENSSLVERSION = 0.9.8b … … 100 100 101 101 opensc-$(OPENSCVERSION).tar.gz: 102 #wget http://www.opensc-project.org/files/opensc/$@102 wget http://www.opensc-project.org/files/opensc/$@ 103 103 # wget http://www.opensc-project.org/files/opensc/snapshots/$@ 104 wget http://www.opensc-project.org/files/opensc/testing/$@104 # wget http://www.opensc-project.org/files/opensc/testing/$@ 105 105 106 106 libp11-$(LIBP11VERSION).tar.gz: -
trunk/Makefile_i386
r71 r72 1 1 BUILDHOME = $(PWD) 2 2 OPENSSLVERSION = 0.9.8b 3 OPENSCVERSION = 0.11.1 -rc23 OPENSCVERSION = 0.11.1 4 4 OPENSSHVERSION = 4.3p2 5 LIBP11VERSION = 0.2. 15 LIBP11VERSION = 0.2.2 6 6 ENGINEVERSION = 0.1.3 7 7 IFDEGATEVERSION = 0.05 … … 54 54 55 55 opensc-$(OPENSCVERSION).tar.gz: 56 #curl -O http://www.opensc-project.org/files/opensc/$@56 curl -O http://www.opensc-project.org/files/opensc/$@ 57 57 # curl -O http://www.opensc-project.org/files/opensc/snapshots/$@ 58 curl -O http://www.opensc-project.org/files/opensc/testing/$@58 # curl -O http://www.opensc-project.org/files/opensc/testing/$@ 59 59 60 60 libp11-$(LIBP11VERSION).tar.gz: -
trunk/Makefile_light
r67 r72 1 1 BUILDHOME = $(PWD) 2 OPENSCVERSION = 0.11. 03 SCAVERSION = 0.1.9_pre 52 OPENSCVERSION = 0.11.1 3 SCAVERSION = 0.1.9_pre8 4 4 IFDEGATEVERSION = 0.05 5 5 LIBUSBVERSION = 0.1.12 … … 9 9 PACKAGEMAKER = /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker 10 10 11 all: sca -$(SCAVERSION).dmg11 all: sca_light-$(SCAVERSION).dmg 12 12 13 13 clean: clean-opensc clean-libusb clean-ifd-egate clean-pcscd_autostart \ … … 44 44 45 45 clean-sca: 46 rm -f sca-$(SCAVERSION).dmg* 47 rm -rf sca.mpkg 46 rm -f sca_light-$(SCAVERSION).dmg 47 rm -f sca_reader-$(SCAVERSION).dmg 48 rm -rf sca_light.mpkg 49 rm -rf reader_light.mpkg 48 50 49 51 clean-i386: … … 51 53 rm -f compiled-i386.tgz 52 54 53 dist: sca -$(SCAVERSION).dmg54 55 sca -$(SCAVERSION).dmg:55 dist: sca_light-$(SCAVERSION).dmg 56 57 sca_light-$(SCAVERSION).dmg: 56 58 rm -rf sca_light.mpkg 57 59 cp -R sca_orig.mpkg sca_light.mpkg … … 250 252 chmod -R g+w $(BUILDHOME)/compiled*/* 251 253 252 package: package-opensc package-libusb package-pcscd_autostart package-ifd-egate package-opensc_tokend sca -$(SCAVERSION).dmg254 package: package-opensc package-libusb package-pcscd_autostart package-ifd-egate package-opensc_tokend sca_light-$(SCAVERSION).dmg 253 255 254 256 package-opensc: build-opensc -
trunk/Makefile_light_i386
r67 r72 1 1 BUILDHOME = $(PWD) 2 OPENSCVERSION = 0.11. 02 OPENSCVERSION = 0.11.1 3 3 IFDEGATEVERSION = 0.05 4 4 LIBUSBVERSION = 0.1.12 -
trunk/howto
r71 r72 2 2 ------------ 3 3 - Mac OS X 10.4 (With latest updates, currently 10.4.6) 4 - Install Xcode 2. 2from Apple on their developer site4 - Install Xcode 2.3 from Apple on their developer site 5 5 (http://developer.apple.com/tools/xcode/index.html) for the ADC member. 6 6 For ADC registration at no cost: http://developer.apple.com/membership/details.html … … 35 35 - You need first create the i386 part on a MacIntel system. 36 36 The MacIntel need to have the Developer Xcode installed which is available 37 on the Installation DVD .37 on the Installation DVD or on Apple's developer site. 38 38 Transfer the Makefile_i386 39 39 and then do: … … 62 62 - You need first create the i386 part on a MacIntel system. 63 63 The MacIntel need to have the Developer Xcode installed which is available 64 on the Installation DVD .64 on the Installation DVD or on Apple's developer site. 65 65 Transfer the Makefile_light_i386 66 66 and then do: -
trunk/libp11-pack/Info.plist
r18 r72 4 4 <dict> 5 5 <key>CFBundleGetInfoString</key> 6 <string>0.2. 1, OpenSC Project</string>6 <string>0.2.2, OpenSC Project</string> 7 7 <key>CFBundleIdentifier</key> 8 8 <string>org.opensc.libp11</string> 9 9 <key>CFBundleShortVersionString</key> 10 <string>0.2. 1</string>10 <string>0.2.2</string> 11 11 <key>IFPkgFlagAllowBackRev</key> 12 12 <true/> -
trunk/opensc-pack/Info.plist
r64 r72 4 4 <dict> 5 5 <key>CFBundleGetInfoString</key> 6 <string>0.11. 0, OpenSC Project</string>6 <string>0.11.1, OpenSC Project</string> 7 7 <key>CFBundleIdentifier</key> 8 8 <string>org.opensc.opensc</string> 9 9 <key>CFBundleShortVersionString</key> 10 <string>0.11. 0</string>10 <string>0.11.1</string> 11 11 <key>IFPkgFlagAllowBackRev</key> 12 12 <true/>
