public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: Update virtualbox-guest-additions to 7.1.6 (#2339180)
@ 2026-07-12 20:58
0 siblings, 0 replies; only message in thread
From: @ 2026-07-12 20:58 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/virtualbox-guest-additions
Branch : alext-upd-to-7.2.12
Commit : f881eeb1cf194f30525f55be941da8493c45239a
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2025-02-12T00:30:41+00:00
Stats : +32/-4 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/virtualbox-guest-additions/c/f881eeb1cf194f30525f55be941da8493c45239a?branch=alext-upd-to-7.2.12
Log:
Update virtualbox-guest-additions to 7.1.6 (#2339180)
Add 029_virtualbox-7.1.4_C23.patch
---
diff --git a/.gitignore b/.gitignore
index f9288f7..248f0a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,4 @@
/VirtualBox-7.1.0.tar.bz2
/VirtualBox-7.1.2.tar.bz2
/VirtualBox-7.1.4.tar.bz2
+/VirtualBox-7.1.6a.tar.bz2
diff --git a/029_virtualbox-7.1.4_C23.patch b/029_virtualbox-7.1.4_C23.patch
new file mode 100644
index 0000000..4544fb0
--- /dev/null
+++ b/029_virtualbox-7.1.4_C23.patch
@@ -0,0 +1,20 @@
+https://bugs.gentoo.org/946955
+
+--- a/include/iprt/types.h
++++ b/include/iprt/types.h
+@@ -281,8 +281,14 @@
+ typedef _Bool bool;
+ # endif
+ # else
+-# undef bool /* see above netbsd explanation */
++# if defined(__KERNEL__)
++# if __STDC_VERSION__ < 202311L
++# undef bool /* see above netbsd explanation */
+ typedef _Bool bool;
++# endif
++# else
++# include <stdbool.h>
++# endif
+ # endif
+ # else
+ # if RT_MSC_PREREQ(RT_MSC_VER_VC120)
diff --git a/sources b/sources
index f4e1407..f3d7c08 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (VirtualBox-7.1.4.tar.bz2) = 97654339d509447e2604db01e29f9e810f59498a378e645f412cffb67022c4e547f205e8ebdac6ae33aaa8f7bc0f289bdca2e5a04b1fa31b4a05c191d7600a9c
+SHA512 (VirtualBox-7.1.6a.tar.bz2) = fbb9487d531db6bf176e73f307ef1b65cc5263c8e5f38755cdc6bed41fe2906ffbd64076d42b8b505183d0ae054d8f6bccc522e981edd5a815e440066327cd3b
diff --git a/virtualbox-guest-additions.spec b/virtualbox-guest-additions.spec
index 2a591b5..3c8d3ca 100644
--- a/virtualbox-guest-additions.spec
+++ b/virtualbox-guest-additions.spec
@@ -1,17 +1,20 @@
Name: virtualbox-guest-additions
-Version: 7.1.4
-Release: 3%{?dist}
+Version: 7.1.6
+Release: 1%{?dist}
Summary: VirtualBox Guest Additions
License: GPL-3.0-only AND (GPL-3.0-only OR CDDL-1.0)
URL: https://www.virtualbox.org/wiki/VirtualBox
-Source0: https://download.virtualbox.org/virtualbox/%{version}/VirtualBox-%{version}.tar.bz2
+Source0: https://download.virtualbox.org/virtualbox/%{version}/VirtualBox-%{version}a.tar.bz2
Source1: vboxservice.service
Source3: VirtualBox-60-vboxguest.rules
Source4: vboxclient.service
Source5: mount.vboxsf
Patch60: VirtualBox-7.0.2-xclient-cleanups.patch
+#from Gentoo
+Patch80: 029_virtualbox-7.1.4_C23.patch
+
BuildRequires: gcc-c++
BuildRequires: kBuild >= 0.1.9998.r3093
@@ -194,6 +197,10 @@ install -m0644 -D virtualbox-guest-additions.sysusers.conf %{buildroot}%{_sysuse
%changelog
+* Wed Feb 12 2025 Sérgio Basto <sergio@serjux.com> - 7.1.6-1
+- Update virtualbox-guest-additions to 7.1.6 (#2339180)
+- Add 029_virtualbox-7.1.4_C23.patch
+
* Wed Jan 29 2025 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 7.1.4-3
- Add sysusers.d config file to allow rpm to create users/groups automatically
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-12 20:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-12 20:58 [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: Update virtualbox-guest-additions to 7.1.6 (#2339180)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox