From f3407694b8c1876e91c0b20ce2a020b81f52c37b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 19 Jan 2026 21:27:36 +1300 Subject: [PATCH] vboxguestdrivers: Upgrade to 7.2.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a maintenance release. The following items were fixed or added: GUI: Fixed VirtualBox VM Manager crash when host was resuming from sleep (​github:gh-121, ​github:gh-170) GUI: Updated native language support for Traditional Chinese, Greek, Swedish, Hungarian and Indonesian translations NAT: Fixed issue when multiple port forwarding rules affected NAT functionality (​github:gh-232) Linux host and guest: Introduced initial support for kernel 6.18 Linux Guest Additions: Introduced additional fixes for RHEL 9.6 and 9.7 kernels (​github:GH-12) Windows Guest Additions: Introduced additional fixes for issue when installation was failing in Windows XP SP2 guest (​github:GH-142) Signed-off-by: Khem Raj Cc: Bruce Ashfield (cherry picked from commit 0ecf2814b207cc25962a3949c8265d856a355ea0) Signed-off-by: Ankur Tyagi Signed-off-by: Anuj Mittal --- .../{vboxguestdrivers_7.2.2.bb => vboxguestdrivers_7.2.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/vboxguestdrivers/{vboxguestdrivers_7.2.2.bb => vboxguestdrivers_7.2.4.bb} (97%) diff --git a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.2.2.bb b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.2.4.bb similarity index 97% rename from meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.2.2.bb rename to meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.2.4.bb index 9b01964334..117cdc967e 100644 --- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.2.2.bb +++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.2.4.bb @@ -14,7 +14,7 @@ VBOX_NAME = "VirtualBox-${PV}" SRC_URI = "http://download.virtualbox.org/virtualbox/${PV}/${VBOX_NAME}.tar.bz2 \ file://Makefile.utils \ " -SRC_URI[sha256sum] = "b0e63bfb855327aecf1122cda33390c33734e5ffed72f123f5edf786a8ce1393" +SRC_URI[sha256sum] = "d281ec981b5f580211a0cedd1b75a1adcb0fbfcbb768d8c2bf4429f4763e8bbd" S ?= "${UNPACKDIR}/vbox_module" S:task-unpack = "${UNPACKDIR}/${VBOX_NAME}"