Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1165a243f857b070dd935870e1244e3f3e25dcdb
      
https://github.com/NixOS/nixpkgs/commit/1165a243f857b070dd935870e1244e3f3e25dcdb
  Author: aszlig <[email protected]>
  Date:   2015-04-04 (Sat, 04 Apr 2015)

  Changed paths:
    M nixos/tests/virtualbox.nix

  Log Message:
  -----------
  nixos/tests/vbox: Make GUI startup more robust.

Sometimes, keys aren't properly recognized the first time, so in order
to make sure they get through, always resend the key again on retry.

In this case the worst that could happen is that the VM is started over
and over again, but never in parallel, so that's fine because we're
checking for successful startup 10 seconds after the keypress.

Signed-off-by: aszlig <[email protected]>


  Commit: 416545a57b763b6ab7fc45cceb9f7d66ffd49c14
      
https://github.com/NixOS/nixpkgs/commit/416545a57b763b6ab7fc45cceb9f7d66ffd49c14
  Author: aszlig <[email protected]>
  Date:   2015-04-04 (Sat, 04 Apr 2015)

  Changed paths:
    M pkgs/applications/virtualization/virtualbox/hardened.patch

  Log Message:
  -----------
  virtualbox: Remove group check on /nix/store.

This is espacially cruicial when it comes to Nix 1.9, where we even have
a more restrictive /nix/store. In any event, VirtualBox in hardenend
mode doesn't have to check the /nix/store path, because it's read-only
on NixOS systems. So this check would not introduce more security but
more hurdles, thus I'm removing it (of course _only_ for /nix/store).

Signed-off-by: aszlig <[email protected]>


  Commit: b0e3d7c4b5283149d2d90ac302bff1c914c15e15
      
https://github.com/NixOS/nixpkgs/commit/b0e3d7c4b5283149d2d90ac302bff1c914c15e15
  Author: aszlig <[email protected]>
  Date:   2015-04-04 (Sat, 04 Apr 2015)

  Changed paths:
    M pkgs/applications/virtualization/virtualbox/default.nix
    M pkgs/applications/virtualization/virtualbox/guest-additions/default.nix

  Log Message:
  -----------
  virtualbox: Update to version 4.3.26.

Upstream changelog:

 * GUI: in the snapshots pane, protect the age of snapshots against
  wrong host time
 * NAT Network: fixed a bug which prevented to propagate any DNS name
          server / domain / search string information to the NAT
          network (4.3.24 regression)
 * NAT Network: don't delay the shutdown of VBoxSVC on Windows hosts
 * Mouse support: the mouse could not be moved under rare conditions if
            no Guest Additions are installed (4.3.24 regression)
 * Storage: if the guest ejects a virtual CD/DVD medium, make the change
      permanent
 * VGA: made saving secondary screen sizes possible in X11 guests
 * SDK: fixed the VirtualBox.tlb file (4.3.20 regression)
 * rdesktop-vrdp: make it work with USB devices again (4.3.14
            regression)
 * USB: fixed a possible BSOD on Windows hosts under rare conditions
 * iPXE: enable the HTTP download protocol on non-Linux hosts
 * Mac OS X hosts: don't panic on hosts with activated SMAP (Broadwell
             and later)
 * Linux hosts: don't crash Linux 4.0 hosts

The same with bug IDs can be found at:

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

Tested on my machine using the virtualbox NixOS VM test.

Signed-off-by: aszlig <[email protected]>


Compare: https://github.com/NixOS/nixpkgs/compare/55b218160dd4...b0e3d7c4b528
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to