Changeset 72

Show
Ignore:
Timestamp:
05/31/06 10:38:26 (2 years ago)
Author:
jps
Message:

New release with OpenSC-0.11.1 and libp11-0.2.2

Location:
trunk
Files:
8 modified

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r71 r72  
    22---------------- 
    33- Universal Binaries (except for OpenSC.Tokend) 
    4 - OpenSC: upgrade to 0.11.1-rc2 
     4- OpenSC: upgrade to 0.11.1 
    55- OpenSSH: upgrade to 4.3p2 
    66- OpenSSL: upgrade to 0.9.8b 
    77- libusb: upgrade to 0.1.12 
     8- libp11: upgrade to 0.2.2 
    89- create a symbolic link /usr/lib/opensc-pkcs11.so (it will be in the pkcs11-tool's 
    910        module default path) 
  • trunk/Makefile

    r71 r72  
    11BUILDHOME = $(PWD) 
    2 OPENSCVERSION = 0.11.1-rc2 
    3 SCAVERSION = 0.1.9pre7 
    4 LIBP11VERSION = 0.2.1 
     2OPENSCVERSION = 0.11.1 
     3SCAVERSION = 0.1.9pre8 
     4LIBP11VERSION = 0.2.2 
    55ENGINEVERSION = 0.1.3 
    66OPENSSLVERSION = 0.9.8b 
     
    100100 
    101101opensc-$(OPENSCVERSION).tar.gz: 
    102         # wget http://www.opensc-project.org/files/opensc/$@ 
     102        wget http://www.opensc-project.org/files/opensc/$@ 
    103103        # 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/$@ 
    105105         
    106106libp11-$(LIBP11VERSION).tar.gz: 
  • trunk/Makefile_i386

    r71 r72  
    11BUILDHOME = $(PWD) 
    22OPENSSLVERSION = 0.9.8b 
    3 OPENSCVERSION = 0.11.1-rc2 
     3OPENSCVERSION = 0.11.1 
    44OPENSSHVERSION = 4.3p2 
    5 LIBP11VERSION = 0.2.1 
     5LIBP11VERSION = 0.2.2 
    66ENGINEVERSION = 0.1.3 
    77IFDEGATEVERSION = 0.05 
     
    5454         
    5555opensc-$(OPENSCVERSION).tar.gz: 
    56         # curl -O http://www.opensc-project.org/files/opensc/$@ 
     56        curl -O http://www.opensc-project.org/files/opensc/$@ 
    5757        # 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/$@ 
    5959         
    6060libp11-$(LIBP11VERSION).tar.gz: 
  • trunk/Makefile_light

    r67 r72  
    11BUILDHOME = $(PWD) 
    2 OPENSCVERSION = 0.11.0 
    3 SCAVERSION = 0.1.9_pre5 
     2OPENSCVERSION = 0.11.1 
     3SCAVERSION = 0.1.9_pre8 
    44IFDEGATEVERSION = 0.05 
    55LIBUSBVERSION = 0.1.12 
     
    99PACKAGEMAKER = /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker 
    1010 
    11 all: sca-$(SCAVERSION).dmg 
     11all: sca_light-$(SCAVERSION).dmg 
    1212 
    1313clean: clean-opensc clean-libusb clean-ifd-egate clean-pcscd_autostart \ 
     
    4444 
    4545clean-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 
    4850         
    4951clean-i386: 
     
    5153        rm -f compiled-i386.tgz 
    5254 
    53 dist: sca-$(SCAVERSION).dmg 
    54  
    55 sca-$(SCAVERSION).dmg: 
     55dist: sca_light-$(SCAVERSION).dmg 
     56 
     57sca_light-$(SCAVERSION).dmg: 
    5658        rm -rf sca_light.mpkg 
    5759        cp -R sca_orig.mpkg sca_light.mpkg 
     
    250252        chmod -R g+w $(BUILDHOME)/compiled*/* 
    251253 
    252 package: package-opensc package-libusb package-pcscd_autostart package-ifd-egate package-opensc_tokend sca-$(SCAVERSION).dmg 
     254package: package-opensc package-libusb package-pcscd_autostart package-ifd-egate package-opensc_tokend sca_light-$(SCAVERSION).dmg 
    253255 
    254256package-opensc: build-opensc 
  • trunk/Makefile_light_i386

    r67 r72  
    11BUILDHOME = $(PWD) 
    2 OPENSCVERSION = 0.11.0 
     2OPENSCVERSION = 0.11.1 
    33IFDEGATEVERSION = 0.05 
    44LIBUSBVERSION = 0.1.12 
  • trunk/howto

    r71 r72  
    22------------ 
    33- Mac OS X 10.4 (With latest updates, currently 10.4.6) 
    4 - Install Xcode 2.2 from Apple on their developer site 
     4- Install Xcode 2.3 from Apple on their developer site 
    55(http://developer.apple.com/tools/xcode/index.html) for the ADC member. 
    66For ADC registration at no cost: http://developer.apple.com/membership/details.html 
     
    3535- You need first create the i386 part on a MacIntel system. 
    3636        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. 
    3838        Transfer the Makefile_i386 
    3939        and then do: 
     
    6262- You need first create the i386 part on a MacIntel system. 
    6363        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. 
    6565        Transfer the Makefile_light_i386 
    6666        and then do: 
  • trunk/libp11-pack/Info.plist

    r18 r72  
    44<dict> 
    55        <key>CFBundleGetInfoString</key> 
    6         <string>0.2.1, OpenSC Project</string> 
     6        <string>0.2.2, OpenSC Project</string> 
    77        <key>CFBundleIdentifier</key> 
    88        <string>org.opensc.libp11</string> 
    99        <key>CFBundleShortVersionString</key> 
    10         <string>0.2.1</string> 
     10        <string>0.2.2</string> 
    1111        <key>IFPkgFlagAllowBackRev</key> 
    1212        <true/> 
  • trunk/opensc-pack/Info.plist

    r64 r72  
    44<dict> 
    55        <key>CFBundleGetInfoString</key> 
    6         <string>0.11.0, OpenSC Project</string> 
     6        <string>0.11.1, OpenSC Project</string> 
    77        <key>CFBundleIdentifier</key> 
    88        <string>org.opensc.opensc</string> 
    99        <key>CFBundleShortVersionString</key> 
    10         <string>0.11.0</string> 
     10        <string>0.11.1</string> 
    1111        <key>IFPkgFlagAllowBackRev</key> 
    1212        <true/>