[Nix-commits] [NixOS/nixpkgs] db30cf: earlyoom service: init

2017-04-06 Thread Dan Peebles
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: db30cff50008546ca00a46f0e6171bbc186cb3c2
  
https://github.com/NixOS/nixpkgs/commit/db30cff50008546ca00a46f0e6171bbc186cb3c2
  Author: Leon Isenberg 
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/services/system/earlyoom.nix

  Log Message:
  ---
  earlyoom service: init


  Commit: 195efedd2c784c96188afd835470a32f33d3a1fa
  
https://github.com/NixOS/nixpkgs/commit/195efedd2c784c96188afd835470a32f33d3a1fa
  Author: Ambroz Bizjak 
  Date:   2017-04-02 (Sun, 02 Apr 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/5.8/qttools/cmake-paths.patch

  Log Message:
  ---
  qt58: Fix path to qhelpgenerator in cmake file.

It is located in the dev output, fix it as for qcollectiongenerator.
This fixes a build error in KDevelop.


  Commit: 35e0eea053d81f7aa933cd2747f43d3b4524c326
  
https://github.com/NixOS/nixpkgs/commit/35e0eea053d81f7aa933cd2747f43d3b4524c326
  Author: Ambroz Bizjak 
  Date:   2017-04-02 (Sun, 02 Apr 2017)

  Changed paths:
M pkgs/tools/networking/ntp/default.nix
A pkgs/tools/networking/ntp/seccomp.patch

  Log Message:
  ---
  ntpd: Allow additional syscalls in seccomp filter.

Fixes issue #21136.

The problem is that the seccomp system call filter configured by ntpd did not
include some system calls that were apparently needed. For example the
program hanged in getpid just after the filter was installed:

prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0)  = 0
seccomp(SECCOMP_SET_MODE_STRICT, 1, NULL) = -1 EINVAL (Invalid argument)
seccomp(SECCOMP_SET_MODE_FILTER, 0, {len=41, filter=0x5620d7f0bd90}) = 0
getpid()= ?

I do not know exactly why this is a problem on NixOS only, perhaps we have 
getpid
caching disabled.

The fcntl and setsockopt system calls also had to be added.


  Commit: 84ffb2d1d59b211f7a85f2ae8a94496f54a98c98
  
https://github.com/NixOS/nixpkgs/commit/84ffb2d1d59b211f7a85f2ae8a94496f54a98c98
  Author: taku0 
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
M pkgs/data/fonts/source-han-sans/default.nix

  Log Message:
  ---
  source-han-sans: fix license from ASL2.0 to SIL Open Font License.


  Commit: 7a38b0858fbed43e80f84a91da821eaaf657c5d7
  
https://github.com/NixOS/nixpkgs/commit/7a38b0858fbed43e80f84a91da821eaaf657c5d7
  Author: Evan Danaher 
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
M nixos/modules/services/x11/window-managers/default.nix
A nixos/modules/services/x11/window-managers/fvwm.nix

  Log Message:
  ---
  fvwm module: init; now fvwm can be used as an xserver.windowManager


  Commit: bb833702aacde5207eebb3d077a51cbb3304256b
  
https://github.com/NixOS/nixpkgs/commit/bb833702aacde5207eebb3d077a51cbb3304256b
  Author: Volth 
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
A pkgs/desktops/xfce/art/xfwm4-themes.nix
M pkgs/desktops/xfce/default.nix

  Log Message:
  ---
  xfwm4-themes: init at 4.10.0


  Commit: 10dc47e5e1d279ca7495055d547a3a039002e656
  
https://github.com/NixOS/nixpkgs/commit/10dc47e5e1d279ca7495055d547a3a039002e656
  Author: Vladimír Čunát 
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/5.8/qttools/cmake-paths.patch

  Log Message:
  ---
  Merge #24558: qt58: Fix path to qhelpgenerator

Fixes #24659.


  Commit: 699ea78866245b1dd9fcd33cfe01a7811f5f536c
  
https://github.com/NixOS/nixpkgs/commit/699ea78866245b1dd9fcd33cfe01a7811f5f536c
  Author: Jörg Thalheim 
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M pkgs/os-specific/linux/sysdig/default.nix

  Log Message:
  ---
  Revert "sysdig: 1.15.0 -> 1.15.1"

This reverts commit bb1e6557da293d6a7c9f868cb850afdbe2ba09d6.

segfaults, reason unknown


  Commit: 1e589239b32c67881585d6d05d68aecc172c3485
  
https://github.com/NixOS/nixpkgs/commit/1e589239b32c67881585d6d05d68aecc172c3485
  Author: Tim Steinbach 
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
M pkgs/applications/virtualization/docker/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  docker-edge: init at 17.04


  Commit: d95fb5f2ac340b8d5dda8bc36de32c88dbcc6ee3
  
https://github.com/NixOS/nixpkgs/commit/d95fb5f2ac340b8d5dda8bc36de32c88dbcc6ee3
  Author: Tim Steinbach 
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
M pkgs/applications/virtualization/docker/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #24632 from NeQuissimus/docker_17_04

docker-edge: init at 17.04


  Commit: 

[Nix-commits] [NixOS/nixpkgs] db30cf: earlyoom service: init

2017-04-06 Thread Jaka Hudoklin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: db30cff50008546ca00a46f0e6171bbc186cb3c2
  
https://github.com/NixOS/nixpkgs/commit/db30cff50008546ca00a46f0e6171bbc186cb3c2
  Author: Leon Isenberg 
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/services/system/earlyoom.nix

  Log Message:
  ---
  earlyoom service: init


  Commit: 43880af56fa9f530fea380e10df6aee5f9d3ef89
  
https://github.com/NixOS/nixpkgs/commit/43880af56fa9f530fea380e10df6aee5f9d3ef89
  Author: Jaka Hudoklin 
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/services/system/earlyoom.nix

  Log Message:
  ---
  Merge pull request #23135 from ljli/earlyoom-service-init

earlyoom service: init


Compare: https://github.com/NixOS/nixpkgs/compare/d3ef8dc63353...43880af56fa9___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits