1
0
forked from pool/virtualbox

Commit Graph

  • 1e0ee8206a Accepting request 441682 from Virtualization Dominique Leuenberger 2016-11-25 11:27:45 +00:00
  • 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) Larry Finger 2016-11-21 22:50:08 +00:00
  • 0adee2dde5 Accepting request 439057 from Virtualization Dominique Leuenberger 2016-11-12 11:58:32 +00:00
  • 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. Larry Finger 2016-11-07 15:30:23 +00:00
  • 128d47aae2 - Remove all references to libreadline. I misinterpreted a previous error message. Larry Finger 2016-11-01 15:32:30 +00:00
  • a491973691 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=289 Larry Finger 2016-10-30 20:59:35 +00:00
  • 1574e3fe26 - Replaced libreadline6 with libreadline7. Larry Finger 2016-10-30 00:30:37 +00:00
  • 6f64fe1da5 - Found and fixed another API change for kernel 4.9. In addition, the libreadline6 package is now needed. Larry Finger 2016-10-26 17:09:38 +00:00
  • 0bcfefc0a1 - Fix typo in "vbox_fix_4.9_api_changes.patch". Larry Finger 2016-10-21 16:06:09 +00:00
  • 6ff234623b - Make another 4.9 API change. Larry Finger 2016-10-21 02:07:42 +00:00
  • 04db1af634 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=284 Larry Finger 2016-10-20 13:52:35 +00:00
  • fb4e8ea690 - Fix build on kernel 4.9 using patch "vbox_fix_4.9_api_changes.patch". Larry Finger 2016-10-20 12:59:26 +00:00
  • 6ed2e5e823 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=282 Larry Finger 2016-10-19 17:20:02 +00:00
  • 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) Larry Finger 2016-10-19 15:57:33 +00:00
  • de69b33e99 - Requesting 14000 MB is too much. Reduce the request to 12000 MB. Larry Finger 2016-10-18 14:44:20 +00:00
  • 6334815d84 - Some builds still run out of memory and fail. Increase to 14000 MB. Larry Finger 2016-10-13 19:16:19 +00:00
  • 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. Larry Finger 2016-10-13 16:15:22 +00:00
  • 7b412c0be3 - Increase memory allowed in build to 10000 MB. Larry Finger 2016-10-12 20:08:25 +00:00
  • 6873216437 Accepting request 428206 from Virtualization Dominique Leuenberger 2016-09-20 11:18:46 +00:00
  • 4197ea7df0 Accepting request 426637 from Virtualization Dominique Leuenberger 2016-09-16 08:59:12 +00:00
  • cb6bcd6187 Accepting request 428003 from home:lwfinger:branches:Virtualization Ismail Dönmez 2016-09-16 08:32:23 +00:00
  • d24cb8c470 Accepting request 426206 from home:lwfinger:branches:Virtualization Ismail Dönmez 2016-09-10 15:57:04 +00:00
  • 9cac1b166b Accepting request 424553 from Virtualization Dominique Leuenberger 2016-09-05 19:17:09 +00:00
  • 022a20a7aa Accepting request 424543 from home:wolfi323:branches:Virtualization Larry Finger 2016-09-02 22:08:25 +00:00
  • 8ed71a1239 Accepting request 424529 from home:wolfi323:branches:Virtualization Larry Finger 2016-09-02 20:42:33 +00:00
  • d21b5733af Accepting request 424220 from home:michal-m:branches:Virtualization Ismail Dönmez 2016-09-01 12:30:21 +00:00
  • 4fc1eda9e1 Accepting request 423942 from Virtualization Dominique Leuenberger 2016-08-31 12:29:52 +00:00
  • 4bac402b42 Accepting request 423472 from home:lwfinger:branches:Virtualization Ismail Dönmez 2016-08-31 07:26:51 +00:00
  • d98b0f1e64 Accepting request 418790 from home:frispete:Kernel-stable OBS User mrdocs 2016-08-22 03:08:37 +00:00
  • 7996976d6b Accepting request 420536 from home:lwfinger:branches:Virtualization Ismail Dönmez 2016-08-20 06:28:01 +00:00
  • 3e21ca3b13 Accepting request 420307 from home:lwfinger:branches:Virtualization Ismail Dönmez 2016-08-19 08:55:54 +00:00
  • 5d3c358938 Accepting request 417906 from home:lwfinger:branches:Virtualization OBS User mrdocs 2016-08-10 04:21:36 +00:00
  • 8cbc364fed Accepting request 417849 from home:bruno_friedmann:branches:Virtualization Larry Finger 2016-08-08 14:38:05 +00:00
  • ff1d6fb65b Accepting request 414498 from home:luizluca:branches:Virtualization Larry Finger 2016-07-26 16:15:55 +00:00
  • 9187057190 Accepting request 412614 from home:etamPL:branches:Virtualization Dirk Mueller 2016-07-22 08:17:19 +00:00
  • 179293f4c6 Accepting request 400623 from Virtualization Dominique Leuenberger 2016-06-13 19:48:51 +00:00
  • ee42d74602 Accepting request 400593 from home:lwfinger:branches:Virtualization Ismail Dönmez 2016-06-08 08:13:05 +00:00
  • 4ab3efaec5 Accepting request 396646 from Virtualization Dominique Leuenberger 2016-05-24 07:34:26 +00:00
  • 3b5be9a66d Accepting request 396645 from home:frispete:Kernel-stable Larry Finger 2016-05-18 14:33:44 +00:00
  • 5162e70a41 Accepting request 395088 from home:lwfinger:branches:Virtualization Larry Finger 2016-05-16 21:36:43 +00:00
  • c900ea93b2 Accepting request 391693 from Virtualization Dominique Leuenberger 2016-05-03 07:34:07 +00:00
  • 0fb113d11a Accepting request 391691 from home:eeich:branches:Virtualization Larry Finger 2016-04-26 12:37:23 +00:00
  • 3ba5df7f20 Accepting request 391337 from home:lwfinger:branches:Virtualization Martin Pluskal 2016-04-23 05:10:51 +00:00
  • ec046acca6 - Ismail Dönmez 2016-04-20 17:32:02 +00:00
  • f725b69be8 Accepting request 390825 from home:lwfinger:branches:Virtualization Ismail Dönmez 2016-04-20 17:24:34 +00:00
  • ae2df53d7c Accepting request 390257 from home:lwfinger:branches:Virtualization Martin Pluskal 2016-04-16 11:47:44 +00:00
  • 9d297d8144 Accepting request 383715 from Virtualization Dominique Leuenberger 2016-04-06 09:51:14 +00:00
  • 49a9ac25d6 Accepting request 383712 from home:lwfinger:branches:Virtualization Martin Pluskal 2016-04-04 05:41:02 +00:00
  • 9d18c0103f Accepting request 382716 from home:lwfinger:branches:Virtualization Martin Pluskal 2016-03-31 20:35:37 +00:00
  • fb04d2a68e Accepting request 382287 from home:lwfinger:branches:Virtualization Martin Pluskal 2016-03-31 05:40:03 +00:00
  • 0f1c340028 Accepting request 366756 from Virtualization Dominique Leuenberger 2016-03-16 09:42:51 +00:00
  • 7d2e3597f7 Accepting request 366744 from home:lwfinger:branches:Virtualization Ismail Dönmez 2016-03-05 19:54:08 +00:00
  • 3e935d63b7 Accepting request 354857 from Virtualization Dominique Leuenberger 2016-01-21 22:41:34 +00:00
  • e82fa3fc2f Accepting request 354842 from home:lwfinger:branches:Virtualization Martin Pluskal 2016-01-20 07:40:11 +00:00
  • 0de15ce834 Accepting request 353709 from home:bmwiedemann:branches:Virtualization Ismail Dönmez 2016-01-14 16:37:33 +00:00
  • 0802d75396 Accepting request 350941 from Virtualization Dominique Leuenberger 2016-01-04 08:20:26 +00:00
  • ad60d1c8dd Accepting request 350928 from home:lwfinger:branches:Virtualization Ismail Dönmez 2015-12-27 09:25:33 +00:00
  • 6d688977b0 Accepting request 350190 from Virtualization Dominique Leuenberger 2015-12-23 08:56:31 +00:00
  • 4e1674867b Accepting request 349703 from home:Mailaender:branches:Virtualization Martin Pluskal 2015-12-21 12:24:27 +00:00
  • 7b5387a315 Accepting request 345609 from Virtualization Dominique Leuenberger 2015-12-01 09:01:57 +00:00
  • b182b4078a Accepting request 345608 from home:lwfinger:branches:Virtualization Martin Pluskal 2015-11-21 18:06:51 +00:00
  • 171fcb6bee Accepting request 345512 from home:lwfinger:branches:Virtualization Larry Finger 2015-11-21 17:20:33 +00:00
  • 51e167746b Accepting request 344040 from home:namtrac:branches:Virtualization Martin Pluskal 2015-11-12 13:52:08 +00:00
  • d27c52e190 Accepting request 342960 from home:lwfinger:branches:Virtualization Olaf Hering 2015-11-08 09:13:53 +00:00
  • 45032cb174 Accepting request 340909 from Virtualization Dominique Leuenberger 2015-10-30 12:41:16 +00:00
  • b4b6cae899 Accepting request 340784 from home:AndreasStieger:branches:Virtualization Olaf Hering 2015-10-24 18:26:45 +00:00
  • 03ecca99f9 Accepting request 340159 from Virtualization Stephan Kulow 2015-10-24 08:24:56 +00:00
  • 9aac583ea6 - Version bump to 5.0.8 (released 2015-10-20 by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: Mac OS X: Restore green zoom button for VM windows (it was hidden in the previous release to avoid native full-screen issues). For Yosemite and El Capitan this button should work accordingly to the Apple HIG: Full-screen by default, maximize if the user holds the Option key. Serial ports: fixed wrong IRQ number for the first serial port in the ACPI tables (5.0.6 regression; bug #14659) API: fixed a 5.0 regression in VBoxManage setproperty defaultfrontend (bug #14696) VBoxManage/vbox-img: conversion to RAW images could result in a disk image containing all zeroes Linux hosts: several fixes for systemd integration in .deb / .rpm packages (e.g. bug #14665). The command for recompiling the host kernel modules was changed to /sbin/vboxconfig Linux hosts: make host-only interfaces report operstate UP only when they have VMs attached (bug #14526) Mac OS X hosts: fix bpf capture and accounting of traffic on bridged and host-only interfaces (bug #14553) Windows guests: fixed 3D rendering issues on high resolution displays Windows Additions: fixed problems with 3D acceleration on Windows hosts with Intel HD graphics (bug #14670) Linux Additions: fix service starting on Debian systems with systemd installed but not in use (bug #14683) Larry Finger 2015-10-20 19:08:44 +00:00
  • 1b09f5dc94 Accepting request 339160 from home:lwfinger:branches:Virtualization Martin Pluskal 2015-10-15 19:21:41 +00:00
  • a2158596de Accepting request 336478 from Virtualization Stephan Kulow 2015-10-08 06:24:40 +00:00
  • c966de6d49 Accepting request 336464 from home:namtrac:branches:Virtualization Martin Pluskal 2015-10-05 09:22:31 +00:00
  • fb0b976cf8 Accepting request 335889 from home:dimstar:Factory Martin Pluskal 2015-10-02 11:12:59 +00:00
  • c61aef8281 Accepting request 330442 from Virtualization Dominique Leuenberger 2015-09-13 07:44:53 +00:00
  • 94d921a18a Accepting request 330441 from home:lwfinger:branches:Virtualization Larry Finger 2015-09-11 02:52:27 +00:00
  • 694b6aee13 Accepting request 330439 from home:lwfinger:branches:Virtualization Larry Finger 2015-09-11 02:00:11 +00:00
  • a0b0824e1f Accepting request 328398 from home:wolfi323:branches:Virtualization Larry Finger 2015-09-01 23:16:44 +00:00
  • 2b007188d8 Accepting request 323675 from Virtualization Dominique Leuenberger 2015-08-21 05:39:28 +00:00
  • 87fc2fecaa - Ismail Dönmez 2015-08-17 17:07:25 +00:00
  • 604a90c3bf OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=218 Ismail Dönmez 2015-08-16 16:22:31 +00:00
  • 6c49937783 Accepting request 323449 from home:lwfinger:branches:Virtualization Ismail Dönmez 2015-08-16 16:22:09 +00:00
  • 25d00023be Accepting request 318788 from Virtualization Dominique Leuenberger 2015-07-28 09:42:49 +00:00
  • d7854b504d OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=215 Tomáš Chvátal 2015-07-19 15:13:04 +00:00
  • 87efa3c962 Accepting request 315190 from Virtualization OBS User buildservice-autocommit 2015-07-16 15:13:44 +00:00
  • 0bb137e1e0 Accepting request 315190 from Virtualization Stephan Kulow 2015-07-16 15:13:43 +00:00
  • 569930e6c7 Updating link to change in openSUSE:Factory/virtualbox revision 102.0 OBS User buildservice-autocommit 2015-07-16 15:13:43 +00:00
  • 508cb0954f - Install more binaries that were in bin generated folder Tomáš Chvátal 2015-07-15 18:42:07 +00:00
  • 756ec3ce82 - Fix buffer overflow on dtrace lib: * virtualbox-snpritnf-buffer-overflow.patch - Note: still does not respect cxxflags Tomáš Chvátal 2015-07-14 19:14:21 +00:00
  • 5b84ab1c4e OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=211 Tomáš Chvátal 2015-07-14 18:52:12 +00:00
  • 97e95f5819 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=210 Tomáš Chvátal 2015-07-13 13:30:39 +00:00
  • 9070b8f218 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=209 Tomáš Chvátal 2015-07-13 12:42:49 +00:00
  • 2021ffd044 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=208 Tomáš Chvátal 2015-07-11 12:48:17 +00:00
  • d5b0844136 - Fix vbox build by replacing non-existent sed parameter: * virtualbox-sed-params.patch Tomáš Chvátal 2015-07-11 12:47:21 +00:00
  • 77d1328616 - Version bump to 5.0.0: * Major bump from 4 series with tons of changes. * Read upstream changelog for in-depth informations - Obsoleted patches: * gcc5-support.patch * gcc51-support.patch - Refreshed patches: * gcc5-real-support.patch * vbox-disable-updates.diff * virtualbox-system-x.patch Tomáš Chvátal 2015-07-11 11:43:54 +00:00
  • 5ac0532338 Accepting request 315179 from home:alarrosa:branches:Virtualization Martin Pluskal 2015-07-06 10:19:35 +00:00
  • 021bfd51b7 Accepting request 313414 from Virtualization Dominique Leuenberger 2015-06-30 08:14:52 +00:00
  • d45b9c0311 - Version bump to 4.3.28 bnc#935900 CVE-2015-3456: Tomáš Chvátal 2015-06-24 11:54:40 +00:00
  • 4d6c1abb88 - update to version 4.3.20 (bnc#914447): + CVE-2014-0224 CVE-2015-0377 CVE-2014-6595 CVE-2014-6588 CVE-2014-6589 + CVE-2014-6590 CVE-2015-0427 CVE-2015-0418 Tomáš Chvátal 2015-06-24 11:53:21 +00:00
  • 46a4c0560c Accepting request 311789 from Virtualization Dominique Leuenberger 2015-06-12 18:27:34 +00:00
  • e8d03d451e Accepting request 311788 from home:pluskalm:branches:Virtualization Martin Pluskal 2015-06-12 10:57:10 +00:00
  • d0795051d9 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=199 Tomáš Chvátal 2015-06-09 12:00:23 +00:00