From 3cbba661da3e69a5358784652a4948cc37b7f6d7 Mon Sep 17 00:00:00 2001 From: Sérgio M. Basto Date: Nov 13 2018 00:59:30 +0000 Subject: Update Virtualbox Guest Additions to 5.2.22, security fix version --- diff --git a/update_vbox.sh b/update_vbox.sh index 7bb3c0e..f8fef83 100755 --- a/update_vbox.sh +++ b/update_vbox.sh @@ -1,4 +1,4 @@ -VERSION=5.2.20 +VERSION=5.2.22 REL=1 RAWHIDE=30 diff --git a/virtualbox-guest-additions.spec b/virtualbox-guest-additions.spec index f566118..39553cb 100644 --- a/virtualbox-guest-additions.spec +++ b/virtualbox-guest-additions.spec @@ -1,7 +1,7 @@ %global __provides_exclude_from %{_libdir}/VBoxGuestAdditions Name: virtualbox-guest-additions -Version: 5.2.20 +Version: 5.2.22 Release: 1%{?dist} Summary: VirtualBox Guest Additions License: GPLv2 or (GPLv2 and CDDL) @@ -20,7 +20,7 @@ Patch2: 0001-VBoxServiceAutoMount-Change-Linux-mount-code-to-use-.patch # Do not show an error dialog when not running under vbox Patch3: VirtualBox-5.2.10-xclient.patch # Fix build with gcc8 -Patch4: VirtualBox-5.2.6-gcc8.patch +#Patch4: VirtualBox-5.2.6-gcc8.patch # From Archlinux Patch10: 010-linux-4.16-mount-fixes.patch @@ -198,6 +198,9 @@ getent passwd vboxadd >/dev/null || \ %changelog +* Mon Nov 12 2018 Sérgio Basto - 5.2.22-1 +- Update Virtualbox Guest Additions to 5.2.22, security fix version + * Sat Oct 20 2018 Sérgio Basto - 5.2.20-1 - Update Virtualbox Guest Additions to 5.2.20, bugfix version