Changeset 68

Show
Ignore:
Timestamp:
05/05/06 15:04:15 (3 years ago)
Author:
jps
Message:

Upgrade OpenSSL to 0.9.8b

Location:
trunk
Files:
1 removed
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r66 r68  
    44- OpenSC: upgrade to 0.11.0 
    55- 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 
    77- libusb: upgrade to 0.1.12 
    88- create a symbolic link /usr/lib/opensc-pkcs11.so (it will be in the pkcs11-tool's 
  • trunk/Makefile

    r66 r68  
    11BUILDHOME = $(PWD) 
    22OPENSCVERSION = 0.11.0 
    3 SCAVERSION = 0.1.9pre5 
     3SCAVERSION = 0.1.9pre6 
    44LIBP11VERSION = 0.2.1 
    55ENGINEVERSION = 0.1.3 
    6 OPENSSLVERSION = 0.9.7i 
    7 #OPENSSLVERSION = 0.9.8-stable-SNAP-20060426 
     6OPENSSLVERSION = 0.9.8b 
    87OPENSSHVERSION = 4.3p2 
    98IFDEGATEVERSION = 0.05 
     
    280279        touch build-pcscd_autostart 
    281280         
    282 lipo: lipo-openssl7 lipo-opensc lipo-engine lipo-libp11 lipo-openssh lipo-libusb lipo-ifd-egate 
    283          
    284 lipo-openssl8: compiled-openssl-i386 
     281lipo: lipo-openssl lipo-opensc lipo-engine lipo-libp11 lipo-openssh lipo-libusb lipo-ifd-egate 
     282         
     283lipo-openssl: compiled-openssl-i386 
    285284        cd compiled-openssl/Library/OpenSC/bin/ && \ 
    286285        lipo -create openssl ../../../../compiled-openssl-i386/Library/OpenSC/bin/openssl -output openssl_univ && \ 
     
    327326        touch lipo-openssl 
    328327 
    329 lipo-openssl7: compiled-openssl-i386 
    330         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 openssl 
    333         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.a 
    336         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.a 
    339         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.dylib 
    342         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.dylib 
    345         touch lipo-openssl 
    346          
    347328lipo-opensc: compiled-opensc-i386 
    348329        cd compiled-opensc/Library/OpenSC/bin/ && \ 
  • trunk/Makefile_i386

    r66 r68  
    11BUILDHOME = $(PWD) 
    2 OPENSSLVERSION = 0.9.7i 
    3 #OPENSSLVERSION = 0.9.8-stable-SNAP-20060426 
     2OPENSSLVERSION = 0.9.8b 
    43OPENSCVERSION = 0.11.0 
    54OPENSSHVERSION = 4.3p2 
     
    7877        tar xzvf $^ 
    7978        mv openssl-$(OPENSSLVERSION) openssl 
    80         cd openssl && patch < ../openssl097i-i386.diff 
    8179        touch fetch-openssl 
    8280         
  • trunk/howto

    r67 r68  
    3636        The MacIntel need to have the Developer Xcode installed which is available 
    3737        on the Installation DVD. 
    38         Transfer the Makefile_i386 and openssl097i-i386.diff 
     38        Transfer the Makefile_i386 
    3939        and then do: 
    4040        make -f Makefile_i386 all ; make -f Makefile_i386 transfer 
     
    6363        The MacIntel need to have the Developer Xcode installed which is available 
    6464        on the Installation DVD. 
    65         Transfer the Makefile_light_i386 and openssl097i-i386.diff 
     65        Transfer the Makefile_light_i386 
    6666        and then do: 
    6767        make -f Makefile_light_i386 all ; make -f Makefile_light_i386 transfer 
  • trunk/openssl-pack/Info.plist

    r16 r68  
    44<dict> 
    55        <key>CFBundleGetInfoString</key> 
    6         <string>0.9.7i, OpenSC Project</string> 
     6        <string>0.9.8b, OpenSC Project</string> 
    77        <key>CFBundleIdentifier</key> 
    88        <string>org.opensc.openssl</string> 
    99        <key>CFBundleShortVersionString</key> 
    10         <string>0.9.7</string> 
     10        <string>0.9.8</string> 
    1111        <key>IFPkgFlagAllowBackRev</key> 
    1212        <true/>