public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Alex Tereschenko <frozen.and.blue@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/virtualbox-guest-additions] f44: Update to 7.2.12, move to NASM
Date: Mon, 13 Jul 2026 14:37:25 GMT [thread overview]
Message-ID: <178395344555.1.5064092985286271348.rpms-virtualbox-guest-additions-9f1c339ca9e5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/virtualbox-guest-additions
Branch : f44
Commit : 9f1c339ca9e589e7e95ea9e10f7e82414d8c9e82
Author : Alex Tereschenko <frozen.and.blue@gmail.com>
Date : 2026-07-12T21:17:09+02:00
Stats : +12/-5 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/virtualbox-guest-additions/c/9f1c339ca9e589e7e95ea9e10f7e82414d8c9e82?branch=f44
Log:
Update to 7.2.12, move to NASM
Signed-off-by: Alex Tereschenko <frozen.and.blue@gmail.com>
---
diff --git a/.gitignore b/.gitignore
index b4d7166..8417f30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,3 +55,5 @@
/VirtualBox-7.2.4.tar.bz2
/VirtualBox-7.2.6.tar.bz2
/VirtualBox-7.2.8.tar.bz2
+/VirtualBox-7.2.10.tar.bz2
+/VirtualBox-7.2.12.tar.bz2
diff --git a/sources b/sources
index c2d4346..a1c8b20 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (VirtualBox-7.2.8.tar.bz2) = a67256506c870b7fcecb0ec8b1d5e75490ee02379b5e967aead44ed09e2b15c0a2c3fd2d1e021281609d8d1f98b161cd3aa0265938490a999a700a1e01a9013b
+SHA512 (VirtualBox-7.2.12.tar.bz2) = a58ab2a7436ab09a66fe30e477adcdc376d3e4d09b9ce10621fda25c72f68b345de84ce3f96784460573f732899cf4b4ec1baa2478c5ff81af721b12ffb88082
diff --git a/virtualbox-guest-additions.spec b/virtualbox-guest-additions.spec
index 3a4e1f5..462acce 100644
--- a/virtualbox-guest-additions.spec
+++ b/virtualbox-guest-additions.spec
@@ -1,6 +1,6 @@
Name: virtualbox-guest-additions
-Version: 7.2.8
-Release: 2%{?dist}
+Version: 7.2.12
+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
@@ -19,7 +19,7 @@ Patch80: 029_virtualbox-7.1.4_C23.patch
BuildRequires: gcc-c++
BuildRequires: kBuild >= 0.1.9998.r3093
BuildRequires: openssl-devel
-BuildRequires: yasm
+BuildRequires: nasm
BuildRequires: alsa-lib-devel
BuildRequires: pulseaudio-libs-devel
# for xsltproc
@@ -112,7 +112,8 @@ umask 0022
kmk %{_smp_mflags} \
VBOX_ONLY_ADDITIONS=1 \
KBUILD_VERBOSE=2 \
- TOOL_YASM_AS=yasm \
+ DONT_USE_YASM=1 \
+ TOOL_NASM_AS=nasm \
VBOX_USE_SYSTEM_XORG_HEADERS=1 \
VBOX_USE_SYSTEM_GL_HEADERS=1 \
VBOX_NO_LEGACY_XORG_X11=1 \
@@ -198,6 +199,10 @@ install -m0644 -D virtualbox-guest-additions.sysusers.conf %{buildroot}%{_sysuse
%changelog
+* Sun Jul 12 2026 Alex Tereschenko <frozen.and.blue@gmail.com> - 7.2.12-1
+- Update Virtualbox Guest Additions to 7.2.12 (rhbz#2460053)
+- Switch to building with nasm instead of yasm
+
* Sat Jun 13 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 7.2.8-2
- Rebuilt for openssl 4.0
reply other threads:[~2026-07-13 14:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178395344555.1.5064092985286271348.rpms-virtualbox-guest-additions-9f1c339ca9e5@fedoraproject.org \
--to=frozen.and.blue@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox