1
0
forked from jengelh/virtualbox

- Modify "fixes_for_leap15.patch" to handle SKB_GSO_UDP API change.

- Addresses VUL-0: CVE-2017-10392,CVE-2017-10407,CVE-2017-10408,CVE-2017-3733,CVE-2017-10428 as noted in bsc #1064200
- Fix /sbin/vboxguestconfig.sh to be similar to /sbin/vboxconfig.sh.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=380
This commit is contained in:
Larry Finger
2017-11-07 16:41:30 +00:00
committed by Git OBS Bridge
parent 0154baf2ee
commit 806003d2a3
4 changed files with 54 additions and 8 deletions

View File

@@ -109,6 +109,8 @@ Patch117: fix_KMS_support.patch
Patch118: internal-headers.patch
# Fix kernl API change in Leap 15
Patch119: fixes_for_leap15.patch
# Fix rpmlint error for script /lib/usr/virtualbox/vboxshell.py
Patch120: fixes_for_python.patch
#
BuildRequires: LibVNCServer-devel
BuildRequires: SDL-devel
@@ -203,6 +205,7 @@ BuildRequires: xorg-x11-libXmu-devel-32bit
BuildRequires: xorg-x11-libXt-devel-32bit
%endif
%{?systemd_requires}
%posttrans
%description
VirtualBox is an extremely feature rich, high performance product
@@ -243,6 +246,7 @@ websrv GUI part for %{name}.
Summary: Host kernel module for VirtualBox
Group: System/Emulators/PC
%kernel_module_package -t %{_builddir}/virtualbox-kmp-template -p %{SOURCE7} -n %{name}-host -f %{SOURCE5} -x kdump um xen pae xenpae pv
Requires: kernel-devel
%description host-KMP
This package contains the kernel-module for VirtualBox.
@@ -252,6 +256,7 @@ This package contains the kernel-module for VirtualBox.
Summary: Guest kernel modules for VirtualBox
Group: System/Emulators/PC
%kernel_module_package -t %{_builddir}/virtualbox-kmp-template -p %{SOURCE8} -n %{name}-guest -f %{SOURCE6} -x kdump um xen pae xenpae pv
Requires: kernel-devel
%description guest-KMP
This package contains the kernel-module for VirtualBox.
@@ -394,6 +399,7 @@ as an "extpack" for VirtualBox. The implementation is licensed under GPL.
%if 0%{suse_version} >= 1500
%patch119 -p1
%endif
%patch120 -p1
#copy user manual
cp %{SOURCE1} UserManual.pdf