Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / virtualbox
Commits:
5711067e by Jan Alexander Steffens (heftig) at 2023-08-11T14:31:06+02:00
7.0.10-2: add patch for linux 6.4.10
- - - - -
2 changed files:
- + 019-linux-6-4-10.patch
- PKGBUILD
Changes:
=====================================
019-linux-6-4-10.patch
=====================================
@@ -0,0 +1,12 @@
+diff -Nurp
VirtualBox-7.0.10/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
VirtualBox-7.0.10-linux6410/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
+--- VirtualBox-7.0.10/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
2023-07-12 16:36:55.000000000 +0000
++++
VirtualBox-7.0.10-linux6410/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
2023-08-11 12:18:01.841396649 +0000
+@@ -47,7 +47,7 @@
+ #if RTLNX_VER_MIN(2,6,24)
+ # include <linux/nsproxy.h>
+ #endif
+-#if RTLNX_VER_MIN(6,5,0)
++#if RTLNX_VER_MIN(6,4,10)
+ # include <net/gso.h>
+ #endif
+ #include <linux/netdevice.h>
=====================================
PKGBUILD
=====================================
@@ -11,7 +11,7 @@ pkgname=('virtualbox'
'virtualbox-ext-vnc')
pkgver=7.0.10
_tarver=${pkgver}
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url='https://virtualbox.org/'
license=('GPL' 'custom:CDDL')
@@ -70,7 +70,8 @@
source=("https://download.virtualbox.org/virtualbox/${pkgver}/VirtualBox-${_tarv
'009-properly-handle-i3wm.patch'
'012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch'
'013-support-building-from-dkms.patch'
- '018-upate-xclient-script.patch')
+ '018-upate-xclient-script.patch'
+ '019-linux-6-4-10.patch')
sha256sums=('0b1e6d8b7f87d017c7fae37f80586acff04f799ffc1d51e995954d6415dee371'
'76d98ea062fcad9e5e3fa981d046a6eb12a3e718a296544a68b66f4b65cb56db'
'2101ebb58233bbfadf3aa74381f22f7e7e508559d2b46387114bc2d8e308554c'
@@ -90,7 +91,8 @@
sha256sums=('0b1e6d8b7f87d017c7fae37f80586acff04f799ffc1d51e995954d6415dee371'
'ad0d7af1e4c94f9efbc60827abea9e605398549b3673c40f697d042bb6bfe88a'
'81900e13d36630488accd8c0bfd2ceb69563fb2c4f0f171caba1cca59d438024'
'00f68b86d32a1fada900c2da8dad2ab4215106cd58004f049bded99727cda2ff'
- '87dddfd9047480e4c2b73367facf5dd3702148418c2efcd606af17c07da90fe0')
+ '87dddfd9047480e4c2b73367facf5dd3702148418c2efcd606af17c07da90fe0'
+ 'd0ea2b6ee86f144d2dc7b7acccfe2a8ebfae113ee8c47e56cd6c8238c8df5423')
prepare() {
cd "VirtualBox-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/virtualbox/-/commit/5711067e6a052c2f6a2a3078254f8e7bdcef0bd7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/virtualbox/-/commit/5711067e6a052c2f6a2a3078254f8e7bdcef0bd7
You're receiving this email because of your account on gitlab.archlinux.org.