Date: Sat, 4 Sep 2021 19:50:02 -0400 From: Ed Maste <emaste@freebsd.org> To: gljennjohn@gmail.com Cc: FreeBSD Hackers <freebsd-hackers@freebsd.org> Subject: Re: OpenSSH 8.7p1 update for the base system Message-ID: <CAPyFy2DDexpQisd3hZWt-c6FFxF=HkSF8G5isEBMmSnzbEGgVA@mail.gmail.com> In-Reply-To: <20210904182529.75e411b8@ernst.home> References: <CAPyFy2A390kS_C3g=Y9QhQcJ06z_FKUxXsNvi9g2CdWF24pukg@mail.gmail.com> <20210904182529.75e411b8@ernst.home>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 4 Sept 2021 at 14:25, Gary Jennejohn <gljennjohn@gmail.com> wrote: > > > I tried to apply the patch but it resulted in lots of warnings about > modifying an existing file and should a reversion be made. Hrm, I wasn't able to reproduce this -- I just did: % git checkout 7b81e6c7caf23adca6a2cabdfdf29985eab9865d % fetch https://people.freebsd.org/~emaste/openssh/FreeBSD-base-openssh-8.7p1-20210904-114623.diff % patch -p1 < FreeBSD-base-openssh-8.7p1-20210904-114623. and it applied with no errors. The only thing I can think of off hand is to make sure that your working tree is clean before trying to apply the patch (i.e., make sure `git status` doesn't list any modified or added files).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPyFy2DDexpQisd3hZWt-c6FFxF=HkSF8G5isEBMmSnzbEGgVA>