Upgrade openssh. 2/2
[dragonfly.git] / crypto / openssh / README.DRAGONFLY
1 OPENSSH
2 =======
3
4 Original source can be downloaded from OpenBSD at
5 ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
6
7 file = openssh-8.3p1.tar.gz
8 date = 27 May 2020
9 size = 1706358
10 sha1 = 04c7adb9986f16746588db8988b910530c589819
11
12 A list of deleted files is in README.DELETED.
13
14 Configured with
15 ===============
16 ./configure --prefix=/usr --sysconfdir=/etc/ssh --with-sandbox=rlimit --with-pam \
17             --with-libedit --without-ssl-engine --without-rpath \
18             --with-privsep-path=/var/empty --with-xauth=/usr/local/bin/xauth \
19             --disable-pkcs11 ac_cv_lib_dl_dlopen=no
20
21 The following files have been patched (* planned)
22 =================================================
23   auth-pam.c                    WARNS, static sshpam_password_change_required()
24   platform.h                    pledge dummies
25   session.c                     WARNS, unused copy_environment()
26                                 WARNS, strdup(login_getcapstr()) (leak)
27   servconf.c                    PAM defaults
28   sshd_config                   PasswordAuthentication no
29
30 NOTE: The configure script misdetects few things.
31 Update config.h and openbsd-compat in lib/libssh.
32
33 Used in:
34 lib/libssh/
35 libexec/sftp-server/
36 libexec/ssh-keysign/
37 libexec/ssh-pkcs11-helper/
38 usr.bin/scp/
39 usr.bin/sftp/
40 usr.bin/ssh-add/
41 usr.bin/ssh-agent/
42 usr.bin/ssh-keygen/
43 usr.bin/ssh-keyscan/
44 usr.bin/ssh/
45 usr.sbin/sshd/