1
0
forked from jengelh/virtualbox

- Version bump to 5.2.16 (released July 17 2018 by Oracle)

This is a maintenance release. The following items were fixed and/or added:
OVF: case insensitive comparison of manifest attribute values, to improve compatibility (bug #17357)
Linux: build for openSUSE 15.0 (bug #17554)
Linux: various build fixes for distribution builds, thank you Gianfranco Costamagna
 
This update fixes CVE-2018-3005, CVE-2018-3055, CVE-2018-3085, CVE-2018-3086,
CVE-2018-3087, CVE-2018-3088, CVE-2018-3089, CVE-2018-3090, and CVE-2018-3091. bsc#1101667.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=439
This commit is contained in:
Larry Finger
2018-08-04 14:50:11 +00:00
committed by Git OBS Bridge
parent 7cee748054
commit 88f0ce2f94
6 changed files with 49 additions and 35 deletions

View File

@@ -40,7 +40,7 @@ python3 -O -c "import sys, os, compileall; br='%{buildroot}'; compileall.compile
%define _udevrulesdir %{_sysconfdir}/udev/rules.d
Name: virtualbox
# ********* If the VB version exceeds 5.2.x, notify the libvirt maintainer!!
Version: 5.2.14
Version: 5.2.16
Release: 0
Summary: VirtualBox is an Emulator
License: GPL-2.0-or-later
@@ -165,6 +165,7 @@ BuildRequires: libcurl-devel
BuildRequires: libelf-devel
BuildRequires: libidl-devel
BuildRequires: libopenssl-devel
BuildRequires: libopus-devel
BuildRequires: libqt5-linguist
BuildRequires: libqt5-qtbase-devel
BuildRequires: libqt5-qtx11extras-devel
@@ -474,7 +475,6 @@ rm -rf src/libs/{libpng-*,libxml2-*,libxslt-*,zlib-*,boost-*}
--disable-java \
--disable-docs \
--enable-webservice \
--with-mkisofs=/bin/true \
--with-makeself=/bin/true
# configure actually warns we should source env.sh (which seems like it could influence the build...)