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

Changeset 139


Ignore:
Timestamp:
03/26/10 12:54:55 (2 years ago)
Author:
jps
Message:

New SCA 0.2.8 release (for MacOSX 10.4 and 10.5) with OpenSC 0.11.13

Files:
1 added
12 edited

Legend:

Unmodified
Added
Removed
  • releases/sca-0.2.7/trunk/ChangeLog

    r123 r139 ?
    ?1Version 0.2.8?
    ?2-------------?
    ?3For MacOSX 10.4 (Tiger) and MacOSX 10.5 (Leopard).?
    ?4- OpenSC: upgrade to 0.11.13?
    ?5- LibP11: upgrade to 0.2.7?
    ?6- Engine-pkcs11: upgrade to 0.1.8?
    ?7- OpenSSL: upgrade to 0.9.8n?
    ?8- OpenSSH: upgrade to 5.3p1?
    ?9?
    110Version 0.2.7?
    211-------------?
  • releases/sca-0.2.7/trunk/Makefile

    r124 r139 ?
    11BUILDHOME = $(PWD)?
    2?OPENSCVERSION = 0.11.9?
    3?SCAVERSION = 0.2.7?
    4?LIBP11VERSION = 0.2.6?
    5?ENGINEVERSION = 0.1.6?
    6?OPENSSLVERSION = 0.9.8k?
    7?OPENSSHVERSION = 5.2p1?
    ?2OPENSCVERSION = 0.11.13?
    ?3SCAVERSION = 0.2.8?
    ?4LIBP11VERSION = 0.2.7?
    ?5ENGINEVERSION = 0.1.8?
    ?6OPENSSLVERSION = 0.9.8n?
    ?7OPENSSHVERSION = 5.3p1?
    88IFDEGATEVERSION = 0.05?
    99LIBUSBVERSION = 0.1.12?
    ? ? ?
    156156        tar xzvf $^?
    157157        mv openssh-$(OPENSSHVERSION) openssh?
    158?        cd openssh && patch -p1 <../opensc/src/openssh/ask-for-pin.diff?
    ?158        cd openssh && patch -p1 <../ask-for-pin.diff?
    159159        touch $@?
    160160?
  • releases/sca-0.2.7/trunk/Makefile_i386

    r123 r139 ?
    11BUILDHOME = $(PWD)?
    2?OPENSSLVERSION = 0.9.8k?
    3?OPENSCVERSION = 0.11.9?
    4?OPENSSHVERSION = 5.2p1?
    5?LIBP11VERSION = 0.2.6?
    6?ENGINEVERSION = 0.1.6?
    ?2OPENSSLVERSION = 0.9.8n?
    ?3OPENSCVERSION = 0.11.13?
    ?4OPENSSHVERSION = 5.3p1?
    ?5LIBP11VERSION = 0.2.7?
    ?6ENGINEVERSION = 0.1.8?
    77IFDEGATEVERSION = 0.05?
    88LIBUSBVERSION = 0.1.12?
    ? ? ?
    116116        tar xzvf $^?
    117117        mv openssh-$(OPENSSHVERSION) openssh?
    118?        cd openssh && patch -p1 <../opensc/src/openssh/ask-for-pin.diff?
    ?118        cd openssh && patch -p1 <../ask-for-pin.diff?
    119119        touch $@?
    120120?
  • releases/sca-0.2.7/trunk/Makefile_light

    r123 r139 ?
    11BUILDHOME = $(PWD)?
    2?OPENSCVERSION = 0.11.9?
    3?SCAVERSION = 0.2.7?
    ?2OPENSCVERSION = 0.11.13?
    ?3SCAVERSION = 0.2.8?
    44IFDEGATEVERSION = 0.05?
    55LIBUSBVERSION = 0.1.12?
  • releases/sca-0.2.7/trunk/Makefile_light_i386

    r123 r139 ?
    11BUILDHOME = $(PWD)?
    2?OPENSCVERSION = 0.11.9?
    ?2OPENSCVERSION = 0.11.13?
    33IFDEGATEVERSION = 0.05?
    44LIBUSBVERSION = 0.1.12?
  • releases/sca-0.2.7/trunk/engine-pack/Info.plist

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

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

    r123 r139 ?
    44<dict>?
    55        <key>CFBundleGetInfoString</key>?
    6?        <string>0.11.9, OpenSC Project</string>?
    ?6        <string>0.11.13, OpenSC Project</string>?
    77        <key>CFBundleIdentifier</key>?
    88        <string>org.opensc.opensc</string>?
    99        <key>CFBundleShortVersionString</key>?
    10?        <string>0.11.9</string>?
    ?10        <string>0.11.13</string>?
    1111        <key>IFPkgFlagAllowBackRev</key>?
    1212        <true/>?
  • releases/sca-0.2.7/trunk/openssh-pack/Info.plist

    r115 r139 ?
    44<dict>?
    55        <key>CFBundleGetInfoString</key>?
    6?        <string>5.2p1, OpenSC Project</string>?
    ?6        <string>5.3p1, OpenSC Project</string>?
    77        <key>CFBundleIdentifier</key>?
    88        <string>org.opensc.openssh</string>?
    99        <key>CFBundleShortVersionString</key>?
    10?        <string>5.2.1</string>?
    ?10        <string>5.3.1</string>?
    1111        <key>IFPkgFlagAllowBackRev</key>?
    1212        <true/>?
  • releases/sca-0.2.7/trunk/openssl-pack/Info.plist

    r119 r139 ?
    44<dict>?
    55        <key>CFBundleGetInfoString</key>?
    6?        <string>0.9.8k, OpenSC Project</string>?
    ?6        <string>0.9.8n, OpenSC Project</string>?
    77        <key>CFBundleIdentifier</key>?
    88        <string>org.opensc.openssl</string>?
  • trunk/ChangeLog

    r138 r139 ?
    22-------------?
    33New major release with support for MacOSX 10.6 (Snow Leopard).?
    4?May work on MacOSX 10.5 (Leopard).?
    54- OpenSC: 0.11.13?
    65- LibP11: 0.2.7?
    ? ? ?
    109- libusb and ifd-egate: not supplied anymore?
    1110?
    ?11Version 0.2.8?
    ?12-------------?
    ?13For MacOSX 10.4 (Tiger) and MacOSX 10.5 (Leopard).?
    ?14- OpenSC: upgrade to 0.11.13?
    ?15- LibP11: upgrade to 0.2.7?
    ?16- Engine-pkcs11: upgrade to 0.1.8?
    ?17- OpenSSL: upgrade to 0.9.8n?
    ?18- OpenSSH: upgrade to 5.3p1?
    ?19?
    1220Version 0.2.7?
    1321-------------?
    14?Last version with support for MacOSX 10.4 (Tiger).?
    1522- OpenSC: upgrade to 0.11.9?
    1623- LibP11: upgrade to 0.2.6?
Note: See TracChangeset for help on using the changeset viewer.