Re: OpenSSH 8.7p1 update for the base system

From: Ed Maste <emaste_at_freebsd.org>
Date: Sun, 05 Sep 2021 01:55:12 UTC
On Sat, 4 Sept 2021 at 11:59, Ed Maste <emaste@freebsd.org> wrote:
>
> I'm preparing to update OpenSSH in the FreeBSD base system to 8.7p1,
> and am sharing an initial patch for testing.
...
> Also as a diff against main:
> https://people.freebsd.org/~emaste/openssh/FreeBSD-base-openssh-8.7p1-20210904-114623.diff

It turns out there is a renamed file that confuses patch. If you've
applied this patch you should be able to rectify it by running:

mv crypto/openssh/openbsd-compat/realpath.c \
    crypto/openssh/sftp-realpath.c

If you haven't applied the patch yet I've regenerated it. with
--no-renames, here:
https://people.freebsd.org/~emaste/openssh/FreeBSD-base-openssh-8.7p1-20210904-215057.diff