VirtualBox is an Emulator

Edit Package virtualbox

VirtualBox is an extremely feature rich, high performance product
for enterprise customers, it is also the only professional solution
that is freely available as Open Source Software under the terms of the
GNU Public License (GPL).
##########################################

Refresh
Refresh
Source Files
Filename Size Changed
README.autostart 0000000992 992 Bytes
README.build 0000009247 9.03 KB
UserManual.pdf 0004591275 4.38 MB
VirtualBox-5.2.10-xclient.patch 0000001277 1.25 KB
VirtualBox-7.0.10-patched.tar.bz2 0153272438 146 MB
VirtualBox.appdata.xml 0000000820 820 Bytes
_constraints 0000000207 207 Bytes
_multibuild 0000000050 50 Bytes
_service 0000000136 136 Bytes
fix-missing-includes-with-qt-5.15.patch 0000000954 954 Bytes
fix_7.0.6_locking_problems.patch 0000001258 1.23 KB
fix_conflict_between_host_and_guest.patch 0000000553 553 Bytes
fix_sdl_build.patch 0000003175 3.1 KB
fix_usb_rules.sh 0000000335 335 Bytes
fixes_for_6.5.patch 0000009407 9.19 KB
fixes_for_gcc13.patch 0000001007 1007 Bytes
fixes_for_leap.patch 0000022047 21.5 KB
fixes_for_makefile.patch 0000030459 29.7 KB
fixes_for_python.patch 0000000615 615 Bytes
fixes_for_qt5.13.patch 0000001956 1.91 KB
fixes_for_sle12.patch 0000008892 8.68 KB
gcc5-real-support.patch 0000000716 716 Bytes
handle_gsoap_208103.patch 0000000743 743 Bytes
modify_for_4_8_bo_move.patch 0000000972 972 Bytes
python311.patch 0000001726 1.69 KB
remove_vbox_video_build.patch 0000001918 1.87 KB
security_fixes.patch 0000001594 1.56 KB
smap.diff 0000000605 605 Bytes
turn_off_cloud_net.patch 0000000617 617 Bytes
update-extpack.sh 0000002452 2.39 KB
vbox-default-os-type.diff 0000001281 1.25 KB
vbox-deprec-gsoap-service-proxies.diff 0000000954 954 Bytes
vbox-disable-updates.diff 0000001487 1.45 KB
vbox-fpie.diff 0000001534 1.5 KB
vbox-gsoapssl-deps.diff 0000001293 1.26 KB
vbox-no-build-dates.diff 0000017965 17.5 KB
vbox-permissions_warning.diff 0000002540 2.48 KB
vbox-python-py310.patch 0000002015 1.97 KB
vbox-python-selection.patch 0000007140 6.97 KB
vbox-smc-napa.diff 0000000560 560 Bytes
vbox-suid-warning.diff 0000002457 2.4 KB
vbox-usb-warning.diff 0000003208 3.13 KB
vbox-vboxadd-init-script.diff 0000008371 8.17 KB
vbox-vboxdrv-init-script.diff 0000002963 2.89 KB
vboxadd-service.service 0000000427 427 Bytes
vboxautostart-service.service 0000000497 497 Bytes
vboxautostart-service.sh 0000004133 4.04 KB
vboxclient.desktop 0000000412 412 Bytes
vboxclient.service 0000000275 275 Bytes
vboxconfig.sh 0000001968 1.92 KB
vboxdrv.service 0000000450 450 Bytes
vboxdrv.sh 0000012556 12.3 KB
vboxguestconfig.sh 0000002119 2.07 KB
vboxservice.service 0000000197 197 Bytes
vboxweb-service.service 0000000479 479 Bytes
vboxweb-service.sh 0000006735 6.58 KB
virtualbox-60-vboxdrv.rules 0000000762 762 Bytes
virtualbox-60-vboxguest.rules 0000000374 374 Bytes
virtualbox-LocalConfig.kmk 0000000498 498 Bytes
virtualbox-default.virtualbox 0000000937 937 Bytes
virtualbox-kmp-files 0000000415 415 Bytes
virtualbox-kmp-preamble 0000000057 57 Bytes
virtualbox-patch-source.sh 0000001238 1.21 KB
virtualbox-rpmlintrc 0000000202 202 Bytes
virtualbox-sed-params.patch 0000001511 1.48 KB
virtualbox-wrapper.sh 0000002600 2.54 KB
virtualbox.changes 0000454758 444 KB
virtualbox.spec 0000042771 41.8 KB
Revision 18 (latest revision is 22)
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 1112832 from Larry Finger's avatar Larry Finger (lwfinger) (revision 18)
- Fix problems wiith 6.5 kernels and shared folders. boo#1215463.
  Fix build errors for Leap 15.4, 15.5, and 15.6 due to gso.h not found.

- An additional fix was needed to handle flexible arrays in kernel 6.5+.
  A fix was made for breakage of kernels 6.4.10+ boo#1212761 and boo#1214391.
  Note that the change in 6.4 missed an internal include that is present
  in kernel 6.5.

- Fix build for kernel 6.5
  Add file "fixes_for_6.5.patch"
  Reworked patches for various Leap versions:
    Added file "fixes_for_leap.patch"
    Deleted file "fixes_for_leap15.2.patch"
    Deleted file "fixes_for_leap15.3.patch"
    Deleted file "fixes_for_leap15.4.patch"
    Deleted file "fixes_for_leap15.5.patch"

Thu July 19 15:24:39 UTC 2023 - Larry Rainey <llrainey15@gmail.com>
-  VirtualBox 7.0.10 (released July 18 2023)
This is a maintenance release. The following items were fixed and/or added:
    OCI: Introduced general improvements
    VMM: Fixed a bug while walking page tables while executing nested VMs causing flooding of the release log as a consequence (Intel hosts only, bug #21551)
    GUI: Added general improvements
    TPM: Fixed a crash when a VM has a TPM version 1.2 configured (bug #21622)
    3D: Initial support for OpenGL 4.1
    3D: Fixed various graphics issues with Windows 11 guests (bugs #21136, #21515)
    Guest Control/VBoxManage: Fixed parameter "--ignore-orphaned-processes"
    Guest Control/VBoxManage: Fixed behavior of how handling argument 0 for a started guest process works: One can now explicitly specify it with the newly added option "--arg0". This will effectively restore the behavior of former VirtualBox versions
    Audio: Also use the PulseAudio backend when pipewire-pulse is running instead of falling back to ALSA (bug #21575)
    NAT: Adjusted UDP proxy timeout from 18-21 to 21-24 range to respect intended 20 second timeout (bug #21560)
Comments 0
openSUSE Build Service is sponsored by