Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2bd74c578e0145a24f2e9ee3979e911ef7498dc7
      
https://github.com/NixOS/nixpkgs/commit/2bd74c578e0145a24f2e9ee3979e911ef7498dc7
  Author: Arnold Krille <arn...@arnoldarts.de>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
    M nixos/modules/tasks/network-interfaces-scripted.nix
    M nixos/release.nix
    A nixos/tests/containers-restart_networking.nix

  Log Message:
  -----------
  network-interfaces: reload bridges on conf changes

And adopt the tests to add an interface and remove it again.

It should work when deactivating rstp, it will not work when activating
rstp for the first bridge as then the userspace daemon is not yet
available. But once one bridge is active with stp, it should work with
the reload for any further bridge.

Fixes #21745. Also see #22547.

(cherry picked from commit 68729958e889b7db114fcb3f5ca297d28ae59165)


  Commit: 8d45eda4a2b939ce1b74f2efb837679349814106
      
https://github.com/NixOS/nixpkgs/commit/8d45eda4a2b939ce1b74f2efb837679349814106
  Author: c74d <857...@gmail.com>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
    M nixos/modules/virtualisation/google-compute-image.nix

  Log Message:
  -----------
  google-compute-image: fix Yama LSM option conflict

Having fixed the Google Compute Engine image build process's copying
of store paths in PR #24264, I ran `nixos-rebuild --upgrade switch`...
and the GCE image broke again, because it sets the NixOS configuration
option for the sysctl variable `kernel.yama.ptrace_scope` to
`mkDefault "1"`, i.e., with override priority 1000, and now the
`sysctl` module sets the same option to `mkDefault "0"` (this was
changed in commit 86721a5f78718caf10c578e9501f8b4d19c0eb44).

This patch raises the override priority of the Google Compute Engine
image configuration's definition of the Yama sysctl option to 500
(still lower than the priority of an unmodified option definition).

I have tested that this patch allows the Google Compute Engine image
to again build successfully for me.

(cherry picked from commit a4ac5506f57f767fd53aebd0eeea8db4c911f83f)


  Commit: 4d3929019c1902b768de1e0f633759dcb77eb3b6
      
https://github.com/NixOS/nixpkgs/commit/4d3929019c1902b768de1e0f633759dcb77eb3b6
  Author: Joachim Fasting <joach...@fastmail.fm>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
    M pkgs/os-specific/linux/kernel/linux-grsecurity.nix
    M pkgs/os-specific/linux/kernel/patches.nix

  Log Message:
  -----------
  grsecurity: 4.9.17-201703221829 -> 4.9.18-201703261106

(cherry picked from commit 5fe81c1bdb8b1331cef33231d642940b3ff026a0)


  Commit: 3108fdf75f2e9bbb86054c866665be71234225bd
      
https://github.com/NixOS/nixpkgs/commit/3108fdf75f2e9bbb86054c866665be71234225bd
  Author: Tim Steinbach <t...@nequissimus.com>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
    M pkgs/os-specific/linux/kernel/linux-testing.nix

  Log Message:
  -----------
  linux: 4.11-rc3 -> 4.11-rc4

(cherry picked from commit 310bb3e6bb61ed6983c1d88899d3110851f84809)


  Commit: d3ef98182d0100296a5297058ffe9aa0261ec635
      
https://github.com/NixOS/nixpkgs/commit/d3ef98182d0100296a5297058ffe9aa0261ec635
  Author: aszlig <asz...@redmoonstudios.org>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
    M nixos/tests/virtualbox.nix

  Log Message:
  -----------
  nixos/tests/virtualbox: Fix @shell@ expansion

This has surfaced since f803270b7e00fa7124282809838d5652083b6aad.

The commit bumped bash to version 4.4, which caused to change the order
of --subst-var flags in substituteAll, which this test was relying on,
because it added a @shell@ to boot.initrd.postMountCommands.

Our substituter is currently working a bit like this:

original.replace('@var1@', 'val1').replace('@var2@', 'val2')...

Unfortunately, this means that if @var2@ occurs within @var1@ it is
replaced by the new value, so the order of the substvars actually
matter. I highly doubt that we want a behaviour like this and I'm
wondering why it didn't occur to me as a problem while writing the
initial implementation of the VirtualBox tests.

Whether to get rid of this and disallowing substitution of substvars
within substvars is another topic which I think needs discussion in a
different place.

As for now, I'm using stdenv.shell, because the closure size of this
should fit within the initrd, so it's fine especially because it's just
a test.

Tested with the net-hostonlyif and systemd-detect-virt tests and they
both succeed with this change.

Signed-off-by: aszlig <asz...@redmoonstudios.org>
Reported-by: @globin on IRC
(cherry picked from commit ee39d4b98a285bb2812c6e6ab51f4038ac013173)


  Commit: c0bc7367332f28a6114d2df3a2be3e7b0f2433b1
      
https://github.com/NixOS/nixpkgs/commit/c0bc7367332f28a6114d2df3a2be3e7b0f2433b1
  Author: Volth <vo...@webmaster.ms>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
    M pkgs/development/libraries/libvirt/default.nix
    M pkgs/top-level/python-packages.nix

  Log Message:
  -----------
  libvirt: 3.0.0 -> 3.1.0

(cherry picked from commit 1cca97cf1864605e5163b298c43b5d2f6b3ff4c1)


  Commit: 0d0d419eeb830b0429c85074ed3bc30e5ffba9df
      
https://github.com/NixOS/nixpkgs/commit/0d0d419eeb830b0429c85074ed3bc30e5ffba9df
  Author: Franz Pletz <fpl...@fnordicwalking.de>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
    M pkgs/applications/virtualization/virt-manager/default.nix

  Log Message:
  -----------
  virt-manager: needs file for building translations

(cherry picked from commit 160fd7231ed57d9b5c1216d2b511478b80b08130)


  Commit: a3406d19f6767ce8bc99628e1f7a37d1bdf4feec
      
https://github.com/NixOS/nixpkgs/commit/a3406d19f6767ce8bc99628e1f7a37d1bdf4feec
  Author: Franz Pletz <fpl...@fnordicwalking.de>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
    M pkgs/development/libraries/libvirt-glib/default.nix
    M pkgs/development/libraries/libvirt/default.nix

  Log Message:
  -----------
  libvirt: build with attr and apparmor

(cherry picked from commit ddb608814a4d13fcbdc0f1dc5da71f2363a88d3d)


  Commit: fc77d48fd6977d6c25993777cc9fe56b727e4fe4
      
https://github.com/NixOS/nixpkgs/commit/fc77d48fd6977d6c25993777cc9fe56b727e4fe4
  Author: Franz Pletz <fpl...@fnordicwalking.de>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
    M nixos/modules/virtualisation/libvirtd.nix
    M pkgs/development/libraries/libvirt/default.nix

  Log Message:
  -----------
  libvirt: make guest suspend work, use upstream units

(cherry picked from commit d545772640d13e0d2d984ad582888deda7cefa86)


  Commit: 9628a71e8cbadc42ac15e9371279c32142ef7ba1
      
https://github.com/NixOS/nixpkgs/commit/9628a71e8cbadc42ac15e9371279c32142ef7ba1
  Author: Maximilian Bosch <maximil...@mbosch.me>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
    M pkgs/applications/editors/idea/default.nix

  Log Message:
  -----------
  idea.phpstorm: 2016.3.2 -> 2017.1

(cherry picked from commit bde3acbd2a253e61a1024a1dbde879cd43f19f74)


  Commit: 86e363d11ecd185162583d264b99f4bfd783312d
      
https://github.com/NixOS/nixpkgs/commit/86e363d11ecd185162583d264b99f4bfd783312d
  Author: Jiri Danek <jda...@redhat.com>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
    M pkgs/applications/editors/idea/default.nix

  Log Message:
  -----------
  idea-community: 2016.3.5 -> 2017.1

(cherry picked from commit da136195912aca4cf874fd849884226ebe8c79cd)


  Commit: 21c69b132ca8fa1705a096596a0f18d337d99b0a
      
https://github.com/NixOS/nixpkgs/commit/21c69b132ca8fa1705a096596a0f18d337d99b0a
  Author: Benjamin Staffin <ben...@gmail.com>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
    M pkgs/applications/networking/dropbox-cli/default.nix

  Log Message:
  -----------
  dropbox-cli: include dropbox icon (#24368)

(cherry picked from commit 6c116b86ebab9b0975e625fa99b49b73239c8529)


Compare: https://github.com/NixOS/nixpkgs/compare/099a2917b07e...21c69b132ca8
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to