diff --git a/VirtualBox-4.2.18-patched.tar.bz2 b/VirtualBox-4.2.18-patched.tar.bz2 deleted file mode 100644 index fdf4e3d..0000000 --- a/VirtualBox-4.2.18-patched.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50da931d427cfa72bd9dbb227da1526e0cfcf67b47cb49165e454cf3ef6534c4 -size 49378165 diff --git a/VirtualBox-4.2.20-patched.tar.bz2 b/VirtualBox-4.2.20-patched.tar.bz2 new file mode 100644 index 0000000..c75ddbd --- /dev/null +++ b/VirtualBox-4.2.20-patched.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a485a704130790bdc084fe372aeaec5ccb893eff55035125a74b56a2224005 +size 49421220 diff --git a/vbox-shared-folder.diff b/vbox-shared-folder.diff deleted file mode 100644 index 7d8dea3..0000000 --- a/vbox-shared-folder.diff +++ /dev/null @@ -1,28 +0,0 @@ -Index: src/VBox/Additions/linux/sharedfolders/dirops.c -=================================================================== ---- src/VBox/Additions/linux/sharedfolders/dirops.c (revision 48528) -+++ src/VBox/Additions/linux/sharedfolders/dirops.c (revision 48529) -@@ -282,10 +282,13 @@ - } - - #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 11, 0) -- err = dir_emit(ctx, d_name, strlen(d_name), fake_ino, DT_UNKNOWN); -+ if (!dir_emit(ctx, d_name, strlen(d_name), fake_ino, DT_UNKNOWN)) -+ { -+ LogFunc(("dir_emit failed\n")); -+ return 0; -+ } - #else - err = filldir(opaque, d_name, strlen(d_name), dir->f_pos, fake_ino, DT_UNKNOWN); --#endif - if (err) - { - LogFunc(("filldir returned error %d\n", err)); -@@ -293,6 +296,7 @@ - only when it runs out of space in opaque */ - return 0; - } -+#endif - - dir->f_pos += 1; - #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 11, 0) diff --git a/virtualbox-4.2.18-UserManual.pdf b/virtualbox-4.2.18-UserManual.pdf deleted file mode 100644 index a2f2ef3..0000000 --- a/virtualbox-4.2.18-UserManual.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03b1c1287575c37b15f7a553d2cdf26c101a23f9671c7d2499a7970f8f569dd3 -size 6193796 diff --git a/virtualbox-4.2.20-UserManual.pdf b/virtualbox-4.2.20-UserManual.pdf new file mode 100644 index 0000000..5cc2ddb --- /dev/null +++ b/virtualbox-4.2.20-UserManual.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc301ffefb81839b86c8fa534de4ca5bae5b991d5d550c4b6c8f2c8fc4c7180 +size 6197702 diff --git a/virtualbox.changes b/virtualbox.changes index 72261be..1b5fdba 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -1,7 +1,66 @@ +------------------------------------------------------------------- +Fri Dec 13 19:43:37 UTC 2013 - coolo@suse.com + +- 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 + some of the attributes over the webservice (bug #12379) + * Mac OS X hosts: support for Mac OS X 10.9 (Mavericks) + * Mac OS X hosts: properly sign the kernel extensions for Mavericks hosts + (bug #12256) + * Mac OS X hosts: use a launchd script instead of the deprecated StartupItem + mechanism (bug #8940) + * Mac OS X hosts: fixed a bug where the VirtualBox dock icon was not properly + removed from the dock after a VM terminated preventing Mavericks hosts from + shutting (bug #12241) + * Linux Additions: Linux 3.13 compile fix (bug #12358) + * Linux Additions: Linux 3.12 compile fix (bug #12083) + * Linux Additions: Linux 3.11 fix for shared folders (bugs #11946, #12128) + * Linux Additions: compile fix for SLES11 SP3 + * Linux Additions: correctly set umask before installing (bug #12166) + * Linux Additions: build the vboxvideo kernel module correctly on OL/RHEL 6.1 + guests (bug #11996) + * Linux Additions: make 3D work on Slackware 14.1 (bug #12320 comments 3 and 4) + * Windows Additions: fixed memory leak caused by WTSQuerySessionInformation() + on Windows 2000 guests (bug #12072) + * Windows Additions: multimonitor resize fixes + * X11 Additions/3D: fix freezes starting 3D desktop (bug #11503, thank you + Sam Spilsbury) + * Guest additions/3D: fix an occasional dead-lock (bug #12319) +- obsolete vbox-shared-folder.diff + ------------------------------------------------------------------- Thu Oct 24 23:34:41 UTC 2013 - mgorse@suse.com -- added vbox-shared-folder.diff to fix shared folders (bnc#841673). +- added vbox-shared-folder.diff to fix shared folders (bnc#841673). ------------------------------------------------------------------- Wed Sep 25 11:35:04 UTC 2013 - wbauer@tmo.at @@ -99,7 +158,7 @@ Sun Jun 30 11:20:39 UTC 2013 - mseben@gmail.com * Linux Additions: fixed compilation against Linux 3.2.0 Ubuntu kernels (4.2.12 regression as a side effect of the Debian kernel build fix; bug #11709) * X11 Additions: reduced the CPU load of VBoxClient in drag'and'drop mode * OS/2 Additions: made the mouse wheel work (bug #6793) - * Guest Additions: fixed problems copying and pasting between two guests on an X11 host (bug #11792) + * Guest Additions: fixed problems copying and pasting between two guests on an X11 host (bug #11792) ------------------------------------------------------------------- Fri May 3 19:41:51 UTC 2013 - mseben@gmail.com @@ -134,7 +193,7 @@ Fri May 3 19:41:51 UTC 2013 - mseben@gmail.com * Linux Additions: Debian Linux kernel 3.2.0-4 (3.2.39) compile fix (bug #11634) * Linux Additions: added auto-logon support for Linux guests using LightDM as the display manager * Windows Additions: Support for multimonitor. Dynamic enable/disable of secondary virtual monitors. Support for XPDM/WDDM based guests - * X11 Additions: support X.Org Server 1.14 (bug #11609) + * X11 Additions: support X.Org Server 1.14 (bug #11609) ------------------------------------------------------------------- Fri Apr 26 08:10:58 UTC 2013 - fcrozat@suse.com @@ -162,7 +221,7 @@ Sun Mar 31 06:49:28 UTC 2013 - mseben@gmail.com ------------------------------------------------------------------- Fri Mar 29 14:07:28 UTC 2013 - mseben@gmail.com -- added VBoxCreateUSBNode.sh from vbox upstream for creating usb device nodes, +- added VBoxCreateUSBNode.sh from vbox upstream for creating usb device nodes, by default this feature is disabled so you have to enable it in vbox udev rules by hand (bnc#799741) - updated to virtualbox 4.2.10 * GUI: fixed keyboard with XQuartz X server (bug #10664) @@ -215,7 +274,7 @@ Sun Mar 3 11:19:44 UTC 2013 - mseben@gmail.com * Linux Additions: Linux 3.8 compile fixes (bug #11036) * X11 Additions: fixed blocked SIGALRM in 3D desktop sessions (bug #10987) * X11 Additions: fixed an unresolved reference in vboxvideo_drv for X.org 6.8 guests and before (e.g. RHEL4; 4.2.0 regression) -* X11 Additions: fixed screen automatic resizing for guests with X.org 1.3 or older (4.2.0 regression) +* X11 Additions: fixed screen automatic resizing for guests with X.org 1.3 or older (4.2.0 regression) ------------------------------------------------------------------- Fri Mar 1 22:07:32 UTC 2013 - crrodriguez@opensuse.org @@ -287,7 +346,7 @@ Sat Nov 3 08:16:40 UTC 2012 - mseben@gmail.com * EFI: fixed video mode selection loss on VM reboot (#10983) * Parallel: fixed parallel port printing failure/ paper queue empty error (Windows hosts only) * NAT: fixed crash on alias-less DNS responses when host-resolver is used -* Storage: fixed hang under rare circumstances +* Storage: fixed hang under rare circumstances ------------------------------------------------------------------- Sun Oct 21 16:03:10 UTC 2012 - mseben@gmail.com @@ -356,7 +415,7 @@ Tue Jun 26 14:02:32 UTC 2012 - mvyskocil@suse.cz ------------------------------------------------------------------- Thu Jun 21 20:01:20 UTC 2012 - mseben@gmail.com -- update to virtualbox 4.1.18 (This is a maintenance release) +- 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 @@ -372,7 +431,7 @@ Thu Jun 21 20:01:20 UTC 2012 - mseben@gmail.com Fri Jun 1 20:00:15 UTC 2012 - mseben@gmail.com - use proper version of vboxvideo xorg driver (vboxvideo_drv_112) - for 12.2 release + for 12.2 release - adjust udev rules for vboxuser device on guest machine (file virtualbox-60-vboxguest.rules) ------------------------------------------------------------------- @@ -402,7 +461,7 @@ Thu May 24 08:37:37 UTC 2012 - mseben@gmail.com ------------------------------------------------------------------- Tue May 15 12:16:30 UTC 2012 - mseben@gmail.com -- modify vboxadd-init-script.diff to fix issues with missing +- modify vboxadd-init-script.diff to fix issues with missing config file on guest [bnc#761923] ------------------------------------------------------------------- @@ -423,7 +482,7 @@ Sat Apr 28 19:38:57 UTC 2012 - mseben@gmail.com ------------------------------------------------------------------- Sat Apr 21 10:25:41 UTC 2012 - mseben@gmail.com -- drop vbox-config.diff and use LocalConfig.kmk to properly define +- drop vbox-config.diff and use LocalConfig.kmk to properly define lib,app and doc paths (bnc#737525) ------------------------------------------------------------------- @@ -443,7 +502,7 @@ Wed Apr 4 09:21:39 UTC 2012 - mseben@gmail.com * Guest Additions: VBoxService should not crash on exit (bug #10326; 4.1.10 regression) * Windows Additions: set the correct time stamp when a file is closed (bug #6473) * Windows Additions: better help if the DirectX backups are not properly installed - * Linux Additions: Linux 3.4-rc1 compile fixes + * Linux Additions: Linux 3.4-rc1 compile fixes ------------------------------------------------------------------- Sun Apr 1 05:48:40 UTC 2012 - mseben@gmail.com @@ -484,12 +543,12 @@ Sun Apr 1 05:48:40 UTC 2012 - mseben@gmail.com * Solaris Additions: fixed VBoxService import and start for Solaris 11 guests. * Windows Additions: some Windows 8 adaptions * Windows Additions: several fixes for shared folders (bug #9753) - * Guest control: miscellaneous bugfixes + * Guest control: miscellaneous bugfixes ------------------------------------------------------------------- Sun Mar 18 08:18:34 UTC 2012 - mseben@gmail.com -- use pie/fPIE for setuid binaries (vbox-fpie.diff) (bnc#743143) +- use pie/fPIE for setuid binaries (vbox-fpie.diff) (bnc#743143) - 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 @@ -503,7 +562,7 @@ Wed Mar 14 20:45:06 UTC 2012 - mseben@gmail.com Thu Mar 8 15:16:01 UTC 2012 - idonmez@suse.com - Drop unnecessary xorg-x11-libs-32bit buildrequires -- Fix build with linux kernel 3.3 +- Fix build with linux kernel 3.3 ------------------------------------------------------------------- Tue Feb 21 07:49:52 UTC 2012 - seife+obs@b1-systems.com @@ -528,7 +587,7 @@ Wed Dec 28 11:01:04 UTC 2011 - mseben@gmail.com * OVF/OVA: better error message when importing corrupted appliances * VMDK/VHD: fixed a possible corruption with host cache disabled when using snapshots under rare circumstances (bug #9749) * 3D Support: Fixed fullscreen mode issues for ATI graphics (bug #9775), - * 3D Support: Windows Media Player rendering for XPDM-based Direct3D support (bug #8341). + * 3D Support: Windows Media Player rendering for XPDM-based Direct3D support (bug #8341). * 3D Support: Multiple fixes to XPDM and WDDM - based 3D support for Windows Guests and for 3D support in general * Linux hosts: fixes for Fedoras Linux 2.6.41 (bug #9948) * Linux hosts/guests: fixes for Linux 3.2 (bug #9743) @@ -561,12 +620,12 @@ Wed Nov 16 09:44:55 UTC 2011 - mseben@gmail.com * Solaris Additions: added read-only mmap support for shared folders * Solaris Additions: added directory, file mode and mask options for shared folders * Windows Additions: implemented faster detection of logged-in guest users and stale sessions - * X.Org Additions: fixed graphical corruption when switching to a virtual terminal (bug #9490) + * X.Org Additions: fixed graphical corruption when switching to a virtual terminal (bug #9490) ------------------------------------------------------------------- Wed Oct 19 10:03:10 UTC 2011 - idonmez@suse.com -- Remove runlevel 4 from vboxdrv init script (bnc#724469) +- Remove runlevel 4 from vboxdrv init script (bnc#724469) ------------------------------------------------------------------- Fri Oct 14 13:26:22 UTC 2011 - mseben@gmail.com @@ -576,13 +635,13 @@ Fri Oct 14 13:26:22 UTC 2011 - mseben@gmail.com ------------------------------------------------------------------- Mon Oct 10 12:50:21 UTC 2011 - mseben@gmail.com -- added vbox-VBE_DISPI_INDEX_ENABLE.diff to fix broken linux +- added vbox-VBE_DISPI_INDEX_ENABLE.diff to fix broken linux console after starting X (bnc#717713) ------------------------------------------------------------------- Fri Oct 7 09:41:22 UTC 2011 - mseben@gmail.com -- dropped xorg conf file virtualbox-60-vboxmouse.conf as there is +- dropped xorg conf file virtualbox-60-vboxmouse.conf as there is no more vboxmouse_drv.so xorg driver on %suse_version >= 1130 - modified virtualbox-60-vboxdrv.rules to use setfacl instead of GROUP rule - update to virtualbox 4.1.4 @@ -630,7 +689,7 @@ Fri Oct 7 09:41:22 UTC 2011 - mseben@gmail.com * Windows Additions: make image viewer work correctly with Aero enabled (Vista and Windows 7) * Windows Additions: fixed incorrect window border blurs under Aero with ATI cards (Vista and Windows 7) * Windows Additions: fixed incorrect rendering when moving 3D applications outside guest desktop and back under Aero (Vista and Windows 7) - * Windows Additions: fixed guest hangs when switching back from fullscreen text mode apps (bug #9636) + * Windows Additions: fixed guest hangs when switching back from fullscreen text mode apps (bug #9636) ------------------------------------------------------------------- Mon Sep 19 17:55:56 UTC 2011 - crrodriguez@opensuse.org @@ -641,7 +700,7 @@ Mon Sep 19 17:55:56 UTC 2011 - crrodriguez@opensuse.org ------------------------------------------------------------------- Thu Sep 15 10:17:05 UTC 2011 - mseben@gmail.com -- included proper versions of vboxmouse_drv and vboxvideo_drv (xorg drivers) in to +- included proper versions of vboxmouse_drv and vboxvideo_drv (xorg drivers) in to virtualbox-guest-x11 - fixed typo in virtualbox-60-vboxdrv.rules @@ -680,7 +739,7 @@ Mon Aug 22 11:29:11 UTC 2011 - mseben@gmail.com * Windows Additions: fixed file truncation on a shared folder with some applications (bugs #9276, #9315) * Windows Additions: fixed shared folder issues with antivirus software and 64 bit Windows guests (bug #9318) * Windows Vista and 7 guests: WDDM driver fixes and performance enhancements, fixed WinSAT crashes (#9267) - * Linux Additions: fixed llseek() for Linux kernels 2.6.37 and above + * Linux Additions: fixed llseek() for Linux kernels 2.6.37 and above ------------------------------------------------------------------- Tue Aug 9 12:37:27 UTC 2011 - mseben@gmail.com @@ -703,7 +762,7 @@ Thu Jul 21 06:12:54 UTC 2011 - mseben@gmail.com * Host-only Networking: fixed host crash in kernels prior to 2.6.29 * New Networking Mode UDP Tunnel: allows to interconnect VMs running on different hosts easily and transparently * Experimental support for SATA hard disk hotplugging available with VBoxManage - * Solaris hosts: New Crossbow based bridged networking driver for Solaris 11 build 159 and above + * Solaris hosts: New Crossbow based bridged networking driver for Solaris 11 build 159 and above * VMM: more SMP timer fixes * VMM: fixed sporadic recompiler crashes with SMP guests * VMM: many small fixes @@ -754,7 +813,7 @@ Thu Jul 21 06:12:54 UTC 2011 - mseben@gmail.com * Solaris hosts: better control of USB device access on Solaris 11 hosts * Guest Additions: improved driver installation on Windows guests * Guest Additions: fixed high CPU usage while executing guest programs from the host - * Solaris Additions: fixed automounting of shared folders (bug #8014) + * Solaris Additions: fixed automounting of shared folders (bug #8014) - deprecated vbox-netflt_start_xmit_enable.diff - added vbox-disable_vboxpci_build.diff and vbox-fix-ftbfs-as-needed.patch.diff to fix build ------------------------------------------------------------------- @@ -780,7 +839,7 @@ Thu Jun 30 07:30:30 UTC 2011 - mseben@gmail.com * Windows Additions: fixed bug when determining the extended version of the Guest Additions (4.0.8 regression; bug #8948) * Solaris Additions: fixed installation to 64-bit Solaris 10u9 guests (4.0.8 regression) * Linux Additions: RHEL6.1/OL6.1 compile fix - * Linux Additions: fixed a memory leak during VBoxManage guestcontrol execute (bug #9068) + * Linux Additions: fixed a memory leak during VBoxManage guestcontrol execute (bug #9068) ------------------------------------------------------------------- Mon Jun 20 09:09:34 UTC 2011 - aj@suse.de @@ -822,19 +881,19 @@ Wed May 18 06:55:17 UTC 2011 - mseben@gmail.com * Shared Folders: don't stop mounting the other valid folders if one host folder is inaccessible (4.0.6 regression) * Linux Additions: check whether gcc and make are installed before building kernel modules (bug #8795) * Solaris Additions: added support for X.Org Server 1.10 - * Guest Additions: fixed inappropriate Guest Additions update notification when using vendor-specific version suffixes (bug #8844) + * Guest Additions: fixed inappropriate Guest Additions update notification when using vendor-specific version suffixes (bug #8844) - deprecated vbox-gcc46.patch ------------------------------------------------------------------- Fri May 13 03:29:45 UTC 2011 - crrodriguez@opensuse.org -- Allow GCC 4.6 to be used +- Allow GCC 4.6 to be used ------------------------------------------------------------------- Tue Apr 26 19:42:44 UTC 2011 - crrodriguez@opensuse.org - Remove bundled libraries to ensure they are never used -- USe system boost headers,only needed for xml parser it seems. +- USe system boost headers,only needed for xml parser it seems. ------------------------------------------------------------------- Fri Apr 22 16:35:55 UTC 2011 - mseben@gmail.com @@ -901,31 +960,31 @@ Fri Apr 22 16:35:55 UTC 2011 - mseben@gmail.com ------------------------------------------------------------------- Fri Apr 15 23:01:48 UTC 2011 - crrodriguez@opensuse.org -- remove the remaining build dates in binaries +- remove the remaining build dates in binaries ------------------------------------------------------------------- Wed Apr 13 19:04:19 UTC 2011 - crrodriguez@opensuse.org -- Fix build in kernel 2.6.39 +- Fix build in kernel 2.6.39 ------------------------------------------------------------------- Wed Apr 13 15:58:01 UTC 2011 - crrodriguez@opensuse.org -- Fix build with as-needed +- Fix build with as-needed - DO not use static libstdc ------------------------------------------------------------------- Mon Apr 11 19:32:03 UTC 2011 - crrodriguez@opensuse.org - Remove more build dates in binaries -- VirtualBox no longer requires GCC 4.3 +- VirtualBox no longer requires GCC 4.3 ------------------------------------------------------------------- Fri Mar 25 07:42:21 UTC 2011 - mseben@gmail.com - added Conflicts: virtualbox-ose-*-kmp for kmp packages, because - host (vboxdrv) and guest (vboxguest) kmp exports the same - symbol (RTMemFreeEx) which breaks loading modules using + host (vboxdrv) and guest (vboxguest) kmp exports the same + symbol (RTMemFreeEx) which breaks loading modules using modprobe (bnc#661740) ------------------------------------------------------------------- @@ -937,7 +996,7 @@ Thu Mar 17 13:17:54 UTC 2011 - mseben@gmail.com ------------------------------------------------------------------- Wed Mar 9 15:43:08 UTC 2011 - crrodriguez@opensuse.org -- fix requires sysvinit(syslog) +- fix requires sysvinit(syslog) ------------------------------------------------------------------- Fri Feb 18 08:06:16 UTC 2011 - mseben@gmail.com @@ -984,14 +1043,14 @@ Fri Feb 18 08:06:16 UTC 2011 - mseben@gmail.com * X.Org guests: Add EDID emulation in the graphics driver to prevent GNOME settings daemon changing the mode on login. * X.Org guests: never send graphics modes to the host that older VirtualBox versions can’t handle. * Linux Additions: fixed a memory leak in the shared folders code if a host link is not readable (bug #8185) - * Windows Additions: fixed handling of Security Attention Sequence (SAS) with VBoxGINA + * Windows Additions: fixed handling of Security Attention Sequence (SAS) with VBoxGINA - droppped deprecated vbox-2.6.38.patch ------------------------------------------------------------------- Tue Feb 8 07:36:53 UTC 2011 - cshorler@googlemail.com -- The python package isn't installed correctly, and contains an - unnecessary shared library due to a build / config bug. It is +- The python package isn't installed correctly, and contains an + unnecessary shared library due to a build / config bug. It is also missing pre-compiled python (pyc). - added vbox-python-detection.diff and vbox-xpcom-kmk.diff @@ -1006,13 +1065,13 @@ Mon Jan 31 01:52:58 UTC 2011 - cshorler@googlemail.com ------------------------------------------------------------------- Thu Jan 27 12:47:31 UTC 2011 - cristian.rodriguez@opensuse.org -- Fix build in 2.6.38 kernels. +- Fix build in 2.6.38 kernels. ------------------------------------------------------------------- Wed Jan 26 16:36:42 UTC 2011 - cristian.rodriguez@opensuse.org - Fix one more build date in binaries that causes unneeded - republish of binaries. + republish of binaries. ------------------------------------------------------------------- Wed Jan 19 13:49:49 UTC 2011 - mseben@gmail.com @@ -1037,7 +1096,7 @@ Wed Jan 19 07:32:14 UTC 2011 - mseben@gmail.com * Storage: don’t eject the physical medium if a DVD/CDROM/floppy drive is detached from a VM (bug #5825) * Storage: be more robust when a faulty guest sends ATA commands to an ATAPI device (bug #6597) * Parallels: fixed deletion of the image during suspend, pause or power off (4.0 regression) - * Bridged networking: fixed host kernel panic when bridging to devices with no TX queue + * Bridged networking: fixed host kernel panic when bridging to devices with no TX queue * NAT: port-forwarding rule registration respects protocol parameter (bug #8094) * E1000: fixed PXE boot issues with WDS (bug #6330) * Virtio-net: fixed the issue with TX performance in some Linux guests @@ -1048,28 +1107,28 @@ Wed Jan 19 07:32:14 UTC 2011 - mseben@gmail.com * Main: improve error information propagation for errors preventing a VM start * Main: fixed problems with snapshots and non-ASCII characters in machine paths (bug #8024) * Webservice: now listens to localhost by default as documented (bug #6067) - * Settings: do not fail loading machine settings if removeable drive attachment + * Settings: do not fail loading machine settings if removeable drive attachment * Settings: fixed issue that changing a snapshot name or description was not saved to machine XML * OVF/OVA: fixed import of files created by other OVF tools (bug #7983) * rdesktop-vrdp: fix a crash during USB device enumeration (bug #7981) * Linux hosts: fixed a crash during USB device enumeration. * Linux hosts: try a bit harder to allocate memory (bug #8035; 4.0 regression) * Guest Additions: fixed parsing of parameters for guest control in VBoxService (4.0 regression; bug #8010) - * Windows Guest Additions: automatic logon on Windows Vista/Windows 7 now supports unlocking previously locked workstations + * Windows Guest Additions: automatic logon on Windows Vista/Windows 7 now supports unlocking previously locked workstations ------------------------------------------------------------------- Fri Jan 14 21:58:00 UTC 2011 - mseben@gmail.com - reworked vbox-disable-updates.diff for virtualbox 4.0.0 -- modified virtualbox-60-vboxdrv.rules : added comment with udev - rules inside for assign full usb access to vboxusers - don't - uncomment these lines if you don't understand possible security +- modified virtualbox-60-vboxdrv.rules : added comment with udev + rules inside for assign full usb access to vboxusers - don't + uncomment these lines if you don't understand possible security risk (bnc#664520) ------------------------------------------------------------------- Wed Jan 12 13:29:36 UTC 2011 - mseben@gmail.com -- fix typo in spec file, which breaks loading of vboxsf kernel +- fix typo in spec file, which breaks loading of vboxsf kernel module on guest ------------------------------------------------------------------- @@ -1083,7 +1142,7 @@ Wed Jan 5 08:16:35 UTC 2011 - mseben@gmail.com ------------------------------------------------------------------- Fri Dec 31 22:41:25 UTC 2010 - mseben@gmail.com -- added vbox-smc-napa.diff to fix build +- added vbox-smc-napa.diff to fix build ------------------------------------------------------------------- Thu Dec 30 19:50:12 UTC 2010 - tejas.guruswamy@opensuse.org @@ -1102,7 +1161,7 @@ Thu Dec 23 17:43:05 UTC 2010 - mseben@gmail.com - New “scale” display mode with scaled guest display - Support for creating and starting .vbox desktop shortcuts (bug #1889) - The VM list is now sortable - - Machines can now be deleted easily without a trace including snapshots and saved states, + - Machines can now be deleted easily without a trace including snapshots and saved states, and optionally including attached disk images (bug #5511; also, VBoxManage unregistervm --delete can do the same now) * Built-in creation of desktop file shortcuts to start VMs on double click (bug #2322) * VMM: support more than 1.5/2 GB guest RAM on 32-bit hosts @@ -1161,15 +1220,15 @@ Mon Dec 20 12:03:12 UTC 2010 - mseben@gmail.com - rename to virtualbox - drop ose postfix, Oracle team dosn't build puel version - we have now extension packs -- rename xorg-x11-driver-virtualbox-ose subpackage to virtualbox-guest-x11 -- use Provides: virtualbox-gui for virtualbox-qt subpackage and - Recommends: virtualbox-gui for virtualbox package, so user could +- rename xorg-x11-driver-virtualbox-ose subpackage to virtualbox-guest-x11 +- use Provides: virtualbox-gui for virtualbox-qt subpackage and + Recommends: virtualbox-gui for virtualbox package, so user could install another type of gui easily - + ------------------------------------------------------------------- Fri Dec 17 19:37:43 UTC 2010 - mseben@gmail.com -- update to VirtualBox 4.0.0 BETA4 +- update to VirtualBox 4.0.0 BETA4 * see announcement with changelog http://forums.virtualbox.org/viewtopic.php?f=15&t=37177 - set propper path for link to pdf in .desktop file @@ -1195,12 +1254,12 @@ Thu Dec 2 14:02:16 UTC 2010 - mseben@gmail.com - updated to VirtualBox-ose 3.2.12 * VMM: fixed rare host crash when running 64-bit guests on 32-bit hosts (bug #7577) - * VMM: fixed host reboots under rare circumstances due to NMIs triggered by active performance counters + * VMM: fixed host reboots under rare circumstances due to NMIs triggered by active performance counters * VMM: fixed out of memory guru meditation for large memory guests (bug #7586) * VMM: fixed a guru meditation related to large pages * VMM: use new VT-x feature to keep the guest from hogging the CPU * Snapshots: implemented deleting the last remaining snapshot while the VM is running - * GUI: perform the checks for exceeding the size limit of the host file system and for broken asynchronous I/O + * GUI: perform the checks for exceeding the size limit of the host file system and for broken asynchronous I/O * NAT: fixed memory leak (3.2.0 regression; bugs #6918, #7353) * Networking: fixed VM reset handling in e1000 * VRDP: fixed rare crash in multimonitor configuration @@ -1209,8 +1268,8 @@ Thu Dec 2 14:02:16 UTC 2010 - mseben@gmail.com * Keyboard: fixes for the USB keyboard emulation; fixes for Koran keyboards * Serial: don't hang if the host device would block during open (bugs #5756, #5380) * Serial: fixed modem status lines (Linux hosts only; bug #812) - * Graphics: Horizontal resolutions are no longer restricted to a multiple of 8 pixels - * USB: fixed a crash with older Linux kernels and non-ASCII characters in device strings + * Graphics: Horizontal resolutions are no longer restricted to a multiple of 8 pixels + * USB: fixed a crash with older Linux kernels and non-ASCII characters in device strings * USB: fixed a crash under rare circumstances (bug #7409; Windows hosts only) * iSCSI: respond to NOP-In requests from the target immediately to avoid being disconnected if the guest is idle * 3D support: fixed a crash under certain circumstances (bug #7659) @@ -1220,11 +1279,11 @@ Thu Dec 2 14:02:16 UTC 2010 - mseben@gmail.com * Windows hosts: another fix for BSODs under certain circumstances in VBoxNetFlt.sys (bug #7601) * Solaris hosts: fixed host USB DVD drive detection * Mac OS X hosts: fixed swapped keys for certain ISO keyboard types (bug #2996) - * Linux hosts: added link state handling for TAP devices needed for proper operation with bridged networking + * Linux hosts: added link state handling for TAP devices needed for proper operation with bridged networking * Linux hosts/guests: Linux 2.6.37 fixes * Linux Additions: properly compile the vboxvideo module if DKMS is not installed (bug #7572) * Linux Additions: fixed a memory leak when accessing non-existing files on a Shared Folders (bug #7705) - * Windows Additions: skip none-mapped user accounts when enumerating user accounts for VM information + * Windows Additions: skip none-mapped user accounts when enumerating user accounts for VM information - deprecated vbox-kernel-2637.diff - added rpath.diff to fix build - modify vboxdrv init script with proper macros in install section @@ -1243,23 +1302,23 @@ Fri Nov 19 19:06:48 UTC 2010 - coolo@novell.com Wed Nov 10 00:06:58 UTC 2010 - javier@opensuse.org - Added vbox-default-os-type.diff - * Changes the default Linux guest OS to openSUSE + * Changes the default Linux guest OS to openSUSE ------------------------------------------------------------------- Wed Oct 13 21:44:12 UTC 2010 - crrodriguez@novell.com - Update to VirtualBox 3.2.10 * Fix build with newer kernels - * support X.Org Server 1.9 + * support X.Org Server 1.9 * don't crash VBoxClient during reboot - * Bridged networking: fixed occasional host freeze during VM shutdown + * Bridged networking: fixed occasional host freeze during VM shutdown * fixed memory leak under certain circumstances * under rare conditions the NAT engine consumed 100% CPU load ------------------------------------------------------------------- Tue Sep 21 15:47:03 UTC 2010 - puzel@novell.com -- install mount.vboxsf into /sbin, not /usr/sbin (bnc#636347) +- install mount.vboxsf into /sbin, not /usr/sbin (bnc#636347) ------------------------------------------------------------------- Wed Sep 15 08:35:14 UTC 2010 - jeffm@novell.com @@ -1291,13 +1350,13 @@ Sun Sep 5 11:26:25 UTC 2010 - mseben@gmail.com ------------------------------------------------------------------- Sat Sep 4 15:27:58 UTC 2010 - mseben@gmail.com -- added subpackage with python bindings +- added subpackage with python bindings ------------------------------------------------------------------- Sat Aug 28 19:01:35 UTC 2010 - cristian.rodriguez@opensuse.org - Do not include build dates in binaries, make build-compare - happier + happier ------------------------------------------------------------------- Thu Aug 26 11:17:33 UTC 2010 - gber@opensuse.org @@ -1445,30 +1504,30 @@ Thu Jun 3 13:57:06 UTC 2010 - mseben@novell.com * OVF: fixed wrong hard disk UUIDs on export (bug #6802) * OVF: fixed 3.2.0 regression importing legacy OVF 0.9 files * 3D support: fixed OpenGL support for 64bit apps on windows guests - * 3D support: fixed various host crashes (#2954, #5713, #6443) + * 3D support: fixed various host crashes (#2954, #5713, #6443) ------------------------------------------------------------------- Thu Jun 3 11:32:26 UTC 2010 - mseben@novell.com - updated to 3.2.0 - * Following the acquisition of Sun Microsystems by Oracle Corporation, the product is now called Oracle VM VirtualBox + * Following the acquisition of Sun Microsystems by Oracle Corporation, the product is now called Oracle VM VirtualBox * Experimental support for Mac OS X guests (see the manual for more information) * Memory ballooning to dynamically in- or decrease the amount of RAM used by a VM (64-bit hosts only) * Page Fusion automatically de-duplicates RAM when running similar VMs thereby increasing capacity - * CPU hot-plugging for Linux (hot-add and hot-remove) and certain Windows guests (hot-add only) + * CPU hot-plugging for Linux (hot-add and hot-remove) and certain Windows guests (hot-add only) * New Hypervisor features: with both VT-x/AMD-V on 64-bit hosts, using large pages can improve performance; also, - on VT-x, unrestricted guest execution is now supported (if nested paging is enabled with VT-x, real mode and + on VT-x, unrestricted guest execution is now supported (if nested paging is enabled with VT-x, real mode and protected mode without paging code runs faster, which mainly speeds up guest OS booting) * Support for deleting snapshots while the VM is running - * Support for multi-monitor guest setups in the GUI for Windows guests + * Support for multi-monitor guest setups in the GUI for Windows guests * USB tablet/keyboard emulation for improved user experience if no Guest Additions are available - * LsiLogic SAS controller emulation + * LsiLogic SAS controller emulation * RDP video acceleration * NAT engine configuration via API and VBoxManage - * Use of host I/O cache is now configurable - * Guest Additions: added support for executing guest applications from the host system - * OVF: enhanced OVF support with custom namespace to preserve settings that are not part of the base OVF standard + * Use of host I/O cache is now configurable + * Guest Additions: added support for executing guest applications from the host system + * OVF: enhanced OVF support with custom namespace to preserve settings that are not part of the base OVF standard * VMM: fixed Windows 2000 guest crash when configured with a large amount of RAM (bug #5800) * Linux/Solaris guests: PAM module for automatic logons added * GUI: guess the OS type from the OS name when creating a new VM @@ -1493,22 +1552,22 @@ Thu Jun 3 11:32:26 UTC 2010 - mseben@novell.com * OVF: fix VMDK format string identifiers and sort XML elements from rasd: namespace alphabetically as prescribed by standard * VBoxShell: interactive Python shell extended to be fully functional TUI for VirtualBox * Linux Additions: support Fedora 13 (bug #6370) - * VBoxManage: fixed overly strict checks when creating a raw partition VMDK (bugs #688, #4438) -- dropped vbox-system-xorg.patch and vbox-drm-includepath.diff we + * VBoxManage: fixed overly strict checks when creating a raw partition VMDK (bugs #688, #4438) +- dropped vbox-system-xorg.patch and vbox-drm-includepath.diff we use now xorg includes and libs from tarball -- turn on VNC server feature, which allows users to connect - to a virtual machine remotely using any VNC client. +- turn on VNC server feature, which allows users to connect + to a virtual machine remotely using any VNC client. ------------------------------------------------------------------- Mon May 31 10:59:40 UTC 2010 - mseben@novell.com -- create links to vbox tools in %_bindir - they could be usefull +- create links to vbox tools in %_bindir - they could be usefull for controlling vbox from command line ------------------------------------------------------------------- Mon May 24 12:50:36 UTC 2010 - mseben@novell.com -- fix vboxguest.rules udev rule for guest : use TAG+="udev-acl" +- fix vboxguest.rules udev rule for guest : use TAG+="udev-acl" to grant permissions ------------------------------------------------------------------- @@ -1547,9 +1606,9 @@ Mon May 10 15:15:42 UTC 2010 - mseben@novell.com * VRDP: allow to bind to localhost only on Mac OS X (bug 5227) * Linux hosts: add host USB support for Ubuntu 10.04 and other hosts without the hal daemon or usbfs (bug 6343) * webservice: more structs and array fixes in PHP bindings (bug 5657) - * Windows hosts: make the bridged networking driver notify dll be correctly unregistred on uninstall (bug 5780) -- dropped VBoxRandR.sh (from xorg-x11-driver-virtualbox-ose) by - upstream : VBoxClient now handles dynamic resizing using library + * Windows hosts: make the bridged networking driver notify dll be correctly unregistred on uninstall (bug 5780) +- dropped VBoxRandR.sh (from xorg-x11-driver-virtualbox-ose) by + upstream : VBoxClient now handles dynamic resizing using library calls, not a shell script see http://www.virtualbox.org/changeset/27601 - deprecated vbox-fix_PF_storm.diff - use older version of disable-updates patch @@ -1562,12 +1621,12 @@ Mon Apr 19 00:15:10 CEST 2010 - ro@suse.de - buildfix with changed include location for recent libdrm keep old path as well as to not break when building against older distros (vbox-drm-includepath.diff) -- fix KMP subpackage naming in specfile +- fix KMP subpackage naming in specfile ------------------------------------------------------------------- Sun Apr 18 12:11:24 CEST 2010 - ro@suse.de -- add -I/usr/include/libdrm to compiler flags +- add -I/usr/include/libdrm to compiler flags ------------------------------------------------------------------- Wed Apr 14 09:32:41 UTC 2010 - mseben@novell.com @@ -1578,26 +1637,26 @@ Wed Apr 14 09:32:41 UTC 2010 - mseben@novell.com ------------------------------------------------------------------- Fri Apr 9 10:10:55 UTC 2010 - mseben@novell.com -- added fix_PF_storm.diff to fix crashing during liveCD boot at early +- added fix_PF_storm.diff to fix crashing during liveCD boot at early "Loading basic drivers" state (bnc#576681) ------------------------------------------------------------------- Mon Apr 5 17:19:36 UTC 2010 - rbos@opensuse.org - add script to start virtual boxes during boot, to be configured - via /etc/sysconfig/vbox + via /etc/sysconfig/vbox ------------------------------------------------------------------- Mon Apr 5 16:01:09 UTC 2010 - mseben@novell.com -- fix build : install also dir /etc/X11/xorg.conf.d/ for +- fix build : install also dir /etc/X11/xorg.conf.d/ for 60-vboxmouse.conf config ------------------------------------------------------------------- Fri Apr 2 20:55:07 UTC 2010 - mseben@novell.com - modified 60-vboxguest.rules and added 60-vboxmouse.conf to fix - lost mouse integration, caused by xorg-server which no longer + lost mouse integration, caused by xorg-server which no longer use HAL (bnc#592642) ------------------------------------------------------------------- @@ -1650,7 +1709,7 @@ Fri Mar 26 16:26:05 UTC 2010 - mseben@novell.com * Linux Additions: support Mandriva speedboot runlevel (bug #5484) * Linux Additions: fixed SELinux security context of mount.vboxsf (bug #6362) * Linux Additions: support Ubuntu 10.04 (bug #5737) - * Web service: update PHP bindings to fix problems with enums and collections + * Web service: update PHP bindings to fix problems with enums and collections - deprecated vbox-x_crash.diff ------------------------------------------------------------------- @@ -1780,24 +1839,24 @@ Tue Dec 1 08:44:17 UTC 2009 - mseben@novell.com - updated to 3.1.0 - major new futures : - * Teleportation (aka live migration); migrate a live VM session + * Teleportation (aka live migration); migrate a live VM session from one host to another (see the manual for more information) * VM states can now be restored from arbitrary snapshots instead - of only the last one, and new snapshots can be taken from other + of only the last one, and new snapshots can be taken from other snapshots as well ("branched snapshots"; see the manual for more information) - * 2D video acceleration for Windows guests; use the host video - hardware for overlay stretching and color conversion (see the + * 2D video acceleration for Windows guests; use the host video + hardware for overlay stretching and color conversion (see the manual for more information) - * More flexible storage attachments: CD/DVD drives can be attached - to an arbitrary IDE controller, and there can be more than one + * More flexible storage attachments: CD/DVD drives can be attached + to an arbitrary IDE controller, and there can be more than one such drive (the manual for more information) * The network attachment type can be changed while a VM is running - * Complete rewrite of experimental USB support for OpenSolaris + * Complete rewrite of experimental USB support for OpenSolaris hosts making use of the latest USB enhancements in Solaris Nevada 124 and higher - * Significant performance improvements for PAE and AMD64 guests + * Significant performance improvements for PAE and AMD64 guests (VT-x and AMD-V only; normal (non-nested) paging) * Experimental support for EFI (Extensible Firmware Interface) - * Support for paravirtualized network adapters (virtio-net) + * Support for paravirtualized network adapters (virtio-net) - the following items were fixed and/or added: * VMM: guest SMP fixes for certain rare cases * GUI: snapshots include a screenshot @@ -1808,7 +1867,7 @@ Tue Dec 1 08:44:17 UTC 2009 - mseben@novell.com * GUI: the VirtualBox website couldn't be opened from the help menu (bug #4559) * 3D support: major performance improvement in VBO processing * 3D support: added GL_EXT_framebuffer_object, GL_EXT_compiled_vertex_array support - * 3D support: fixed crashes in FarCry, SecondLife, Call of Duty, Unreal Tournament, + * 3D support: fixed crashes in FarCry, SecondLife, Call of Duty, Unreal Tournament, Eve Online (bugs #2801, #2791) * 3D support: fixed graphics corruption in World of Warcraft (#2816) * 3D support: fixed Final frame of Compiz animation not updated to the screen (#4653) @@ -1834,7 +1893,7 @@ Tue Dec 1 08:44:17 UTC 2009 - mseben@novell.com * Solaris hosts: support for OpenSolaris Boomer architecture (with OSS audio backend). * Shared folders: VBOXSVR is visible in Network folder (Windows guests, bug #4842) * Shared folders: performance improvements (Windows guests, bug #1728) - * Windows, Linux and Solaris Additions: added balloon tip notifier if VirtualBox host + * Windows, Linux and Solaris Additions: added balloon tip notifier if VirtualBox host version was updated and Additions are out of date * Solaris guests: fixed keyboard emulation (bug #1589) * Solaris Additions: fixed as_pagelock() failed errors affecting guest properties (bug #5337) @@ -1843,9 +1902,9 @@ Tue Dec 1 08:44:17 UTC 2009 - mseben@novell.com * Windows Additions: fixed runtime OS detection on Windows 7 for session information * Windows Additions: fixed crash in seamless mode (contributed by Huihong Luo) * Linux Additions: added support for uninstalling the Linux Guest Additions (bug #4039) - * Linux guest shared folders: allow mounting a shared folder if a file of the same name as + * Linux guest shared folders: allow mounting a shared folder if a file of the same name as the folder exists in the current directory (bug #928) - * SDK: added object-oriented web service bindings for PHP5 + * SDK: added object-oriented web service bindings for PHP5 - dropped deprecated vbox-fix_return.diff - refresh patches to apply with fuzz=0 (new rpm) - added fix_return.diff : fix no-return-in-nonvoid-function build issue @@ -1882,7 +1941,7 @@ Thu Nov 5 07:59:15 UTC 2009 - mseben@novell.com * USB: stability fix for some USB 2.0 devices * GUI: added a search index to the .chm help file * GUI/Windows hosts: fixed CapsLock handling on French keyboards (bug #2025) - * Shared clipboard/X11 hosts: fixed a crash when clipboard initialisation failed (bug #4987) + * Shared clipboard/X11 hosts: fixed a crash when clipboard initialisation failed (bug #4987) ------------------------------------------------------------------- Thu Oct 22 15:27:07 CEST 2009 - dmueller@suse.de @@ -1918,7 +1977,7 @@ Thu Oct 22 15:27:07 CEST 2009 - dmueller@suse.de * iSCSI: fixed issue with NetApp targets (#5072) * SCSI: add support for virtual disks larger than 2TB * USB: fixed potential crash when unplugging USB2 devices (bug #5089) - * NAT: IPSEC did not properly work with Linux guests (bug #4801) + * NAT: IPSEC did not properly work with Linux guests (bug #4801) ------------------------------------------------------------------- Thu Oct 15 14:02:30 UTC 2009 - mseben@novell.com @@ -1943,7 +2002,7 @@ Thu Oct 8 12:58:10 CEST 2009 - mseben@novell.com ------------------------------------------------------------------- Mon Oct 5 16:54:19 CEST 2009 - mseben@novell.com -- added VBoxNetAdpCtl.diff : use VBoxNetAdpCtl.cpp from upstream svn +- added VBoxNetAdpCtl.diff : use VBoxNetAdpCtl.cpp from upstream svn which fix security problems with popen and strncpy (see bnc#533550) ------------------------------------------------------------------- @@ -1960,7 +2019,7 @@ Tue Sep 29 13:58:59 CEST 2009 - mseben@novell.com ------------------------------------------------------------------- Thu Sep 24 13:15:14 CEST 2009 - mseben@novell.com -- added 90-vboxguest.fdi for hal policy, to autodetect the virtualbox +- added 90-vboxguest.fdi for hal policy, to autodetect the virtualbox mouse (thanks to Tejas Guruswamy) - added permissions_warning.diff - implements messagebox, which is displayed, when user try to start VirtualBox and is not a member @@ -1976,8 +2035,8 @@ Tue Sep 22 16:33:13 CEST 2009 - mseben@novell.com ------------------------------------------------------------------- Mon Sep 14 10:17:15 CEST 2009 - mseben@novell.com -- rewritten init-scripts.diff (bnc#537793) and added - /etc/default/virtualbox config, which allow configure type of +- rewritten init-scripts.diff (bnc#537793) and added + /etc/default/virtualbox config, which allow configure type of session shutdown (thanks to Dennis Olsson) ------------------------------------------------------------------- @@ -2037,7 +2096,7 @@ Thu Sep 10 10:15:20 CEST 2009 - mseben@novell.com * Guest Additions: do not hide the host mouse cursor when restoring a saved state (bug #4700) * Windows guests: fixed issues with the display of the mouse cursor image (bugs #2603, #2660 and #4817) * SUSE 11 guests: fixed Guest Additions installation (bug #4506) - * Guest Additions: support Fedora 12 Alpha guests (bugs #4731, #4733 and #4734) + * Guest Additions: support Fedora 12 Alpha guests (bugs #4731, #4733 and #4734) - drop deprecated pa-interface_change.diff ------------------------------------------------------------------- @@ -2097,7 +2156,7 @@ Thu Aug 6 08:01:43 CEST 2009 - mseben@suse.cz * X11 guests: prevent windows from being skipped in seamless mode KDE guests (bugs #1681 and #3574) * X11 guests: fixed screen corruption in X11 guests when large amounts of video RAM were allocated (bug #4430) * X11 guests: some fixes when switching between host and guest-drawn mouse pointers. - * X11 guests: fixed an issue which caused seamless mode to stop working as it should (the main issue listed in bug #2238). + * X11 guests: fixed an issue which caused seamless mode to stop working as it should (the main issue listed in bug #2238). ------------------------------------------------------------------- Mon Aug 3 11:42:08 CEST 2009 - mseben@suse.cz @@ -2135,7 +2194,7 @@ Mon Jul 13 11:04:16 CEST 2009 - mseben@suse.cz * Linux hosts: workaround for buggy graphics drivers showing a black VM window on recent distributions (bug #4335) * Linux hosts: fixed typo in kernel module startup script (bug #4388) * OVF: accept ovf:/disk/ specifiers with a single slash in addition to ovf://disk/ (bug #4452) - * Fixed a settings file conversion bug which sometimes caused hardware acceleration to be enabled + * Fixed a settings file conversion bug which sometimes caused hardware acceleration to be enabled - drop vbox-ose-rpmlintrc ------------------------------------------------------------------- @@ -2207,18 +2266,18 @@ Mon Jun 1 10:09:42 CEST 2009 - mseben@suse.cz * Shared Folders: make rm/rmdir work with Solaris guests on Windows hosts * Networking: fixed the problem with blocked receiving thread when a broadcast packet arrives too early to be handled by uninitialized e1000 adapter. - * Networking: fixed the problem that caused host freezes/crashes when using bridged mode with host’s + * Networking: fixed the problem that caused host freezes/crashes when using bridged mode with host’s interface having RX checksum offloading on (bug #3926 and related). Fixes problems with TX offloading as well (bug #3870) * PXE boot: Added support for PRO/1000 MT Server adapter. * Python bindings: fixed keyword conflict * SCSI: fixed occasional crashes on Win64 * Serial: allow to redirect the serial port to a raw file (bug #1023) - * VRDP: fixed a rare incorrect screen update + * VRDP: fixed a rare incorrect screen update ------------------------------------------------------------------- Fri May 29 14:26:14 CEST 2009 - mseben@suse.cz -- included proper version of vboxmouse_drv and vboxvideo_drv in +- included proper version of vboxmouse_drv and vboxvideo_drv in xorg-x11-driver (bnc#507839) ------------------------------------------------------------------- @@ -2339,12 +2398,12 @@ Mon Apr 20 15:43:45 CEST 2009 - mseben@suse.cz * 3D support: fixed VM hangs when starting guests with 3D acceleration enabled (bug #3437) * PXE: fixed boot hangs when hardware virtualization is used (bug #2536) * LsiLogic: fixed problems with Solaris guests - * Main API: close machine settings XML file when unregistering machine (bug #3548) + * Main API: close machine settings XML file when unregistering machine (bug #3548) ------------------------------------------------------------------- Wed Apr 15 15:03:44 CEST 2009 - ro@suse.de -- drop xalan/xerces from buildrequires, not used +- drop xalan/xerces from buildrequires, not used ------------------------------------------------------------------- Fri Feb 27 16:14:55 CET 2009 - dmueller@suse.de @@ -2367,7 +2426,7 @@ Wed Feb 25 13:48:04 CET 2009 - suse-tux@gmx.de ------------------------------------------------------------------- Tue Feb 24 16:46:46 CET 2009 - dmueller@suse.de -- merge with factory +- merge with factory ------------------------------------------------------------------- Tue Feb 24 16:46:46 CET 2009 - suse-tux@gmx.de @@ -2490,7 +2549,7 @@ Mon Nov 24 22:32:13 CET 2008 - dmueller@suse.de * Solaris hosts: fixed a rare race condition while powering off VMs with host interface networking * Solaris hosts: fixed VBoxSDL on Solaris 10 by shipping the required SDL library (bug #2475) * Linux additions: fixed compilation of vboxvfs.ko for 64-bit guests (bug #2550) - * SDK: added JAX-WS port caching to speedup connections + * SDK: added JAX-WS port caching to speedup connections ------------------------------------------------------------------- Wed Nov 12 17:02:10 CET 2008 - dmueller@suse.de @@ -2519,7 +2578,7 @@ Mon Oct 27 21:15:03 CET 2008 - mkudlvasr@suse.cz ------------------------------------------------------------------- Mon Oct 27 13:14:57 CET 2008 - ro@suse.de -- do not play with permissions files on factory +- do not play with permissions files on factory ------------------------------------------------------------------- Sat Oct 25 19:29:13 CEST 2008 - dmueller@suse.de @@ -2547,7 +2606,7 @@ Sat Oct 25 19:29:13 CEST 2008 - dmueller@suse.de * Linux additions: fixed seek() for files bigger than 2GB (bug #2379) * Linux additions: support Ubuntu 8.10 * Linux additions: clipboard fixes (bug #2015) - * Web services: improved documentation and fixed example (bug #1642) + * Web services: improved documentation and fixed example (bug #1642) ------------------------------------------------------------------- Sat Oct 25 14:25:40 CEST 2008 - suse-tux@gmx.de @@ -2663,7 +2722,7 @@ Thu May 15 16:50:22 CEST 2008 - dmueller@suse.de ------------------------------------------------------------------- Thu May 8 18:36:27 CEST 2008 - ro@suse.de -- subpackage needs to be virtualbox-ose-KMP (not -kmp) +- subpackage needs to be virtualbox-ose-KMP (not -kmp) ------------------------------------------------------------------- Mon May 5 20:43:05 CEST 2008 - suse-tux@gmx.de @@ -2705,7 +2764,7 @@ Fri May 2 17:02:49 CEST 2008 - dmueller@suse.de ------------------------------------------------------------------- Wed Apr 30 14:22:40 CEST 2008 - mkudlvasr@suse.cz -- add enhances statements for kmp. fixes [bnc #384084] +- add enhances statements for kmp. fixes [bnc #384084] ------------------------------------------------------------------- Sun Apr 27 21:22:08 CEST 2008 - mkudlvasr@suse.cz @@ -3080,7 +3139,7 @@ Thu Jun 14 19:01:12 CEST 2007 - mkudlvasr@suse.cz ------------------------------------------------------------------- Fri May 11 16:46:45 CEST 2007 - ro@suse.de -- use same ksrc-magic in specfile as in configure +- use same ksrc-magic in specfile as in configure ------------------------------------------------------------------- Mon Apr 23 18:57:32 CEST 2007 - mkudlvasr@suse.cz @@ -3140,4 +3199,3 @@ Sat Feb 03 00:00:00 CEST 2007 - Marcus Hüwe - initial build - diff --git a/virtualbox.spec b/virtualbox.spec index 8ddfacb..551d0a6 100644 --- a/virtualbox.spec +++ b/virtualbox.spec @@ -92,7 +92,7 @@ BuildRequires: xorg-x11-libXt-devel-32bit %endif # ExclusiveArch: %ix86 x86_64 -Version: 4.2.18 +Version: 4.2.20 Release: 0 Summary: VirtualBox is an Emulator License: GPL-2.0+ @@ -146,8 +146,6 @@ Patch101: vbox-default-os-type.diff Patch103: vbox-disable-updates.diff #use pie/fPIE for setuid binaries (bnc#743143) Patch104: vbox-fpie.diff -# Fix shared folders for 3.11, taken from upstream (bnc#841673) -Patch105: vbox-shared-folder.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: pwdutils permissions Requires: %{name}-host-kmp = %version @@ -272,7 +270,6 @@ Development file for %{name} %patch101 %patch103 %patch104 -p1 -%patch105 #copy user manual %__cp %{S:1} UserManual.pdf #copy kbuild config