Changeset 30

Show
Ignore:
Timestamp:
01/09/06 12:28:11 (3 years ago)
Author:
jps
Message:

New release for opensc 0.10.1

Location:
trunk
Files:
2 added
2 removed
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r28 r30  
     1Version 0.1.7 
     2------------- 
     3- upgrade to OpenSC 0.10.1 
     4- integrate the new http://www.opensc.org/files/ structure 
     5 
    16Version 0.1.6 
    27------------- 
  • trunk/Makefile

    r28 r30  
    11BUILDHOME = $(PWD) 
    2 OPENSCVERSION = 0.10.1-rc2 
    3 SCAVERSION = 0.1.6 
     2OPENSCVERSION = 0.10.1 
     3SCAVERSION = 0.1.7 
    44LIBP11VERSION = 0.2.1 
    55ENGINEVERSION = 0.1.3 
     
    8181 
    8282opensc-$(OPENSCVERSION).tar.gz: 
    83         wget http://www.opensc.org/files/$@ 
     83        wget http://www.opensc.org/files/opensc/$@ 
    8484         
    8585libp11-$(LIBP11VERSION).tar.gz: 
    86         wget http://www.opensc.org/files/$@ 
     86        wget http://www.opensc.org/files/libp11/$@ 
    8787         
    8888engine_pkcs11-$(ENGINEVERSION).tar.gz: 
    89         wget http://www.opensc.org/files/$@ 
     89        wget http://www.opensc.org/files/engine_pkcs11/$@ 
    9090 
    9191openssl-$(OPENSSLVERSION).tar.gz: 
     
    131131        mv ifd-egate-$(IFDEGATEVERSION) ifd-egate 
    132132         
    133 build: build-openssl build-opensc build-libp11 build-engine build-openssh build-libusb build-ifd-egate build-tokend 
     133build: build-openssl build-opensc build-libp11 build-engine build-openssh build-libusb build-ifd-egate build-tokend build-tokend-end 
    134134         
    135135build-opensc: 
  • trunk/opensc-pack/Info.plist

    r28 r30  
    44<dict> 
    55        <key>CFBundleGetInfoString</key> 
    6         <string>0.10.1-rc2, OpenSC Project</string> 
     6        <string>0.10.1, OpenSC Project</string> 
    77        <key>CFBundleIdentifier</key> 
    88        <string>org.opensc.opensc</string>