FREEBSD-upgrade (d5e2d0f140cef6d09c4ddeb594cee027642366a7) FREEBSD-upgrade (348bea10b6f2b86f757011652ea798ccb3f696c1)
1 FreeBSD maintainer's guide to OpenSSH-portable
2 ==============================================
3
4 These instructions assume you have a clone of the FreeBSD git repo
5 main branch in src/freebsd/main, and will store vendor trees under
6 src/freebsd/vendor/. In addition, this assumes there is a "freebsd"
7 origin pointing to git(repo).freebsd.org/src.git.
8

--- 168 unchanged lines hidden (view full) ---

177 https://reviews.freebsd.org/D37253 and sent to the upstream mailing list at
178 https://lists.mindrot.org/pipermail/openssh-unix-dev/2022-November/040497.html
179
180 Upstream subsequently fixed only one of the related leaks, so we reverted
181 the partial fix and applied our change.
182
18311) Retired patches
184
1 FreeBSD maintainer's guide to OpenSSH-portable
2 ==============================================
3
4 These instructions assume you have a clone of the FreeBSD git repo
5 main branch in src/freebsd/main, and will store vendor trees under
6 src/freebsd/vendor/. In addition, this assumes there is a "freebsd"
7 origin pointing to git(repo).freebsd.org/src.git.
8

--- 168 unchanged lines hidden (view full) ---

177 https://reviews.freebsd.org/D37253 and sent to the upstream mailing list at
178 https://lists.mindrot.org/pipermail/openssh-unix-dev/2022-November/040497.html
179
180 Upstream subsequently fixed only one of the related leaks, so we reverted
181 the partial fix and applied our change.
182
18311) Retired patches
184
185 We no longer have HPN patches (adaptive buffer size for increased
186 throughput on high-BxD links) or client-side VersionAddendum, but we
187 recognize and ignore the configuration options to avoid breaking
188 existing configurations.
185 We no longer have client-side VersionAddendum, but we recognize and ignore
186 the configuration options to avoid breaking existing configurations.
189
19012) PrintLastLog bugfix
191
192 Upstream's autoconf sets DISABLE_LASTLOG if the system does not have
193 lastlog.ll_line, but uses it to disable the PrintLastLog configuration
194 option altogether. There is a hacky SKIP_DISABLE_LASTLOG_DEFINE=yes to
195 skip setting DISABLE_LASTLOG which we've applied for FreeBSD, but the
196 autoconf machinery really ought to be reworked. Reported upstream at
197 https://lists.mindrot.org/pipermail/openssh-unix-dev/2022-May/040242.html
198
199
200This port was brought to you by (in no particular order) DARPA, NAI
201Labs, ThinkSec, Nescafé, the Aberlour Glenlivet Distillery Co.,
202Suzanne Vega, and a Sanford's #69 Deluxe Marker.
203
204 -- des@FreeBSD.org
187
18812) PrintLastLog bugfix
189
190 Upstream's autoconf sets DISABLE_LASTLOG if the system does not have
191 lastlog.ll_line, but uses it to disable the PrintLastLog configuration
192 option altogether. There is a hacky SKIP_DISABLE_LASTLOG_DEFINE=yes to
193 skip setting DISABLE_LASTLOG which we've applied for FreeBSD, but the
194 autoconf machinery really ought to be reworked. Reported upstream at
195 https://lists.mindrot.org/pipermail/openssh-unix-dev/2022-May/040242.html
196
197
198This port was brought to you by (in no particular order) DARPA, NAI
199Labs, ThinkSec, Nescafé, the Aberlour Glenlivet Distillery Co.,
200Suzanne Vega, and a Sanford's #69 Deluxe Marker.
201
202 -- des@FreeBSD.org