Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] virtualbox-ose: update to 6.1.20.
@ 2021-04-29 23:08 jbenden
  2021-04-30 15:24 ` ericonr
  2021-04-30 15:24 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: jbenden @ 2021-04-29 23:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1019 bytes --]

There is a new pull request by jbenden against master on the void-packages repository

https://github.com/jbenden/void-packages virtualbox-ose-6_1_20
https://github.com/void-linux/void-packages/pull/30585

virtualbox-ose: update to 6.1.20.
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

This update is needed (read minimum) to support kernel 5.12 series.

A patch file from https://github.com/void-linux/void-packages/pull/30585.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-virtualbox-ose-6_1_20-30585.patch --]
[-- Type: text/x-diff, Size: 2117 bytes --]

From 240ce305cb289ed4b458797e9c45c548fb59a19b Mon Sep 17 00:00:00 2001
From: Joseph Benden <joe@benden.us>
Date: Tue, 27 Apr 2021 19:14:49 -0700
Subject: [PATCH] virtualbox-ose: update to 6.1.20.

Signed-off-by: Joseph Benden <joe@benden.us>
---
 .../patches/018-vboxnetflt-linux5.11.patch             | 10 ----------
 srcpkgs/virtualbox-ose/template                        |  6 +++---
 2 files changed, 3 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/virtualbox-ose/patches/018-vboxnetflt-linux5.11.patch

diff --git a/srcpkgs/virtualbox-ose/patches/018-vboxnetflt-linux5.11.patch b/srcpkgs/virtualbox-ose/patches/018-vboxnetflt-linux5.11.patch
deleted file mode 100644
index 8d7a4e86f495..000000000000
--- a/srcpkgs/virtualbox-ose/patches/018-vboxnetflt-linux5.11.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c	2021-01-07 16:41:28.000000000 +0100
-+++ src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c	2021-02-26 17:02:45.083599418 +0100
-@@ -38,6 +38,7 @@
- #include <linux/nsproxy.h>
- #endif
- #include <linux/netdevice.h>
-+#include <linux/ethtool.h>
- #include <linux/etherdevice.h>
- #include <linux/rtnetlink.h>
- #include <linux/miscdevice.h>
diff --git a/srcpkgs/virtualbox-ose/template b/srcpkgs/virtualbox-ose/template
index c56c5dc9ff1d..b686236e1b0e 100644
--- a/srcpkgs/virtualbox-ose/template
+++ b/srcpkgs/virtualbox-ose/template
@@ -1,7 +1,7 @@
 # Template file for 'virtualbox-ose'
 pkgname=virtualbox-ose
-version=6.1.18
-revision=3
+version=6.1.20
+revision=1
 wrksrc="VirtualBox-${version}"
 short_desc="General-purpose full virtualizer for x86 hardware"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -9,7 +9,7 @@ license="GPL-2.0-only, CDDL-1.0"
 homepage="https://www.virtualbox.org"
 changelog="https://www.virtualbox.org/wiki/Changelog"
 distfiles="http://download.virtualbox.org/virtualbox/${version}/VirtualBox-${version}.tar.bz2"
-checksum=108d42b9b391b7a332a33df1662cf7b0e9d9a80f3079d16288d8b9487f427d40
+checksum=e690c91974a2e7a5aca2c0939ad514382f9a2136797a5e0b96aab778e42bc8a7
 
 nopie=yes
 lib32disabled=yes

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: virtualbox-ose: update to 6.1.20.
  2021-04-29 23:08 [PR PATCH] virtualbox-ose: update to 6.1.20 jbenden
@ 2021-04-30 15:24 ` ericonr
  2021-04-30 15:24 ` [PR PATCH] [Merged]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-04-30 15:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 193 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30585#issuecomment-830172841

Comment:
Oh, they were on top of kernel releases this time :D

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: virtualbox-ose: update to 6.1.20.
  2021-04-29 23:08 [PR PATCH] virtualbox-ose: update to 6.1.20 jbenden
  2021-04-30 15:24 ` ericonr
@ 2021-04-30 15:24 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-04-30 15:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 854 bytes --]

There's a merged pull request on the void-packages repository

virtualbox-ose: update to 6.1.20.
https://github.com/void-linux/void-packages/pull/30585

Description:
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

This update is needed (read minimum) to support kernel 5.12 series.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-30 15:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-29 23:08 [PR PATCH] virtualbox-ose: update to 6.1.20 jbenden
2021-04-30 15:24 ` ericonr
2021-04-30 15:24 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).