git: Adjust makefiles for OpenSSH 8.0p1 update.

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Wed Apr 24 10:17:43 PDT 2019


commit 7b1120e5f5006ee5587ba15187b182040eb0ff5c
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Thu Apr 18 12:35:16 2019 +0300

    Adjust makefiles for OpenSSH 8.0p1 update.
    
    Update pam_ssh module to use new sshkey api.
    The pkcs11 support explicitly disabled to avoid use of dlopen().
    If security token/card support is needed it can be enabled back.
    
    This update brings several backwards compatibilty breakages.
    More in official release notes.

Summary of changes:
 crypto/openssh/README.DRAGONFLY      |  16 +-
 lib/libpam/modules/pam_ssh/Makefile  |  19 +-
 lib/libpam/modules/pam_ssh/pam_ssh.8 |   4 +-
 lib/libpam/modules/pam_ssh/pam_ssh.c |  29 ++-
 lib/libssh/Makefile                  |  84 ++++-----
 lib/libssh/config.h                  | 342 +++++++++++++++++++++++++++++------
 libexec/sftp-server/Makefile         |   6 +-
 libexec/ssh-keysign/Makefile         |   5 +-
 libexec/ssh-pkcs11-helper/Makefile   |   4 +-
 usr.bin/scp/Makefile                 |   4 +-
 usr.bin/sftp/Makefile                |   6 +-
 usr.bin/ssh-agent/Makefile           |   5 +-
 usr.bin/ssh/Makefile                 |   6 +-
 usr.sbin/sshd/Makefile               |  40 ++--
 usr.sbin/sshd/auth-passwd-freebsd.c  |  33 ----
 15 files changed, 405 insertions(+), 198 deletions(-)
 delete mode 100644 usr.sbin/sshd/auth-passwd-freebsd.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7b1120e5f5006ee5587ba15187b182040eb0ff5c


-- 
DragonFly BSD source repository


More information about the Commits mailing list