git: openssh: Fix version stuff.

Peter Avalos pavalos at crater.dragonflybsd.org
Sun Jan 25 14:06:20 PST 2015


commit 4923debce6246628ba6c3362b5a281ba2de03876
Author: Peter Avalos <pavalos at dragonflybsd.org>
Date:   Sun Jan 25 14:00:28 2015 -0800

    openssh: Fix version stuff.
    
    The previous code was trying to get too fancy by trying to use
    configuration options in places where those options weren't sent yet.
    
    Fix a case in sshconnect.c where version_addendum wasn't being used.
    
    Update README.DRAGONFLY to reflect the latest upgrade instructions.

Summary of changes:
 crypto/openssh/README.DRAGONFLY |  5 +++--
 crypto/openssh/ssh.c            | 18 +++++-------------
 crypto/openssh/sshconnect.c     | 13 ++++++-------
 crypto/openssh/sshd.c           |  7 ++++---
 crypto/openssh/version.h        |  2 +-
 5 files changed, 19 insertions(+), 26 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4923debce6246628ba6c3362b5a281ba2de03876


-- 
DragonFly BSD source repository



More information about the Commits mailing list