1
0
forked from pool/virtualbox
Commit Graph

103 Commits

Author SHA256 Message Date
Tomáš Chvátal
7fed7dccb1 - Version bump to 2.3.26:
* GUI: in the snapshots pane, protect the age of snapshots against wrong host
    time (bug #13955)
  * NAT Network: fixed a bug which prevented to propagate any DNS name server /
    domain / search string information to the NAT network (4.3.24 regression; bugs
    #13915, #13918)
  * NAT Network: don't delay the shutdown of VBoxSVC on Windows hosts
  * Mouse support: the mouse could not be moved under rare conditions if no Guest
  * Additions are installed (4.3.24 regression; bug #13935)
  * Storage: if the guest ejects a virtual CD/DVD medium, make the change permanent
    (bugs #9858, #12885)
  * VGA: made saving secondary screen sizes possible in X11 guests
  * SDK: fixed the VirtualBox.tlb file (4.3.20 regression; bug #13943)
    rdesktop-vrdp: make it work with USB devices again (4.3.14 regression; bug
    #13901)
  * USB: fixed a possible BSOD on Windows hosts under rare conditions
  * iPXE: enable the HTTP download protocol on non-Linux hosts (bug #13628)
  * Mac OS X hosts: don't panic on hosts with activated SMAP (Broadwell and later;
    bug #13951)
  * Linux hosts: don't crash Linux 4.0 hosts (bug #13835)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=177
2015-03-23 10:06:31 +00:00
Tomáš Chvátal
b9459916d6 - Version bump to 2.3.24:
* VMM: emulation fix for the ENTER instruction under certain conditions; fixes
    Solaris 10 guests (VT-x without unrestricted guest execution)
  * VMM: fix for handling NMIs on Linux hosts with X2APIC enabled
  * NAT/NAT Network: fix connection drops when the host's DHCP lease was renewed
    (4.3.22 regression; Windows hosts only; bug #13839)
  * NAT: don't crash on an empty domain list when switching the DNS host
    configuration (4.3.22 regression; Mac OS X hosts only; bug #13874)
  * PXE: re-enable it on Windows hosts (4.3.22 regression; Windows hosts only; bug
    #13842)
  * Shared Folders: fixed a problem with Windows guests (4.3.22 regression; bug
    #13786)
  * Audio: improved record quality when using the DirectSound audio backend
  * VBoxManage: when executing the controlvm command take care that the
    corresponding VM runtime changes are saved permanently (bug #13892)
  * Windows Installer: properly install the 32-bit version of VBoxRes.dll on 32-bit
    hosts (bug #13876)
  * Linux hosts / guests: Linux 4.0 fixes (bug #13835)
  * OS/2 Additions: fixed mouse integration (4.3.22 regression; bug #13825)
  * X11 Additions: fixed a sporadic failure to deactivate virtual screens (bug
    #13845)
- Use smp_mflags when building kernel modules

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=175
2015-03-05 08:26:24 +00:00
Ismail Dönmez
831dc0ffd2 Accepting request 288020 from home:wolfi323:branches:Virtualization
Install vboxvideo_drv_117.so on Factory. Only this one works with the current xorg-x11-server in Factory/Tumbleweed.

OBS-URL: https://build.opensuse.org/request/show/288020
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=174
2015-03-02 09:32:46 +00:00
Ismail Dönmez
ee3e4639c9 Accepting request 286264 from home:Zaitor:branches:Virtualization
Update

Of particular int. for Factory:
X11 guests: added support for X.Org Server 1.17
and 
Linux Additions: Linux 3.19 fixes (bug #13741)

OBS-URL: https://build.opensuse.org/request/show/286264
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=172
2015-02-17 20:25:09 +00:00
Tomáš Chvátal
51a0ec4f7b - Cleanup with spec-cleaner
- Remove really obsolete conditionals due to buildstatus everywhere

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=171
2015-01-28 12:40:06 +00:00
Factory Maintainer
5e04d6bb1f Accepting request 265616 from home:coolo:branches:openSUSE:Factory
- update to version 4.3.20:
  + VMM: fixed reboot hang of 32-bit Windows SMP guests (bug #13319, #13462)
  + VMM: proper Math Fault handling with certain legacy guests (bug #9042, AMD hosts)
  + VMM: fixed a Guru Meditation VINF_EM_TRIPLE_FAULT on older CPUs that don't support MSR-bitmaps (VT-x only; bugs #13034, #13125, #13311, #13425, #13426, #13463, #13585)
  + GUI: fix 3D overlay window re-parenting issue when VM goes to full screen mode on X11 hosts.
  + GUI: fix occasional loss of focus in full-screen mode on X11 host systems (4.3.16 regression)
  + GUI: Mac OS X: wizards should have Cancel button (bug #12541)
  + GUI: added a global option to prevent automatic raising of the new window by mouse move with multi-screen guests (bug #8878)
  + API: accept remote display port 0 as the default RDP port (bug #8534)
  + VBoxManage: fixed crash when executing showvminfo command under certain circumstances (bug #13190)
  + ACPI: fixed occasional Guru Meditations in ACPI timer code (4.3.18 regression; bug #13521)
  + EFI: improved performance of IDE disk access
  + EFI: fixed a bug in the EFI video driver which prevented Windows to boot in UEFI mode (bug #12022)
  + EFI: properly announce the amount of RAM for big VMs (bugs #11103 and #13211)
  + Storage: fixed a crash under certain circumstances when a medium was ejected from a drive attached to the SATA controller without inserting a new medium before pausing or closing the VM (4.3.16 regression)
  + Storage: fixed an interrupt acknowledge issue causing hanging guests or slower I/O (4.3.18 regression)
  + Storage: fixed broken resume after the VM was suspended due to a full disk if host I/O caching is used
  + Storage: fixed a Guru Meditation under certain conditions when using the DevLsiLogic controller with VMs running in raw mode (4.3 regression; bugs #12254, #12655, #12709, #12774, #12886)
  + Guest Control: fixed a bug which might lead to a crash during recursive copy
  + SDK: Java COM bindings fixes
  + iPXE: enable the HTTP download protocol (bug #13628)
  + Runtime: do not use a fixed stack size creating temporary threads during initialization (bug #13038)
  + Windows hosts: fixed more startup problems on certain Windows hosts due to conflicts with anti-virus software; better error reporting (4.3.14 regression; bug #13187)
  + Windows hosts: fixed DirectSound host audio failure under certain conditions (bug #13418)
  + Windows hosts: fixed additional cases of 4.3.14 regression whereby AltGr stopped working for some people (bug #13216)
  + Windows Additions: preserve guest monitor layout when resizing Windows 7 or newer guests
  + Linux Additions: Linux 3.18 compile fixes (bug #13515)
- download the Manual directly without rename

OBS-URL: https://build.opensuse.org/request/show/265616
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=169
2014-12-21 10:36:06 +00:00
Michal Seben
7df4189277 Accepting request 256310 from home:mseben:branches:Virtualization
OBS-URL: https://build.opensuse.org/request/show/256310
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=168
2014-10-14 16:53:09 +00:00
OBS User mrdocs
061dd69c83 Accepting request 243703 from home:wolfi323:branches:Virtualization
Updated virtualbox-xserver-116.patch to the actual upstream commits. The previous version contained outdated X11 includes, so the resulting vboxvideo driver didn't actually work with Xorg 1.16 in Factory.

I tested it and vboxvideo works fine now on Factory here.

OBS-URL: https://build.opensuse.org/request/show/243703
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=164
2014-08-09 18:38:58 +00:00
Michal Seben
f5c94e4c43 Accepting request 242773 from home:mseben:branches:Virtualization
update to 4.3.14

OBS-URL: https://build.opensuse.org/request/show/242773
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=162
2014-07-28 19:19:08 +00:00
Michal Seben
e9b752b482 Accepting request 235621 from home:mseben:branches:Virtualization
update vbox to 4.3.12

OBS-URL: https://build.opensuse.org/request/show/235621
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=160
2014-05-28 07:19:17 +00:00
Sascha Peilicke
e8b605a453 Accepting request 232843 from home:saschpe:branches:Virtualization
- Update to version 4.3.10:
  + VMM: more work on improving the emulation of certain MSR registers on certain host CPUs (e.g. bugs #12734, #12736, #12744, #12748, #12686, #12770)
  + VMM: fixed single-stepping for real-mode guests (VT-x without unrestricted guest execution) and some I/O instructions (bug #12636)
  + VMM: fixed a potential problem with COW pages if nested paging is not available
  + GUI: Mac OS X: experimental native full screen support for Mountain Lion and Mavericks (bug #12292)
  + GUI: Mac OS X: removed the mini-toolbar minimize button which doesn't work under Mac OS X full screen mode anyway
  + GUI: experimental HID LEDs synchronization for Windows and Mac OS X hosts: fixed keyboard re-synchronization if the feature is disabled (as done by default; bug #12758)
  + GUI: fixed a potential crash when opening the preferences menu (bug #12862)
  + OVF: fixed a crash of the VirtualBox Manager when re-starting guest export (bug #12586)
  + 3D support: several fixes
  + HGCM: fixed a problem with saved states which could cause several guest misbehavior after a VM was started from a saved state
  + Storage: fixed a bug preventing to compact differential snapshots under certain conditions
  + VBoxSVC: fixed a segmentation fault on Linux hosts if a very long path exists under /dev (bug #12760)
  + API: fixed guest misbehavior under certain conditions if a storage medium was attached or removed at VM runtime
  + Windows installer: make the --silent parameter work again (bug #12764)
  + Linux Additions: install correctly on Ubuntu guest systems with a /usr/lib64 directory (bug #12513)
  + X11 Additions: fix for the VBoxClient process not exiting correctly (bug #12348) and consuming too much processor time 
- Refresh virtualbox-xserver-116.patch to xorg-server-1.15.99.902 with
  x.org video driver protocol version 17.0
- Set mode of /usr/lib/virtualbox/VirtualBox to 4750 to match /etc/permissions.easy
  as newly complained by chkstat (due to ro's change)

OBS-URL: https://build.opensuse.org/request/show/232843
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=158
2014-05-06 13:08:10 +00:00
Sascha Peilicke
c75434fd9c Accepting request 227479 from home:saschpe:branches:Virtualization
- Add Virtualbox-xserver-1.16.patch: Compatibility with xserver-1.16

OBS-URL: https://build.opensuse.org/request/show/227479
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=156
2014-03-25 15:09:28 +00:00
Sascha Peilicke
09fde748e6 Accepting request 224474 from home:saschpe:branches:Virtualization
Please accept only after pkg has built

OBS-URL: https://build.opensuse.org/request/show/224474
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=154
2014-03-04 11:09:44 +00:00
OBS User mrdocs
d684c332ca Accepting request 214429 from home:AndreasStieger:branches:Virtualization
- fix build (script handling)

OBS-URL: https://build.opensuse.org/request/show/214429
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=152
2014-01-19 20:21:58 +00:00
Sascha Peilicke
c16febc461 Accepting request 214416 from home:saschpe:branches:Virtualization
- Add missing %{_vbox_instdir}/VBoxNetNAT.so

OBS-URL: https://build.opensuse.org/request/show/214416
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=151
2014-01-19 18:22:44 +00:00
OBS User mrdocs
52f05245dc Accepting request 214248 from home:saschpe:branches:Virtualization
- Update to version 4.3.6:
  + VMM: fixed a Guru Meditation VINF_EM_TRIPLE_FAULT caused by VMCB caching with nested paging on certain AMD CPUs (bug #12451)
  + VMM: fixed a Guru Meditation VERR_VMX_UNEXPECTED_INTERRUPTION_EXIT_TYPE while intercepting debug exceptions (VT-x only; bug #12410)
  + VMM: fixed a Guru Meditation VERR_SVM_UNEXPECTED_EXIT while intercepting debug register accesses (AMD-V only; bug #12481)
  + VMM: fixed a VERR_SSM_STRUCTURE_MAGIC error when trying to load a saved state made with VBox 4.3.4 when VT-x/AMD-V is disabled. Unfortunately, VBox 4.3.4 produced broken saved states for this configuration so you have to discard these states (bug #12414)
  + VMM: added a few more MSRs to the whitelist required by certain guests (bug #12245)
  + GUI: fixed deleting of inaccessible VMs (4.3 regression, bug #12205)
  + GUI: fixed warnings in VM settings / number of guest processors (bug #12480)
  + Main: don't automatically enable 64-bit guests on 64-bit hosts if VT-x/AMD-V is not available (bug #12424)
  + Main: always expose the DMI memory information to Windows 2012 guests (bug #12017)
  + Main: fixed occasional crashes on guest display resolution change (bug #7063)
  + Main: fixed reporting back temporary name when calling IGuestSession::DirectoryCreateTemp() (bug #12498)
  + API: fix for a hang when launching a GUI VM through the API, which crashes due to GUI unavailability
  + Storage: fix for BLKCACHE_IOERR runtime errors under rare circumstances (bug #11030)
  + Network: allow to start more than 5 PCNet instances (bug #12426)
  + E1000: if the cable was disconnected before the guest initialized the device, the link status was not properly set to 'down' after the initialization completed despite the fact that there was no connection
  + 3D support: fixed offset of guest 3D image elements (Mac OS X Retina hosts only; bug #11021)
  + Solaris hosts: fixed accessing the host driver from non-global zones (4.3 regression, bug #12271) 
- For more changes see https://www.virtualbox.org/wiki/Changelog
- Add source services (refresh_patches ATM)
- Rebased patches:
  + vbox-disable-updates.diff (only offset)
  + vbox-fpie.diff (only offset)
  + vbox-deprec-gsoap-service-proxies.diff (manually)
  + vbox-gsoapssl-deps.diff (manually)
  + vbox-no-build-dates.diff (manually)
  + vbox-permissions_warning.diff (manually)
  + vbox-python-detection.diff (manually)
  + vbox-smc-napa.diff (manually)
  + vbox-vboxdrv-init-script.diff (manually)

OBS-URL: https://build.opensuse.org/request/show/214248
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=150
2014-01-19 00:52:50 +00:00
cbce3c2532 Accepting request 213969 from home:sndirsch:branches:Virtualization
- added virtualbox-xorg-1.15.patch to support xorg-server 1.15

OBS-URL: https://build.opensuse.org/request/show/213969
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=148
2014-01-17 12:20:08 +00:00
OBS User mrdocs
4d14eb2bd5 Accepting request 213326 from home:enzokiel:branches:Virtualization
- added subpackage virtualbox-guest-desktop-icons, contains icons
  to provide os-specific icons for guest desktop files created on desktop.

OBS-URL: https://build.opensuse.org/request/show/213326
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=146
2014-01-13 03:23:05 +00:00
40b9129f82 Accepting request 210830 from home:coolo:branches:openSUSE:Factory
- update to 4.2.20, this is a maintenance release. The following items were fixed and/or added:
  * GUI: always report recommended resolutions for all monitors (not always done since 4.2.12)
  * GUI: make sure the assigned license and description are attached to the exported appliance
  * GUI: the OS X hot corners were not accessible while a VirtualBox VM is running (Mac OS X hosts only; bug #4139)
  * NAT: don't run into an infinite loop in case the host cannot access any DNS server (bug #12300)
  * NAT: don't re-connect the cable if the DNS information changes and the cable was disconnected before (bug #12225)
  * Main: properly save the passthrough flag for DVD drives without an attached medium
  * Keyboard: fixed a VM crash if a VM was resumed from a saved state where at least one key was pressed (bug #11289)
  * 2D Video acceleration: fix crashes on presentation mode switches (bug #9194)
  * Storage: fixed errors with snapshots when using QCOW or QED disk images
    (bug #12144)
  * Storage: fix for newer Linux kernels not detecting a hard disk as SSD when
    using the IDE or SATA controller (bug #12025)
  * Storage: fixed detection of CD/DVD media when switching from an empty to a
    host drive with passthrough enabled
  * Snapshots: fixed a bug which could result in lost medium attachments
    (4.2.18 regression, bug #11750)
  * Shared Clipboard: fixed potential SEGFAULT when working with UTF8 and UTF16
    content (Mac OS X hosts only)
  * OVF: fixed import logic for OVF appliances containing multiple VMs
  * Extpack Installer: make it work if the file is located in a folder with
    special characters
  * SDK: extended the functionality coverage for the C bindings
  * API: block the removal of the current snapshot if it has child snapshots
    (only relevant for VMs without snapshottable hard disks, their presence
    always prevented removal), which resulted in VM config corruption
  * API: mark VM configs with snapshots but without current snapshot as
    inaccessible, as this combination is nonsense
  * API: fixed information for some automatically generated events (only with
    XPCOM, Windows host was not affected), which caused errors when getting

OBS-URL: https://build.opensuse.org/request/show/210830
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=144
2013-12-14 15:23:08 +00:00
OBS User mrdocs
c27d711a71 Accepting request 204798 from home:mgorse:branches:Virtualization
- fix shared folders (bnc#841673).

OBS-URL: https://build.opensuse.org/request/show/204798
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=141
2013-10-25 16:01:12 +00:00
52384b5a91 Accepting request 200564 from home:wolfi323:branches:Virtualization
install udev rules and VBoxCreateUSBNode.sh to the correct directories (bnc#799741)

OBS-URL: https://build.opensuse.org/request/show/200564
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=139
2013-09-26 09:24:13 +00:00
Michal Seben
861fd5f6ed Accepting request 199134 from home:mseben:branches:Virtualization
update to vbox 4.2.18

OBS-URL: https://build.opensuse.org/request/show/199134
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=137
2013-09-15 17:19:55 +00:00
Michal Seben
2359d1b21c Accepting request 196852 from home:mseben:branches:Virtualization
added vbox-linux-3.11.diff to fix build

OBS-URL: https://build.opensuse.org/request/show/196852
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=135
2013-08-30 07:57:30 +00:00
Michal Seben
a6e4c15ca7 Accepting request 184179 from home:mseben:branches:Virtualization
updated to version 4.2.16

OBS-URL: https://build.opensuse.org/request/show/184179
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=133
2013-07-24 10:57:58 +00:00
Michal Vyskocil
a26a24ae55 Accepting request 181786 from home:sndirsch:branches:Virtualization
- install 1.14 vboxvideo driver on openSUSE 13.1 (bnc#826326)

OBS-URL: https://build.opensuse.org/request/show/181786
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=131
2013-07-03 10:29:46 +00:00
Michal Seben
e451ccfb6f Accepting request 181527 from home:mseben:branches:Virtualization
update to vbox 4.2.14

OBS-URL: https://build.opensuse.org/request/show/181527
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=129
2013-06-30 18:48:29 +00:00
Michal Seben
bbedbc1903 Accepting request 174971 from home:mseben:branches:Virtualization
update to 4.2.12

OBS-URL: https://build.opensuse.org/request/show/174971
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=127
2013-05-10 12:57:35 +00:00
Michal Vyskocil
d508aa36a9 Accepting request 173455 from home:fcrozat:branches:Virtualization
- Move udev rules to /usr/lib/udev/rules.d for openSUSE 12.3 (and
  later) and to /lib/udev/rules.d for older distributions.

OBS-URL: https://build.opensuse.org/request/show/173455
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=125
2013-04-26 10:03:16 +00:00
Ismail Dönmez
2bc6676796 Accepting request 172563 from home:coolo:branches:openSUSE:Factory
- it fails without alsa-devel installed, so buildrequire it (somehow
  no longer dropped in)

OBS-URL: https://build.opensuse.org/request/show/172563
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=123
2013-04-19 16:38:12 +00:00
Michal Seben
1b70b6430b OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=120 2013-04-07 05:30:39 +00:00
Michal Seben
5f2f3974a4 Accepting request 162334 from home:mseben:branches:Virtualization
added VBoxCreateUSBNode.sh, updated vbox to 4.2.10 and few workarounds to fix build

OBS-URL: https://build.opensuse.org/request/show/162334
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=119
2013-04-03 07:17:07 +00:00
Ismail Dönmez
ca8f9ea21a Accepting request 160243 from home:sndirsch:branches:Virtualization
- make HW Supplements for x11 subpackage conditional on
  xorg-x11-server package (bnc#810333)

OBS-URL: https://build.opensuse.org/request/show/160243
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=117
2013-03-20 15:08:03 +00:00
Michal Seben
73f9d07160 Accepting request 157152 from home:mseben:branches:Virtualization
update to vbox 4.2.8

OBS-URL: https://build.opensuse.org/request/show/157152
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=115
2013-03-03 12:52:28 +00:00
c22919ec19 Accepting request 149422 from home:sndirsch:branches:Virtualization
- install 1.13 vboxvideo driver on openSUSE 12.3 (bnc#799480)

OBS-URL: https://build.opensuse.org/request/show/149422
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=112
2013-01-21 13:35:51 +00:00
Michal Seben
188c092fa7 Accepting request 146619 from home:mseben:branches:Virtualization
update to virtualbox 4.2.6

OBS-URL: https://build.opensuse.org/request/show/146619
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=110
2012-12-29 13:28:08 +00:00
Michal Seben
92cd621b6a Accepting request 140582 from home:mseben:branches:Virtualization
update to vbox 4.2.4

OBS-URL: https://build.opensuse.org/request/show/140582
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=108
2012-11-07 18:43:50 +00:00
Michal Seben
c2afddb4af Accepting request 139080 from home:mseben:branches:Virtualization
update vbox to 4.2.2

OBS-URL: https://build.opensuse.org/request/show/139080
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=106
2012-10-23 10:43:42 +00:00
Michal Seben
f447e23f7b - fix build, point source command to current directory ( use source ./env.sh )
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=104
2012-10-11 20:41:51 +00:00
Michal Vyskocil
60e90398d1 Accepting request 136607 from home:seife:branches:Virtualization
- update to 4.2.0
  - rebase patches
  - remove kernel-3.6 patch, no longer needed

OBS-URL: https://build.opensuse.org/request/show/136607
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=102
2012-10-02 14:03:09 +00:00
Ismail Dönmez
9099a819e0 - Add virtualbox-kernel-3.6.patch to fix compilation with 3.6 kernel
- let it build with all versions of openjdk

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=100
2012-09-27 07:57:03 +00:00
Michal Vyskocil
415f264158 Accepting request 126203 from home:mvyskocil:branches:Virtualization
- let it build with all versions of openjkd

OBS-URL: https://build.opensuse.org/request/show/126203
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=98
2012-06-26 14:32:52 +00:00
Michal Seben
ecc6fec0ed Accepting request 125876 from home:mseben:branches:openSUSE:12.2
- update to virtualbox 4.1.18 (This is a maintenance release) 
* VMM: fixed VERR_REM_VIRTUAL_CPU_ERROR under rare conditions after the guest has been reset (bug #5164 and others)
* VMM: fixed host freezes with 64-bit guests on 32-bit Linux hosts (bug #10528)
* VRDP: added a workaround for rdesktop clients not properly updating the screen size when minimized
* AHCI: fixed a rare bug which can cause a guest memory corruption after the guest storage controler has been reset
* NAT: another attempt to fix crashes under rare conditions (Windows hosts only; bug #10513)
* Mac OS X hosts: addressed issues running Leopard / Snow Leopard (bug #10631)
* Linux hosts / Bridged Networking: fixed the problem with device driver unloading on kernels 3.2.18 and newer due to an invalid reference counter (bug #10624)
* Linux hosts / guests: Linux 3.5-rc1 fixes
* Linux Additions: the guest content was sometimes not properly updated (bug #9887)
* Solaris Additions: installer fix for X.org Server 1.11 and 1.12

OBS-URL: https://build.opensuse.org/request/show/125876
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=97
2012-06-24 18:59:41 +00:00
Michal Seben
1fb22078d8 Accepting request 123265 from home:mseben:branches:Virtualization
use proper version of vboxvideo xorg driver

OBS-URL: https://build.opensuse.org/request/show/123265
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=94
2012-06-02 06:04:34 +00:00
Michal Seben
4b4018d4f7 Accepting request 122246 from home:mseben:branches:Virtualization
update vbox to 4.1.16

OBS-URL: https://build.opensuse.org/request/show/122246
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=92
2012-05-25 07:45:42 +00:00
Michal Seben
db801598e3 Accepting request 115964 from home:mseben:branches:Virtualization
update to 4.1.14 and fix the issue with kmk_sed

OBS-URL: https://build.opensuse.org/request/show/115964
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=86
2012-04-29 18:59:19 +00:00
Michal Seben
b205c733a8 Accepting request 114923 from home:mseben:branches:Virtualization
- drop vbox-config.diff and use LocalConfig.kmk to properly define
  lib,app and doc paths (bnc#737525)

OBS-URL: https://build.opensuse.org/request/show/114923
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=85
2012-04-21 21:05:19 +00:00
Michal Seben
105dda7cd1 Accepting request 113076 from home:mseben:branches:Virtualization
update vbox to 4.1.12

OBS-URL: https://build.opensuse.org/request/show/113076
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=82
2012-04-10 10:29:55 +00:00
Michal Seben
6fcc2cd8ec Accepting request 112419 from home:mseben:branches:Virtualization
update to virtualbox 4.1.10

OBS-URL: https://build.opensuse.org/request/show/112419
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=81
2012-04-04 04:13:22 +00:00
Michal Seben
a056eedb87 Accepting request 110918 from home:mseben:branches:Virtualization
-clean up virtualbox-60-vboxdrv.rules and use fillup_only for vbox sysconfig file
- added vbox-vboxweb-init-script.diff to use proper pid file and runlevels in vboxweb initscript

OBS-URL: https://build.opensuse.org/request/show/110918
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=79
2012-03-24 17:13:42 +00:00
Michal Seben
a0ed944f7a Accepting request 109859 from home:mseben:branches:Virtualization
use pie/fPIE for setuid binaries (vbox-fpie.diff) (bnc#743143)

OBS-URL: https://build.opensuse.org/request/show/109859
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=78
2012-03-18 08:57:09 +00:00