Skip to content

Commit cbe5878

Browse files
committed
Upgrade vbox from 5.1.38 to 5.2.22
1 parent cee128a commit cbe5878

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# From http://download.virtualbox.org/virtualbox/5.1.30/SHA256SUMS
2-
sha256 96cab2296fb014ce0a16b7b9603b52208b9403c10c1524b44201d3c274e8a821 VirtualBox-5.1.38.tar.bz2
3-
sha256 0e7ee2c78ebf7cd0d3a933d51148bef04a64f64fb27ccf70d59cddf9ca1e517a VBoxGuestAdditions_5.1.38.iso
1+
# From http://download.virtualbox.org/virtualbox/5.2.22/SHA256SUMS
2+
sha256 5580e875349341a1aabc6d5d2f697d242f277487316faaf1fbe68d9014f788d4 VirtualBox-5.2.22.tar.bz2
3+
sha256 e51e33500a265b5c2d7bb2d03d32208df880523dfcb1e2dde2c78a0e0daa0603 VBoxGuestAdditions_5.2.22.iso

deploy/iso/minikube-iso/package/vbox-guest/vbox-guest.mk

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44
#
55
################################################################################
66

7-
VBOX_GUEST_VERSION = 5.1.38
7+
VBOX_GUEST_VERSION = 5.2.22
88
VBOX_GUEST_SITE = http://download.virtualbox.org/virtualbox/$(VBOX_GUEST_VERSION)
99
VBOX_GUEST_LICENSE = GPLv2
1010
VBOX_GUEST_LICENSE_FILES = COPYING
11-
VBOX_GUEST_SOURCE = VirtualBox-$(VBOX_GUEST_VERSION).tar.bz2
1211
VBOX_GUEST_EXTRA_DOWNLOADS = http://download.virtualbox.org/virtualbox/${VBOX_GUEST_VERSION}/VBoxGuestAdditions_${VBOX_GUEST_VERSION}.iso
12+
# Not sure if this is actually used, but the build seems to require it.
13+
VBOX_GUEST_SOURCE = VirtualBox-$(VBOX_GUEST_VERSION).tar.bz2
1314

1415
define VBOX_GUEST_EXPORT_MODULES
15-
( cd $(@D)/src/VBox/Additions/linux; ./export_modules modules.tar.gz )
16+
( cd $(@D)/src/VBox/Additions/linux; ./export_modules.sh modules.tar.gz )
1617
mkdir -p $(@D)/vbox-modules
1718
tar -C $(@D)/vbox-modules -xzf $(@D)/src/VBox/Additions/linux/modules.tar.gz
1819
endef

0 commit comments

Comments
 (0)