From e19aa3819e21c79215db361b2913571f33b7d23f Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 13 Sep 2016 14:07:56 +0200 Subject: [PATCH] virtualbox: 5.1.4 -> 5.1.6 Upstream changelog without bug numbers: * GUI: fixed issue with opening '.vbox' files and it's aliases * GUI: keyboard grabbing fixes * GUI: fix for passing through Ctrl + mouse-click * GUI: fixed automatic deletion of extension pack files * USB: fixed showing unknown device instead of the manufacturer or product description under certain circumstances * XHCI: another fix for a hanging guest under certain conditions, this time for Windows 7 guests * Serial: fixed high CPU usage with certain USB to serial converters on Linux hosts * Storage: fixed attaching stream optimized VMDK images * Storage: reject image variants which are unsupported by the backend * Storage: fixed loading saved states created with VirtualBox 5.0.10 and older when using a SCSI controller * Storage: fixed broken NVMe emulation if the host I/O cache setting is enabled * Storage: fixed using multiple NVMe controllers if ICH9 is used * NVMe: fixed a crash during reset which could happen under certain circumstances * Audio: fixed microphone input (5.1.2 regression) * Audio: fixed crashes under certain conditions (5.1.0 regression) * Audio: fixed recording with the ALSA backend (5.1 regression) * Audio: fixed stream access mode with OSS backend (5.1 regression, thanks to Jung-uk Kim) * E1000: do also return masked bits when reading the ICR register, this fixes booting from iPXE (5.1.2 regression) * BIOS: fixed 4bpp scanline calculation * API: relax the check for the version attribute in OVF/OVA appliances * Windows hosts: fixed crashes when terminating the VM selector or other VBox COM clients * Linux Installer: fixed path to the documentation in .rpm packages (5.1.0 regression) * Linux Installer: fixed the vboxdrv.sh script to prevent an SELinux complaint * Linux hosts: don't use 32-bit legacy capabilities * Linux Additions: Linux 4.8 fix for the kernel display driver * Linux Additions: don't load the kernel modules provided by the Linux distribution but load the kernel modules from the official Guest Additions package instead * Linux Additions: fix dynamic resizing problems in recent Linux guests * User Manual: fixed error in the VBoxManage chapter for the getextradata enumerate example The full upstream changelog with bug numbers can be found at: https://www.virtualbox.org/wiki/Changelog-5.1#v6 Signed-off-by: aszlig --- .../virtualization/virtualbox/upstream-info.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/applications/virtualization/virtualbox/upstream-info.json b/pkgs/applications/virtualization/virtualbox/upstream-info.json index de0adf2e9db3..3a386004a3fd 100644 --- a/pkgs/applications/virtualization/virtualbox/upstream-info.json +++ b/pkgs/applications/virtualization/virtualbox/upstream-info.json @@ -1,8 +1,8 @@ { "__NOTE": "Generated using update.py from the same directory.", - "extpack": "9462ff1b567c37ad9a33c0c7ca1925776615ec89b5a72563f29a8cc8514cf316", - "extpackRev": "110228", - "guest": "e385b698338003595f6cdeee7b631ec6713058ba1227d1f2a1da342bdf741982", - "main": "b9a14a7771059c55c44b97f8d4eef9bea84544f3e215e0caa563bc35e2f16aaf", - "version": "5.1.4" + "extpack": "607ac3636bd49a738d5c48159b39261369b5487f71fb10afa2ecf869627a12de", + "extpackRev": "110634", + "guest": "cbcf9b9b1000e09911b3d20e1efe529aef8a945cf130f6abffc14a39522cc1ed", + "main": "2e0112b0d85841587b8f212e6ba8f6c35b31e1cce6b6999497dc917cd37e6911", + "version": "5.1.6" }