virtualbox-ose: update to 6.1.16
This commit is contained in:
parent
c870a16829
commit
ed1fdb7e9e
|
@ -1,18 +0,0 @@
|
|||
Description: fix build failure with new gsoap
|
||||
Bug-Debian: https://bugs.debian.org/966182
|
||||
Forwarded: https://www.virtualbox.org/ticket/19634
|
||||
Author: Gianfranco Costamagna <locutusofborg@debian.org>
|
||||
--- src/VBox/Main/webservice/vboxweb.cpp
|
||||
+++ src/VBox/Main/webservice/vboxweb.cpp
|
||||
@@ -944,7 +944,11 @@ static void doQueuesLoop()
|
||||
if (rv == 0)
|
||||
continue; // timeout, not necessary to bother gsoap
|
||||
// r < 0, errno
|
||||
+#if GSOAP_VERSION >= 208103
|
||||
+ if (soap_socket_errno == SOAP_EINTR)
|
||||
+#else
|
||||
if (soap_socket_errno(soap.master) == SOAP_EINTR)
|
||||
+#endif
|
||||
rv = 0; // re-check if we should terminate
|
||||
break;
|
||||
}
|
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'virtualbox-ose'
|
||||
pkgname=virtualbox-ose
|
||||
version=6.1.14
|
||||
revision=3
|
||||
wrksrc="VirtualBox-${version%*a}"
|
||||
version=6.1.16
|
||||
revision=1
|
||||
wrksrc="VirtualBox-${version}"
|
||||
short_desc="General-purpose full virtualizer for x86 hardware"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-only, CDDL-1.0"
|
||||
homepage="https://www.virtualbox.org"
|
||||
changelog="https://www.virtualbox.org/wiki/Changelog"
|
||||
distfiles="http://download.virtualbox.org/virtualbox/${version}/VirtualBox-${version}a.tar.bz2"
|
||||
checksum=16f3cb83ab3c4dacf2a9d3cc638cbd18db23767828bba6b8ba1c1b57abeb6aef
|
||||
distfiles="http://download.virtualbox.org/virtualbox/${version}/VirtualBox-${version}.tar.bz2"
|
||||
checksum=49c1990da16d8a3d5bda8cdb961ec8195a901e67e4c79aea44c1521a5fc2f9f1
|
||||
|
||||
nopie=yes
|
||||
lib32disabled=yes
|
||||
|
|
Loading…
Reference in New Issue