Vendor import of OpenSSH 8.4p1.
Details
- Reviewers
emaste des - Commits
- rG3bbd8dc96b44: Vendor import of OpenSSH 8.4p1
Confirmed process followed made zero changes
if I tried to import the current vendor release 8.0p1.
This import was from the release tarball from openssh.com.
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 36427 Build 33316: arc lint + arc unit
Event Timeline
Note that I do not have my src commit bit (I am a ports committer), so I am seeking approval to push this src commit upstream to the vendor/openssh branch.
The reason I raised this request was I noticed a new feature was not yet available in the FreeBSD 13 source:
- sshd(8): add an Include sshd_config keyword that allows including additional configuration files via glob(3) patterns. bz2468
This was introduced in OpenSSH 8.2p1:
https://www.openssh.com/releasenotes.html
This would allow the follow to be added to /etc/ssh/sshd_config in the future:
Include /etc/ssh/sshd_config.d/*.conf
https://linuxliteracy.com/new-way-to-manage-ssh-options-in-ubuntu-20-04/
IMO we should push 8.1p1, 8.2p1, 8.3p1, 8.4p1 in order, so that we have the interim revisions in the history (even if we don't end up using them). I've staged that locally while updating the process documented in D28564, but the merge is not trivial.
Abandoning this revision, in favour of Ed’s recommendation to push 8.1p1, 8.2p1, 8.3p1, 8.4p1 in order.