commit a78bf08ec434711896d76e4a5f06332d1e332bb9
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Oct 21 13:20:09 2020 +0100
Update VirtualBox to 6.1.16
7001af05d63c9019d583ad6c4a079995c4a0ba5a.patch | 25 -----------
VirtualBox.spec | 14 +++----
fixes_for_5.9_withoutdrm.patch | 58 --------------------------
sources | 4 +-
update_vbox.sh | 4 +-
5 files changed, 10 insertions(+), 95 deletions(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 54e81ad..cb0f0b2 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -40,8 +40,8 @@
%endif
Name: VirtualBox
-Version: 6.1.14
-Release: 4%{?dist}
+Version: 6.1.16
+Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -52,7 +52,7 @@ ExclusiveArch: x86_64
Requires: %{name}-server%{?isa} = %{version}
Obsoletes: %{name}-qt < 5.1.8
-Source0:
https://download.virtualbox.org/virtualbox/%{version}%{?prereltag}/Virtua...
+Source0:
https://download.virtualbox.org/virtualbox/%{version}%{?prereltag}/Virtua...
Source1:
https://download.virtualbox.org/virtualbox/%{version}%{?prereltag}/UserMa...
Source2: VirtualBox.appdata.xml
Source3: VirtualBox-60-vboxdrv.rules
@@ -87,9 +87,6 @@ Patch70: vbox-python-detection.diff
Patch80: VirtualBox-6.1.4-gcc10.patch
Patch86: VirtualBox-6.1.0-VBoxRem.patch
-Patch88: fixes_for_5.9_withoutdrm.patch
-# from Debian
-Patch89: 7001af05d63c9019d583ad6c4a079995c4a0ba5a.patch
BuildRequires: kBuild >= 0.1.9998.r3093
BuildRequires: SDL-devel
@@ -331,8 +328,6 @@ rm -r src/libs/zlib-1.2.*/
%patch70 -p1 -b .python-detection
%patch80 -p1 -b .gcc10
%patch86 -p1 -b .vboxrem
-%patch88 -p1 -b .kernel-4.9
-%patch89 -p1 -b .webservice
%build
@@ -886,6 +881,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Wed Oct 21 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.16-1
+- Update VirtualBox to 6.1.16
+
* Fri Sep 11 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.14-4
- Use upstreamd patch to build webservice on F33+ and more synchronizations
with the debian package.
diff --git a/sources b/sources
index a630527..056c57f 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (VirtualBox-6.1.14a.tar.bz2) =
7bdf248b53c517923afc46998e46f63271f71ee73fa6826f367828128944895b2d672d7fc4d05f222e6d45897269fe699f7360ee1534c96450e2cc7bc14c0f13
-SHA512 (UserManual.pdf) =
b1fb7146a8a17e4ef57e651135f43cc054fad3d28878d0e59d8196b8794296415bc54365d86c071c14b94e7c91d07487a7a69314d79119ab0670052c71e87102
+SHA512 (VirtualBox-6.1.16.tar.bz2) =
4373eb35934f894e419e1441f6368e646e4a84b963a0ecf1e5c71bbf0231de0b0e52f4c4377b8cd2d956bc7a11346a9da2285988bf1e4c743971c413c6529421
+SHA512 (UserManual.pdf) =
3016e52c9bf3aecce68b485bc009c84baafafbc80342a6defc867c4d0b5b9da12d60be82c86a2493ce498d5e0c9aba30c58ebbe174c04b6aa61afdea7824aabf
diff --git a/update_vbox.sh b/update_vbox.sh
index 01c7eda..72614a0 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,5 +1,5 @@
-VERSION=6.1.14
-REL=3
+VERSION=6.1.16
+REL=1
RAWHIDE=34
REPOS="f33 f32 f31 el8 el7"
if [ -z "$1" ]