commit 5ca086ea66bec9e8f2c337cb6f54ae86b30db182
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Jan 27 12:08:49 2023 +0000
Update VirtualBox to 7.0.6
Add fix to gcc13
VirtualBox.spec | 4 ++++
virtualbox-gcc13_cstdint.patch | 10 ++++++++++
2 files changed, 14 insertions(+)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index b76b731..c248038 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -81,6 +81,8 @@ Patch2: VirtualBox-6.1.0-strings.patch
Patch3: VirtualBox-7.0.2-default-to-Fedora.patch
Patch4: VirtualBox-5.1.0-lib64-VBox.sh.patch
#Patch27: VirtualBox-gcc.patch
+Patch28: virtualbox-gcc13_cstdint.patch
+
#to revert on EL7
Patch29: 590355dbdcffa4081c377fd31565e172785b390c.patch
#from Debian
@@ -341,6 +343,7 @@ rm -r src/libs/libtpms-0.9.0/
%patch3 -p1 -b .default_os_fedora
%patch4 -p1 -b .lib64-VBox.sh
#patch27 -p1 -b .gcc
+%patch28 -p1 -b .gcc
%if 0%{?rhel} && 0%{?rhel} < 8
%patch29 -p2 -R -b .gsoap3
%endif
@@ -907,6 +910,7 @@ getent passwd vboxadd >/dev/null || \
%changelog
* Wed Jan 18 2023 Sérgio Basto <sergio(a)serjux.com> - 7.0.6-1
- Update VirtualBox to 7.0.6
+- Add fix to gcc13
* Wed Dec 14 2022 Sérgio Basto <sergio(a)serjux.com> - 7.0.4-2
- we should restart vboxdrv just after akmods builds
diff --git a/virtualbox-gcc13_cstdint.patch b/virtualbox-gcc13_cstdint.patch
new file mode 100644
index 0000000..ec7f83e
--- /dev/null
+++ b/virtualbox-gcc13_cstdint.patch
@@ -0,0 +1,10 @@
+--- VirtualBox-7.0.6/src/libs/dxvk-native-1.9.2a/src/util/util_bit.h.orig 2023-01-25
23:18:50.169432350 +0000
++++ VirtualBox-7.0.6/src/libs/dxvk-native-1.9.2a/src/util/util_bit.h 2023-01-25
23:19:19.068335081 +0000
+@@ -18,6 +18,7 @@
+
+ #include <cstring>
+ #include <iterator>
++#include <cstdint>
+ #include <type_traits>
+
+ namespace dxvk::bit {
Show replies by date