Changeset 68
- Timestamp:
- 05/05/06 15:04:15 (3 years ago)
- Location:
- trunk
- Files:
-
- 1 removed
- 5 modified
-
ChangeLog (modified) (1 diff)
-
Makefile (modified) (3 diffs)
-
Makefile_i386 (modified) (2 diffs)
-
howto (modified) (2 diffs)
-
openssl-pack/Info.plist (modified) (1 diff)
-
openssl097i-i386.diff (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r66 r68 4 4 - OpenSC: upgrade to 0.11.0 5 5 - OpenSSH: upgrade to 4.3p2 6 - OpenSSL: 0.9.7i (need to be patched (openssl097i-i386.diff) for MacIntel!)6 - OpenSSL: upgrade to 0.9.8b 7 7 - libusb: upgrade to 0.1.12 8 8 - create a symbolic link /usr/lib/opensc-pkcs11.so (it will be in the pkcs11-tool's -
trunk/Makefile
r66 r68 1 1 BUILDHOME = $(PWD) 2 2 OPENSCVERSION = 0.11.0 3 SCAVERSION = 0.1.9pre 53 SCAVERSION = 0.1.9pre6 4 4 LIBP11VERSION = 0.2.1 5 5 ENGINEVERSION = 0.1.3 6 OPENSSLVERSION = 0.9.7i 7 #OPENSSLVERSION = 0.9.8-stable-SNAP-20060426 6 OPENSSLVERSION = 0.9.8b 8 7 OPENSSHVERSION = 4.3p2 9 8 IFDEGATEVERSION = 0.05 … … 280 279 touch build-pcscd_autostart 281 280 282 lipo: lipo-openssl 7lipo-opensc lipo-engine lipo-libp11 lipo-openssh lipo-libusb lipo-ifd-egate283 284 lipo-openssl 8: compiled-openssl-i386281 lipo: lipo-openssl lipo-opensc lipo-engine lipo-libp11 lipo-openssh lipo-libusb lipo-ifd-egate 282 283 lipo-openssl: compiled-openssl-i386 285 284 cd compiled-openssl/Library/OpenSC/bin/ && \ 286 285 lipo -create openssl ../../../../compiled-openssl-i386/Library/OpenSC/bin/openssl -output openssl_univ && \ … … 327 326 touch lipo-openssl 328 327 329 lipo-openssl7: compiled-openssl-i386330 cd compiled-openssl/Library/OpenSC/bin/ && \331 lipo -create openssl ../../../../compiled-openssl-i386/Library/OpenSC/bin/openssl -output openssl_univ && \332 mv -f openssl_univ openssl333 cd compiled-openssl/Library/OpenSC/lib/ && \334 lipo -create libcrypto.a ../../../../compiled-openssl-i386/Library/OpenSC/lib/libcrypto.a -output libcrypto_univ.a && \335 mv -f libcrypto_univ.a libcrypto.a336 cd compiled-openssl/Library/OpenSC/lib/ && \337 lipo -create libssl.a ../../../../compiled-openssl-i386/Library/OpenSC/lib/libssl.a -output libssl_univ.a && \338 mv -f libssl_univ.a libssl.a339 cd compiled-openssl/Library/OpenSC/lib/ && \340 lipo -create libcrypto.0.9.7.dylib ../../../../compiled-openssl-i386/Library/OpenSC/lib/libcrypto.0.9.7.dylib -output libcrypto_univ.0.9.7.dylib && \341 mv -f libcrypto_univ.0.9.7.dylib libcrypto.0.9.7.dylib342 cd compiled-openssl/Library/OpenSC/lib/ && \343 lipo -create libssl.0.9.7.dylib ../../../../compiled-openssl-i386/Library/OpenSC/lib/libssl.0.9.7.dylib -output libssl_univ.0.9.7.dylib && \344 mv -f libssl_univ.0.9.7.dylib libssl.0.9.7.dylib345 touch lipo-openssl346 347 328 lipo-opensc: compiled-opensc-i386 348 329 cd compiled-opensc/Library/OpenSC/bin/ && \ -
trunk/Makefile_i386
r66 r68 1 1 BUILDHOME = $(PWD) 2 OPENSSLVERSION = 0.9.7i 3 #OPENSSLVERSION = 0.9.8-stable-SNAP-20060426 2 OPENSSLVERSION = 0.9.8b 4 3 OPENSCVERSION = 0.11.0 5 4 OPENSSHVERSION = 4.3p2 … … 78 77 tar xzvf $^ 79 78 mv openssl-$(OPENSSLVERSION) openssl 80 cd openssl && patch < ../openssl097i-i386.diff81 79 touch fetch-openssl 82 80 -
trunk/howto
r67 r68 36 36 The MacIntel need to have the Developer Xcode installed which is available 37 37 on the Installation DVD. 38 Transfer the Makefile_i386 and openssl097i-i386.diff38 Transfer the Makefile_i386 39 39 and then do: 40 40 make -f Makefile_i386 all ; make -f Makefile_i386 transfer … … 63 63 The MacIntel need to have the Developer Xcode installed which is available 64 64 on the Installation DVD. 65 Transfer the Makefile_light_i386 and openssl097i-i386.diff65 Transfer the Makefile_light_i386 66 66 and then do: 67 67 make -f Makefile_light_i386 all ; make -f Makefile_light_i386 transfer -
trunk/openssl-pack/Info.plist
r16 r68 4 4 <dict> 5 5 <key>CFBundleGetInfoString</key> 6 <string>0.9. 7i, OpenSC Project</string>6 <string>0.9.8b, OpenSC Project</string> 7 7 <key>CFBundleIdentifier</key> 8 8 <string>org.opensc.openssl</string> 9 9 <key>CFBundleShortVersionString</key> 10 <string>0.9. 7</string>10 <string>0.9.8</string> 11 11 <key>IFPkgFlagAllowBackRev</key> 12 12 <true/>
