No vulnerabilities on this occasion; yesterday's <https://www.oracle.com/security-alerts/cpuoct2023.html#AppendixOVIR> is for versions prior to 7.0.12.
I'll try to create patch, but no time in next several days.
Created attachment 245737 [details] update to 6.1.48
As far as I can see all works fine [tiger@laptop]:~%pkg info -x virtualbo virtualbox-ose-6.1.48 virtualbox-ose-kmod-6.1.48 [tiger@laptop]:~%vboxmanage --version 6.1.48r159471
(In reply to Sergey V. Dyatko from comment #2) Keep lines with "PORTREVISION?= X" in Makefiles - used for *-nox11 slave ports.
(In reply to Sergey V. Dyatko from comment #2) $ uname -srvKU FreeBSD 14.0-RC1 FreeBSD 14.0-RC1 #0 releng/14.0-n265234-d2025992ab68: Fri Oct 13 05:51:48 UTC 2023 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC 1400097 1400097 $ VBoxManage -version 6.1.48r159471 Thank you! John groenveld@acm.org
emulators/virtualbox-ose{,-kmod,-additions} build fine in poudriere 13.2 amd64. Will test run in next several days.
(In reply to Vladimir Druzenko from comment #6) $ uname -srvKU FreeBSD 13.2-RELEASE-p4 FreeBSD 13.2-RELEASE-p4 GENERIC 1302001 1302001 $ VBoxManage -version 6.1.48r159471 I also tested virtualbox-ose-additions-6-1.48 on 13.2-RELEASE and 14.0-RC1. John groenveld@acm.org
Work fine for me too on 13.2 amd64. https://reviews.freebsd.org/D42322
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ae6b467526ab9fe639b577e0bd5cd9e151427932 commit ae6b467526ab9fe639b577e0bd5cd9e151427932 Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2023-10-22 10:18:24 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2023-10-22 10:18:24 +0000 emulators/virtualbox-ose{,-kmod,-additions}: update to 6.1.48 Based on patch from Sergey V. Dyatko <sergey.dyatko@gmail.com>. Changelog: https://www.virtualbox.org/wiki/Changelog-6.1#v48 PR: 274555 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D42322 MFH: 2023Q4 emulators/virtualbox-ose-additions/Makefile | 2 +- emulators/virtualbox-ose-additions/distinfo | 6 +++--- emulators/virtualbox-ose-kmod/Makefile | 2 +- emulators/virtualbox-ose-kmod/distinfo | 6 +++--- emulators/virtualbox-ose/Makefile | 4 ++-- emulators/virtualbox-ose/distinfo | 10 +++++----- 6 files changed, 15 insertions(+), 15 deletions(-)
A commit in branch 2023Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2852ece67577b0f167e545bc887b5cfc54d7cb1e commit 2852ece67577b0f167e545bc887b5cfc54d7cb1e Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2023-10-22 10:18:24 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2023-10-22 10:25:07 +0000 emulators/virtualbox-ose{,-kmod,-additions}: update to 6.1.48 Based on patch from Sergey V. Dyatko <sergey.dyatko@gmail.com>. Changelog: https://www.virtualbox.org/wiki/Changelog-6.1#v48 PR: 274555 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D42322 MFH: 2023Q4 (cherry picked from commit ae6b467526ab9fe639b577e0bd5cd9e151427932) emulators/virtualbox-ose-additions/Makefile | 2 +- emulators/virtualbox-ose-additions/distinfo | 6 +++--- emulators/virtualbox-ose-kmod/Makefile | 2 +- emulators/virtualbox-ose-kmod/distinfo | 6 +++--- emulators/virtualbox-ose/Makefile | 4 ++-- emulators/virtualbox-ose/distinfo | 10 +++++----- 6 files changed, 15 insertions(+), 15 deletions(-)
Commited, thanks!