forked from pool/virtualbox
Accepting request 417906 from home:lwfinger:branches:Virtualization
Fix build for i586 OBS-URL: https://build.opensuse.org/request/show/417906 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=264
This commit is contained in:
parent
8cbc364fed
commit
5d3c358938
@ -158,3 +158,4 @@ Index: VirtualBox-5.1.2/src/VBox/Additions/linux/installer/vboxadd.sh
|
||||
rm -f /etc/kernel/postinst.d/vboxadd /etc/kernel/prerm.d/vboxadd
|
||||
rmdir -p /etc/kernel/postinst.d /etc/kernel/prerm.d 2>/dev/null
|
||||
rm /etc/udev/rules.d/60-vboxadd.rules 2>/dev/null
|
||||
|
||||
|
@ -11,3 +11,17 @@ Index: VirtualBox-5.1.2/src/VBox/Main/Makefile.kmk
|
||||
"$(VBOX_PATH_MAIN_SRC)/src-all/VBoxAPI-start.d" \
|
||||
"$@" \
|
||||
"$(VBOX_PATH_MAIN_SRC)/src-all/VBoxAPI-end.d"
|
||||
Index: VirtualBox-5.0.24/src/VBox/Devices/Makefile.kmk
|
||||
===================================================================
|
||||
--- VirtualBox-5.0.24.orig/src/VBox/Devices/Makefile.kmk
|
||||
+++ VirtualBox-5.0.24/src/VBox/Devices/Makefile.kmk
|
||||
@@ -818,8 +818,7 @@ if !defined(VBOX_ONLY_EXTPACKS)
|
||||
$(call MSG_TOOL,iasl,VBoxDD,$<,$@)
|
||||
$(QUIET)$(RM) -f $@ $@.tmp $@.pre
|
||||
$(QUIET)$(TOOL_$(VBOX_GCC_TOOL)_CC) -E -P -x c -o $@.pre $<
|
||||
- $(QUIET)$(SED) -e "s/<NL>/\n/g" \
|
||||
- --output $@.pre1 $@.pre
|
||||
+ $(QUIET)$(SED) -e "s/<NL>/\n/g" $@.pre > $@.pre1
|
||||
$(QUIET)$(VBOX_IASLCMD) -tc -vs -p $@ $@.pre1
|
||||
$(QUIET)$(MV) -f $@ $@.tmp
|
||||
$(QUIET)$(SED) -e "s/AmlCode/AmlCodeSsdtCpuHotPlug/g" \
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 8 17:13:27 UTC 2016 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Remove request for patch that is no longer used.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 8 17:04:19 UTC 2016 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Patch11 is file "vbox-kernel47-cpu_has_pge.diff".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 8 11:57:18 UTC 2016 - bruno@ioda-net.ch
|
||||
|
||||
@ -33,19 +43,103 @@ Thu Jul 21 19:18:39 UTC 2016 - adam@mizerski.pl
|
||||
vboxdrvu and vboxnetctl (http://www.mgreene.org/?p=211)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 7 19:03:36 UTC 2016 - Larry.Finger@lwfinger.net
|
||||
Tue Jul 20 19:03:36 UTC 2016 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Add file "vbox-4.7.patch" to all builds on Kernel_HEAD_standard/x86_64 now that 4.7-rcX is released.
|
||||
- Disable i586 builds as they fail with the OBS compiler.
|
||||
Increased VM to 20000 M.
|
||||
|
||||
- Version bump to 5.0.26 (released 2016-07-18 by Oracle)
|
||||
|
||||
This is a maintenance release. The following items were fixed and/or added:
|
||||
|
||||
VMM: fixed a bug in the task switching code (ticket #15571)
|
||||
GUI: allow to overwrite an existing file when saving a log file (bug #8034)
|
||||
GUI: fixed screenshot if the VM is started in separate mode
|
||||
Audio: improved recording from USB headsets and other sources which might need conversion of captured data
|
||||
Audio: fixed regression of not having any audio available on Solaris hosts
|
||||
VGA: fixed an occasional hang when running Windows guests with 3D enabled
|
||||
Storage: fixed a possible endless reconnect loop for the iSCSI backend if connecting to the target succeeds but further I/O requests cause a disconnect
|
||||
Storage: fixed a bug when resizing certain VDI images which resulted in using the whole disk on the host (bug #15582)
|
||||
EFI: fixed access to devices attached to SATA port 2 and higher (bug #15607)
|
||||
API: fixed video recording with VBoxHeadless (bug #15443)
|
||||
API: don't crash if there is no graphics controller configured (bug #15628)
|
||||
VBoxSVC: fixed several memory leaks when handling .dmg images
|
||||
Solaris hosts: fixed a crash on hosts with certain CPU configurations
|
||||
Windows hosts: properly fall back to NDIS5 on pre-Vista hosts on silent installations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 18 14:09:11 UTC 2016 - hpj@urpla.net
|
||||
Mon Jul 18 15:24:19 UTC 2016 - Larry.Finger@lwfinger.net
|
||||
|
||||
- remove libgsoap-devel from build deps, it conflicts with gsoap-devel
|
||||
- Version bump to 5.0.24 (released 2016-06-28 by Oracle)
|
||||
|
||||
This is a maintenance release. The following items were fixed and/or added:
|
||||
|
||||
VMM: reverted to the old I/O-APIC code for now to fix certain regressions with 5.0.22 (bug #15529). This means that the networking performance with certain guests will drop to the 5.0.20 level (bug #15295). One workaround is to disable GRO for Linux guests.
|
||||
Main: when taking a screenshot, don't save garbage for blanked screens
|
||||
NAT: correctly parse resolv.conf file with multiple separators (5.0.22 regression)
|
||||
Storage: fixed a possible corruption of stream optimized VMDK images from VMware when opened in read/write mode for the first time
|
||||
Audio: imlemented dynamic re-attaching of input/output devices on Mac OS X hosts
|
||||
ACPI: notify the guest when the battery / AC state changes instead of relying on guest polling
|
||||
Linux hosts: fixed VERR_VMM_SET_JMP_ABORTED_RESUME Guru Meditations on hosts with Linux 4.6 or later (bug #15439)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 8 18:19:23 UTC 2016 - Larry.Finger@lwfinger.net
|
||||
Mon Jun 20 16:18:19 UTC 2016 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Fix start failure of vboxadd service routine (boo #977328). With this change, automounting of shared folders works again.
|
||||
- Version bump to 5.0.22 (released 2016-06-16 by Oracle)
|
||||
|
||||
This is a maintenance release. The following items were fixed and/or added:
|
||||
|
||||
VMM: fixes for certain Intel Atom hosts (bug #14915)
|
||||
VMM: properly restore the complete FPU state for 32-bit guests on 64-bit hosts on Intel Sandy Bridge and Ivy Bridge CPUs
|
||||
VMM: new I/O-APIC implementation fixing several bugs and improving the performance under certain conditions (bug #15295 and others)
|
||||
VMM: fixed a potential Linux guest panic on AMD hosts
|
||||
VMM: fixed a potential hang with 32-bit EFI guests on Intel CPUs (VT-x without unrestricted guest execution)
|
||||
GUI: don't allow to start subsequent separate VM instances
|
||||
GUI: raised upper limit for video capture screen resolution (bug #15432)
|
||||
GUI: warn if the VM has less than 128MB VRAM configured and 3D enabled
|
||||
Main: when monitoring DNS configuration changes on Windows hosts avoid false positives from competing DHCP renewals. This should fix NAT link flaps when host has multiple DHCP configured interfaces, in particular when the host uses OpnVPN.
|
||||
Main: properly display an error message if the VRDE server cannot be enabled at runtime, for example because another service is using the same port
|
||||
NAT: Initialize guest address guess for wildcard port-forwarding rules with default guest address (bug #15412)
|
||||
VGA: fix for a problem which made certain legacy guests crash under certain conditions (bug #14811)
|
||||
ACPI: properly notify the guest if the ACPI battery state changed
|
||||
OVF: fixed import problems for some appliances using an AHCI controller created by 3rd party applications
|
||||
SDK: reduced memory usage in the webservice Java bindings
|
||||
Linux hosts: EL 6.8 fix (bug #15411)
|
||||
Linux hosts: Linux 4.7 fix (bug #15459)
|
||||
Linux Additions: Linux 4.7 fixes (bug #15444)
|
||||
Linux Additions: fix for certain 32-bit guests (5.0.18 regression; bug #15320)
|
||||
Linux Additions: fixed mouse pointer offset (5.0.18 regression; bug #15324)
|
||||
Linux Additions: made old X.Org releases work again with kernels 3.11 and later (5.0.18 regression; bug #15319)
|
||||
Linux Additions: fixed X.Org crash after hard guest reset (5.0.18 regression; bug #15354)
|
||||
Linux Additions: don't stop the X11 setup if loading the shared folders module fails (5.0.18 regression)
|
||||
Linux Additions: don't complain if the Drag and Drop service is not available on the host
|
||||
Solaris Additions: added support for X.org 1.18
|
||||
|
||||
Local openSUSE specific changes:
|
||||
File "changeset_60565.diff" is no longer needced and has been removed.
|
||||
|
||||
Version bump to 5.0.20 (released 2016-04-28 by Oracle)
|
||||
|
||||
This is a maintenance release. The following items were fixed and/or added:
|
||||
|
||||
Storage: fixed a regression causing write requests from the BIOS to cause a Guru Meditation with the LsiLogic SCSI controller (5.0.18 regression; bug #15317)
|
||||
Storage: several emulation fixes in the BusLogic SCSI controller emulation
|
||||
NAT Network: support TCP in DNS proxy (same problem as in bug #14736 for NAT)
|
||||
NAT: rework handling of port-forwarding rules (bug #13570)
|
||||
NAT: rewrite host resolver to handle more query types and make it asynchronous so that a stalled lookup doesn't block all NAT traffic
|
||||
Snapshots: don't crash when restoring a snapshot which has more network adapters than the current state (ie when the snapshot uses ICH9 and the current state uses PIIX3)
|
||||
Guest Control: various bugfixes for the copyfrom and copyto commands / API (bug #14336)
|
||||
VBoxManage: list processor features on list hostinfo (bug #15334)
|
||||
Linux hosts: fix for Linux 4.5 if CONFIG_NET_CLS_ACT is enabled (bug #15327)
|
||||
Windows Additions: fixed performance issues with PowerPoint 2010 and the WDDM graphics drivers if Aero is disabled
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 6 20:04:53 UTC 2016 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Fix start failure of vboxadd service routine
|
||||
This script fails because /var/lib/VBoxGuestAdditions/config does not exist; however, there is no need
|
||||
for this file. That service routine is modified.
|
||||
(boo #977328).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 11:23:41 UTC 2016 - eich@suse.com
|
||||
@ -66,7 +160,7 @@ Fri Apr 22 19:38:06 UTC 2016 - Larry.Finger@lwfinger.net
|
||||
and changeset: https://www.virtualbox.org/changeset/60565/vbox for the fix,
|
||||
which is implemented in file "changeset_60565.diff".
|
||||
|
||||
This update contains a fix for CVE-2016-0678. Bug report b.o.o #97366
|
||||
This update contains a fix for CVE-2016-0678. Bug report boo #97366
|
||||
discusses this vulnerability.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -105,62 +199,22 @@ This is a maintenance release. The following items were fixed and/or added:
|
||||
- Drop VirtualBox-5.0.17-r106108-r106140.patch, fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 19:17:58 UTC 2016 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Fix build error caused by removal of macro page_cache_release() from kernel.
|
||||
File "vbox-replace-page-cache-release.diff" is used to modify code to use put_page() instead.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 00:01:12 UTC 2016 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Fix problem with SONAME for VBoxOGL.so. With the Oracle code, it is libGL.so.1 rather than VBoxOGL.so.1.
|
||||
Thanks to Max Lin <mlin@suse.com> for notifying me about the problem.
|
||||
This fix adds file "vbox_prevent_wrong_SONAME.patch"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 31 16:49:11 UTC 2016 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Fix problems with previous submission
|
||||
|
||||
Removed copy of user manual from download site as there is no special manual for 5.0.17.
|
||||
File VirtualBox-5.0.17-r106108-r106140.patch is added to update the Oracle source to the latest commit.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 30 21:06:08 UTC 2016 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Modify Guest Additions so that openSUSE build works with new Oracle code. The following changes have been made:
|
||||
|
||||
Added Oracle patch to bring code to r106140 commit.
|
||||
Moved VB guest modules to /lib/modules/.../misc/. This layout matches that of the Oracle Guest Additions ISO.
|
||||
Added missing copy of Module.symvers from vboxguest build so that loads of vboxvideo can resolve all symbols.
|
||||
Remove patch added in previous cycle to build under kernel 4.5.0. The Oracle code now has this fix.
|
||||
|
||||
With these changes, both Gnome and KDE desktops as VB virtual machines work with gdm and the versions of X.Org that do not run as root.
|
||||
The only known defect is that the mouse pointer is missing when 3D acceleration is turned on in the VB control panel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:20:56 UTC 2016 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Version bump to 5.0.17 (released 2016-03-07 by Oracle)
|
||||
|
||||
Following the 5.0.16 release, the Guest Additions were updated to support Linux guests
|
||||
with X.Org Server running without root privileges and to fix certain 3D acceleration-related issues.
|
||||
There are no other changes to VirtualBox.
|
||||
|
||||
A patch "vbox-guest-add.diff" is needed to enable the Oracle code to build with kernel 4.5.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 5 18:19:56 UTC 2016 - Larry.Finger@lwfinger.net
|
||||
Mon Apr 4 17:53:30 UTC 2016 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Version bump to 5.0.16 (released 2016-03-04 by Oracle)
|
||||
|
||||
This is a maintenance release. The following items were fixed and/or added for Linux hosts:
|
||||
This change should fix b.o.o #964765.
|
||||
|
||||
This is a maintenance release. The following items were fixed and/or added:
|
||||
|
||||
VMM: fixed a problem which could lead to a wrong guest behavior on AMD CPUs (tickets #14831 and #15186)
|
||||
GUI: don't try to synchronize the HID LEDs if the VM window is not active or if it's minimized (Windows / Mac OS X hosts only; bug #14302)
|
||||
GUI: prevent a crash during startup under rare conditions
|
||||
GUI: sub-menu option to disable the guest-OS type overlay in the application dock icon on Mac OS X
|
||||
GUI: position off-screen windows to be fully visible again on relaunch
|
||||
GUI: hide the VT-x/AMD-V checkbox if raw-mode is not supported (usually Mac OS X hosts; bug #15178)
|
||||
PC speaker passthrough: new experimental feature, available on Linux host only
|
||||
Audio: several fixes for Mac OS X hosts + guests
|
||||
Audio: properly handle default audio device changes (Windows hosts)
|
||||
USB: serveral fixes for the xHCI controller (e.g. for webcam passthrough)
|
||||
BIOS: fixed int15/AH=83/AL=00 function (4.2.0 regression)
|
||||
@ -168,6 +222,7 @@ This is a maintenance release. The following items were fixed and/or added for L
|
||||
Shared folders: fixed a failure to load the saved state under certain circumstances (bug #6314)
|
||||
Guest Control: added support for (cached) Active Directory authentication in case the domain controller is not reachable (anymore)
|
||||
Serial ports: raised the number of serial ports per VM from 2 to 4 (bug #9109)
|
||||
Serial ports: fix for the TCP/IP backend (Windows hosts only; bug #15188)
|
||||
SDK: make the Python webservice API binding work again (5.0 regression)
|
||||
Seamless mode: fixed a crash under certain circumstances (bug #15106)
|
||||
Linux hosts: fixed the /sbin/rcvboxdrv script as well as the missing shebang in two scripts (bugs #15055 and #15057)
|
||||
@ -176,10 +231,7 @@ This is a maintenance release. The following items were fixed and/or added for L
|
||||
Windows Additions: fixed sporadical failure of the graphics driver in Windows 10 guests (bug #14409)
|
||||
Windows Additions: under rare circumstances no mouse movement events were delivered to the guest
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 19 20:38:27 UTC 2016 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Version bump to 5.0.14 (released 2016-01-19i by Oracle)
|
||||
VirtualBox 5.0.14 (released 2016-01-19)
|
||||
|
||||
This is a maintenance release. The following items were fixed and/or added:
|
||||
|
||||
@ -191,22 +243,10 @@ This is a maintenance release. The following items were fixed and/or added:
|
||||
BIOS: properly report if two floppy drives are attached
|
||||
USB: fixed a problem with filters which would not capture the device under certain circumstances (5.0.10 regression; bug #15042)
|
||||
ExtPack: black-list Extension Packs older than 4.3.30 due to incompatible changes not being properly handled in the past
|
||||
Windows hosts: fixed a regression which caused robocopy to fail (bug #14958)
|
||||
Linux hosts: properly create the /sbin/rcvboxdrv symbolic link (5.0.12 regression; bug #14989)
|
||||
Mac OS X hosts: several fixes for USB on El Capitan (bug #14677)
|
||||
Linux Additions: fixes for Linux 4.5 (bug #15032)
|
||||
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 14 14:47:01 UTC 2016 - bwiedemann@suse.com
|
||||
|
||||
- vboxadd script no more fails on remote_fs failure (bnc#908383)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 26 19:58:13 UTC 2015 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Version bump to 5.0.12 (released 2015-12-18i by Oracle)
|
||||
VirtualBox 5.0.12 (released 2015-12-18)
|
||||
|
||||
This is a maintenance release. The following items were fixed and/or added:
|
||||
|
||||
@ -228,46 +268,17 @@ This is a maintenance release. The following items were fixed and/or added:
|
||||
rdesktop-vrdp: source code tarball fixes
|
||||
Linux hosts: .desktop file compatibility issue (bug #14808)
|
||||
Linux hosts / guests: fixes for RHEL 7.2 (bug #14866)
|
||||
The command for recompiling the host kernel modules was changed again, to /sbin/rcvboxdrv setup (bug #14723)
|
||||
Linux hosts: The command for recompiling the host kernel modules was changed again, to /sbin/rcvboxdrv setup (bug #14723)
|
||||
Linux hosts: some fixes for PCI passthrough (still highly experimental)
|
||||
Linux/Mac OS X hosts: fixed a VM hang during startup under certain circumstances (bug #14933)
|
||||
Linux Additions: prevent the compiler from doing dead-code elemination on vital code in guest / host communication (bug #14497)
|
||||
Linux Additions: when mounting a shared folder, explicitly pass the share name so that /proc/mounts contains this name instead of 'none'
|
||||
Linux Additions: workaround for a systemd problem in conjunction with SELinux which prevented to properly enable the 'vboxadd' service during while upgrading the Additions
|
||||
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 20 06:46:49 UTC 2015 - mailaender@opensuse.org
|
||||
Fri Nov 13 16:19:33 UTC 2015 - Larry.Finger@lwfinger.net
|
||||
|
||||
- fix permission Error In SUPR3HardenedMain
|
||||
Effective UID is not root (euid=1000 egid=100 uid=1000 gid=100) (rc=-10)
|
||||
see https://forums.virtualbox.org/viewtopic.php?t=11154
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 21 17:54:57 UTC 2015 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Remove file vbox_build_kms_modules.diff.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 19:05:51 UTC 2015 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Temporarily disable i586 builds.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 15:44:20 UTC 2015 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Increase memory to 8000 MB to try to fix out-of-memory error when building i586 version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 16 19:40:37 UTC 2015 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Increase memory to 7000 MB in _constraint to see if that fixes link problem on i586.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 12 12:55:16 UTC 2015 - idonmez@suse.com
|
||||
|
||||
- Version bump to 5.0.10 (released 2015-11-10 by Oracle)
|
||||
- Version bump to VirtualBox 5.0.10 (released 2015-11-10 by Oracle)
|
||||
|
||||
This is a maintenance release. The following items were fixed and/or added:
|
||||
|
||||
@ -296,24 +307,25 @@ This is a maintenance release. The following items were fixed and/or added:
|
||||
Windows hosts: fix a crash in the netfilter host driver under certain conditions (bug #14799)
|
||||
Windows host installer: documented and fixed public properties which can be used to control the installation to some extent
|
||||
Windows host installer: fixed not starting the actual installation when showing the version information or help dialogs
|
||||
X11 Additions: added basic support for X.Org Server 1.18 (3D requires additional fixes)
|
||||
|
||||
- Refresh vbox-no-build-dates.diff
|
||||
X11 Additions: added basic support for X.Org Server 1.18 (3D requires additional fixes)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 8 05:10:36 UTC 2015 - Larry.Finger@lwfinger.net
|
||||
Fri Nov 6 19:43:55 UTC 2015 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Add a popup window to the VB startup wrapper to make clear why USB passthru is not automatically
|
||||
enabled, and explain what steps the user should take if this feature is wanted despite the security
|
||||
hole.
|
||||
|
||||
Patch file vbox-usb-warning.diff fixes the problem shown in boo#953018.
|
||||
- Fixed typo in QMessageBox text in new popup window.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 20 19:01:09 UTC 2015 - Larry.Finger@lwfinger.net
|
||||
Fri Nov 6 06:57:16 UTC 2015 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Add logic to virtualbox-wrapper.sh to test if /etc/udev/rules.d/60-vboxdrv.rules exists. If not, a screen stating
|
||||
that passthru of USB devices is a security hole, and it refers the user to bnc#664520 for an explanation.
|
||||
It also explains the process for enabling USB passthru if the user really wants it. When the user closes
|
||||
the popup window, a dummy version of /etc/udev/rules.d/60-vboxdrv.rules is created, which prevents this
|
||||
window from being displayed every time VirtualBox is started.
|
||||
|
||||
- Fixes boo#953018.
|
||||
|
||||
- Version bump to 5.0.8 (released 2015-10-20 by Oracle)
|
||||
boo#951432 CVE-2015-4813 CVE-2015-4896
|
||||
|
||||
This is a maintenance release. The following items were fixed and/or added:
|
||||
|
||||
@ -328,11 +340,6 @@ This is a maintenance release. The following items were fixed and/or added:
|
||||
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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 15 15:55:20 UTC 2015 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Increase memory constraint to 5000M
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 07:35:22 UTC 2015 - idonmez@suse.com
|
||||
|
||||
|
@ -110,6 +110,7 @@ BuildRequires: kbuild >= 0.1.9998svn2808
|
||||
BuildRequires: kernel-syms
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libgsoap-devel
|
||||
BuildRequires: libidl-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libqt5-linguist
|
||||
@ -388,8 +389,8 @@ echo "build basic parts"
|
||||
|
||||
#
|
||||
# build kernel modules for guest and host (check novel-kmp package as example)
|
||||
# host modules : vboxdrv,vboxnetflt,vboxnetadp
|
||||
# guest modules : vboxguest,vboxsf,vboxvideo, vboxpci
|
||||
# host modules : vboxdrv,vboxnetflt,vboxnetadp,vboxpci
|
||||
# guest modules : vboxguest,vboxsf,vboxvideo
|
||||
echo "build kernel modules"
|
||||
for vbox_module in out/linux.*/release/bin/src/vbox{drv,netflt,netadp,pci} \
|
||||
out/linux.*/release/bin/additions/src/vbox{guest,sf,video}; do
|
||||
@ -419,11 +420,6 @@ for vbox_module in out/linux.*/release/bin/src/vbox{drv,netflt,netadp,pci} \
|
||||
cp $PWD/modules_build_dir/$flavor/vboxguest/Module.symvers \
|
||||
$PWD/modules_build_dir/$flavor/$module_name
|
||||
fi
|
||||
# copy vboxguest (for guest) module symbols which are used by vboxvideo km:
|
||||
if [ "$module_name" = "vboxvideo" ]; then
|
||||
cp $PWD/modules_build_dir/$flavor/vboxguest/Module.symvers \
|
||||
$PWD/modules_build_dir/$flavor/$module_name
|
||||
fi
|
||||
# build the module for the specific flavor
|
||||
%ifarch %ix86
|
||||
make -j2 \
|
||||
@ -479,8 +475,6 @@ install -m 755 out/linux.*/release/bin/additions/VBoxService %{buildroot}%{_sbin
|
||||
install -m 755 out/linux.*/release/bin/additions/mount.vboxsf %{buildroot}/sbin/mount.vboxsf
|
||||
install -m 744 src/VBox/Additions/linux/installer/vboxadd.sh %{buildroot}%{_sysconfdir}/init.d/vboxadd
|
||||
install -m 744 src/VBox/Additions/linux/installer/vboxadd-service.sh %{buildroot}%{_sysconfdir}/init.d/vboxadd-service
|
||||
install -D -m 744 src/VBox/Additions/linux/installer/vboxadd.sh %{buildroot}/opt/VBoxGuestAdditions-%{version}/init/vboxadd
|
||||
install -D -m 744 src/VBox/Additions/linux/installer/vboxadd-service.sh %{buildroot}/opt/VBoxGuestAdditions-%{version}/init/vboxadd-service
|
||||
ln -s %{_sysconfdir}/init.d/vboxadd %{buildroot}%{_sbindir}/rcvboxadd
|
||||
ln -s %{_sysconfdir}/init.d/vboxadd-service %{buildroot}%{_sbindir}/rcvboxadd-service
|
||||
# udev rule for guest (virtualbox-guest-tools)
|
||||
@ -789,15 +783,16 @@ exit 0
|
||||
%{_sbindir}/rcvboxes
|
||||
%{_sbindir}/rcvboxdrv
|
||||
%{_udevrulesdir}/../VBoxCreateUSBNode.sh
|
||||
%verify(not mode) %attr(4711,root,vboxusers) %{_vbox_instdir}/VBoxNetDHCP
|
||||
%verify(not mode) %attr(4711,root,vboxusers) %{_vbox_instdir}/VBoxNetAdpCtl
|
||||
%verify(not mode) %attr(4711,root,vboxusers) %{_vbox_instdir}/VBoxHeadless
|
||||
%verify(not mode) %attr(4711,root,vboxusers) %{_vbox_instdir}/VBoxSDL
|
||||
#%verify(not mode) %attr(4755,root,vboxusers) %{_vbox_instdir}/VBoxNetNAT
|
||||
%verify(not mode) %attr(4755,root,vboxusers) %{_vbox_instdir}/VBoxNetDHCP
|
||||
%verify(not mode) %attr(4755,root,vboxusers) %{_vbox_instdir}/VBoxNetAdpCtl
|
||||
%verify(not mode) %attr(4755,root,vboxusers) %{_vbox_instdir}/VBoxHeadless
|
||||
%verify(not mode) %attr(4755,root,vboxusers) %{_vbox_instdir}/VBoxSDL
|
||||
|
||||
%files qt
|
||||
%defattr(-, root, root)
|
||||
%attr(0755,root,vboxusers) %{_vbox_instdir}/VBoxPermissionMessage
|
||||
%verify(not mode) %attr(4711,root,vboxusers) %{_vbox_instdir}/VirtualBox
|
||||
%verify(not mode) %attr(4750,root,vboxusers) %{_vbox_instdir}/VirtualBox
|
||||
#wrapper script is in bindir
|
||||
%attr(0755,root,root) %{_bindir}/VirtualBox
|
||||
#ldd shows libQt* dependency
|
||||
@ -829,10 +824,6 @@ exit 0
|
||||
%config %{_sysconfdir}/init.d/vboxadd-service
|
||||
%{_sbindir}/rcvboxadd
|
||||
%{_sbindir}/rcvboxadd-service
|
||||
%dir /opt/VBoxGuestAdditions-%{version}
|
||||
%dir /opt/VBoxGuestAdditions-%{version}/init
|
||||
/opt/VBoxGuestAdditions-%{version}/init/vboxadd
|
||||
/opt/VBoxGuestAdditions-%{version}/init/vboxadd-service
|
||||
%if 0%{?suse_version} > 1310
|
||||
%dir /media
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user