diff --git a/srcpkgs/virtualbox-ose/patches/014-new-gsoap.patch b/srcpkgs/virtualbox-ose/patches/014-new-gsoap.patch deleted file mode 100644 index cdfe865fa6d..00000000000 --- a/srcpkgs/virtualbox-ose/patches/014-new-gsoap.patch +++ /dev/null @@ -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 ---- 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; - } diff --git a/srcpkgs/virtualbox-ose/template b/srcpkgs/virtualbox-ose/template index 8efb7c8bc37..877c5da4ea0 100644 --- a/srcpkgs/virtualbox-ose/template +++ b/srcpkgs/virtualbox-ose/template @@ -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 " 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