Date: Thursday, September 14, 2017 @ 22:33:19 Author: eworm Revision: 257550
upgpkg: virtualbox 5.1.28-1 new upstream release Added: virtualbox/trunk/009-glibc-2.26.patch Modified: virtualbox/trunk/PKGBUILD ----------------------+ 009-glibc-2.26.patch | 27 +++++++++++++++++++++++++++ PKGBUILD | 6 ++++-- 2 files changed, 31 insertions(+), 2 deletions(-) Added: 009-glibc-2.26.patch =================================================================== --- 009-glibc-2.26.patch (rev 0) +++ 009-glibc-2.26.patch 2017-09-14 22:33:19 UTC (rev 257550) @@ -0,0 +1,27 @@ +From 4d1e01e1df513666642d4ddbb24625c5bcc12d84 Mon Sep 17 00:00:00 2001 +From: Christian Hesse <[email protected]> +Date: Thu, 14 Sep 2017 23:14:36 +0200 +Subject: [PATCH 1/1] fix compilation with glibc 2.26 + +Signed-off-by: Christian Hesse <[email protected]> +--- + src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h | 4 ---- + 1 file changed, 4 deletions(-) + +diff --git a/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h b/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h +index 9032e6d..0d1770e 100644 +--- a/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h ++++ b/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h +@@ -55,11 +55,11 @@ typedef uint64_t hrtime_t; + typedef uint32_t id_t; + typedef uint32_t zoneid_t; + #endif +-#if !defined(NGREG) || !defined(RT_OS_LINUX) ++#if !defined(__NGREG) || !defined(RT_OS_LINUX) + typedef RTCCINTREG greg_t; + #else + AssertCompileSize(greg_t, sizeof(RTCCINTREG)); + #endif + typedef uintptr_t pc_t; + typedef unsigned int model_t; + typedef RTCPUID processorid_t; Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-14 20:46:59 UTC (rev 257549) +++ PKGBUILD 2017-09-14 22:33:19 UTC (rev 257550) @@ -10,7 +10,7 @@ 'virtualbox-guest-utils' 'virtualbox-guest-utils-nox' 'virtualbox-ext-vnc') -pkgver=5.1.26 +pkgver=5.1.28 pkgrel=1 arch=('i686' 'x86_64') url='http://virtualbox.org' @@ -69,8 +69,9 @@ '006-rdesktop-vrdp-keymap-path.patch' '007-python2-path.patch' '008-no-vboxvideo.patch' + '009-glibc-2.26.patch' ) -sha256sums=('b5715035e681a11ef1475f83f9503d34a00f0276b89c572eebec363dda80c8a9' +sha256sums=('ce7d4bf6535f70e3214abeb4866f7a8634aa3c7b6dedf8825e6ad80bd821398d' 'deb03efa7ad0376aa55a087f2e882afe00935f10b0e7aa853ba9147090d341ec' '113f9b92141b85df01f1e74d22f01d1f1aa81650eb79b89ceefc3cae20afe2e2' '2101ebb58233bbfadf3aa74381f22f7e7e508559d2b46387114bc2d8e308554c' @@ -88,6 +89,7 @@ '5d5af2de5b1f1c61ec793503350f2440661cf8fd640f11b8a86f10bce499c0dc' '6bdb017459532537199c399eefd3d84d8dc7f1786e79997caebd3b6eb5c75d9f' '8b7f241107863f82a5b0ae336aead0b3366a40103ff72dbebf33f54b512a0cbc' + '3b6ad08a80f9f8c02c0c3625b7c96150056b466b8f32740b242a55736c282ec7' ) prepare() {
