1
0
forked from pool/virtualbox
Commit Graph

295 Commits

Author SHA256 Message Date
Larry Finger
e944f6171f - Move location of kernel modules from /lib/modules/$(uname -r)/misc to
/lib/modules/$(uname -r)/extra. This change is supposed to force rebuild
  of the modules when the kernel is updated.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=389
2017-12-09 01:13:47 +00:00
Larry Finger
7876a09d35 - Update "fixes_for_4.15.patch" for further API changes in kernel 4.15.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=387
2017-12-02 03:59:12 +00:00
Larry Finger
799f49a940 Accepting request 544759 from home:RBrownSUSE:branches:Virtualization
Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)

OBS-URL: https://build.opensuse.org/request/show/544759
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=385
2017-11-23 17:10:09 +00:00
Larry Finger
fadfe8ba5d - Remove file "fix_KMS_support.patch" - Fixed upstream
Add new patch file "fixes_for_4.15.patch".
  Modified vboxconfig.sh to issue a warning when there is a version mismatch rather than abort.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=384
2017-11-22 16:53:50 +00:00
Larry Finger
f3efb31ed1 - Update "fixes_for_leap15.patch" for wait queue API changes.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=382
2017-11-11 03:41:47 +00:00
Larry Finger
cdc999e54d - Add file "fixes_for_python.patch".
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=381
2017-11-08 02:09:11 +00:00
Larry Finger
806003d2a3 - Modify "fixes_for_leap15.patch" to handle SKB_GSO_UDP API change.
- Addresses VUL-0: CVE-2017-10392,CVE-2017-10407,CVE-2017-10408,CVE-2017-3733,CVE-2017-10428 as noted in bsc #1064200
- Fix /sbin/vboxguestconfig.sh to be similar to /sbin/vboxconfig.sh.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=380
2017-11-07 16:41:30 +00:00
Larry Finger
0154baf2ee Accepting request 538131 from home:pluskalm:branches:Virtualization
- Rename python subpackage
- Update python dependnencies for migration to python3 as default

OBS-URL: https://build.opensuse.org/request/show/538131
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=378
2017-11-01 16:00:41 +00:00
Larry Finger
cf943cf3ca File "fixes_for_leap15.patch" is added to accomplish this task.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=376
2017-10-30 17:13:32 +00:00
Larry Finger
cd06b6876b - Add patch to handle LEAP 15 API change in wait queues. This change addresses boo#1064524.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=372
2017-10-21 18:51:06 +00:00
Larry Finger
48db352de9 - Update vboxdrv.sh as recommended in bsc#1060072.
- Move files /usr/lib/virtualbox/VBoxKeyboard.so, /usr/lib/virtualbox/VBoxOGLrenderspu.so, /usr/lib/virtualbox/VBoxSharedClipboard.so, and
   /usr/lib/virtualbox/VBoxSharedCrOpenGL.so from package virtualbox to virtualbox-qt. With this change, package virtualbox no longer needs libX11.
- Version bump to 5.1.30 (released 2017-10-16 by Oracle)
This is a maintenance release. The following items were fixed and/or added:
    GUI: translation updates
    GUI: Fixed double mouse cursor when using mouse integration without Guest Additions, actually a Qt 5.6 bug fixed with QT 5.6.3 (Mac OS X hosts only; bug #15610)
    Solaris hosts: allow increasing MTU size for host-only adapter to 9706 bytes to support jumbo frames
    Linux hosts: glibc 2.26 compile fix
    Windows Additions: 3D related crash fix (bugs #17082, #17092)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=371
2017-10-17 13:51:44 +00:00
Larry Finger
a3cf3f85ef - Make additional change specified in bsc#1060072. Moving VBoxSDL and VBoxSDL.so from package
virtualbox to virtualbox-qt removes an additional need to load the libqt* binaries on a
  text-only installation running headless VMs.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=369
2017-10-03 13:06:25 +00:00
Larry Finger
4ad73fc134 - Make changes suggested in bsc#1060072
The specific changes are:
  (1) Remove the test in vboxdrv.sh as the script tests for the wrong file. This is safe because
      if the package is not installed, the script will not be there.
  (2) Move VBoxDbg.so to package virtualbox-qt. With this change, packages libQt5Core, libQt5Gui
      and libQt5Widgets are no longer needed with package virtualbox. As a result, a text-only
      server no longer needs to load QT to support headless virtual machines.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=367
2017-09-25 20:31:11 +00:00
Larry Finger
76f0fe63c0 - Update "fixes_for_4.14.patch" to handle additional API changes in kernel 4.14.
These include the following:
	removal of gamma_set and gamma_get from struct drm_fb_helper_funcs
	removal of set_busid from struct drm_driver
	replacement of drm_pci_init() with pci_register_driver()
	replacement of drm_pci_exit() with pci_unregister_driver()
	removal of load_lut from struct drm_crtc_helper_func

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=365
2017-09-24 14:57:55 +00:00
Larry Finger
646f6d71d8 - Update "fixes_for_4.14.patch" to handle missing SKB_GSO_UDP in kernel 4.14
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=364
2017-09-21 13:54:20 +00:00
Ismail Dönmez
dfb7c858b0 Accepting request 527433 from home:lwfinger:branches:Virtualization
Update to build on kernel 4.14

OBS-URL: https://build.opensuse.org/request/show/527433
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=363
2017-09-21 10:40:13 +00:00
Larry Finger
f860d8b95f Accepting request 522932 from home:msmeissn:branches:Virtualization
- mark VBoxNetNAT with the correct permissions line. (bsc#1033425)

OBS-URL: https://build.opensuse.org/request/show/522932
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=361
2017-09-11 00:35:53 +00:00
Larry Finger
c6ad50c18b - Update vboxconfig.sh to fix problems noted in bsc#1042726
Disable pae build for 32-bit kernels.
  Added missing commands to keep mkinitrd from being called twice during installation of host kernel modules. bsc#105248.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=359
2017-08-07 20:33:23 +00:00
Larry Finger
c3af46ed4d Accepting request 515041 from home:Andreas_Schwab:Factory
- internal-headers.patch: fix invalid use of internal headers, enable
  POSIX extensions

OBS-URL: https://build.opensuse.org/request/show/515041
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=358
2017-08-07 18:11:53 +00:00
Larry Finger
f0824ee78b Accepting request 514488 from home:frispete:Kernel-base
Hi Larry,

I finally put some effort in fixing the VM autostart mechanics,
that are terminally broken in the current package (due to the way,
systemd interacts with Sys-V init scripts, stop operations aren't 
executed most of the time, because it lost track of the state...).

With these changes, I'm able to reliably start/stop all VMs on 
hosts ranging from 13.2 to 42.2. I'm confident, this will improve
for all systemd based systems, i.o.w all those systems we care about..

It resembles pretty much the same scheme, vboxdrv is using already.

Give it a try.

- reorganize vbox autostart, coping with systemd:
  - add /usr/lib/virtualbox/vboxes.sh (based on /etc/init.d/vboxes)
  - add /usr/lib/systemd/system/vboxes.service
  - remove /etc/init.d/vboxes

OBS-URL: https://build.opensuse.org/request/show/514488
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=357
2017-08-04 02:39:17 +00:00
Larry Finger
c3b0ff9ee7 - Version bump to 5.1.26 (released 2017-07-27 by Oracle)
This is a maintenance release. The following items were fixed and/or added:
    VMM: reset the TSC on VM reset to work around a Windows bug (bug #16643)
    Audio: fixed memory leak when enabled with VRDP connections (5.1.24 regression; bug #16928)
    Audio: fixed creation of too many sound sinks on Linux hosts when using the PulseAudio backend (bug #16938)
    Audio: implemented record gain registers for AC'97 emulation; those are needed for newer Ubuntu guests which rely on those when controlling gain and muting the recording (capturing) levels
    Storage: fixed hang when using the emulated NVMe controller with the SPDK (bug #16945)
    Mouse: double click was not working with a precision touchpad (bug #14632)
    Linux hosts: properly bring up host-only network interfaces with iproute (5.1.24 regression; bug #16911)
    Linux hosts: provide Python 3 libraries for deb/rpm packages
    Windows guests: fixed automatic logons for Vista and newer Windows guests (5.1.24 regression; bug #16921)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=355
2017-07-29 21:00:24 +00:00
Larry Finger
9eb9a7be0c - File "vbox_fix_for_kernel_4.12.patch" removed as these changes are fixed upstream.
- File "vbox_fix_for_kernel_4.13.patch" removed as these changes are fixed upstream.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=353
2017-07-19 17:55:43 +00:00
Larry Finger
e2ddd9b641 - Version bump to 5.1.24 (released 2017-07-18 by Oracle)
This is a maintenance release. The following items were fixed and/or added:
    VMM: mask the VME CPUID capability on AMD Ryzen processors for now to make certain guests works, for example Windows XP
    VMM: emulate more SSE2 instructions
    VMM: properly clear the TF and AC flags when dispatching real-mode interrupts
    GUI: fixes to make the mini-toolbar work with recent versions of KDE / Plasma (bug #16325)
    GUI: fixed a potential crash when a VM with multiple screens is running in full screen / seamless mode and a host screen is removed, for example when connecting to the host via RDP
    GUI: fixed initial size hints for guests which set intermediate sizes before responding (bug #16593)
    GUI: prevent stopped screen updates or black screen on reboot in a multi-screen setup under certain conditions
    Audio: many improvements for Windows 10 guests (bugs #15189, #15925, #16170, #16682, #16794 and others)
    Storage: fixed possible crash when using Intels SPDK
    API: use the correct file name of the VM machine state if the VM settings directory is renamed, for example during grouping / ungrouping a VM (bugs #16075 and #16745)
    API: return the correct error code if powering up a VM fails
    API: video recording did not automatically start at VM start when enabled in the VM settings (bug #16803)
    API: when relocating a medium, check that the target path is fully qualified
    EFI: fix for VMs with more than 3504MB RAM (bug #11103)
    Host-only adapter: correctly determine IPv4 netmasks on Windows hosts (bug #16826)
    NAT network: properly do the refcounting for starting / stopping the NAT / DHCP services if the NAT network is changed while the adapter network connection type is anything else but NAT network
    VBoxManage: fixed controlvm videocapfile (bug #16779)
    Linux / Mac OS X hosts: more fixes for loading shared libraries (5.1.20 regression; bugs #16778, #16693)
    Linux hosts / guests: Linux 4.12 fixes (bugs #16725, #16800)
    Linux hosts / guests: reduce the kernel stack consumption for Linux kernels with CONFIG_CPUMASK_OFFSTACK defined
    Linux hosts / guests: fixes for kernel modules built with gcc-7 (bug #16772)
    Linux hosts / guests: Linux 4.13 fix (bug #16887)
    Linux hosts: don't depend on net-tools on newer distributions as this package is deprecated in favour of iproute (bug #16764)
    Linux hosts: make 2D video acceleration available for older Linux distributions (5.1 regression; bug #16858)
    Linux Additions: fix for dynamic resizing with Oracle Linux 6 with UEK4
    Linux Additions: make Fedora 25 and 26 Alpha work when 3D pass-through is enabled
    Linux Additions: no longer recommend removing distribution- installed Additions if they are updated to our guidelines

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=351
2017-07-19 04:47:23 +00:00
Larry Finger
cd06ddeb54 - In kernel 4.13, wait_queue_t => wait_queue_entry_t. File "vbox_fix_for_kernel_4.13.patch" patches the source to account for this change.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=350
2017-07-18 14:23:30 +00:00
Larry Finger
6deff5bcfe - Fix several problems with the startup scripts. The SysV form is no longer used for most packages as proper systemd
service files have been created. These fixes address bsc#1037291, #1043532, and #1045871.
- Increase reserved disk space from 4 to 5 GB. This change was suddested as a fix for the 32-bit failures.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=348
2017-07-10 18:31:23 +00:00
Larry Finger
5217fddc80 - Fix missing global for 32-bit version with gcc7. (bsc#1046571).
Fix missing frame buffer cleanup - private communication from Oracle - adds file "fix_KMS_support.patch".

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=346
2017-06-30 00:57:32 +00:00
Larry Finger
e2652713d3 Fix missing /media for Leap 42.3.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=345
2017-06-25 23:44:07 +00:00
Larry Finger
7c7890c0c5 Fix typo in above changes.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=343
2017-06-25 17:20:00 +00:00
Larry Finger
bd0491518c Fix "requires" for net-tools-deprecated so that Leap 42.3 will build.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=342
2017-06-25 17:14:46 +00:00
Larry Finger
f3820cb7d9 - Fix logic error in scripts to build kernel modules locally - see bnc#1042726.
Temporarily remove "requires" for net-tools-deprecated so that Leap 42.3 will build.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=341
2017-06-25 17:11:33 +00:00
Larry Finger
79cdaa4a04 - Fix some typos in the various service files as noted in boo#1044931.
With these fixes, TW guests start correctly. In addition, the /sbin/vboxconfig (for hosts) and the
  /sbin/vboxguestconfig (for guests) work correctly.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=340
2017-06-25 00:21:46 +00:00
Larry Finger
87881b07fc - Now that kernel:HEAD:standard has changed to version 4.12.0-rcX, the VB drivers need some changes for new API's.
File "vbox_fix_for_kernel_4.12.patch" is added.
  The added installation of "net-tools-deprecated" broke builds for Leap 42.3. That change is now conditional on building for Factory.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=338
2017-06-21 16:57:21 +00:00
Larry Finger
532c4484c9 - Add installation of package "net-tools-deprecated" as requested in boo#1027742.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=337
2017-06-10 13:21:20 +00:00
Larry Finger
af26c92399 - Revise warning screen concerning USB passthru - fixes bnc#1041137.
USB passthru opens a security hole, yet it is so valuable that many users want the feature, thus it is our default.
  Previously, a user needed to edit a udev rule to disable passthru. The bad part was that an update of VB changed the
  rule back to allow passthru without any notification. These changes modify the popup to allow the user to accept or decline
  passthru. If the user declines, then the root password is requested and the udev rule is modified. As these modifications will be
  lost with the next VB update, the inode of the udev rule is kept. If the user has previously declined and the inode has changed,
  the popup will show the next time VB is started. File "fix_usb_rules.sh" is added.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=336
2017-06-08 22:26:55 +00:00
Larry Finger
d5939f94c2 Accepting request 497122 from home:frispete:Kernel-base
- add %dir /usr/share/licenses to new vnc package

OBS-URL: https://build.opensuse.org/request/show/497122
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=333
2017-05-21 20:15:00 +00:00
Larry Finger
86d45b138a - Made changes to build with gcc 7.x. This adds new file "vbox_fix_for_gcc7.patch".
Changed the building of VBoxVNC to remove the hack used earlier.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=332
2017-05-17 20:36:36 +00:00
Larry Finger
17a3ba2102 - Make a number of changes:
* Add VBoxVNC as a proper external pack rather than just make the so available (bnc #1037033). Thanks to Michal Nowak for most of this effort.
    One hack was required to work around a bug in "VBoxManage extpack install" whereby the --accept-license option failed to work.
  * Improve startup of VirtualBox through use of systemd service files:
    a. Beginning with Oracle version 5.0.8, the command used to build the kernel modules outside of the RPM packaging
       code changed; however, the openSUSE version did not implement the new method. That new code is now implemented.
    b. In Tumbleweed, the SysV init scripts to systemd service files stopped working. Part of the new code also checks
       to see if the kernel modules are loaded. If not, new script files are called to include the necessary packages
       and build the necessary modules.
    c. The hooks are in place to remove the sysv init files and do the complete conversion to systemd. This step will
       be done at a later time.
  * New files are "vboxconfig.sh", "vboxguestconfig.sh", "vboxdrv.service", and "vboxadd-service.service".
  * New sub-packages virtualbox-guest-source and virtualbox-vnc are produced.
  * Some typos in virtualbox.spec are fixed.

- Add libelf-devel to build. Fixes bnc #1037511.
  Modified the startup files to build the kernel modules if they are missing. Files "vboxconfig.sh" and "vboxguestconfig" added.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=331
2017-05-10 18:01:46 +00:00
Larry Finger
31890f8f57 - Version bump to 5.1.22 (released 2017-04-28 by Oracle)
This is a maintenance release. The following items were fixed and/or added:
VMM: fixed VERR_IEM_INSTR_NOT_IMPLEMENTED Guru Meditation under certain conditions (5.1 regression; mostly Mac OS X hosts; bugs #15693, #15801, #16274, #16569, #16663)
VMM: fixed software virtualization on Solaris hosts (5.1.20 regression)
Storage: fixed a potential hang under rare circumstances (bug #16677)
Storage: fixed a potential crash under rare circumstances (asynchronous I/O disabled or during maintenance file operations like merging snapshots)
Linux hosts: make the ALSA backend work again as well as loading the GL libraries on certain hosts (5.1.20 regression; bugs #16667, #16693)
Linux Additions: fixed mount.vboxsf symlink problem (5.1.20 regression; bug #16670)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=329
2017-04-29 17:28:47 +00:00
Larry Finger
38f2f08f13 Two new files named "vboxdrv.service" and "vboxadd-service.service" are added.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=328
2017-04-29 05:54:06 +00:00
Larry Finger
1ffdd9492b - VirtualBox has always been started by systemd utilizing the old-style scripts in /etc/init.d.
These should be converted to the service files native to systemd. This issue has been forced
  as a recent update to Tumbleweed broke the startup of VB for both TW hosts and guests. This
  change starts the conversion to native systemd files. The original scripts are still used; however,
  service files are used to start and stop the VB components. In a later change, all action will
  be accomplished using systemd service files.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=327
2017-04-29 05:52:10 +00:00
Larry Finger
c3b3915a83 - Fixes for CVE-2017-3561, CVE-2017-3563, CVE-2017-3576, CVE-2017-3558, CVE-2017-3587
CVE-2017-3559, CVE-2017-3575, CVE-2017-3538, CVE-2017-3513
   Version bump to 5.1.20 (released 2017-04-18 by Oracle)
   This is a maintenance release. The following items were fixed and/or added:
    GUI: don't check if the Extension Pack is up-to-date if the user is about to install a new Extension Pack (bug #16317)
    GUI: fixed a possible crash when switching a multi-monitor VM into full-screen or seamless mode
    GUI: several mini-toolbar fixes in full-screen / seamless mode (X11 hosts only)
    GUI: don't crash on restoring defaults in the appliance import dialog
    Windows Additions: another fix for automatic logins for Windows Vista and newer (bug #15904)
    ICH9: fix for Windows guests with a huge amount (>64G) of guest memory
    BIOS: fixed El Torito hard disk emulation geometry calculation (thanks Dwight Engen)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=325
2017-04-20 20:01:58 +00:00
Larry Finger
d1039d5c96 - Add File "vbox_fix_42.3_api.patch" to handle the get_user_pages() API change in Leap 42.3.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=324
2017-04-09 00:13:39 +00:00
Larry Finger
b4c596e943 - Package VBoxVNC.so. This extension is already being built, just not packaged.
This feature is requested in bsc #1024671.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=322
2017-03-28 14:55:00 +00:00
Larry Finger
c567714e96 - Version bump to 5.1.18 (released 2017-08-15 by Oracle)
This is a maintenance release. The following items were fixed and/or added:
    Shared Folders: fixed case insensitive filename access (5.1.16 regression; Windows guests only; bug #16549)
    Shared Folders: fixed access to long pathes (5.1.16 regression; Windows guests only; bugs #14651, #16564)
    API: fixed snapshot handling of medium attachments and PCI device attachments (bug #16545)
    API: make 32-bit Windows guests in raw mode boot again if the ICH9 chipset is used (5.1.16 regression)
    VBoxBugReport: fixed VM log collection issue
    Linux hosts: fixed autostart service script (bug #14955)
    Windows Additions: fixed automatic logins for Windows Vista and newer (5.1.4 regression; bug #15904)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=320
2017-03-16 02:58:18 +00:00
Larry Finger
8d6f50e5ae - Removed "vbox_fix_4.10_api_changes.patch" - fixed upstream
Removed "vbox_fix_4.11_api_changes.patch" - fixed upstream
- Version bump to 5.1.16 (released 2017-03-08 by Oracle)
This is a maintenance release. The following items were fixed and/or added:
    VMM: don't access the MSR_IA32_SMM_MONITOR_CTL MSR if dual-monitor treatment is not available (KVM workaround, bug #14965)
    VMM: another fix for handling certain MSRs on ancient CPUs without VT-x support for MSR bitmaps
    VMM: fixed VERR_SSM_LOAD_CPUID_MISMATCH errors when restoring a saved state with SMP guests on hosts without the CPUID/HTT bit set (bug #16428)
    VMM: fixed a bug in call gate emulation
    VMM: FWAIT instruction fix
    VMM: fixed a sporadic guest hang under certain conditions
    GUI: hide the mini-toolbar from the taskbar and the pager on certain X11 hosts
    GUI: better error handling on the global settings / network / host-only / DHCP server settings
    GUI: fixes for full-screen with multiple screens
    Host-only Network: fixed host-only adapter creation issue preventing VirtualBox installation on Windows 10 hosts (bug #16379)
    NAT network: fixed two potential crashes in the DHCP server
    ICH9: fixed incorrect initialization of the primary bus for PCI bridges (5.1.14 regression)
    Storage: LsiLogic fix for Windows 10
    USB: fixed not being able to attach certain USB devices having invalid characters in the device strings (5.0.18 regression; bug #15956)
    USB: several fixes for the USB/IP support (bug #16462)
    VBoxSVC: fixed another crash during shutdown under rare circumstances
    VBoxSVC: fixed a stack overflow on (Windows debug builds only; bug #16409)
    OVF: when importing an appliance handle more than 10 network adapters if the OVA was created by VirtualBox (bug #16401)
    OVF: fixes for exporting and importing appliances with many disks (bug #16402)
    VBoxManage: fixed regression with modifyhd --resize (bug #16311)
    rdesktop-vrdp: source code tarball fixes
    Linux Installers: do not rebuild kernel modules unnecessarily (bug #16408)
    Linux hosts: added an action for opening the VM manager window to the .desktop file
    Linux hosts / guests: Linux 4.11 compile fixes (bug #16506)
    Linux Additions: added vboxsf FS modules alias (bug #16404)
    Linux Additions: fix for the shared folders kernel module to compile on Linux 4.10

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=317
2017-03-09 18:59:35 +00:00
Larry Finger
5ebf5a7f37 - Fix API changes for kernel 4.11. This change adds file "vbox_fix_4.11_api_changes.patch".
Make some changes to various script files to remove reference to run level 4, which is not used.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=316
2017-03-08 21:20:56 +00:00
Larry Finger
9cc4332712 - Fix for missing global in vboxsf that prevented mounting shared folders
for kernel 4.10.  This change is the fix for bsc #1027967.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=315
2017-03-04 05:07:22 +00:00
Larry Finger
a7a3bd043a Accepting request 461275 from home:dimstar:Factory
- Do not proivde libGL.so.1 and libEGL.so.1 symbols into the rpm
  database.

OBS-URL: https://build.opensuse.org/request/show/461275
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=313
2017-03-01 14:44:22 +00:00
Larry Finger
f63b7ffb65 - The fix for 3D acceleration only works for Gmome desktops. KDE desktops fail. Accordingly,
3D acceleration must still be disabled "out-of-the-box". File /etc/init.d/vboxadd contains
  comments on the modifications needed to turn 3D acceleration on, thus Gnome users may turn
  it on selectively.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=312
2017-02-26 20:21:39 +00:00
Larry Finger
76da1100ef - Fix 3D acceleration as reported in bsc #1024934. The steps needed are as follows:
-  Remove file "vbox_prevent_wrong_SONAME.patch" - the original SONAME values are needed for
    libGL.so.1 and libEGL.so.1 to be replaced by VBoxOGL.so and VBoxEGL.so, respectively.
 -  Package VBoxEGL.so

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=311
2017-02-24 03:39:53 +00:00
Larry Finger
1ed39ee457 Accepting request 460007 from home:kukuk:branches:Virtualization
- Require insserv and fillup by the packages who call it in the
  pre/post install sections

OBS-URL: https://build.opensuse.org/request/show/460007
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=310
2017-02-23 19:51:51 +00:00
Larry Finger
6d1b72be9e Accepting request 454220 from home:adamm:branches:devel:libraries:c_c++
- use individual libboost-*-devel packages instead of boost-devel

OBS-URL: https://build.opensuse.org/request/show/454220
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=308
2017-02-02 18:25:26 +00:00
Larry Finger
6ae60f24fd - Removed "vbox_fix_4.9_api_changes.patch" as changes are upstream.
Fixed API changes for kernel 4.10 in "vbox_fix_4.10_api_changes.patch".

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=306
2017-01-28 21:09:26 +00:00
Larry Finger
798ba7e584 - The version bump to 5.1.14 also addresses boo#1020856 CVE-2017-3316 CVE-2017-3332 CVE-2017-3290 CVE-2016-5545
- Version bump to 5.1.14 (released 2017-01-17 by Oracle)
This is a maintenance release. The following items were fixed and/or added:
    VMM: fixed emulation of certain instructions for 64-bit guests on 32-bit hosts
    VMM: properly handle certain MSRs for 64-bit guests on ancient CPUs without VT-x support for MSR bitmaps (bug #13886)
    GUI: fixed a crash with multimonitor setups under certain conditions
    GUI: allow cloning of snapshots when the VM is running
    NVMe: fixed compatibility with the Storage Performance Development Kit (SPDK, bug #16368)
    VBoxSVC: fixed a crash under rare circumstances
    VBoxManage: added a sanity check to modifymedium --resize to prevent users from resizing their hard disk from 1GB to 1PB (bug #16311)
    Windows hosts: another fix for recent Windows 10 hosts
    Linux hosts: Linux 4.10 fixes
    Linux Additions: fixed protocol error during certain operations on shared folders (bug #8463)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=304
2017-01-25 02:54:58 +00:00
Larry Finger
ce541db5bc - The printing of the warning about the insecurity in USB passthru had been lost. As most people are likely to want that feature,
the logic has been inverted. Now, the required udev commands to allow passthru are included. The first time that VB is started,
  the user will get a screen that points to the bug entry discussing the problem and states what they should do to block the
  insecure usage. In any case, that screen will only be printed once. File "virtualbox-60-vboxdrv.rules" has been added
  These changes address the issues in bnc #1018340.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=303
2017-01-14 02:16:29 +00:00
Larry Finger
f62bb80d4b - Version bump to 5.1.12 (released 2016-12-20 by Oracle)
This is a maintenance release. The following items were fixed and/or added:
    VMM: fixed VERR_IEM_ASPECT_NOT_IMPLEMENTED Guru Meditations with certain Linux guests if KVM paravirtualization is enabled (5.1 regression; bugs #15613 and #16251)
    VMM: fixed VERR_VMX_UNABLE_TO_START_VM Guru Meditations under rare conditions
    GUI: prevent a crash under certain conditions if the VM is terminated very early
    GUI: fixed certain keyboard capture issues (5.1.10 regression; Mac OS X hosts only; bug #16150)
    GUI: fixed dragging guest windows in seamless mode with the keyboard captured (X11 hosts only; bug #15837)
    GUI: fixed a problem where the new version detected dialog was covered by the appliance import dialog (Mac OS X hosts only; bug #16238)
    Storage: fixed NVMe reset processing when doing rmmod nvme; modprobe nvme in a Linux guest (bug #16080)
    Storage: fixed creating a snapshot when the VM is running and an NVMe controller is present
    Storage: fixed a problem with the LsiLogic SCSI controller where requests could be lost with SMP guests
    E1000: fixed "cable disconnected" issue (Mac OS X guests only; 5.1.10 regression; bug #16260)
    E1000: fixed "TX unit hang" issue (Linux guests only; 5.1.10 regression; bug #16221)
    API: don't crash when sanitizing certain VM names (bug #16299)
    Linux hosts: automatically disable asynchronous I/O on Linux 2.6.18 kernels as high I/O load may trigger kernel oopses on these kernels if this feature is enabled
    Linux hosts / guests: Linux 2.6.28 compile fix (bug #16267)
    Linux hosts: compile Linux 4.9 compile fix (bug #16286)
    Linux Additions: warn the user about a known bug with older Linux guests (e.g. Debian 7) requiring manual work to get 3D working (bug #15319)
    Linux Additions: fix the graphics driver build with Linux 4.10 and later (bug #16298)
    Windows Additions: fixed a crash in the WDDM driver under certain conditions

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=301
2016-12-21 03:24:03 +00:00
Larry Finger
e83297d2ef - Revert "vbox_hdpi_support.patch. This patch may improve things for asn@cryptomilk.org, but it breaks other systems.
See https://forums.opensuse.org/showthread.php/521520-VirtualBox-interface-scaling and bsc #1014694.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=300
2016-12-12 16:33:19 +00:00
Larry Finger
7bebcb99dc - I now have the necessary preprocessor symbol to modify the source depending on whether the server is 1.19.0 or greater.
It is no longer necessary to detect the server version in the spec file, thus the solution is cleaner.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=299
2016-12-05 22:43:01 +00:00
Larry Finger
9ae9af5d05 - Leap 42.2 still has server v. 1.18.3, thus the test failed. The test has been changed to look at only the 1.xx part of the version.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=298
2016-12-05 17:05:34 +00:00
Larry Finger
5abb7f5639 - Add patch file "Fix_for_server_1.19.patch" to support xorg-x11-server v. 1.19.0.
The spec file now interrogates the rpm for the server and conditionally applies the patch, thus both versions build OK.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=297
2016-12-05 03:50:25 +00:00
Larry Finger
10c3b9cf5c Accepting request 442920 from home:gladiac:branches:Virtualization
Add support for HiDPI in the management frontend

  This does not fix rendering in guest windows
  https://doc.qt.io/qt-5/qpainter.html#drawing-high-resolution-versions-of-pixmaps-and-images

OBS-URL: https://build.opensuse.org/request/show/442920
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=295
2016-11-30 19:25:05 +00:00
Larry Finger
badf2901f4 - Version bump to 5.1.10 (released 2016-11-21 by Oracle)
This is a maintenance release. The following items were fixed and/or added:
    GUI: the USB filter settings dialog should allow to specify the USB revision in hexadecimal format (bug #15400)
    GUI: fixed crash on certain hosts when pressing certain key combinations (Windows hosts only; bug #15719)
    GUI: fixed issue with updating the available-geometry on host-screen work-area resize
    GUI: don't crash / hang on certain environments if accessibility support is enabled
    GUI: fixed various issues in Unscaled HiDPI Output mode (bug #15707)
    GUI: extend the VM Input menu with Print Screen-related actions
    GUI: improved handling of inserting the Guest Additions ISO image by trying all available optical drives rather than only the first one and by not asking the user if he wants to force unmounting (which doesn't work in most cases anyway)
    API: default to RTC using UTC for Solaris 11 guests
    Settings: be less restrictive when reading a VM configuration containing a host-only adapter without an interface name
    Storage: fixed resizing VDI images resulting in an unbootable image under certain circumstances (bug #15983)
    NAT: fixed several 5.1.8 regressions on Mac OS X and Windows hosts (bug #16084)
    Audio: fixed a few 5.1.x regressions by using the audio code from 5.0.x until the audio overhaul is completed
    VBoxManage: fixed documentation of the storagectl command (bug #15971)
    Build system: another fix for building VirtualBox on systems which default to Python 3
    Windows hosts: hardening fix for Windows 10 build 14971 (bug #16202)
    Windows Additions: properly start the VirtualBox guest services even if the guest user name contains special characters (bug #15982)
    Solaris Additions: fixed preemptible mouse notification callback being executed under a spinlock for Solaris guests
    Linux hosts / guests: Linux 4.9 fixes (bugs #16155 and #16064)
    Linux Additions: fixed Linux kernel module override rule (thanks Mark Furneaux)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=293
2016-11-21 22:50:08 +00:00
Larry Finger
c98afd2443 - Fixes for VUL-0: CVE-2016-5501,CVE-2016-5538,CVE-2016-5605,CVE-2016-5608,CVE-2016-5610,CVE-2016-5611,CVE-2016-561313
boo #1005621.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=291
2016-11-07 15:30:23 +00:00
Larry Finger
128d47aae2 - Remove all references to libreadline. I misinterpreted a previous error message.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=290
2016-11-01 15:32:30 +00:00
Larry Finger
1574e3fe26 - Replaced libreadline6 with libreadline7.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=288
2016-10-30 00:30:37 +00:00
Larry Finger
6f64fe1da5 - Found and fixed another API change for kernel 4.9. In addition, the libreadline6 package is now needed.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=287
2016-10-26 17:09:38 +00:00
Larry Finger
0bcfefc0a1 - Fix typo in "vbox_fix_4.9_api_changes.patch".
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=286
2016-10-21 16:06:09 +00:00
Larry Finger
6ff234623b - Make another 4.9 API change.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=285
2016-10-21 02:07:42 +00:00
Larry Finger
fb4e8ea690 - Fix build on kernel 4.9 using patch "vbox_fix_4.9_api_changes.patch".
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=283
2016-10-20 12:59:26 +00:00
Larry Finger
366ee26cec - Fixes for VUL-0: CVE-2016-5501,CVE-2016-5538,CVE-2016-5605,CVE-2016-5608,CVE-2016-5610,CVE-2016-5611,CVE-2016-561313
boo #1005621.
- Add patch file "vbox_remove_smp_mflags.patch" to limit number of simultaneous make jobs.
- Version bump to 5.1.8 (released 2016-10-18 by Oracle)
This is a maintenance release. The following items were fixed and/or added:
    GUI: fixed keyboard shortcut handling regressions (Mac OS X hosts only; bugs #15937 and #15938)
    GUI: fixed keyboard handling regression for separate UI (Windows hosts only; bugs #15928)
    NAT: don't exceed the maximum number of "search" suffixes. Patch from bug #15948.
    NAT: fixed parsing of port-forwarding rules with a name which contains a slash (bug #16002)
    NAT Network: when the host has only loopback nameserver that cannot be mapped to the guests (e.g. dnsmasq running on 127.0.1.1), make DHCP supply NAT Network DNS proxy as nameserver.
    Bridged Network: prevent flooding syslog with packet allocation error messages (bug #15569)
    Audio: now using Audio Queues on Mac OS X hosts
    Audio: fixed recording with the PulseAudio backend (5.1 regression)
    Audio: various bugfixes
    Snapshots: fixed regression in 5.1.4 for deleting snapshots with several disks (bug #15831)
    Snapshots: crash fix and better error reporting when snapshot deletion failed
    Storage: some fixes for the NVMe emulation with Windows guests
    API: fixed initialization of SAS controllers (bug #15972)
    Build system: make it possible to build VBox on systems which default to Python 3
    Windows Additions / VGA: if the guest's power management turns a virtual screen off, blank the corresponding VM window rather than hide the window
    Windows Additions: fixed a generic bug which could lead to freezing shared folders (bug #15662)
    Linux hosts / guests: fix for kernels with CONFIG_CPUMASK_OFFSTACK set (bug #16020)
    Linux Additions: don't require all virtual consoles be in text mode. This should fix cases when the guest is booted with a graphical boot screen (bug #15683)
    Linux Additions: added depmod overrides for the vboxguest and vboxsf kernel modules to fix conflicts with modules shipped by certain Linux distributions
    X11 Additions: disable 3D on the guest if the host does not provide enough capabilities (bug #15860)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=281
2016-10-19 15:57:33 +00:00
Larry Finger
de69b33e99 - Requesting 14000 MB is too much. Reduce the request to 12000 MB.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=280
2016-10-18 14:44:20 +00:00
Larry Finger
6334815d84 - Some builds still run out of memory and fail. Increase to 14000 MB.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=279
2016-10-13 19:16:19 +00:00
Larry Finger
28295250eb - Builds keep running out of memory when building the web server part of the package.
To help the memory pressure, I have forced make to run with "-j2", rather than use
  the number of processors. Such a change will slow the build, but will result in a
  higher rate of success.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=278
2016-10-13 16:15:22 +00:00
Larry Finger
7b412c0be3 - Increase memory allowed in build to 10000 MB.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=277
2016-10-12 20:08:25 +00:00
Ismail Dönmez
cb6bcd6187 Accepting request 428003 from home:lwfinger:branches:Virtualization
Version bump to 5.1.6

OBS-URL: https://build.opensuse.org/request/show/428003
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=275
2016-09-16 08:32:23 +00:00
Ismail Dönmez
d24cb8c470 Accepting request 426206 from home:lwfinger:branches:Virtualization
Fix 5.1.4 for build errors with kernel 4.8

OBS-URL: https://build.opensuse.org/request/show/426206
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=274
2016-09-10 15:57:04 +00:00
Larry Finger
022a20a7aa Accepting request 424543 from home:wolfi323:branches:Virtualization
wrong bug numbers, sorry...

OBS-URL: https://build.opensuse.org/request/show/424543
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=272
2016-09-02 22:08:25 +00:00
Larry Finger
8ed71a1239 Accepting request 424529 from home:wolfi323:branches:Virtualization
- Re-added missing copy of Module.symvers from vboxguest build so that loads of vboxvideo can resolve all symbols, this got lost somehow (boo983091, boo#993736)

OBS-URL: https://build.opensuse.org/request/show/424529
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=271
2016-09-02 20:42:33 +00:00
Ismail Dönmez
d21b5733af Accepting request 424220 from home:michal-m:branches:Virtualization
- Update the host <-> guest KMP conflict dependencies to no longer
  refer to the old name (boo#983927).

OBS-URL: https://build.opensuse.org/request/show/424220
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=270
2016-09-01 12:30:21 +00:00
Ismail Dönmez
4bac402b42 Accepting request 423472 from home:lwfinger:branches:Virtualization
Fix missing ExclusiveArch directive

OBS-URL: https://build.opensuse.org/request/show/423472
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=268
2016-08-31 07:26:51 +00:00
OBS User mrdocs
d98b0f1e64 Accepting request 418790 from home:frispete:Kernel-stable
Hi Larry,

thanks for the positive response.

Sure, let your fix settle before taking the next.

Here's a small change on top, that avoids a chkstat build verification issue.

- adjust file attributes on SUID helpers to avoid chkstat issues

- remove obsolete libgsoap-devel (again)
- remove /usr/lib/udev/rules.d/60-vboxdrv.rules
  - it is overruled from vboxdrv init script anyway
  - vboxdrv generates a /etc/udev/rules.d/60-vboxdrv.rules file
    on _every_ start, note that fact in /etc/default/virtualbox
    and describe a strategy to control this behaviour
- relocate VBoxCreateUSBNode.sh to /usr/lib/virtualbox
  this is, where vboxdrv, resp. the generated 60-vboxdrv.rules
  file is expecting it

OBS-URL: https://build.opensuse.org/request/show/418790
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=267
2016-08-22 03:08:37 +00:00
Ismail Dönmez
7996976d6b Accepting request 420536 from home:lwfinger:branches:Virtualization
rework virtualbox.changes

OBS-URL: https://build.opensuse.org/request/show/420536
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=266
2016-08-20 06:28:01 +00:00
Ismail Dönmez
3e21ca3b13 Accepting request 420307 from home:lwfinger:branches:Virtualization
Version bump to 5.1.4

OBS-URL: https://build.opensuse.org/request/show/420307
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=265
2016-08-19 08:55:54 +00:00
OBS User mrdocs
5d3c358938 Accepting request 417906 from home:lwfinger:branches:Virtualization
Fix build for i586

OBS-URL: https://build.opensuse.org/request/show/417906
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=264
2016-08-10 04:21:36 +00:00
Larry Finger
8cbc364fed Accepting request 417849 from home:bruno_friedmann:branches:Virtualization
Feel free to include a proposed fix to be able to build ix86 arch

- Add upstream patch fix cpu_has_pge removed macro in kernel 4.7
  Patch11
- Add ifarch ix86 to limit concurrency on 32bits (-j2)
  Remove ExcludeArch instructions

OBS-URL: https://build.opensuse.org/request/show/417849
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=263
2016-08-08 14:38:05 +00:00
Larry Finger
ff1d6fb65b Accepting request 414498 from home:luizluca:branches:Virtualization
bump to 5.1.2

I tried to keep all Suse customization as they are. Warning dialogs were ported to Qt5.
I did not check for added executables in the new release.

Compile tested on all current targets. Runtime tested on Tumbleweed, both host and guest.

OBS-URL: https://build.opensuse.org/request/show/414498
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=262
2016-07-26 16:15:55 +00:00
9187057190 Accepting request 412614 from home:etamPL:branches:Virtualization
added missing udev rules (http://www.mgreene.org/?p=211)

OBS-URL: https://build.opensuse.org/request/show/412614
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=261
2016-07-22 08:17:19 +00:00
Ismail Dönmez
ee42d74602 Accepting request 400593 from home:lwfinger:branches:Virtualization
Fix build on kernel 4.7+

OBS-URL: https://build.opensuse.org/request/show/400593
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=259
2016-06-08 08:13:05 +00:00
Larry Finger
3b5be9a66d Accepting request 396645 from home:frispete:Kernel-stable
- remove libgsoap-devel from build deps, it conflicts with gsoap-devel

OBS-URL: https://build.opensuse.org/request/show/396645
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=257
2016-05-18 14:33:44 +00:00
Larry Finger
5162e70a41 Accepting request 395088 from home:lwfinger:branches:Virtualization
Fix shared folder automount (boo #977328)

OBS-URL: https://build.opensuse.org/request/show/395088
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=256
2016-05-16 21:36:43 +00:00
Larry Finger
0fb113d11a Accepting request 391691 from home:eeich:branches:Virtualization
- drm-vboxvideo-Initialize-data-needed-to-map-fbdev-memory.patch:
  * Add missing initialization of scanout buffer base and size for
    proper fbdev support.
- drm-vboxvideo-Add-delayed-update-to-support-fbdev.patch:
  * Add support for delayed_io in fbdev-layer. 
  (boo#977200).

OBS-URL: https://build.opensuse.org/request/show/391691
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=254
2016-04-26 12:37:23 +00:00
Martin Pluskal
3ba5df7f20 Accepting request 391337 from home:lwfinger:branches:Virtualization
Fix LsiLogic adapter error in 5.0.18

OBS-URL: https://build.opensuse.org/request/show/391337
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=253
2016-04-23 05:10:51 +00:00
Ismail Dönmez
ec046acca6 -
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=252
2016-04-20 17:32:02 +00:00
Ismail Dönmez
f725b69be8 Accepting request 390825 from home:lwfinger:branches:Virtualization
=Version bump to 5.0.18

OBS-URL: https://build.opensuse.org/request/show/390825
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=251
2016-04-20 17:24:34 +00:00
Martin Pluskal
ae2df53d7c Accepting request 390257 from home:lwfinger:branches:Virtualization
Fix for page-cache-release() no longer in kernel

OBS-URL: https://build.opensuse.org/request/show/390257
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=250
2016-04-16 11:47:44 +00:00
Martin Pluskal
49a9ac25d6 Accepting request 383712 from home:lwfinger:branches:Virtualization
Fix libGL.so.1 problem

OBS-URL: https://build.opensuse.org/request/show/383712
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=248
2016-04-04 05:41:02 +00:00
Martin Pluskal
9d18c0103f Accepting request 382716 from home:lwfinger:branches:Virtualization
Fixes for 5.0.17 build errors

OBS-URL: https://build.opensuse.org/request/show/382716
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=247
2016-03-31 20:35:37 +00:00
Martin Pluskal
fb04d2a68e Accepting request 382287 from home:lwfinger:branches:Virtualization
Fix problems with VB 5.0.17

OBS-URL: https://build.opensuse.org/request/show/382287
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=246
2016-03-31 05:40:03 +00:00
Ismail Dönmez
7d2e3597f7 Accepting request 366744 from home:lwfinger:branches:Virtualization
Version bump to 5.0.16

OBS-URL: https://build.opensuse.org/request/show/366744
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=244
2016-03-05 19:54:08 +00:00
Martin Pluskal
e82fa3fc2f Accepting request 354842 from home:lwfinger:branches:Virtualization
Version bump to 5.0.14

OBS-URL: https://build.opensuse.org/request/show/354842
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=242
2016-01-20 07:40:11 +00:00