mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
emulators/virtualbox-ose{,-nox11,-additions,-additions-nox11,-kmod}-72: Update 7.2.6 => 7.2.8 (fix 9 CVEs)
Changelog: https://www.virtualbox.org/wiki/Changelog-7.2 https://www.oracle.com/security-alerts/cpuapr2026.html#AppendixOVIR Security: CVE-2026-35242 Security: CVE-2026-35246 Security: CVE-2026-35251 Security: CVE-2026-35230 Security: CVE-2026-35245 Security: CVE-2026-35247 Security: CVE-2026-35248 Security: CVE-2026-35249 Security: CVE-2026-35250 Sponsored by: UNIS Labs MFH: 2026Q2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
PORTNAME= virtualbox-ose
|
||||
DISTVERSION= 7.2.6
|
||||
PORTREVISION?= 1
|
||||
DISTVERSION= 7.2.8
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= https://download.virtualbox.org/virtualbox/${DISTVERSION}/:src \
|
||||
LOCAL/vvd:docs
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
TIMESTAMP = 1769696969
|
||||
SHA256 (VirtualBox-7.2.6.tar.bz2) = c58443a0e6fcc7fc7e84c1011a10823b3540c6a2b8f2e27c4d8971272baf09f7
|
||||
SIZE (VirtualBox-7.2.6.tar.bz2) = 211192590
|
||||
SHA256 (VirtualBox-docs-7.2.6.tar.bz2) = eab24e948dfdd5943a1fac924928f4b5bff0b24f3cdbd6ae9ffaaa914893dfc2
|
||||
SIZE (VirtualBox-docs-7.2.6.tar.bz2) = 9138179
|
||||
SHA256 (VBoxGuestAdditions_7.2.6.iso) = 740e9a729c944180a165188fd426f9a2e1a2581d654402a1b856f9755a1ffc97
|
||||
SIZE (VBoxGuestAdditions_7.2.6.iso) = 53391360
|
||||
TIMESTAMP = 1777000000
|
||||
SHA256 (VirtualBox-7.2.8.tar.bz2) = 0642ed4a12b7204cd30c0abbc2c10c1cc7ad55ce1756a01e86a16d4b6b066592
|
||||
SIZE (VirtualBox-7.2.8.tar.bz2) = 207408458
|
||||
SHA256 (VirtualBox-docs-7.2.8.tar.bz2) = 6b26d9398ac4ba0023a126bd3edaf3d5eb9dbb01245aeced875835673ca02fa2
|
||||
SIZE (VirtualBox-docs-7.2.8.tar.bz2) = 9139789
|
||||
SHA256 (VBoxGuestAdditions_7.2.8.iso) = 169acb9361ade42d32500f51b48ad366fdfdb094b5e3fb422d640c1416a6b216
|
||||
SIZE (VBoxGuestAdditions_7.2.8.iso) = 53442560
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--- src/VBox/Runtime/Makefile.kmk.orig 2025-08-28 22:09:24 UTC
|
||||
--- src/VBox/Runtime/Makefile.kmk.orig 2026-04-18 10:21:06 UTC
|
||||
+++ src/VBox/Runtime/Makefile.kmk
|
||||
@@ -233,6 +233,9 @@ $(IPRT_OUT_DIR)/oiddb.h.ts +| $(IPRT_OUT_DIR)/oiddb.h:
|
||||
$(QUIET)$(oiddb2c_1_TARGET) "$@" $(filter %.cfg,$^)
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
#
|
||||
# Unicode Specification reader used to regenerate unidata-*.cpp.
|
||||
@@ -1516,6 +1519,7 @@ RuntimeBaseR3_SOURCES.freebsd = \
|
||||
@@ -1523,6 +1526,7 @@ RuntimeBaseR3_SOURCES.freebsd = \
|
||||
generic/RTProcDaemonize-generic.cpp \
|
||||
generic/RTProcIsRunningByName-generic.cpp \
|
||||
generic/RTThreadGetNativeState-generic.cpp \
|
||||
@@ -18,11 +18,11 @@
|
||||
r3/freebsd/fileaio-freebsd.cpp \
|
||||
r3/freebsd/RTFileQuerySectorSize-freebsd.cpp \
|
||||
r3/freebsd/mp-freebsd.cpp \
|
||||
@@ -3072,6 +3076,8 @@ VBoxRT_LDFLAGS.win = /MANIFEST \
|
||||
/delayload:ole32.dll \
|
||||
@@ -3090,6 +3094,8 @@ VBoxRT_LDFLAGS.win = /MANIFEST \
|
||||
/delayload:oleaut32.dll \
|
||||
/delayload:advapi32.dll
|
||||
+VBoxRT_LDFLAGS.freebsd = \
|
||||
/delayload:advapi32.dll \
|
||||
/delayload:mpr.dll
|
||||
+VBoxRT_LDFLAGS.freebsd = \
|
||||
+ -Wl,--allow-multiple-definition
|
||||
|
||||
if1of (VBoxRT, $(DLLS))
|
||||
|
||||
@@ -328,6 +328,7 @@ lib/virtualbox/components/VirtualBox_XPCOM.xpt
|
||||
%%DATADIR%%/UnattendedTemplates/suse_autoinstall.xml
|
||||
%%DATADIR%%/UnattendedTemplates/ubuntu_autoinstall_meta_data
|
||||
%%DATADIR%%/UnattendedTemplates/ubuntu_autoinstall_user_data
|
||||
%%DATADIR%%/UnattendedTemplates/ubuntu_postinstall.sh
|
||||
%%DATADIR%%/UnattendedTemplates/ubuntu_preseed.cfg
|
||||
%%DATADIR%%/UnattendedTemplates/win_nt5_unattended.sif
|
||||
%%DATADIR%%/UnattendedTemplates/win_nt6_unattended.xml
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
PORTNAME= virtualbox-ose
|
||||
DISTVERSION= 7.2.6
|
||||
DISTVERSION= 7.2.8
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= https://download.virtualbox.org/virtualbox/${DISTVERSION}/
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1769696969
|
||||
SHA256 (VirtualBox-7.2.6.tar.bz2) = c58443a0e6fcc7fc7e84c1011a10823b3540c6a2b8f2e27c4d8971272baf09f7
|
||||
SIZE (VirtualBox-7.2.6.tar.bz2) = 211192590
|
||||
TIMESTAMP = 1777000000
|
||||
SHA256 (VirtualBox-7.2.8.tar.bz2) = 0642ed4a12b7204cd30c0abbc2c10c1cc7ad55ce1756a01e86a16d4b6b066592
|
||||
SIZE (VirtualBox-7.2.8.tar.bz2) = 207408458
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
PORTNAME= virtualbox-ose
|
||||
DISTVERSION= 7.2.6
|
||||
DISTVERSION= 7.2.8
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= https://download.virtualbox.org/virtualbox/${DISTVERSION}/
|
||||
PKGNAMESUFFIX= -kmod-72
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1769696969
|
||||
SHA256 (VirtualBox-7.2.6.tar.bz2) = c58443a0e6fcc7fc7e84c1011a10823b3540c6a2b8f2e27c4d8971272baf09f7
|
||||
SIZE (VirtualBox-7.2.6.tar.bz2) = 211192590
|
||||
TIMESTAMP = 1777000000
|
||||
SHA256 (VirtualBox-7.2.8.tar.bz2) = 0642ed4a12b7204cd30c0abbc2c10c1cc7ad55ce1756a01e86a16d4b6b066592
|
||||
SIZE (VirtualBox-7.2.8.tar.bz2) = 207408458
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -nox11-72
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../virtualbox-ose-72
|
||||
|
||||
Reference in New Issue
Block a user