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.0 (#2311545)
@ 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 : 49342b8c89c12e566d66f246dac02cf687f4da8e
Author : Sérgio M. Basto <sergio@serjux.com>
Date   : 2024-09-17T22:12:49+01:00
Stats  : +24/-22 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/virtualbox-guest-additions/c/49342b8c89c12e566d66f246dac02cf687f4da8e?branch=alext-upd-to-7.2.12

Log:
Update virtualbox-guest-additions to 7.1.0 (#2311545)

---
diff --git a/.gitignore b/.gitignore
index d25eaa2..c35d0bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,4 @@
 /VirtualBox-7.0.16.tar.bz2
 /VirtualBox-7.0.18.tar.bz2
 /VirtualBox-7.0.20.tar.bz2
+/VirtualBox-7.1.0.tar.bz2

diff --git a/VirtualBox-7.0.2-xclient-cleanups.patch b/VirtualBox-7.0.2-xclient-cleanups.patch
index f16ac52..a292b61 100644
--- a/VirtualBox-7.0.2-xclient-cleanups.patch
+++ b/VirtualBox-7.0.2-xclient-cleanups.patch
@@ -1,15 +1,6 @@
-# Do not show an error dialog when not running under vbox
-# Do not start VBoxClient --vmsvga, we run VBoxClient --vmsvga as
-# a systemd service, this works with both Wayland and Xorg based sessions
-
----
- src/VBox/Additions/x11/Installer/98vboxadd-xclient |   13 +++----------
- 1 file changed, 3 insertions(+), 10 deletions(-)
-
-diff -Nurp VirtualBox-7.0.2.orig/src/VBox/Additions/x11/Installer/98vboxadd-xclient VirtualBox-7.0.2/src/VBox/Additions/x11/Installer/98vboxadd-xclient
---- VirtualBox-7.0.2.orig/src/VBox/Additions/x11/Installer/98vboxadd-xclient	2022-10-19 21:20:45.000000000 +0300
-+++ VirtualBox-7.0.2/src/VBox/Additions/x11/Installer/98vboxadd-xclient	2022-10-22 12:05:28.770187860 +0300
-@@ -31,18 +31,11 @@ for i in $HOME/.vboxclient-*.pid; do
+--- ./src/VBox/Additions/x11/Installer/98vboxadd-xclient.orig	2024-09-11 22:57:09.623398840 +0100
++++ ./src/VBox/Additions/x11/Installer/98vboxadd-xclient	2024-09-11 22:58:14.239296616 +0100
+@@ -31,16 +31,9 @@ for i in $HOME/.vboxclient-*.pid; do
      test -w $i || rm -f $i
  done
  
@@ -22,12 +13,16 @@ diff -Nurp VirtualBox-7.0.2.orig/src/VBox/Additions/x11/Installer/98vboxadd-xcli
 -   # This script can also be triggered by a connection over SSH, which is not
 -   # what we had in mind, so we do not start VBoxClient in that case.  We do
 -   # not use "exit" here as this script is "source"d, not executed.
+-
 +# Do not start if the kernel module is not present; or if this script is
 +# triggered by a connection over SSH.
 +if [ -c /dev/vboxguest -a -z "${SSH_CONNECTION}" ]; then
-   /usr/bin/VBoxClient --clipboard
-   /usr/bin/VBoxClient --checkhostversion
-   /usr/bin/VBoxClient --seamless
-   /usr/bin/VBoxClient --draganddrop
--  /usr/bin/VBoxClient --vmsvga-session # In case VMSVGA emulation is enabled
+     # Check wheather X11 or Wayland version of VBoxClient should be started.
+     vbox_wl_check=$(/usr/bin/vboxwl --check 2> /dev/null)
+     if test "$vbox_wl_check" = "WL"; then
+@@ -52,5 +45,4 @@ elif test -z "${SSH_CONNECTION}"; then
+     fi
+ 
+     /usr/bin/VBoxClient --checkhostversion
+-    /usr/bin/VBoxClient --vmsvga-session # In case VMSVGA emulation is enabled
  fi

diff --git a/sources b/sources
index 356bac2..90f94d8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (VirtualBox-7.0.20.tar.bz2) = 7682e24d60c1896c661f2689af6820ae67b6bd8d9faaf18c58e8159bc7694ef80722f8e9611d6272da5b46eb2f3a44fc637b277e6801b7a8bf53aad045a81fe9
+SHA512 (VirtualBox-7.1.0.tar.bz2) = d0fc27195b859fb537d57229d60a8895ced24b04c0f703c5862982de01d4787d20a3acb9cee4af29d18c56cd8c7ad846fd0eacc14af0c419e738953ca488463b

diff --git a/virtualbox-guest-additions.spec b/virtualbox-guest-additions.spec
index adaa102..9cabbfc 100644
--- a/virtualbox-guest-additions.spec
+++ b/virtualbox-guest-additions.spec
@@ -1,6 +1,6 @@
 Name:       virtualbox-guest-additions
-Version:    7.0.20
-Release:    2%{?dist}
+Version:    7.1.0
+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
@@ -72,6 +72,9 @@ rm -r tools/
 # Remove bundle X11 sources and some lib sources, before patching.
 rm -r src/VBox/Additions/x11/x11include/
 rm -r src/VBox/Additions/3D/mesa/mesa-21.3.8/
+rm -r src/VBox/Runtime/r3/darwin
+rm -r src/VBox/Runtime/r0drv/darwin
+rm -r src/VBox/Runtime/darwin
 rm -r src/libs/liblzf-3.*/
 rm -r src/libs/libpng-1.6.*/
 rm -r src/libs/libxml2-2.*/
@@ -101,8 +104,8 @@ kmk %{_smp_mflags}                                             \
     VBOX_USE_SYSTEM_XORG_HEADERS=1                             \
     VBOX_USE_SYSTEM_GL_HEADERS=1                               \
     VBOX_NO_LEGACY_XORG_X11=1                                  \
-    SDK_VBoxLibPng_INCS=""                                    \
-    SDK_VBoxLibXml2_INCS=""                                   \
+    SDK_VBoxLibPng_INCS=/usr/include/libpng16                 \
+    SDK_VBoxLibXml2_INCS=/usr/include/libxml2                 \
     SDK_VBoxLzf_LIBS="lzf"                                    \
     SDK_VBoxLzf_INCS="/usr/include/liblzf"                    \
     SDK_VBoxOpenSslStatic_INCS="/usr/include/openssl"                                   \
@@ -184,6 +187,9 @@ getent passwd vboxadd >/dev/null || \
 
 
 %changelog
+* Tue Sep 17 2024 Sérgio Basto <sergio@serjux.com> - 7.1.0-1
+- Update virtualbox-guest-additions to 7.1.0 (#2311545)
+
 * Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.20-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
 

^ 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.0 (#2311545) 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox