summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoel Brook2017-07-28 09:26:28 +0200
committerRoel Brook2017-07-28 09:26:28 +0200
commit7749cdce7871ad23e32d8bd4987567cb01f57b0a (patch)
tree76c27501c35da43807b692aefa7620db4e8752e5
parent7446427b1c4246b6949cc077328b1b2a70911130 (diff)
downloadaur-7749cdce7871ad23e32d8bd4987567cb01f57b0a.tar.gz
Bump to .26.
Changes: VMM: reset the TSC on VM reset to work around a Windows bug (bug #16643) Audio: fixed memory leak when enabled with VRDP connections (5.1.24 regression; bug #16928) Audio: fixed creation of too many sound sinks on Linux hosts when using the PulseAudio backend (bug #16938) Audio: implemented record gain registers for AC'97 emulation; those are needed for newer Ubuntu guests which rely on those when controlling gain and muting the recording (capturing) levels Storage: fixed hang when using the emulated NVMe controller with the SPDK (bug #16945) Mouse: double click was not working with a precision touchpad (bug #14632) Linux hosts: properly bring up host-only network interfaces with iproute (5.1.24 regression; bug #16911) Linux hosts: provide Python 3 libraries for deb/rpm packages Windows hosts: make it possible to use host-only networking without having bridged networking installed Windows guests: fixed automatic logons for Vista and newer Windows guests (5.1.24 regression; bug #16921)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d62dddec1043..8cf7dc44de56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jul 18 20:16:12 UTC 2017
+# Fri Jul 28 07:26:20 UTC 2017
pkgbase = virtualbox-bin
pkgdesc = Oracle VM VirtualBox Binary Edition (Oracle branded non-OSE version)
- pkgver = 5.1.24
+ pkgver = 5.1.26
pkgrel = 1
url = http://virtualbox.org/
install = install
@@ -21,7 +21,7 @@ pkgbase = virtualbox-bin
depends = python2
depends = sdl
optdepends = virtualbox-ext-oracle: for Oracle extensions
- provides = virtualbox=5.1.24
+ provides = virtualbox=5.1.26
conflicts = virtualbox
conflicts = virtualbox-host-dkms
conflicts = virtualbox-host-modules-arch
@@ -30,14 +30,14 @@ pkgbase = virtualbox-bin
options = !strip
backup = etc/vbox/vbox.cfg
backup = etc/conf.d/vboxweb
- source = VirtualBox-5.1.24-117012-Linux_amd64.run::http://download.virtualbox.org/virtualbox/5.1.24/VirtualBox-5.1.24-117012-Linux_amd64.run
+ source = VirtualBox-5.1.26-117224-Linux_amd64.run::http://download.virtualbox.org/virtualbox/5.1.26/VirtualBox-5.1.26-117224-Linux_amd64.run
source = VBoxFixUSB
source = 10-vboxdrv.rules
source = vboxweb.rc
source = vboxweb.conf
source = do_dkms
source = dkms.conf
- md5sums = f9cd434b3fe19f7d45e7008f17c56824
+ md5sums = 0d8e04b60127b81df1714aeac877189e
md5sums = 2d04c2e2d8c71558c910a51ec773731a
md5sums = fe60f9510502bea67383d9198ae8c13c
md5sums = c159d683ba1947290fc2ad2c64194150
diff --git a/PKGBUILD b/PKGBUILD
index dfaf817906fd..f848a077ed2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Original script by: M0Rf30
pkgname=virtualbox-bin
-pkgver=5.1.24
-_build=117012
+pkgver=5.1.26
+_build=117224
pkgrel=1
pkgdesc='Oracle VM VirtualBox Binary Edition (Oracle branded non-OSE version)'
arch=('i686' 'x86_64')
@@ -46,7 +46,7 @@ source=(
)
-md5sums=('f9cd434b3fe19f7d45e7008f17c56824'
+md5sums=('0d8e04b60127b81df1714aeac877189e'
'2d04c2e2d8c71558c910a51ec773731a'
'fe60f9510502bea67383d9198ae8c13c'
'c159d683ba1947290fc2ad2c64194150'