about summary refs log tree commit diff
path: root/pkgs/applications/virtualization/virtualbox/guest-additions
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-03-04 15:14:16 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-03-04 15:14:16 +0100
commit54a8e13f2afd7ac3d4f2c89a2cd3d4ee71d38e7d (patch)
tree26027305019cf56fd4e613542f8593284a33d53d /pkgs/applications/virtualization/virtualbox/guest-additions
parent1459bbf1e31487a77ef819a728382877213e731b (diff)
downloadnixlib-54a8e13f2afd7ac3d4f2c89a2cd3d4ee71d38e7d.tar
nixlib-54a8e13f2afd7ac3d4f2c89a2cd3d4ee71d38e7d.tar.gz
nixlib-54a8e13f2afd7ac3d4f2c89a2cd3d4ee71d38e7d.tar.bz2
nixlib-54a8e13f2afd7ac3d4f2c89a2cd3d4ee71d38e7d.tar.lz
nixlib-54a8e13f2afd7ac3d4f2c89a2cd3d4ee71d38e7d.tar.xz
nixlib-54a8e13f2afd7ac3d4f2c89a2cd3d4ee71d38e7d.tar.zst
nixlib-54a8e13f2afd7ac3d4f2c89a2cd3d4ee71d38e7d.zip
virtualbox: Update to new upstream version 4.3.24.
New maintenance release, changes:

 * VMM: emulation fix for the ENTER instruction under certain
   conditions; fixes Solaris 10 guests (VT-x without unrestricted guest
   execution)
 * VMM: fix for handling NMIs on Linux hosts with X2APIC enabled
 * NAT/NAT Network: fix connection drops when the host's DHCP lease was
   renewed (4.3.22 regression; Windows hosts only)
 * NAT: don't crash on an empty domain list when switching the DNS host
   configuration (4.3.22 regression; Mac OS X hosts only)
 * PXE: re-enable it on Windows hosts (4.3.22 regression; Windows hosts
   only)
 * Shared Folders: fixed a problem with Windows guests (4.3.22
   regression)
 * Audio: improved record quality when using the DirectSound audio
   backend
 * VBoxManage: when executing the controlvm command take care that the
   corresponding VM runtime changes are saved permanently
 * Windows Installer: properly install the 32-bit version of VBoxRes.dll
   on 32-bit hosts
 * Linux hosts / guests: Linux 4.0 fixes
 * OS/2 Additions: fixed mouse integration (4.3.22 regression)
 * X11 Additions: fixed a sporadic failure to deactivate virtual screens

Full changelog with bug IDs can be found at:

https://www.virtualbox.org/wiki/Changelog

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/applications/virtualization/virtualbox/guest-additions')
-rw-r--r--pkgs/applications/virtualization/virtualbox/guest-additions/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/virtualization/virtualbox/guest-additions/default.nix b/pkgs/applications/virtualization/virtualbox/guest-additions/default.nix
index b2bc3904f244..56fe2b1083c9 100644
--- a/pkgs/applications/virtualization/virtualbox/guest-additions/default.nix
+++ b/pkgs/applications/virtualization/virtualbox/guest-additions/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "http://download.virtualbox.org/virtualbox/${version}/VBoxGuestAdditions_${version}.iso";
-    sha256 = "d415bdf5c1a37281e77243241acbb9576307379c66d368d7d0aba233fdb1435e";
+    sha256 = "df4385aaa80f322ee2acda0657a53d9ca5c489e695ee5f9776574b67c649c960";
   };
 
   KERN_DIR = "${kernel.dev}/lib/modules/*/build";