sys.net.if_wg.wg_key_peerdev_makeshared: Add require metadata
Add require.user root and require.kmods if_wg to
wg_key_peerdev_makeshared_head(), consistent with the other wg tests.
Without if_wg.ko causes ifconfig wg create to fail with EINVAL. The
test also needs root to create jails.
Sponsored by: The FreeBSD Foundation
games/openttd: update: 15.2 -> 15.3
<ChangeLog>
- Fix: Conditional orders could require a maximum reliability over
100% (#15409)
- Fix: Improve appearance of toolbars and main menu images/text with
some non-default base sets (#15402)
- Fix: [Script] IsBuildableRectangle for a 0x0 tile should return
false (#15357)
- Fix: Desync caused by train crashes (#15338)
- Fix: Incorrect scroll bar capacity for train details window total
cargo tab (#15329)
- Fix #15310: Crash caused by a helicopter running out of fuel near
map edge (#15311)
</ChangeLog>
PR: 294594
Approved by: danfe (maintainer)
Sponsored by: tipi.work
shells/xonsh: Fix short description
- Remove pkg name from COMMENT
Reported by: makc
Fixes: 171de8a6 ("shells/xonsh: Update short and long description")
Vendor import of smart at 1.0.2
smart/diskhealth is a command line application to monitor disk health
from a storage device via SMART.
Reviewed by: fuz, jrm
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D56638
bsdinstall: Improve auto-partition message
Manually tuning ZFS for systems with <8GB ram hasn't been necessary at
least since the switch to OpenZFS. We have users reporting using 1GB RAM
with no manual tuning/issues. Further, the page this links to is a stale
wiki page, which is causing complaints. Remove this misleading note and
replace it with a similar message for UFS. While here, reword that note
to be a bit clearer.
PR: 287719
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D50971
net/foreman-proxy: Update 3.13.0 => 3.18.1
Changelog:
https://github.com/theforeman/smart-proxy/blob/3.18.1/CHANGELOG
Commit log:
https://github.com/theforeman/smart-proxy/compare/3.13.0...3.18.1
Improve port:
- Fix warnings from portclippy.
- Fix build with USERS/GROUPS not in UIDs/GIDs.
- In do-install:
- Merge MKDIRs.
- Replace "LN -s" with "RLN".
- Replace "CP -r" in for loop with single COPYTREE_SHARE.
- Merge INSTALL_SCRIPTs.
- Replace "${PREFIX}/etc/foreman-proxy" with "${ETCDIR}".
- Replace "${PREFIX}/etc/foreman-proxy" with "${ETCDIR}" in rc script.
[3 lines not shown]