Changeset 87

Show
Ignore:
Timestamp:
09/29/06 17:34:17 (2 years ago)
Author:
jps
Message:

OpenSSL & OpenSSH upgrade - part 2

Location:
trunk
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r86 r87  
    221221        make && \ 
    222222        make install-nokeys prefix=$(BUILDHOME)/compiled-openssh/Library/OpenSC 
     223        mv $(BUILDHOME)/compiled-openssh/Library/OpenSC/share/man $(BUILDHOME)/compiled-openssh/Library/OpenSC/man 
    223224        rm -f $(BUILDHOME)/compiled-openssh/Library/OpenSC/bin/scp 
    224225        rm -f $(BUILDHOME)/compiled-openssh/Library/OpenSC/bin/sftp 
  • trunk/Makefile_i386

    r86 r87  
    160160        make && \ 
    161161        make install-nokeys prefix=$(BUILDHOME)/compiled-openssh-i386/Library/OpenSC 
     162        mv $(BUILDHOME)/compiled-openssh-i386/Library/OpenSC/share/man $(BUILDHOME)/compiled-openssh-i386/Library/OpenSC/man 
    162163        rm -f $(BUILDHOME)/compiled-openssh-i386/Library/OpenSC/bin/scp 
    163164        rm -f $(BUILDHOME)/compiled-openssh-i386/Library/OpenSC/bin/sftp 
  • trunk/howto

    r81 r87  
    3434        sudo make install 
    3535        make package 
     36        make dist 
    3637         
    3738The resulting file sca-X.X.dmg can be distributed.       
     
    6263        sudo make install 
    6364        make package 
     65        make dist 
    6466         
    6567The resulting file sca-X.X.dmg can be distributed.       
  • trunk/openssh-pack/Info.plist

    r50 r87  
    44<dict> 
    55        <key>CFBundleGetInfoString</key> 
    6         <string>4.3p2, OpenSC Project</string> 
     6        <string>4.4p1, OpenSC Project</string> 
    77        <key>CFBundleIdentifier</key> 
    88        <string>org.opensc.openssh</string> 
    99        <key>CFBundleShortVersionString</key> 
    10         <string>4.3.2</string> 
     10        <string>4.4.1</string> 
    1111        <key>IFPkgFlagAllowBackRev</key> 
    1212        <true/> 
  • trunk/openssl-pack/Info.plist

    r68 r87  
    44<dict> 
    55        <key>CFBundleGetInfoString</key> 
    6         <string>0.9.8b, OpenSC Project</string> 
     6        <string>0.9.8d, OpenSC Project</string> 
    77        <key>CFBundleIdentifier</key> 
    88        <string>org.opensc.openssl</string>