virtualbox-ose: update to 5.1.16.

This commit is contained in:
Michael Gehring 2017-03-09 10:10:08 +00:00
parent 75c527e577
commit 1f9e18034f
2 changed files with 3 additions and 25 deletions

View file

@ -1,22 +0,0 @@
From d9bd947b1fa1d7c47cd1cdb894dadfa07f51e446 Mon Sep 17 00:00:00 2001
From: vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>
Date: Tue, 24 Jan 2017 08:13:25 +0000
Subject: [PATCH] Additions/linux/sharedfolders: Linux 4.10 fix
git-svn-id: http://www.virtualbox.org/svn/vbox@65409 cfe28804-0f27-0410-a406-dd0f0b0b656f
---
trunk/src/VBox/Additions/linux/sharedfolders/lnkops.c | 2 ++
1 file changed, 2 insertions(+)
--- src/VBox/Additions/linux/sharedfolders/lnkops.c.orig
+++ src/VBox/Additions/linux/sharedfolders/lnkops.c
@@ -90,7 +90,9 @@ static const char *sf_get_link(struct dentry *dentry, struct inode *inode,
struct inode_operations sf_lnk_iops =
{
+# if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
.readlink = generic_readlink,
+# endif
# if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 5, 0)
.get_link = sf_get_link
# elif LINUX_VERSION_CODE >= KERNEL_VERSION(4, 2, 0)

View file

@ -1,14 +1,14 @@
# Template file for 'virtualbox-ose'
pkgname=virtualbox-ose
version=5.1.14
revision=2
version=5.1.16
revision=1
wrksrc="VirtualBox-${version}"
short_desc="General-purpose full virtualizer for x86 hardware"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://virtualbox.org"
license="GPL-2, CDDL"
distfiles="http://download.virtualbox.org/virtualbox/$version/VirtualBox-$version.tar.bz2"
checksum=8267bb026717c6e55237eb798210767d9c703cfcdf01224d9bc26f7dac9f228a
checksum=78071c3172f3bd3c7981c352c3ae6c6a9c01f6ab24bc0aa7ec79f3528b2291a7
nopie=yes
lib32disabled=yes