FREEBSD-upgrade (14e78a3656efef8f3cbacbab9c0653dff3f925f4) FREEBSD-upgrade (e600fc7295a7082041388113a5d677f6c4cf7ce7)
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

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

168
1699) Paths
170
171 A number of paths are changed to match FreeBSD's configuration (e.g.,
172 using /usr/local/ instead of /uxr/X11R6/).
173
17410) Retired patches
175
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

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

168
1699) Paths
170
171 A number of paths are changed to match FreeBSD's configuration (e.g.,
172 using /usr/local/ instead of /uxr/X11R6/).
173
17410) Retired patches
175
176 We no longer have client-side VersionAddendum, but we recognize and ignore
177 the configuration options to avoid breaking existing configurations.
176 We no longer have client-side VersionAddendum.
178
17911) PrintLastLog bugfix
180
181 Upstream's autoconf sets DISABLE_LASTLOG if the system does not have
182 lastlog.ll_line, but uses it to disable the PrintLastLog configuration
183 option altogether. There is a hacky SKIP_DISABLE_LASTLOG_DEFINE=yes to
184 skip setting DISABLE_LASTLOG which we've applied for FreeBSD, but the
185 autoconf machinery really ought to be reworked. Reported upstream at
186 https://lists.mindrot.org/pipermail/openssh-unix-dev/2022-May/040242.html
187
188
189This port was brought to you by (in no particular order) DARPA, NAI
190Labs, ThinkSec, Nescafé, the Aberlour Glenlivet Distillery Co.,
191Suzanne Vega, and a Sanford's #69 Deluxe Marker.
192
193 -- des@FreeBSD.org
177
17811) PrintLastLog bugfix
179
180 Upstream's autoconf sets DISABLE_LASTLOG if the system does not have
181 lastlog.ll_line, but uses it to disable the PrintLastLog configuration
182 option altogether. There is a hacky SKIP_DISABLE_LASTLOG_DEFINE=yes to
183 skip setting DISABLE_LASTLOG which we've applied for FreeBSD, but the
184 autoconf machinery really ought to be reworked. Reported upstream at
185 https://lists.mindrot.org/pipermail/openssh-unix-dev/2022-May/040242.html
186
187
188This port was brought to you by (in no particular order) DARPA, NAI
189Labs, ThinkSec, Nescafé, the Aberlour Glenlivet Distillery Co.,
190Suzanne Vega, and a Sanford's #69 Deluxe Marker.
191
192 -- des@FreeBSD.org