Revisions of virtualbox

Larry Finger's avatar Larry Finger (lwfinger) accepted request 442920 from Andreas Schneider's avatar Andreas Schneider (gladiac) (revision 295)
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
buildservice-autocommit accepted request 441682 from Larry Finger's avatar Larry Finger (lwfinger) (revision 294)
baserev update by copy to link target
Larry Finger's avatar Larry Finger (lwfinger) committed (revision 293)
- 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)
buildservice-autocommit accepted request 439057 from Larry Finger's avatar Larry Finger (lwfinger) (revision 292)
baserev update by copy to link target
Larry Finger's avatar Larry Finger (lwfinger) committed (revision 291)
- 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.
Larry Finger's avatar Larry Finger (lwfinger) committed (revision 290)
- Remove all references to libreadline. I misinterpreted a previous error message.
Larry Finger's avatar Larry Finger (lwfinger) committed (revision 289)
Larry Finger's avatar Larry Finger (lwfinger) committed (revision 288)
- Replaced libreadline6 with libreadline7.
Larry Finger's avatar Larry Finger (lwfinger) committed (revision 287)
- Found and fixed another API change for kernel 4.9. In addition, the libreadline6 package is now needed.
Larry Finger's avatar Larry Finger (lwfinger) committed (revision 286)
- Fix typo in "vbox_fix_4.9_api_changes.patch".
Larry Finger's avatar Larry Finger (lwfinger) committed (revision 285)
- Make another 4.9 API change.
Larry Finger's avatar Larry Finger (lwfinger) committed (revision 284)
Larry Finger's avatar Larry Finger (lwfinger) committed (revision 283)
- Fix build on kernel 4.9 using patch "vbox_fix_4.9_api_changes.patch".
Larry Finger's avatar Larry Finger (lwfinger) committed (revision 282)
Larry Finger's avatar Larry Finger (lwfinger) committed (revision 281)
- 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)
Larry Finger's avatar Larry Finger (lwfinger) committed (revision 280)
- Requesting 14000 MB is too much. Reduce the request to 12000 MB.
Larry Finger's avatar Larry Finger (lwfinger) committed (revision 279)
- Some builds still run out of memory and fail. Increase to 14000 MB.
Larry Finger's avatar Larry Finger (lwfinger) committed (revision 278)
- 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.
Larry Finger's avatar Larry Finger (lwfinger) committed (revision 277)
-  Increase memory allowed in build to 10000 MB.
buildservice-autocommit accepted request 426637 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 276)
baserev update by copy to link target
Displaying revisions 461 - 480 of 755
openSUSE Build Service is sponsored by