NB! This project is outdated and unmaintained, please refer to the OpenSC MacInstaller instead!

Changeset 123


Ignore:
Timestamp:
08/06/09 14:06:06 (3 years ago)
Author:
jps
Message:

Preparing SCA 0.2.7

Location:
trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r120 r123  
     1Version 0.2.7 
     2------------- 
     3- OpenSC: upgrade to 0.11.9 
     4- LibP11: upgrade to 0.2.6 
     5- Engine-pkcs11: upgrade to 0.1.6 
     6- OpenSC.Tokend with 2048bit key support 
     7 
    18Version 0.2.6 
    29------------- 
  • trunk/Makefile

    r122 r123  
    11BUILDHOME = $(PWD) 
    2 OPENSCVERSION = 0.11.9-pre1 
    3 SCAVERSION = 0.2.7-pre1 
     2OPENSCVERSION = 0.11.9 
     3SCAVERSION = 0.2.7 
    44LIBP11VERSION = 0.2.6 
    55ENGINEVERSION = 0.1.6 
     
    102102 
    103103opensc-$(OPENSCVERSION).tar.gz: 
    104         # curl -O http://www.opensc-project.org/files/opensc/$@ 
     104        curl -O http://www.opensc-project.org/files/opensc/$@ 
    105105        # curl -O http://www.opensc-project.org/files/opensc/snapshots/$@ 
    106         curl -O http://www.opensc-project.org/files/opensc/testing/$@ 
     106        # curl -O http://www.opensc-project.org/files/opensc/testing/$@ 
    107107 
    108108libp11-$(LIBP11VERSION).tar.gz: 
  • trunk/Makefile_i386

    r122 r123  
    11BUILDHOME = $(PWD) 
    22OPENSSLVERSION = 0.9.8k 
    3 OPENSCVERSION = 0.11.9-pre1 
     3OPENSCVERSION = 0.11.9 
    44OPENSSHVERSION = 5.2p1 
    55LIBP11VERSION = 0.2.6 
     
    6363 
    6464opensc-$(OPENSCVERSION).tar.gz: 
    65         # curl -O http://www.opensc-project.org/files/opensc/$@ 
     65        curl -O http://www.opensc-project.org/files/opensc/$@ 
    6666        # curl -O http://www.opensc-project.org/files/opensc/snapshots/$@ 
    67         curl -O http://www.opensc-project.org/files/opensc/testing/$@ 
     67        # curl -O http://www.opensc-project.org/files/opensc/testing/$@ 
    6868 
    6969libp11-$(LIBP11VERSION).tar.gz: 
  • trunk/Makefile_light

    r119 r123  
    11BUILDHOME = $(PWD) 
    2 OPENSCVERSION = 0.11.8 
    3 SCAVERSION = 0.2.6 
     2OPENSCVERSION = 0.11.9 
     3SCAVERSION = 0.2.7 
    44IFDEGATEVERSION = 0.05 
    55LIBUSBVERSION = 0.1.12 
  • trunk/Makefile_light_i386

    r119 r123  
    11BUILDHOME = $(PWD) 
    2 OPENSCVERSION = 0.11.8 
     2OPENSCVERSION = 0.11.9 
    33IFDEGATEVERSION = 0.05 
    44LIBUSBVERSION = 0.1.12 
  • trunk/engine-pack/Info.plist

    r109 r123  
    44<dict> 
    55        <key>CFBundleGetInfoString</key> 
    6         <string>0.1.5, OpenSC Project</string> 
     6        <string>0.1.6, OpenSC Project</string> 
    77        <key>CFBundleIdentifier</key> 
    88        <string>org.opensc.engine</string> 
    99        <key>CFBundleShortVersionString</key> 
    10         <string>0.1.5</string> 
     10        <string>0.1.6</string> 
    1111        <key>IFPkgFlagAllowBackRev</key> 
    1212        <true/> 
  • trunk/libp11-pack/Info.plist

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

    r119 r123  
    44<dict> 
    55        <key>CFBundleGetInfoString</key> 
    6         <string>0.11.8, OpenSC Project</string> 
     6        <string>0.11.9, OpenSC Project</string> 
    77        <key>CFBundleIdentifier</key> 
    88        <string>org.opensc.opensc</string> 
    99        <key>CFBundleShortVersionString</key> 
    10         <string>0.11.8</string> 
     10        <string>0.11.9</string> 
    1111        <key>IFPkgFlagAllowBackRev</key> 
    1212        <true/> 
  • trunk/opensc_tokend-pack/Info.plist

    r78 r123  
    44<dict> 
    55        <key>CFBundleGetInfoString</key> 
    6         <string>0.2.0, OpenSC Project</string> 
     6        <string>0.2.7, OpenSC Project</string> 
    77        <key>CFBundleIdentifier</key> 
    88        <string>org.opensc.tokend</string> 
    99        <key>CFBundleShortVersionString</key> 
    10         <string>0.2.0</string> 
     10        <string>0.2.7</string> 
    1111        <key>IFMajorVersion</key> 
    1212        <integer>0</integer> 
Note: See TracChangeset for help on using the changeset viewer.