Skip to content

Commit

Permalink
virtualbox: update to 7.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
hyvanix committed Apr 19, 2024
1 parent 968aa60 commit c28f709
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/virtualbox/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PROG=VirtualBox
PKG=ooce/virtualization/virtualbox
VER=7.0.14a
VER=7.0.16
GSOAPVER=2.8.129
GSOAPDIR=gsoap-${GSOAPVER%.*}
SUMMARY="VirtualBox"
Expand Down
6 changes: 3 additions & 3 deletions build/virtualbox/patches/hma.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff -wpruN --no-dereference '--exclude=*.orig' a~/src/VBox/HostDrivers/Support/SUPDrv.cpp a/src/VBox/HostDrivers/Support/SUPDrv.cpp
--- a~/src/VBox/HostDrivers/Support/SUPDrv.cpp 1970-01-01 00:00:00
+++ a/src/VBox/HostDrivers/Support/SUPDrv.cpp 1970-01-01 00:00:00
@@ -4248,7 +4248,7 @@ SUPR0_EXPORT_SYMBOL(SUPR0ChangeCR4);
@@ -4249,7 +4249,7 @@ SUPR0_EXPORT_SYMBOL(SUPR0ChangeCR4);
*/
SUPR0DECL(int) SUPR0EnableVTx(bool fEnable)
{
Expand All @@ -10,7 +10,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/src/VBox/HostDrivers/Support/
return supdrvOSEnableVTx(fEnable);
#else
RT_NOREF1(fEnable);
@@ -4267,7 +4267,7 @@ SUPR0_EXPORT_SYMBOL(SUPR0EnableVTx);
@@ -4268,7 +4268,7 @@ SUPR0_EXPORT_SYMBOL(SUPR0EnableVTx);
*/
SUPR0DECL(bool) SUPR0SuspendVTxOnCpu(void)
{
Expand All @@ -19,7 +19,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/src/VBox/HostDrivers/Support/
return supdrvOSSuspendVTxOnCpu();
#else
return false;
@@ -4285,7 +4285,7 @@ SUPR0_EXPORT_SYMBOL(SUPR0SuspendVTxOnCpu
@@ -4286,7 +4286,7 @@ SUPR0_EXPORT_SYMBOL(SUPR0SuspendVTxOnCpu
*/
SUPR0DECL(void) SUPR0ResumeVTxOnCpu(bool fSuspended)
{
Expand Down
2 changes: 1 addition & 1 deletion doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
| ooce/util/uefivars | 1.0.1 | https://github.com/citrus-it/uefivars/releases | [omniosorg](https://github.com/omniosorg)
| ooce/util/xjobs | 20200726 | https://www.maier-komor.de/xjobs.html | [omniosorg](https://github.com/omniosorg)
| ooce/util/zadm | github-latest | https://github.com/omniosorg/zadm/releases/ | [omniosorg](https://github.com/omniosorg)
| ooce/virtualization/virtualbox | 7.0.14a | https://www.virtualbox.org/wiki/Downloads | [omniosorg](https://github.com/omniosorg)
| ooce/virtualization/virtualbox | 7.0.16 | https://www.virtualbox.org/wiki/Downloads | [omniosorg](https://github.com/omniosorg)
| ooce/x11/header/x11-protocols | 2023.2 | https://www.x.org/archive/individual/proto/ | [omniosorg](https://github.com/omniosorg)
| ooce/x11/header/xcb-protocols | 1.16.0 | https://www.x.org/archive/individual/proto/ | [omniosorg](https://github.com/omniosorg)
| ooce/x11/library/libice | 1.1.1 | https://www.x.org/archive/individual/lib/ | [omniosorg](https://github.com/omniosorg)
Expand Down

0 comments on commit c28f709

Please sign in to comment.