virtualbox-6.1.4
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- VirtualBox-6.1.2/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp.orig 2020-01-13 12:53:25.000000000 +0200
|
||||
+++ VirtualBox-6.1.2/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp 2020-01-15 22:34:18.352860666 +0200
|
||||
@@ -2349,7 +2349,7 @@ QString UIExtraDataManager::preventBetaB
|
||||
bool UIExtraDataManager::applicationUpdateEnabled()
|
||||
{
|
||||
/* 'True' unless 'restriction' feature allowed: */
|
||||
- return !isFeatureAllowed(GUI_PreventApplicationUpdate);
|
||||
+ return false;
|
||||
}
|
||||
|
||||
QString UIExtraDataManager::applicationUpdateData()
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A powerful virtualization program</Summary>
|
||||
<Description>VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. This is the Open Source Edition which lacks USB support and some other things.</Description>
|
||||
<Archive sha1sum="b6adcf53a0b569961aa096d726e005e9f5570671" type="tarbz2">http://download.virtualbox.org/virtualbox/6.1.2/VirtualBox-6.1.2.tar.bz2</Archive>
|
||||
<Archive sha1sum="86ed2cc24834048612b63eeedf7c6bed3c219bf2" type="tarbz2">http://download.virtualbox.org/virtualbox/6.1.4/VirtualBox-6.1.4.tar.bz2</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="dkms.conf">dkms.conf</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="dkms-guest.conf">dkms-guest.conf</AdditionalFile>
|
||||
@@ -69,10 +69,10 @@
|
||||
<Patch level="1">python.patch</Patch>
|
||||
<Patch level="1">008-no-vboxvideo.patch</Patch>
|
||||
<Patch level="1">012-vboxsf-automount.patch</Patch>
|
||||
<Patch level="1">001_virtualbox-5.0.16-mesa-check.patch</Patch> -->
|
||||
<Patch level="1">009-virtualbox-5.1.0-add_missing_gl_header.patch</Patch>
|
||||
<!-- <Patch level="1">001_virtualbox-5.0.16-mesa-check.patch</Patch> --> -->
|
||||
<!-- <Patch level="1">009-virtualbox-5.1.0-add_missing_gl_header.patch</Patch> -->
|
||||
<Patch level="1">013-Makefile.patch</Patch>
|
||||
<!-- <Patch level="1">014-iasl.patch</Patch> -->
|
||||
<Patch level="1">VirtualBox-6.1.2-disable-update.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -197,6 +197,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="32">
|
||||
<Date>2020-02-22</Date>
|
||||
<Version>6.1.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="31">
|
||||
<Date>2020-01-26</Date>
|
||||
<Version>6.1.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user