From 1f9e18034f8821a9f374d983552e7122ae673f1d Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 9 Mar 2017 10:10:08 +0000 Subject: [PATCH] virtualbox-ose: update to 5.1.16. --- .../patches/009-linux-4-10.patch | 22 ------------------- srcpkgs/virtualbox-ose/template | 6 ++--- 2 files changed, 3 insertions(+), 25 deletions(-) delete mode 100644 srcpkgs/virtualbox-ose/patches/009-linux-4-10.patch diff --git a/srcpkgs/virtualbox-ose/patches/009-linux-4-10.patch b/srcpkgs/virtualbox-ose/patches/009-linux-4-10.patch deleted file mode 100644 index e3305fc0652..00000000000 --- a/srcpkgs/virtualbox-ose/patches/009-linux-4-10.patch +++ /dev/null @@ -1,22 +0,0 @@ -From d9bd947b1fa1d7c47cd1cdb894dadfa07f51e446 Mon Sep 17 00:00:00 2001 -From: vboxsync -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) diff --git a/srcpkgs/virtualbox-ose/template b/srcpkgs/virtualbox-ose/template index 6c0e1e47d36..d85d85eff77 100644 --- a/srcpkgs/virtualbox-ose/template +++ b/srcpkgs/virtualbox-ose/template @@ -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 " 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