Date: Tuesday, October 17, 2017 @ 08:47:12 Author: eworm Revision: 263129
upgpkg: virtualbox 5.1.30-1 new upstream release Modified: virtualbox/trunk/PKGBUILD Deleted: virtualbox/trunk/009-glibc-2.26.patch ----------------------+ 009-glibc-2.26.patch | 27 --------------------------- PKGBUILD | 6 ++---- 2 files changed, 2 insertions(+), 31 deletions(-) Deleted: 009-glibc-2.26.patch =================================================================== --- 009-glibc-2.26.patch 2017-10-17 07:52:50 UTC (rev 263128) +++ 009-glibc-2.26.patch 2017-10-17 08:47:12 UTC (rev 263129) @@ -1,27 +0,0 @@ -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-10-17 07:52:50 UTC (rev 263128) +++ PKGBUILD 2017-10-17 08:47:12 UTC (rev 263129) @@ -10,7 +10,7 @@ 'virtualbox-guest-utils' 'virtualbox-guest-utils-nox' 'virtualbox-ext-vnc') -pkgver=5.1.28 +pkgver=5.1.30 pkgrel=1 arch=('i686' 'x86_64') url='http://virtualbox.org' @@ -69,9 +69,8 @@ '006-rdesktop-vrdp-keymap-path.patch' '007-python2-path.patch' '008-no-vboxvideo.patch' - '009-glibc-2.26.patch' ) -sha256sums=('ce7d4bf6535f70e3214abeb4866f7a8634aa3c7b6dedf8825e6ad80bd821398d' +sha256sums=('6059b0986c9cdacc533177867634a76331ceccdcd46dddd111a50d1c42846d0b' 'deb03efa7ad0376aa55a087f2e882afe00935f10b0e7aa853ba9147090d341ec' '113f9b92141b85df01f1e74d22f01d1f1aa81650eb79b89ceefc3cae20afe2e2' '2101ebb58233bbfadf3aa74381f22f7e7e508559d2b46387114bc2d8e308554c' @@ -89,7 +88,6 @@ '5d5af2de5b1f1c61ec793503350f2440661cf8fd640f11b8a86f10bce499c0dc' '6bdb017459532537199c399eefd3d84d8dc7f1786e79997caebd3b6eb5c75d9f' '8b7f241107863f82a5b0ae336aead0b3366a40103ff72dbebf33f54b512a0cbc' - '3b6ad08a80f9f8c02c0c3625b7c96150056b466b8f32740b242a55736c282ec7' ) prepare() {
