Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.2.2_1 06 Oct 2025 00:11:29
    |
Vladimir Druzenko (vvd)  |
emulators/virtualbox-ose*: Fix vboxvfs build on 16-CURRENT
/wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-6.1.50/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c:1271:9:
error: use of undeclared identifier 'NULLVP'
1271 | *vpp = NULLVP;
| ^
/wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-6.1.50/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c:1281:3:
error: call to undeclared function 'VREF'; ISO C99 and later do not support
implicit function declarations [-Werror,-Wimplicit-function-declaration]
1281 | VREF(dvp);
| ^
Commits that broke the build:
https://cgit.freebsd.org/src/commit/sys/sys/vnode.h?id=7e4c451c12aeb26cc1179221b8230c491b17cf00
https://cgit.freebsd.org/src/commit/sys/sys/vnode.h?id=01c8e2e33df81b242d73a23de49a6b61f33c24c1
PR: 289992
Reported by: pkg-fallout
MFH: 2025Q4
(cherry picked from commit bf21746ce084a75d0c29b3b342ed4dcc4b07d9a2) |
7.2.2_1 06 Oct 2025 00:11:21
    |
Vladimir Druzenko (vvd)  |
emulators/virtualbox-ose{,-nox11}-72: Add support of TPM device emulation using
sysutils/libtpms (default on)
Fix: "Failed to attach to TPM driver. rc=VERR_PDM_DRIVER_NOT_FOUND"
PR: 289922
MFH: 2025Q4
(cherry picked from commit c3c421e837328468f997556803ed7b558718798e) |
7.2.2 02 Oct 2025 16:36:15
    |
Vladimir Druzenko (vvd)  Author: John |
emulators/virtualbox-ose{,-kmod,-nox11}-72: Update 7.2.0 => 7.2.2
Changelog:
https://www.virtualbox.org/wiki/Changelog-7.2
PR: 289019
Tested by: Mario Lobo <lobo@bsd.com.br>
Tested by: Vladimir Druzenko <vvd@FreeBSD.org>
MFH: 2025Q3
(cherry picked from commit fba8e2bddc8594ac97098cc7c3e0173de2323750) |