Compare commits
1 Commits
new-in-lea
...
master
| Author | SHA256 | Date | |
|---|---|---|---|
| 2ad9bd253d |
BIN
VirtualBox-7.2.4-patched.tpxz
LFS
BIN
VirtualBox-7.2.4-patched.tpxz
LFS
Binary file not shown.
BIN
VirtualBox-7.2.6-patched.tpxz
LFS
Normal file
BIN
VirtualBox-7.2.6-patched.tpxz
LFS
Normal file
Binary file not shown.
@@ -6,7 +6,6 @@ if [ -z "$1" ]; then
|
||||
fi
|
||||
|
||||
REMOVE_DIRS=(
|
||||
src/VBox/Additions/WINNT
|
||||
src/VBox/Additions/os2
|
||||
src/VBox/Runtime/r3/darwin
|
||||
src/VBox/Runtime/r0drv/darwin
|
||||
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 09:59:43 UTC 2026 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 7.2.6
|
||||
* VMM: Fixed issue when VM process was crashing during RHEL5
|
||||
guest boot
|
||||
* VMM: Fixed issue when VMX nested-guest VM-entry was checking
|
||||
the wrong VM-execution control bit in the virtual VMCS
|
||||
* VMM: Fixed issue when guest process was crashing inside Windows
|
||||
guest on AMD system
|
||||
* The VRDP server, the USB smartcard emulation, the disk/VM
|
||||
encryption features are now in the open source base package
|
||||
- Drop curl-8.16.patch (merged)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 10:52:35 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
@@ -68,8 +68,8 @@
|
||||
%endif
|
||||
|
||||
Name: virtualbox%{?dash}%{?name_suffix}
|
||||
Version: 7.2.4
|
||||
%define rversion 7.2.4
|
||||
Version: 7.2.6
|
||||
%define rversion 7.2.6
|
||||
Release: 0
|
||||
Summary: %{package_summary}
|
||||
License: GPL-3.0-or-later
|
||||
@@ -133,7 +133,6 @@ Patch10: fix_for_leap15.5.patch
|
||||
Patch11: cxx17.patch
|
||||
Patch12: host-source.patch
|
||||
Patch20: gentoo-C23.patch
|
||||
Patch21: curl-8.16.patch
|
||||
#
|
||||
# Common BuildRequires for both virtualbox and virtualbox-kmp
|
||||
BuildRequires: %{kernel_module_package_buildreqs}
|
||||
@@ -812,8 +811,9 @@ export DISABLE_RESTART_ON_UPDATE=yes
|
||||
%{_vbox_instdir}/VBoxSharedFolders.so
|
||||
%{_vbox_instdir}/VBoxVMM.so
|
||||
%{_vbox_instdir}/VBoxVMMArm.so
|
||||
%{_vbox_instdir}/VBoxXPCOMC.so
|
||||
%{_vbox_instdir}/VBoxVRDP.so
|
||||
%{_vbox_instdir}/VBoxXPCOM.so
|
||||
%{_vbox_instdir}/VBoxXPCOMC.so
|
||||
%{_vbox_instdir}/VBox*.r0
|
||||
%{_vbox_instdir}/VMMR0.r0
|
||||
%{_vbox_instdir}/VBoxEFI*.fd
|
||||
|
||||
Reference in New Issue
Block a user