]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
up to 6.1.8 auto/th/VirtualBox-6.1.8-1
authorJan Palus <atler@pld-linux.org>
Sun, 17 May 2020 21:41:25 +0000 (23:41 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 17 May 2020 21:41:25 +0000 (23:41 +0200)
VirtualBox.spec
eflags.ac.patch [deleted file]
x86-guest.patch [deleted file]

index b90afa22494dcf6972db090ce986f7132d76136a..e3c44d88b5671546107bf850dd353e8b7cd1a173 100644 (file)
@@ -47,19 +47,19 @@ exit 1
 
 %define                qtver   5.6.0
 
-%define                rel             2
+%define                rel             1
 %define                pname           VirtualBox
 Summary:       VirtualBox - x86 hardware virtualizer
 Summary(pl.UTF-8):     VirtualBox - wirtualizator sprzętu x86
 Name:          %{pname}%{?_pld_builder:%{?with_kernel:-kernel}}%{_alt_kernel}
-Version:       6.1.6
+Version:       6.1.8
 Release:       %{rel}%{?_pld_builder:%{?with_kernel:@%{_kernel_ver_str}}}
 License:       GPL v2
 Group:         Applications/Emulators
 Source0:       http://download.virtualbox.org/virtualbox/%{version}/%{pname}-%{version}.tar.bz2
-# Source0-md5: fe6328d22dfb20ea372daa4b58b12374
+# Source0-md5: 17bf20786de812186f607f07ba7fa076
 Source1:       http://download.virtualbox.org/virtualbox/%{version}/VBoxGuestAdditions_%{version}.iso
-# Source1-md5: ab8b016b524a4e2190bdd5908d3202c8
+# Source1-md5: 9e4f570698175108bc16415cdc31e280
 Source2:       vboxservice.init
 Source3:       vboxservice.service
 Source4:       vboxservice.sysconfig
@@ -87,8 +87,6 @@ Patch14:      %{pname}-multipython.patch
 Patch15:       %{pname}-lightdm-1.19.2.patch
 Patch16:       %{pname}-no-vboxvideo.patch
 Patch17:       qt5-gl.patch
-Patch18:       eflags.ac.patch
-Patch19:       x86-guest.patch
 URL:           http://www.virtualbox.org/
 %if %{with userspace}
 %ifarch %{x8664}
@@ -553,8 +551,6 @@ echo override vboxsf %{_kernel_ver} misc >> kernel/installed/etc/depmod.d/%{_ker
 %patch15 -p0
 %patch16 -p0
 %patch17 -p1
-%patch18 -p1
-%patch19 -p1
 
 %{__sed} -i -e 's,@VBOX_DOC_PATH@,%{_docdir}/%{name}-%{version},' \
        -e 's/Categories=.*/Categories=Utility;Emulator;/' src/VBox/Installer/common/virtualbox.desktop.in
diff --git a/eflags.ac.patch b/eflags.ac.patch
deleted file mode 100644 (file)
index 3a46115..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- VirtualBox-6.1.2/src/VBox/HostDrivers/linux/export_modules.sh.orig 2020-02-14 01:33:04.739918751 +0100
-+++ VirtualBox-6.1.2/src/VBox/HostDrivers/linux/export_modules.sh      2020-02-14 01:33:35.779769111 +0100
-@@ -173,8 +173,8 @@
-         < $PATH_VBOXDRV/linux/Makefile > $PATH_TMP/vboxdrv/Makefile
- else
-     sed -e "s;VBOX_WITH_HARDENING;;g" \
--        -e "s;VBOX_WITH_EFLAGS_AC_SET_IN_VBOXDRV;;g" \
--        -e "s;IPRT_WITH_EFLAGS_AC_PRESERVING;;g" \
-+        -e "s;VBOX_WITHOUT_EFLAGS_AC_SET_IN_VBOXDRV;;g" \
-+        -e "s;IPRT_WITHOUT_EFLAGS_AC_PRESERVING;;g" \
-         < $PATH_VBOXDRV/linux/Makefile > $PATH_TMP/vboxdrv/Makefile
- fi
diff --git a/x86-guest.patch b/x86-guest.patch
deleted file mode 100644 (file)
index 044fe3e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- VirtualBox-6.1.6/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp.orig       2020-04-09 19:34:49.000000000 +0200
-+++ VirtualBox-6.1.6/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp    2020-04-17 00:05:01.199999966 +0200
-@@ -293,7 +293,7 @@
-     }
- }
--int x11MonitorThreadFunction(RTTHREAD hThreadSelf, void *pvUser)
-+DECLCALLBACK(int) x11MonitorThreadFunction(RTTHREAD hThreadSelf, void *pvUser)
- {
-     (void)hThreadSelf;
-     (void*)pvUser;
This page took 0.063906 seconds and 4 git commands to generate.