commit 2641e6d0505e0a8770dcc6e2200fd43b2c3d19c5
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Jan 21 10:56:26 2021 +0000
Update VirtualBox to 6.1.18
VirtualBox.spec | 7 +++++--
sources | 4 ++--
update_vbox.sh | 4 ++--
3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 33ec2af..eadaf59 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -45,8 +45,8 @@
%endif
Name: VirtualBox
-Version: 6.1.16
-Release: 2%{?dist}
+Version: 6.1.18
+Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -886,6 +886,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Thu Jan 21 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.18-1
+- Update VirtualBox to 6.1.18
+
* Mon Oct 26 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.16-2
- Enable webservice (#5809)
- wsimport was removed from Java 11, so we can't build webservice in F33+ until
diff --git a/sources b/sources
index 056c57f..656c1b2 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (VirtualBox-6.1.16.tar.bz2) =
4373eb35934f894e419e1441f6368e646e4a84b963a0ecf1e5c71bbf0231de0b0e52f4c4377b8cd2d956bc7a11346a9da2285988bf1e4c743971c413c6529421
-SHA512 (UserManual.pdf) =
3016e52c9bf3aecce68b485bc009c84baafafbc80342a6defc867c4d0b5b9da12d60be82c86a2493ce498d5e0c9aba30c58ebbe174c04b6aa61afdea7824aabf
+SHA512 (VirtualBox-6.1.18.tar.bz2) =
41cb4bd42429b09836c59ef9867dd3d35d0d5512ff6e515a7f8688ed444c079ce353a84f0d45b607ccf08424782d5de09b264f51b2c41a9ec34eb834458c293c
+SHA512 (UserManual.pdf) =
da97b2b9ffec58e27e104c0902c719965b68feb80e31a1dc995899735eecfadb032bf6ecc19a4636be7704247e899e3c6f45f64995043ef67712c2c2739e8e46
diff --git a/update_vbox.sh b/update_vbox.sh
index 5fc3455..09468f3 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,5 +1,5 @@
-VERSION=6.1.16
-REL=2
+VERSION=6.1.18
+REL=1
RAWHIDE=34
REPOS="f33 f32 f31 el8 el7"
if [ -z "$1" ]