[arch-commits] Commit in virtualbox/trunk (009-linux-4-10.patch PKGBUILD)
Christian Hesse
eworm at archlinux.org
Thu Mar 9 08:31:36 UTC 2017
Date: Thursday, March 9, 2017 @ 08:31:35
Author: eworm
Revision: 215374
upgpkg: virtualbox 5.1.16-1
new upstream release
Modified:
virtualbox/trunk/PKGBUILD
Deleted:
virtualbox/trunk/009-linux-4-10.patch
----------------------+
009-linux-4-10.patch | 24 ------------------------
PKGBUILD | 8 +++-----
2 files changed, 3 insertions(+), 29 deletions(-)
Deleted: 009-linux-4-10.patch
===================================================================
--- 009-linux-4-10.patch 2017-03-09 08:31:23 UTC (rev 215373)
+++ 009-linux-4-10.patch 2017-03-09 08:31:35 UTC (rev 215374)
@@ -1,24 +0,0 @@
-From d9bd947b1fa1d7c47cd1cdb894dadfa07f51e446 Mon Sep 17 00:00:00 2001
-From: vboxsync <vboxsync at 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(+)
-
-diff --git a/src/VBox/Additions/linux/sharedfolders/lnkops.c b/src/VBox/Additions/linux/sharedfolders/lnkops.c
-index 66ddecd..e43b84c 100644
---- a/src/VBox/Additions/linux/sharedfolders/lnkops.c
-+++ b/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)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-03-09 08:31:23 UTC (rev 215373)
+++ PKGBUILD 2017-03-09 08:31:35 UTC (rev 215374)
@@ -10,8 +10,8 @@
'virtualbox-guest-utils'
'virtualbox-guest-utils-nox'
'virtualbox-ext-vnc')
-pkgver=5.1.14
-pkgrel=4
+pkgver=5.1.16
+pkgrel=1
arch=('i686' 'x86_64')
url='http://virtualbox.org'
license=('GPL' 'custom')
@@ -70,9 +70,8 @@
'006-rdesktop-vrdp-keymap-path.patch'
'007-python2-path.patch'
'008-no-vboxvideo.patch'
- '009-linux-4-10.patch'
)
-md5sums=('21eaec9f21477d555559a63761779880'
+md5sums=('37ebbd51370841eed8ab80f2f38446d6'
'a19774e8c56f2c4d12c528992525c444'
'331f69783ea9d4e762f7103954c500a3'
'984412a63aa9c07ddc3cfd970381d5df'
@@ -90,7 +89,6 @@
'd82a6f19be739341ed7f1cf4ee8070ca'
'188ea65918309f737ce28216c2b07c3b'
'62242fc0474646e8039afae356df2593'
- '22ac21e608eed91463309edf47be4982'
)
prepare() {
More information about the arch-commits
mailing list