commit cafa4880efb6f5cfc351d55f38d851a584ce37b3
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Jan 17 19:50:00 2017 +0000
Update VBox to 5.1.14
.gitignore | 1 +
VirtualBox-OSE-4.0.2-aiobug.patch | 15 +++++----------
VirtualBox.spec | 5 ++++-
sources | 2 +-
4 files changed, 11 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 525b6e5..8ee18b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ VirtualBox-5.0.16.tar.bz2
/VirtualBox-5.1.6.tar.bz2
/VirtualBox-5.1.8.tar.bz2
/VirtualBox-5.1.10.tar.bz2
+/VirtualBox-5.1.14.tar.bz2
diff --git a/VirtualBox-OSE-4.0.2-aiobug.patch b/VirtualBox-OSE-4.0.2-aiobug.patch
index 2ef7307..51c9913 100644
--- a/VirtualBox-OSE-4.0.2-aiobug.patch
+++ b/VirtualBox-OSE-4.0.2-aiobug.patch
@@ -7,11 +7,9 @@ Subject: [PATCH] Disable the aio bug detection
src/VBox/Main/src-client/ConsoleImpl2.cpp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
-diff --git a/src/VBox/Main/src-client/ConsoleImpl2.cpp
b/src/VBox/Main/src-client/ConsoleImpl2.cpp
-index cfa0bd4..ef4aca4 100644
---- a/src/VBox/Main/src-client/ConsoleImpl2.cpp
-+++ b/src/VBox/Main/src-client/ConsoleImpl2.cpp
-@@ -4057,6 +4057,8 @@ int Console::configMediumAttachment(PCFGMNODE pCtlInst,
+--- ./src/VBox/Main/src-client/ConsoleImpl2.cpp.orig 2016-12-20 15:36:24.000000000 +0000
++++ ./src/VBox/Main/src-client/ConsoleImpl2.cpp 2016-12-21 03:04:13.283475098 +0000
+@@ -4095,6 +4095,8 @@ int Console::i_configMediumAttachment(co
mfSnapshotFolderSizeWarningShown = true;
}
@@ -20,14 +18,11 @@ index cfa0bd4..ef4aca4 100644
#ifdef RT_OS_LINUX
/*
* Ext4 bug: Check if the host I/O cache is disabled and the disk image
is located
-@@ -4110,6 +4112,7 @@ int Console::configMediumAttachment(PCFGMNODE pCtlInst,
- }
+@@ -4172,6 +4174,7 @@ int Console::i_configMediumAttachment(co
+ fUseHostIOCache = true;
}
#endif
+#endif
}
}
---
-1.7.3.4
-
diff --git a/VirtualBox.spec b/VirtualBox.spec
index ac99fa9..1eb9298 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -23,7 +23,7 @@
%bcond_with vnc
Name: VirtualBox
-Version: 5.1.10
+Version: 5.1.14
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
@@ -760,6 +760,9 @@ getent group vboxsf >/dev/null || groupadd -r vboxsf 2>&1
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Tue Jan 17 2017 Sérgio Basto <sergio(a)serjux.com> - 5.1.14-1
+- Update VBox to 5.1.14
+
* Tue Nov 22 2016 Sérgio Basto <sergio(a)serjux.com> - 5.1.10-1
- New upstream release, 5.1.10
diff --git a/sources b/sources
index e062c49..06b21fc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-889d90a7d8119a6bcc699be258ca4a96 VirtualBox-5.1.10.tar.bz2
+21eaec9f21477d555559a63761779880 VirtualBox-5.1.14.tar.bz2
Show replies by date