Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.2.2_1 09 Oct 2025 09:42:43
    |
Max Brazhnikov (makc)  |
*/*: Fix Qt and LXQt spelling |
7.2.2_1 06 Oct 2025 00:03:39
    |
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 |
7.2.2_1 05 Oct 2025 23:29:17
    |
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 |
7.2.2 02 Oct 2025 16:28:07
    |
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 |
7.2.0 01 Oct 2025 14:08:08
    |
Vladimir Druzenko (vvd)  |
emulators/virtualbox-ose{,-nox11}{,-70,-71,-72,-legacy}: Fix build with ftp/curl
8.16.0
kBuild: Compiling VBoxRT -
/wrkdirs/usr/ports/emulators/virtualbox-ose-72/work/VirtualBox-7.2.0/src/VBox/Runtime/generic/http-curl.cpp
/wrkdirs/usr/ports/emulators/virtualbox-ose-72/work/VirtualBox-7.2.0/src/VBox/Runtime/generic/http-curl.cpp:702:27:
error: assigning to 'curl_proxytype' from incompatible type 'long'
702 | pThis->enmProxyType = CURLPROXY_HTTP;
| ^~~~~~~~~~~~~~
/usr/local/include/curl/curl.h:791:35: note: expanded from macro
'CURLPROXY_HTTP'
791 | #define CURLPROXY_HTTP 0L /* added in 7.10, new in 7.19.4
default is
| ^~
Upstream bug report:
https://github.com/curl/curl/issues/18054#issuecomment-3354156324
PR: 289924 |
7.2.0 29 Aug 2025 15:16:27
    |
Vladimir Druzenko (vvd)  |
emulators/virtualbox-ose{,-kmod,-nox11}-72: Add new ports VirtualBox 7.2.0
Port based on patch from Stas Timokhin <devel@stasyan.com>.
The main work on porting was done by the author of the original patch.
The rest is a several various improvements and bug fixes that have been
made over the past few months in older versions and one upstream
regression: https://github.com/VirtualBox/virtualbox/issues/135
The requirements for 7.2.x are the same as for 7.1.x, but for now we'll
leave both versions: 7.2.x in experimental/test mode and 7.1.x - stable.
Upstream ported on aarch64, but for now we keep ONLY_FOR_ARCHS=amd64.
If you interested in porting it on aarch64 - create PR with patch.
The following ports also need to be created (they are not available for (Only the first 15 lines of the commit message are shown above ) |
7.1.12 29 Aug 2025 14:56:29
    |
Vladimir Druzenko (vvd)  |
emulators/virtualbox-ose{,-kmod,-nox11}-72: Repocopy from
emulators/virtualbox-ose{,-kmod,-nox11}-71
PR: 289019 |