Feature request/EOI: Match interactive config?
Damien Miller
djm at mindrot.org
Fri Jan 17 11:58:09 AEDT 2025
thanks for the reminder - I'll take a look
On Mon, 6 May 2024, Damien Miller wrote:
> On Mon, 6 May 2024, openssh at tr.id.au wrote:
>
> > ... and I guess your next question will be about compilation environment, so:
> >
> > ```
> > $ gcc --version
> > gcc (Gentoo 13.2.1_p20240210 p14) 13.2.1 20240210
> > Copyright (C) 2023 Free Software Foundation, Inc.
> > This is free software; see the source for copying conditions. There is NO
> > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> > ```
> >
> > I'm running on gentoo. I tested that the code from github compiles and passes make tests before applying the patch, it looked okay.
> >
> > I also did a diff between `git diff` and the patch you provided, and I don't see any changes which might have arisen from copy-paste errors.
>
> It works for me. I'll attach the patch dirctly, in case the problem is
> that the mail ate it.
>
> [djm at djm-desktop ~]$ cd /tmp
> [djm at djm-desktop tmp]$ git clone https://github.com/openssh/openssh-portable
> Cloning into 'openssh-portable'...
> remote: Enumerating objects: 66343, done.
> remote: Counting objects: 100% (72/72), done.
> remote: Compressing objects: 100% (41/41), done.
> remote: Total 66343 (delta 41), reused 58 (delta 31), pack-reused 66271
> Receiving objects: 100% (66343/66343), 27.05 MiB | 17.23 MiB/s, done.
> Resolving deltas: 100% (51319/51319), done.
> [djm at djm-desktop tmp]$ cd openssh-portable
> [djm at djm-desktop openssh-portable]$ patch -sp1 < /tmp/match.diff
> [djm at djm-desktop openssh-portable]$ autoreconf
> [djm at djm-desktop openssh-portable]$ ./configure && make -j16
> ...
> [djm at djm-desktop openssh-portable]$ echo $?
> 0
> [djm at djm-desktop openssh-portable]$ ./ssh -V
> OpenSSH_9.7p1, OpenSSL 3.0.10 1 Aug 2023
More information about the openssh-unix-dev
mailing list