git: Upgrade openssh. 2/2

Daniel Fojt deef at crater.dragonflybsd.org
Mon Aug 3 07:28:36 PDT 2020


commit bc9cc67551e02abead3208ce19947fac15901d84
Author: Daniel Fojt <df at neosystem.org>
Date:   Tue Jul 28 17:12:51 2020 +0200

    Upgrade openssh. 2/2
    
    - update README.{DELETED,DRAGONFLY)
    - adapt Makefiles
    - regenerate config.h and openbsd-compat/

Summary of changes:
 crypto/openssh/README.DELETED              |   9 +-
 crypto/openssh/README.DRAGONFLY            |   8 +-
 lib/libssh/Makefile                        |  14 +-
 lib/libssh/config.h                        |  81 ++++++++--
 lib/libssh/openbsd-compat/bcrypt_pbkdf.c   |   4 +-
 lib/libssh/openbsd-compat/bsd-misc.c       |  24 ++-
 lib/libssh/openbsd-compat/bsd-misc.h       |  10 --
 lib/libssh/openbsd-compat/bsd-nextstep.h   |  52 ++++++-
 lib/libssh/openbsd-compat/bsd-signal.c     |  27 +---
 lib/libssh/openbsd-compat/bsd-signal.h     |   9 +-
 lib/libssh/openbsd-compat/getrrsetbyname.c |   8 +
 lib/libssh/openbsd-compat/getrrsetbyname.h |   2 +-
 lib/libssh/openbsd-compat/glob.c           | 157 +++++++++++---------
 lib/libssh/openbsd-compat/glob.h           |   9 +-
 lib/libssh/openbsd-compat/openbsd-compat.h |  60 +-------
 lib/libssh/openbsd-compat/openssl-compat.h |  36 +----
 lib/libssh/openbsd-compat/port-net.c       | 224 ++++++++++++++++++++++++++++
 lib/libssh/openbsd-compat/port-net.h       |  23 +++
 lib/libssh/openbsd-compat/realpath.c       | 229 -----------------------------
 lib/libssh/openbsd-compat/xcrypt.c         |  27 ++++
 libexec/sftp-server/Makefile               |   2 +-
 usr.sbin/sshd/Makefile                     |   2 +-
 22 files changed, 552 insertions(+), 465 deletions(-)
 delete mode 100644 lib/libssh/openbsd-compat/realpath.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bc9cc67551e02abead3208ce19947fac15901d84


-- 
DragonFly BSD source repository


More information about the Commits mailing list