Page MenuHomeFreeBSD

openssh: retire client VersionAddendum option handling
Needs ReviewPublic

Authored by emaste on Aug 2 2023, 6:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 16, 11:55 AM
Unknown Object (File)
Apr 20 2025, 8:04 PM
Unknown Object (File)
Apr 20 2025, 6:17 AM
Unknown Object (File)
Apr 19 2025, 3:20 PM
Unknown Object (File)
Apr 14 2025, 9:36 AM
Unknown Object (File)
Apr 13 2025, 10:04 PM
Unknown Object (File)
Mar 31 2025, 3:34 PM
Unknown Object (File)
Mar 29 2025, 2:02 AM
Subscribers
None

Details

Reviewers
kevans
des
Summary
Client-side VersionAddendum support was removed from base system SSH in
April 2022, in commit bffe60ead024.  We retained the option parsing
(using OpenSSH's support for deprecated options) to avoid breaking
existing installations upon upgrade, but sufficient time has now passed
that we can remove this special case.

Relnotes:       Yes
Sponsored by:   The FreeBSD Foundation

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste requested review of this revision.Aug 2 2023, 6:07 PM
emaste created this revision.

(Not to be committed until sufficient time has actually passed - after stable/14 branch, perhaps.)

(and update crypto/openssh/FREEBSD-upgrade when this goes in)