[Nix-commits] [NixOS/nixpkgs] eb2ce8: doc: Fix some typos

2017-06-21 Thread Ambroz Bizjak
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: eb2ce870a9d35870f7679f0abb1cb0450442109e
  
https://github.com/NixOS/nixpkgs/commit/eb2ce870a9d35870f7679f0abb1cb0450442109e
  Author: Jan Tojnar <jtoj...@gmail.com>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
M doc/configuration.xml
M doc/functions.xml
M doc/overlays.xml
M doc/reviewing-contributions.xml
M doc/stdenv.xml
M nixos/doc/manual/administration/imperative-containers.xml
M nixos/doc/manual/development/option-declarations.xml
M nixos/doc/manual/development/option-types.xml
M nixos/doc/manual/release-notes/rl-1509.xml
M nixos/doc/manual/release-notes/rl-1603.xml

  Log Message:
  ---
  doc: Fix some typos

(cherry picked from commit e35f3c0679cafb8de84274433159e1b393dca46d)


  Commit: f827d499a1ff33a60a30d3daf4447f3d158cf1f2
  
https://github.com/NixOS/nixpkgs/commit/f827d499a1ff33a60a30d3daf4447f3d158cf1f2
  Author: Ambroz Bizjak <ambr...@gmail.com>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
M pkgs/applications/editors/kdevelop5/kdevelop.nix
M pkgs/applications/editors/kdevelop5/kdevplatform.nix

  Log Message:
  ---
  kdevelop: 5.0.4 -> 5.1.1

Including also a patch for bug https://bugs.kde.org/show_bug.cgi?id=379433
which is a quite annoying regression from 5.0.4. The patch is the same as
the change committed upstream.

(cherry picked from commit 8f4619bb3d5229cc4fd0734d9a6aac19e923571a)


Compare: https://github.com/NixOS/nixpkgs/compare/2b31e72a9cdb...f827d499a1ff___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 3069f7: ntpd: Allow additional syscalls in seccomp filter.

2017-04-17 Thread Ambroz Bizjak
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3069f721ece8156d0b41ac3b9b577f78e74b8eaa
  
https://github.com/NixOS/nixpkgs/commit/3069f721ece8156d0b41ac3b9b577f78e74b8eaa
  Author: Ambroz Bizjak <ambr...@gmail.com>
  Date:   2017-04-17 (Mon, 17 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.

(cherry picked from commit 35e0eea053d81f7aa933cd2747f43d3b4524c326)


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 2d47e1: kdevelop: 5.0.3 -> 5.0.4 (#23788)

2017-03-12 Thread Ambroz Bizjak
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2d47e1be722df1e61132ae4a7b17444f3af656f9
  
https://github.com/NixOS/nixpkgs/commit/2d47e1be722df1e61132ae4a7b17444f3af656f9
  Author: Ambroz Bizjak <ambr...@gmail.com>
  Date:   2017-03-12 (Sun, 12 Mar 2017)

  Changed paths:
M pkgs/applications/editors/kdevelop5/kdevelop.nix
R 
pkgs/applications/editors/kdevelop5/kdevplatform-projectconfigskeleton.patch
M pkgs/applications/editors/kdevelop5/kdevplatform.nix

  Log Message:
  ---
  kdevelop: 5.0.3 -> 5.0.4 (#23788)


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 7102c3: cura: Fix breakage due to numpy change. (#16234)

2016-06-15 Thread Ambroz Bizjak
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7102c3c0c4eea385f5f2d7b52dab37ba46216356
  
https://github.com/NixOS/nixpkgs/commit/7102c3c0c4eea385f5f2d7b52dab37ba46216356
  Author: Ambroz Bizjak <ambr...@gmail.com>
  Date:   2016-06-15 (Wed, 15 Jun 2016)

  Changed paths:
M pkgs/applications/misc/cura/default.nix
A pkgs/applications/misc/cura/numpy-cast.patch

  Log Message:
  ---
  cura: Fix breakage due to numpy change. (#16234)

Upstream bug report: https://github.com/daid/Cura/issues/1461


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits