#63598 closed defect (fixed)
openssh @8.8p1_0+gsskex+kerberos5+xauth.darwin_15.x86_64: Failed to patch openssh: command execution failed
Reported by: | thetrial (alabay) | Owned by: | blair (Blair Zajac) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | elcapitan legacy-os | Cc: | sambthompson (Sam Thompson), blair (Blair Zajac), tehcog (tehcog) |
Port: | openssh |
Description
I don’t quite see what the problem might be. I’ll attach the logfile.
Attachments (1)
Change History (8)
Changed 3 years ago by thetrial (alabay)
comment:1 Changed 3 years ago by sambthompson (Sam Thompson)
comment:2 Changed 3 years ago by sambthompson (Sam Thompson)
Cc: | sambthompson added |
---|
comment:3 Changed 3 years ago by jmroot (Joshua Root)
Cc: | blair added |
---|
comment:4 Changed 3 years ago by blair (Blair Zajac)
Please see https://github.com/macports/macports-ports/pull/12549 for a PR to fix this. It applies cleanly and compiles.
I made the patch with:
- git clone https://github.com/openssh-gsskex/openssh-gsskex.git
- cd openssh-gsskex
- git diff bf944e37..261d3de3
bf944e37 corresponds to the upstream V_8_8_P1 tags in https://github.com/openssh/openssh-portable.git
261d3de3 corresponds to the proposed commit from https://github.com/openssh-gsskex/openssh-gsskex/pull/23
comment:5 Changed 3 years ago by tehcog (tehcog)
Cc: | tehcog added |
---|
comment:6 Changed 3 years ago by blair (Blair Zajac)
Owner: | set to blair |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:7 Changed 3 years ago by thetrial (alabay)
We seem to have a recurrence of this patch file problem with the gsskex-variant, see #64835. Any hints?
Note: See
TracTickets for help on using
tickets.
Replying to thetrial:
Looks like the patch file for adding gsskex support that worked until 8.4 no longer applies cleanly since upgrade to 8.8. OpenSSH refused to include this support in base, so a couple of Linux distros maintained patchsets. This repo might be useful; not up to date but there's a PR added for 8.8 support.