Changeset 42

Show
Ignore:
Timestamp:
02/08/06 13:42:05 (3 years ago)
Author:
jps
Message:

New OpenSSH 4.3p1 and uninstaller

Location:
trunk
Files:
1 added
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r41 r42  
    77        (http://www.opensc-project.org/opensc/wiki/MacOsXTokend using Build8G32) 
    88- pcscd_autostart will also modify securityd option 
     9- OpenSSH: upgrade to 4.3p1 
     10- Uninstaller: /Library/OpenSC/bin/opensc-uninstall 
    911 
    1012Version 0.1.8 
  • trunk/Makefile

    r41 r42  
    11BUILDHOME = $(PWD) 
    22#OPENSCVERSION = 0.10.1 
    3 OPENSCVERSION = 0.11.0-pre-r2828 
    4 SCAVERSION = 0.1.9pre 
     3OPENSCVERSION = 0.11.0-pre-r2833 
     4SCAVERSION = 0.1.9pre1 
    55LIBP11VERSION = 0.2.1 
    66ENGINEVERSION = 0.1.3 
    77#OPENSSLVERSION = 0.9.7i 
    8 OPENSSLVERSION =0.9.8-stable-SNAP-20060201 
    9 OPENSSHVERSION = 4.2p1 
     8OPENSSLVERSION =0.9.8-stable-SNAP-20060207 
     9OPENSSHVERSION = 4.3p1 
    1010IFDEGATEVERSION = 0.05 
    1111LIBUSBVERSION = 0.1.10a 
     
    9494openssl-$(OPENSSLVERSION).tar.gz: 
    9595        # wget http://www.openssl.org/source/$@ 
    96         wget ftp://ftp.openssl.org/snapshot/$@ 
     96        wget http://mirrors.usc.edu/pub/openssl/snapshot/$@ 
    9797         
    9898openssh-$(OPENSSHVERSION).tar.gz: 
     
    235235        mkdir -p compiled-opensc/Library/OpenSC/etc/ 
    236236        cp opensc/etc/opensc.conf compiled-opensc/Library/OpenSC/etc/opensc.conf.orig 
     237        cp opensc-uninstall compiled-opensc/Library/OpenSC/bin/ 
    237238        mkdir -p compiled-opensc/Library/OpenSC/doc/opensc/html 
    238239        cp  opensc/doc/ChangeLog compiled-opensc/Library/OpenSC/doc/opensc/ 
     
    293294        -i opensc_tokend-pack/Info.plist -d opensc_tokend-pack/Description.plist 
    294295 
    295 uninstall-all: uninstall uninstall-pcscd_autostart 
     296uninstall-all: uninstall-pcscd_autostart uninstall 
    296297 
    297298uninstall: 
     
    306307        rm -rf /Library/OpenSC 
    307308        rm -rf /System/Library/Security/tokend/OpenSC.tokend 
     309        rm -rf /usr/libexec/SmartCardServices/drivers/ifd-egate.bundle 
    308310         
    309311uninstall-pcscd_autostart:       
  • trunk/openssh-pack/Info.plist

    r16 r42  
    44<dict> 
    55        <key>CFBundleGetInfoString</key> 
    6         <string>4.2p1, OpenSC Project</string> 
     6        <string>4.3p1, OpenSC Project</string> 
    77        <key>CFBundleIdentifier</key> 
    88        <string>org.opensc.openssh</string> 
    99        <key>CFBundleShortVersionString</key> 
    10         <string>4.2.1</string> 
     10        <string>4.3.1</string> 
    1111        <key>IFPkgFlagAllowBackRev</key> 
    1212        <true/>