[VirtualBox-kmod] Update to 6.1.38
by Sérgio M. Basto
commit c219c79d8a9d5998ab9da0b24155bc3c91622111
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Sep 2 00:40:20 2022 +0100
Update to 6.1.38
VirtualBox-kmod.spec | 7 +++++--
update_vbox.sh | 6 +++---
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 29815f8..ce5f28c 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -35,8 +35,8 @@
%global vboxreltag %{?vboxrel:-%{vboxrel}}
Name: VirtualBox-kmod
-Version: 6.1.36
-Release: 2%{?dist}
+Version: 6.1.38
+Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Summary: Kernel module for VirtualBox
@@ -133,6 +133,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Thu Sep 01 2022 Sérgio Basto <sergio(a)serjux.com> - 6.1.38-1
+- Update to 6.1.38
+
* Sat Aug 06 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 6.1.36-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
diff --git a/update_vbox.sh b/update_vbox.sh
index 2538b50..75204b3 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,7 +1,7 @@
-VERSION=6.1.36
+VERSION=6.1.38
REL=1
-RAWHIDE=37
-REPOS="f36 f35 el9 el8 el7"
+RAWHIDE=38
+REPOS="f37 f36 f35 el9 el8 el7"
if [ -z "$1" ]
then
2 years, 2 months
[VirtualBox] Update VirtualBox to 6.1.38
by Sérgio M. Basto
commit dfa51b0580e3726b40067b1045905f0ec7e21c12
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Sep 1 22:01:55 2022 +0100
Update VirtualBox to 6.1.38
VirtualBox.spec | 7 +++++--
sources | 4 ++--
update_vbox.sh | 6 +++---
3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 742657a..8552f6c 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -38,8 +38,8 @@
%bcond_without python3
Name: VirtualBox
-Version: 6.1.36
-Release: 2%{?dist}
+Version: 6.1.38
+Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -905,6 +905,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Thu Sep 01 2022 Sérgio Basto <sergio(a)serjux.com> - 6.1.38-1
+- Update VirtualBox to 6.1.38
+
* Sat Aug 06 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 6.1.36-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
diff --git a/sources b/sources
index a4c2007..2e55299 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (VirtualBox-6.1.36.tar.bz2) = cc3b984a7da40c9bf14831808a2bc2bf7bf6821e53c25fa11cb4b4275feb1d4b0cb4a47d8a360b90c89e5a4038481efe8fe28ee22996dbefb6446761e88a8dec
-SHA512 (UserManual.pdf) = 7481e6f231f5f43579c2d2f09d5893b590ffb059063a953883e72fb78d78eaff79a87f60b69cfe5e01e2e3d0a82ccd39e094716f84e6aaa41ce411a3d3d5e777
+SHA512 (VirtualBox-6.1.38.tar.bz2) = 7a4f2dc80e3251b1da6d29d3c6f6b802527decc70497b1a1d1008c0ab3109c2039d131c587d6ec4786aea619546757655337c2ec3456243336ca13c6f6748116
+SHA512 (UserManual.pdf) = 8f5c5e164c518e444e60b559f876871bb83abbc1c027c627033c8277aa15791b26623ecfaf97055c24c74804d47d9c70f7aff675b20f3509b20fd878b18eb09b
diff --git a/update_vbox.sh b/update_vbox.sh
index 77f3869..818784b 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,7 +1,7 @@
-VERSION=6.1.36
+VERSION=6.1.38
REL=1
-RAWHIDE=37
-REPOS="f36 f35 el9 el8 el7"
+RAWHIDE=38
+REPOS="f37 f36 f35 el9 el8 el7"
if [ -z "$1" ]
then
stage=0
2 years, 2 months