diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2023-07-18 16:23:31 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2023-07-18 16:27:02 +0000 |
| commit | d5e2d0f140cef6d09c4ddeb594cee027642366a7 (patch) | |
| tree | bce691a2114022b95640f41df1b995fd5ce13d82 /crypto | |
| parent | b36f469a15ecf508a2fdc2b58a76f0f2b4a0b88d (diff) | |
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/openssh/FREEBSD-upgrade | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade index caf9597b0d6b..905b65ec4e3d 100644 --- a/crypto/openssh/FREEBSD-upgrade +++ b/crypto/openssh/FREEBSD-upgrade @@ -187,6 +187,14 @@ recognize and ignore the configuration options to avoid breaking existing configurations. +12) PrintLastLog bugfix + + Upstream's autoconf sets DISABLE_LASTLOG if the system does not have + lastlog.ll_line, but uses it to disable the PrintLastLog configuration + option altogether. There is a hacky SKIP_DISABLE_LASTLOG_DEFINE=yes to + skip setting DISABLE_LASTLOG which we've applied for FreeBSD, but the + autoconf machinery really ought to be reworked. Reported upstream at + https://lists.mindrot.org/pipermail/openssh-unix-dev/2022-May/040242.html This port was brought to you by (in no particular order) DARPA, NAI |
