[Nix-commits] [NixOS/nixpkgs] 5ba846: sublime3: fix hardcoded /bin/bash when executing c...

2017-06-01 Thread Mogria
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5ba846023672388ad1a47909ae021ba6861c1326
  
https://github.com/NixOS/nixpkgs/commit/5ba846023672388ad1a47909ae021ba6861c1326
  Author: Mogria 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

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

  Log Message:
  ---
  sublime3: fix hardcoded /bin/bash when executing commands for build systems 
(#23561)

* sublime3: replace hardcoded /bin/bash with /usr/bin/env

exec.py in Default.package-sublime calls /bin/bash with subprocess.
See Issue #12011. Because of this builds could not be started from
withtin Sublime Text.

* sublime3: use wrapped of bash to fix internal build system

Without the wrapped version of bash (a symlink to $bash/bin/bash)
with LD_PRELOAD to glibc an relocation error occurs when trying
to run builds from within Sublime Text 3.  See Issue #12011.

(cherry picked from commit 1893ed54dc1ee7cef56be1c2ce7839c9523ba17e)


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


[Nix-commits] [NixOS/nixpkgs] bd4c6b: inkscape: patch python interpreter for extension c...

2017-06-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bd4c6b456e830eee5f34eae9d9e068278a5df74a
  
https://github.com/NixOS/nixpkgs/commit/bd4c6b456e830eee5f34eae9d9e068278a5df74a
  Author: Profpatsch 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/applications/graphics/inkscape/default.nix

  Log Message:
  ---
  inkscape: patch python interpreter for extension code


  Commit: 0a7bafca0cb97d62c5f0bc4166176552a4145f45
  
https://github.com/NixOS/nixpkgs/commit/0a7bafca0cb97d62c5f0bc4166176552a4145f45
  Author: Frederik Rietdijk 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/applications/graphics/inkscape/default.nix

  Log Message:
  ---
  Merge pull request #26293 from Profpatsch/inkscape-extensions-python

inkscape: patch python interpreter for extension code


Compare: https://github.com/NixOS/nixpkgs/compare/758864a0402d...0a7bafca0cb9___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] cf456b: xonotic: fix audio

2017-06-01 Thread Frederik Rietdijk
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cf456b9a8aa735570f1ff82525fcf054688a3cc0
  
https://github.com/NixOS/nixpkgs/commit/cf456b9a8aa735570f1ff82525fcf054688a3cc0
  Author: Linus Heckemann 
  Date:   2017-05-28 (Sun, 28 May 2017)

  Changed paths:
M pkgs/games/xonotic/default.nix

  Log Message:
  ---
  xonotic: fix audio

This fixes #26117.

Also allow easy switching to debug/profiling builds.


  Commit: c14bf4f2b19d64e2cc4ed70fa2bc4f08b4328745
  
https://github.com/NixOS/nixpkgs/commit/c14bf4f2b19d64e2cc4ed70fa2bc4f08b4328745
  Author: Linus Heckemann 
  Date:   2017-05-29 (Mon, 29 May 2017)

  Changed paths:
M pkgs/development/libraries/irrlicht/default.nix

  Log Message:
  ---
  irrlicht: link to X11 libs explicitly

This allows applications that require irrlicht to depend on the X
libraries implicitly rather than explicitly.


  Commit: 87b4a91fc4145e04ca028c08754bd144b8d1d02d
  
https://github.com/NixOS/nixpkgs/commit/87b4a91fc4145e04ca028c08754bd144b8d1d02d
  Author: John Ericson 
  Date:   2017-05-29 (Mon, 29 May 2017)

  Changed paths:
M lib/default.nix
A lib/fixed-points.nix
M lib/trivial.nix

  Log Message:
  ---
  lib: Move fixed-point combinators out of trivial

Trivia != prelude. This is a better organized and less likely to
scare off new contributors.


  Commit: 728ddbd95fa71c30ddb84cad72dc02b34873b330
  
https://github.com/NixOS/nixpkgs/commit/728ddbd95fa71c30ddb84cad72dc02b34873b330
  Author: Aaron Bull Schaefer 
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
M pkgs/development/tools/vagrant/default.nix

  Log Message:
  ---
  vagrant: 1.9.1 -> 1.9.5


  Commit: 9cbb69b11a21c4a52d8b71c754c03c2153d8e6b2
  
https://github.com/NixOS/nixpkgs/commit/9cbb69b11a21c4a52d8b71c754c03c2153d8e6b2
  Author: Frederik Rietdijk 
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
M pkgs/games/xonotic/default.nix

  Log Message:
  ---
  Merge pull request #26182 from lheckemann/xonotic-audio

xonotic: fix audio


  Commit: ed6ecacf6430e4331b2b56a4324c2e6d349bd30b
  
https://github.com/NixOS/nixpkgs/commit/ed6ecacf6430e4331b2b56a4324c2e6d349bd30b
  Author: Jacob Mitchell 
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
M pkgs/development/haskell-modules/default.nix

  Log Message:
  ---
  haskell-modules: refactor package set

This change is effectively a no-op to nixpkgs. However, it gives users
the flexibility to create and maintain their own package sets per
project, while benefiting from nix's Haskell configurations.

I would make immediate use of this change in stack2nix, a project that
generates nix expressions for all the dependencies of a given Haskell
project. @domenkozar is familiar with the motivations and helped
refine this change


  Commit: 1dac99b7c96cd130847ca95adee146c3087154fd
  
https://github.com/NixOS/nixpkgs/commit/1dac99b7c96cd130847ca95adee146c3087154fd
  Author: Théo Zimmermann 
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
A pkgs/development/ocaml-modules/janestreet/default.nix
A pkgs/development/ocaml-modules/janestreet/janePackage.nix
M pkgs/top-level/ocaml-packages.nix

  Log Message:
  ---
  ocamlPackages.janeStreet package set: init at 0.9.0

This contains a collection of Jane Street packages at version 0.9.0.
Packages not already present in ocamlPackages are also made available
without the janeStreet prefix.


  Commit: 1cff0701ef8c2674c5c30462c7d6068345886700
  
https://github.com/NixOS/nixpkgs/commit/1cff0701ef8c2674c5c30462c7d6068345886700
  Author: Théo Zimmermann 
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
R pkgs/development/ocaml-modules/base/default.nix
R pkgs/development/ocaml-modules/janestreet/ocaml-compiler-libs.nix
R pkgs/development/ocaml-modules/janestreet/ppx_ast.nix
R pkgs/development/ocaml-modules/janestreet/ppx_traverse_builtins.nix
R pkgs/development/ocaml-modules/stdio/default.nix
M pkgs/top-level/ocaml-packages.nix

  Log Message:
  ---
  ocamlPackages: remove duplicated definitions


  Commit: 1562201643a77c95b4c34cfdda72239974595435
  
https://github.com/NixOS/nixpkgs/commit/1562201643a77c95b4c34cfdda72239974595435
  Author: Théo Zimmermann 
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
M pkgs/development/ocaml-modules/janestreet/default.nix

  Log Message:
  ---
  ocamlPackages.janeStreet.{base,sexplib}: 0.9.0 -> 0.9.1


  Commit: 5fd9b442f4d9ca2a164e99d3c48420edad033b27
  
https://github.com/NixOS/nixpkgs/commit/5fd9b442f4d9ca2a164e99d3c48420edad033b27
  Author: Théo Zimmermann 
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
R pkgs/development/ocaml-modules/janestreet/async_kernel-113_33_00.nix
R pkgs/development/ocaml-modules/janestreet/async_unix-113_33_00.nix
R pkgs/development/ocaml-modules/janestreet/core-113_33_02.nix
R pkgs/de

[Nix-commits] [NixOS/nixpkgs] 6ce704: osc: udpdate to latest git version

2017-06-01 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6ce7049e63e6a885b623a0ff8a8b1c199636
  
https://github.com/NixOS/nixpkgs/commit/6ce7049e63e6a885b623a0ff8a8b1c199636
  Author: Peter Simons 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  osc: udpdate to latest git version


  Commit: be3b7c7408cee768d5620635d96a52d4205ed272
  
https://github.com/NixOS/nixpkgs/commit/be3b7c7408cee768d5620635d96a52d4205ed272
  Author: Peter Simons 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  osc: install completion file for fish


Compare: https://github.com/NixOS/nixpkgs/compare/0a7bafca0cb9...be3b7c7408ce___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 648222: cgdb: 0.6.8 -> 0.7.0

2017-06-01 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6482224d45877fee411a7ba9fc83fe98d8dcda42
  
https://github.com/NixOS/nixpkgs/commit/6482224d45877fee411a7ba9fc83fe98d8dcda42
  Author: Jörg Thalheim 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/development/tools/misc/cgdb/default.nix

  Log Message:
  ---
  cgdb: 0.6.8 -> 0.7.0


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


[Nix-commits] [NixOS/nixpkgs] bb21e5: ropper: fix tests

2017-06-01 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bb21e5356f26dbeb9810189e902352457f263b47
  
https://github.com/NixOS/nixpkgs/commit/bb21e5356f26dbeb9810189e902352457f263b47
  Author: Jörg Thalheim 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
A pkgs/development/python-modules/ropper/default.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  ropper: fix tests


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


[Nix-commits] [NixOS/nixpkgs] ef77b6: kwalletcli: init at 3.00

2017-06-01 Thread Peter Hoeg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ef77b61f75c9f599c71f9bb69eef71c5326b0978
  
https://github.com/NixOS/nixpkgs/commit/ef77b61f75c9f599c71f9bb69eef71c5326b0978
  Author: Peter Hoeg 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
A pkgs/tools/security/kwalletcli/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  kwalletcli: init at 3.00


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


[Nix-commits] [NixOS/nixpkgs] 530aba: blueman: wrap binaries in libexec

2017-06-01 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 530ababdf6228000a6014d62a6501488b923d482
  
https://github.com/NixOS/nixpkgs/commit/530ababdf6228000a6014d62a6501488b923d482
  Author: Nikolay Amiantov 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/tools/bluetooth/blueman/default.nix

  Log Message:
  ---
  blueman: wrap binaries in libexec

Fixup after c10af9e744c91dff1ccc07a52a0b57d1e4d339f3


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


[Nix-commits] [NixOS/nix] ab5834: RPM, Deb: Add dependency on libseccomp

2017-06-01 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: ab5834f7a1c2cae9b7071d5a6944ff8b1eeb6e38
  
https://github.com/NixOS/nix/commit/ab5834f7a1c2cae9b7071d5a6944ff8b1eeb6e38
  Author: Eelco Dolstra 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M nix.spec.in
M release.nix

  Log Message:
  ---
  RPM, Deb: Add dependency on libseccomp


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


[Nix-commits] [NixOS/nix] b4b1f4: Fix coverage job

2017-06-01 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: b4b1f4525f8dc8f320d666c208bff5cb36777580
  
https://github.com/NixOS/nix/commit/b4b1f4525f8dc8f320d666c208bff5cb36777580
  Author: Eelco Dolstra 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M release.nix

  Log Message:
  ---
  Fix coverage job


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


[Nix-commits] [NixOS/nixpkgs] fa1952: dropbox: 26.4.24 -> 27.4.22

2017-06-01 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fa1952908ede8ea3e51fb496f5809de9677d152a
  
https://github.com/NixOS/nixpkgs/commit/fa1952908ede8ea3e51fb496f5809de9677d152a
  Author: Thomas Tuegel 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

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

  Log Message:
  ---
  dropbox: 26.4.24 -> 27.4.22


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


[Nix-commits] [NixOS/nixpkgs] 0fdd1b: dropbox: 25.4.28 -> 26.4.24

2017-06-01 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0fdd1b432f72a9974e0c2efd9eb5a9b24bffa471
  
https://github.com/NixOS/nixpkgs/commit/0fdd1b432f72a9974e0c2efd9eb5a9b24bffa471
  Author: Thomas Tuegel 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

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

  Log Message:
  ---
  dropbox: 25.4.28 -> 26.4.24

(cherry picked from commit 2099f0afccd3653981225c287f729cb20e9c4a97)


  Commit: ecaef55b05543305e43e412d74830f4efd76f36b
  
https://github.com/NixOS/nixpkgs/commit/ecaef55b05543305e43e412d74830f4efd76f36b
  Author: Thomas Tuegel 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

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

  Log Message:
  ---
  dropbox: 26.4.24 -> 27.4.22

(cherry picked from commit fa1952908ede8ea3e51fb496f5809de9677d152a)


Compare: https://github.com/NixOS/nixpkgs/compare/0b0ea40ac305...ecaef55b0554___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 0f1753: pants13-pre: 1.3.0rc2 -> 1.3.0rc4

2017-06-01 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0f1753b1d30b63008ff60c731fca03c8b3fd1594
  
https://github.com/NixOS/nixpkgs/commit/0f1753b1d30b63008ff60c731fca03c8b3fd1594
  Author: Dan Peebles 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/development/tools/build-managers/pants/default.nix

  Log Message:
  ---
  pants13-pre: 1.3.0rc2 -> 1.3.0rc4


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


[Nix-commits] [NixOS/nixpkgs] af096c: dd-agent: 5.11.2 -> 5.13.2 + service rework

2017-06-01 Thread Mateusz Kowalczyk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: af096c8bff1e534be9c69f50eed13e6b48427d0e
  
https://github.com/NixOS/nixpkgs/commit/af096c8bff1e534be9c69f50eed13e6b48427d0e
  Author: Mateusz Kowalczyk 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
R nixos/modules/services/monitoring/dd-agent/dd-agent-defaults.nix
M nixos/modules/services/monitoring/dd-agent/dd-agent.nix
R nixos/modules/services/monitoring/dd-agent/update-dd-agent-defaults
M pkgs/tools/networking/dd-agent/default.nix

  Log Message:
  ---
  dd-agent: 5.11.2 -> 5.13.2 + service rework


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


[Nix-commits] [NixOS/nixpkgs] 9cee10: electrum: 2.8.2 -> 2.8.3

2017-06-01 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9cee10973d3356ce7e9af876abf15c70a4eea6eb
  
https://github.com/NixOS/nixpkgs/commit/9cee10973d3356ce7e9af876abf15c70a4eea6eb
  Author: Joachim Fasting 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/applications/misc/electrum/default.nix

  Log Message:
  ---
  electrum: 2.8.2 -> 2.8.3


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


[Nix-commits] [NixOS/nixops] 2ca5a3: Security Groups: document how to allow all traffic

2017-06-01 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: 2ca5a390cb71f8593a3909994e036c18896c6ace
  
https://github.com/NixOS/nixops/commit/2ca5a390cb71f8593a3909994e036c18896c6ace
  Author: Domen Kožar 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M nix/ec2-security-group.nix

  Log Message:
  ---
  Security Groups: document how to allow all traffic


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


[Nix-commits] [NixOS/nix] e296b8: Add a seccomp filter to prevent creating setuid/se...

2017-06-01 Thread Eelco Dolstra
  Branch: refs/heads/1.11-maintenance
  Home:   https://github.com/NixOS/nix
  Commit: e296b8884eee6d9ab8c89adb4190e1183529f977
  
https://github.com/NixOS/nix/commit/e296b8884eee6d9ab8c89adb4190e1183529f977
  Author: Eelco Dolstra 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M configure.ac
M release.nix
M src/libstore/build.cc
M src/libstore/local.mk
A src/libutil/finally.hh

  Log Message:
  ---
  Add a seccomp filter to prevent creating setuid/setgid binaries

This prevents builders from setting the S_ISUID or S_ISGID bits,
preventing users from using a nixbld* user to create a setuid/setgid
binary to interfere with subsequent builds under the same nixbld* uid.

This is based on aszlig's seccomp code
(47f587700d646f5b03a42f2fa57c28875a31efbe).

Reported by Linus Heckemann.

(cherry picked from commit 6cc6c15a2d50d0021d7242e9806ed6d54538de17)


  Commit: a2cf0f10182cf1abd86ca2404795dd41a7cd0425
  
https://github.com/NixOS/nix/commit/a2cf0f10182cf1abd86ca2404795dd41a7cd0425
  Author: Eelco Dolstra 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M src/libstore/build.cc

  Log Message:
  ---
  Fix seccomp initialisation on i686-linux

(cherry picked from commit cf93397d3f1d2a8165a100482d07b7f4b7e5bf7f)


  Commit: 17da82e04d531fed06716dba6224d7e9c915e7de
  
https://github.com/NixOS/nix/commit/17da82e04d531fed06716dba6224d7e9c915e7de
  Author: Eelco Dolstra 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M release.nix
A tests/setuid.nix

  Log Message:
  ---
  Add test for setuid seccomp filter

(cherry picked from commit 1d9ab273bad34b004dfcfd486273d0df5fed1eca)


  Commit: 1e0f1dab1e3055704dea8e942d2c10a42a177198
  
https://github.com/NixOS/nix/commit/1e0f1dab1e3055704dea8e942d2c10a42a177198
  Author: Eelco Dolstra 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M src/libstore/build.cc

  Log Message:
  ---
  Require seccomp only in multi-user setups

(cherry picked from commit ff6becafa8efc2f7e6f2b9b889ba4adf20b8d524)


  Commit: 66618dbad50d191deebafd58a7fe6bf6b1717d27
  
https://github.com/NixOS/nix/commit/66618dbad50d191deebafd58a7fe6bf6b1717d27
  Author: Eelco Dolstra 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M src/libstore/local-store.cc

  Log Message:
  ---
  canonicalisePathMetaData(): Remove extended attributes / ACLs

EAs/ACLs are not part of the NAR canonicalisation. Worse, setting an
ACL allows a builder to create writable files in the Nix store. So get
rid of them.

Closes #185.

(cherry picked from commit d798349ede3d6eb6e92a2e4f95f6b2179407ceb9)


  Commit: 634d117eded90514e0c05e05a5cd36bdfdd62f1d
  
https://github.com/NixOS/nix/commit/634d117eded90514e0c05e05a5cd36bdfdd62f1d
  Author: Eelco Dolstra 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M src/libstore/build.cc

  Log Message:
  ---
  Add a seccomp rule to disallow setxattr()

(cherry picked from commit 2ac99a32dab0d2ea59cb9e926f6d6d5b7ef638c6)


  Commit: 4be5a65b395355239918ee70bdd1e7a995e83fce
  
https://github.com/NixOS/nix/commit/4be5a65b395355239918ee70bdd1e7a995e83fce
  Author: Eelco Dolstra 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M src/libstore/build.cc

  Log Message:
  ---
  Fix seccomp build failure on clang

Fixes

  src/libstore/build.cc:2321:45: error: non-constant-expression cannot be 
narrowed from type 'int' to 'scmp_datum_t' (aka 'unsigned long') in initializer 
list [-Wc++11-narrowing]

(cherry picked from commit fe08d17934e6abe3e8566706f53063166b881f8c)


  Commit: c48697d617c07d280901cf6e1a11ef6fe6d5b6f3
  
https://github.com/NixOS/nix/commit/c48697d617c07d280901cf6e1a11ef6fe6d5b6f3
  Author: Eelco Dolstra 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M src/libstore/local-store.cc

  Log Message:
  ---
  Remove listxattr assertion

It appears that sometimes, listxattr() returns a different value for
the query case (i.e. when the buffer size is 0).

(cherry picked from commit 52fec8dde862264874a4f19be329124ac46adb81)


  Commit: aabe20bf78f4b125d2902c323aa98d80058686d7
  
https://github.com/NixOS/nix/commit/aabe20bf78f4b125d2902c323aa98d80058686d7
  Author: Eelco Dolstra 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M nix.spec.in
M release.nix

  Log Message:
  ---
  RPM, Deb: Add dependency on libseccomp

(cherry picked from commit ab5834f7a1c2cae9b7071d5a6944ff8b1eeb6e38)


  Commit: 833aae45090ef3505c4ebbf1c63a969968c0b764
  
https://github.com/NixOS/nix/commit/833aae45090ef3505c4ebbf1c63a969968c0b764
  Author: Eelco Dolstra 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M release.nix

  Log Message:
  ---
  Fix coverage job

(cherry picked from commit b4b1f4525f8dc8f320d666c208bff5cb36777580)


Compare: https://github.com/NixOS/nix/compare/a8d13e66ee93...833aae45090e

[Nix-commits] [NixOS/nix] bcc217: Bump version

2017-06-01 Thread Eelco Dolstra
  Branch: refs/heads/1.11-maintenance
  Home:   https://github.com/NixOS/nix
  Commit: bcc21744dff21f7145878a47ad81f6a9b5dcad40
  
https://github.com/NixOS/nix/commit/bcc21744dff21f7145878a47ad81f6a9b5dcad40
  Author: Eelco Dolstra 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M version

  Log Message:
  ---
  Bump version


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


[Nix-commits] [NixOS/nixpkgs] 49edb1: pythonPackages.argparse: remove because argparse i...

2017-06-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 49edb1138a0a2ba1f43d54859b4f4a263e99a679
  
https://github.com/NixOS/nixpkgs/commit/49edb1138a0a2ba1f43d54859b4f4a263e99a679
  Author: Frederik Rietdijk 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  pythonPackages.argparse: remove because argparse is part of stdlib in 2.7 and 
3.2+


  Commit: 10ee7b2bdae7378b2247d547d8b6b978234b9487
  
https://github.com/NixOS/nixpkgs/commit/10ee7b2bdae7378b2247d547d8b6b978234b9487
  Author: Frederik Rietdijk 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
A pkgs/development/python-modules/wheel/default.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  pythonPackages.wheel: move expression to separate file


  Commit: f069498c3ab3e86145bc991cd02a38be1a275c37
  
https://github.com/NixOS/nixpkgs/commit/f069498c3ab3e86145bc991cd02a38be1a275c37
  Author: Frederik Rietdijk 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
A pkgs/development/python-modules/appdirs/default.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  python.pkgs.appdirs: 1.4.0 -> 1.4.3


  Commit: ef6585474792ceb920a9513a753e63bc859b390e
  
https://github.com/NixOS/nixpkgs/commit/ef6585474792ceb920a9513a753e63bc859b390e
  Author: Frederik Rietdijk 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/development/python-modules/Nikola/default.nix

  Log Message:
  ---
  pythonPackages.Nikola: 7.8.4 -> 7.8.6


  Commit: 69248bef6f0ea73fbac7ff8ab1183df6e9273dec
  
https://github.com/NixOS/nixpkgs/commit/69248bef6f0ea73fbac7ff8ab1183df6e9273dec
  Author: Frederik Rietdijk 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/development/python-modules/edward/default.nix

  Log Message:
  ---
  python.pkgs.edward: 1.3.1 -> 1.3.2


  Commit: 6919a949e5b8cc24dd641127f305e7e351c95dc7
  
https://github.com/NixOS/nixpkgs/commit/6919a949e5b8cc24dd641127f305e7e351c95dc7
  Author: Frederik Rietdijk 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/development/python-modules/flask-migrate/default.nix

  Log Message:
  ---
  python.pkgs.Flask-Migrate: 2.0.3 -> 2.0.4


  Commit: 8742c1eeba3c80980d652275468571c819f036ba
  
https://github.com/NixOS/nixpkgs/commit/8742c1eeba3c80980d652275468571c819f036ba
  Author: Frederik Rietdijk 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/development/python-modules/guessit/default.nix

  Log Message:
  ---
  python.pkgs.guessit: 2.1.2 -> 2.1.3


  Commit: 2050213c54a9dd7c7fdca28402b7720ece3217b2
  
https://github.com/NixOS/nixpkgs/commit/2050213c54a9dd7c7fdca28402b7720ece3217b2
  Author: Frederik Rietdijk 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/development/python-modules/hypothesis.nix

  Log Message:
  ---
  python.pkgs.hypothesis: 3.11.0 -> 3.11.1


  Commit: e2c3d711d3efdbc26c88e092c48ea708aaa45ab8
  
https://github.com/NixOS/nixpkgs/commit/e2c3d711d3efdbc26c88e092c48ea708aaa45ab8
  Author: Frederik Rietdijk 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/development/python-modules/ldap.nix

  Log Message:
  ---
  python.pkgs.ldap: 2.4.38 -> 2.4.39


  Commit: cf35515dff0c30c018b110a182138522c08d2cfb
  
https://github.com/NixOS/nixpkgs/commit/cf35515dff0c30c018b110a182138522c08d2cfb
  Author: Frederik Rietdijk 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/development/python-modules/multidict/default.nix

  Log Message:
  ---
  python.pkgs.multidict: 2.1.5 -> 2.1.6


  Commit: 8cc237345ea4383df56b66a8c6d764a0a2f18fba
  
https://github.com/NixOS/nixpkgs/commit/8cc237345ea4383df56b66a8c6d764a0a2f18fba
  Author: Frederik Rietdijk 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/development/python-modules/netcdf4.nix

  Log Message:
  ---
  python.pkgs.netcdf4: 1.2.7 -> 1.2.8


  Commit: d7456767be1670a921cc5bea6ef7b79102ee10e3
  
https://github.com/NixOS/nixpkgs/commit/d7456767be1670a921cc5bea6ef7b79102ee10e3
  Author: Frederik Rietdijk 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/development/python-modules/plotly/default.nix

  Log Message:
  ---
  python.pkgs.plotly: 2.0.8 -> 2.0.9


  Commit: 114f55732a2ce81580738d7f7b80d8e7aca2e7f3
  
https://github.com/NixOS/nixpkgs/commit/114f55732a2ce81580738d7f7b80d8e7aca2e7f3
  Author: Frederik Rietdijk 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/development/python-modules/pyroute2/default.nix

  Log Message:
  ---
  python.pkgs.pyroute2: 0.4.14 -> 0.4.15


  Commit: c251acecf3331a3402311022da7378ae754a33e8
  
https://github.com/NixOS/nixpkgs/commit/c251acecf3331a3402311022da7378ae754a33e8
  Author: Frederik Rietdijk 
  Date:   2017-06-01 (Thu, 01 J

[Nix-commits] [NixOS/nixpkgs] 41efae: restic: 0.6.0 -> 0.6.1

2017-06-01 Thread Pascal Wittmann
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 41efae4500626d2f973fe1012f3ace6e00cc865b
  
https://github.com/NixOS/nixpkgs/commit/41efae4500626d2f973fe1012f3ace6e00cc865b
  Author: Marius Bergmann 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/tools/backup/restic/default.nix

  Log Message:
  ---
  restic: 0.6.0 -> 0.6.1


  Commit: a66688ed759e67f6c4c52eeecb4d7b692179ad63
  
https://github.com/NixOS/nixpkgs/commit/a66688ed759e67f6c4c52eeecb4d7b692179ad63
  Author: Pascal Wittmann 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/tools/backup/restic/default.nix

  Log Message:
  ---
  Merge pull request #26301 from mbrgm/upgrade-restic

restic: 0.6.0 -> 0.6.1


Compare: https://github.com/NixOS/nixpkgs/compare/6dfbfd6a070f...a66688ed759e___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 463df8: perl-DBIx-Class-Schema-Loader: 0.07045 -> 0.07047

2017-06-01 Thread Robert Helgesson
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 463df8c9f7dc0a29c4b4fa5b46b1eca073b40074
  
https://github.com/NixOS/nixpkgs/commit/463df8c9f7dc0a29c4b4fa5b46b1eca073b40074
  Author: Robert Helgesson 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/top-level/perl-packages.nix

  Log Message:
  ---
  perl-DBIx-Class-Schema-Loader: 0.07045 -> 0.07047


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


[Nix-commits] [NixOS/nixpkgs] bd8ae7: taskwarrior: install bash completion for fish

2017-06-01 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bd8ae7359b3bee5ce5e04521a52d1bf0edd2e80c
  
https://github.com/NixOS/nixpkgs/commit/bd8ae7359b3bee5ce5e04521a52d1bf0edd2e80c
  Author: Peter Simons 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/applications/misc/taskwarrior/default.nix

  Log Message:
  ---
  taskwarrior: install bash completion for fish

And also modernize the location of the bash completion file.


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


[Nix-commits] [NixOS/nixpkgs] 624c21: instead: 2.4.1 -> 3.0.0

2017-06-01 Thread Pascal Wittmann
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 624c216f3ca48f3afd8996ec483ab89f8cca163e
  
https://github.com/NixOS/nixpkgs/commit/624c216f3ca48f3afd8996ec483ab89f8cca163e
  Author: Orivej Desh 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/games/instead/default.nix

  Log Message:
  ---
  instead: 2.4.1 -> 3.0.0


  Commit: 5bc28da745b403b83946e7fbae6b4f524d48f4e6
  
https://github.com/NixOS/nixpkgs/commit/5bc28da745b403b83946e7fbae6b4f524d48f4e6
  Author: Orivej Desh 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/games/instead-launcher/default.nix

  Log Message:
  ---
  instead-launcher: 0.6.3 -> 0.7.0


  Commit: ca6a97de2301d40758a86c523d2b9012ed8d41c7
  
https://github.com/NixOS/nixpkgs/commit/ca6a97de2301d40758a86c523d2b9012ed8d41c7
  Author: Pascal Wittmann 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/games/instead-launcher/default.nix
M pkgs/games/instead/default.nix

  Log Message:
  ---
  Merge pull request #26292 from orivej/instead

instead: 2.4.1 -> 3.0.0; instead-launcher: 0.6.3 -> 0.7.0


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


[Nix-commits] [NixOS/nixpkgs] 08228e: nagstamon: init at 2.0.1

2017-06-01 Thread Pascal Wittmann
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 08228e8bfae8edea003b1c9e91d55c7c166fc987
  
https://github.com/NixOS/nixpkgs/commit/08228e8bfae8edea003b1c9e91d55c7c166fc987
  Author: Pascal Wittmann 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
A pkgs/tools/nagstamon/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  nagstamon: init at 2.0.1


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


[Nix-commits] [NixOS/nixpkgs] 624c21: instead: 2.4.1 -> 3.0.0

2017-06-01 Thread Frederik Rietdijk
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 624c216f3ca48f3afd8996ec483ab89f8cca163e
  
https://github.com/NixOS/nixpkgs/commit/624c216f3ca48f3afd8996ec483ab89f8cca163e
  Author: Orivej Desh 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/games/instead/default.nix

  Log Message:
  ---
  instead: 2.4.1 -> 3.0.0


  Commit: 5bc28da745b403b83946e7fbae6b4f524d48f4e6
  
https://github.com/NixOS/nixpkgs/commit/5bc28da745b403b83946e7fbae6b4f524d48f4e6
  Author: Orivej Desh 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/games/instead-launcher/default.nix

  Log Message:
  ---
  instead-launcher: 0.6.3 -> 0.7.0


  Commit: 6ce7049e63e6a885b623a0ff8a8b1c199636
  
https://github.com/NixOS/nixpkgs/commit/6ce7049e63e6a885b623a0ff8a8b1c199636
  Author: Peter Simons 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  osc: udpdate to latest git version


  Commit: be3b7c7408cee768d5620635d96a52d4205ed272
  
https://github.com/NixOS/nixpkgs/commit/be3b7c7408cee768d5620635d96a52d4205ed272
  Author: Peter Simons 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  osc: install completion file for fish


  Commit: 6482224d45877fee411a7ba9fc83fe98d8dcda42
  
https://github.com/NixOS/nixpkgs/commit/6482224d45877fee411a7ba9fc83fe98d8dcda42
  Author: Jörg Thalheim 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/development/tools/misc/cgdb/default.nix

  Log Message:
  ---
  cgdb: 0.6.8 -> 0.7.0


  Commit: bb21e5356f26dbeb9810189e902352457f263b47
  
https://github.com/NixOS/nixpkgs/commit/bb21e5356f26dbeb9810189e902352457f263b47
  Author: Jörg Thalheim 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
A pkgs/development/python-modules/ropper/default.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  ropper: fix tests


  Commit: ef77b61f75c9f599c71f9bb69eef71c5326b0978
  
https://github.com/NixOS/nixpkgs/commit/ef77b61f75c9f599c71f9bb69eef71c5326b0978
  Author: Peter Hoeg 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
A pkgs/tools/security/kwalletcli/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  kwalletcli: init at 3.00


  Commit: 530ababdf6228000a6014d62a6501488b923d482
  
https://github.com/NixOS/nixpkgs/commit/530ababdf6228000a6014d62a6501488b923d482
  Author: Nikolay Amiantov 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/tools/bluetooth/blueman/default.nix

  Log Message:
  ---
  blueman: wrap binaries in libexec

Fixup after c10af9e744c91dff1ccc07a52a0b57d1e4d339f3


  Commit: fa1952908ede8ea3e51fb496f5809de9677d152a
  
https://github.com/NixOS/nixpkgs/commit/fa1952908ede8ea3e51fb496f5809de9677d152a
  Author: Thomas Tuegel 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

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

  Log Message:
  ---
  dropbox: 26.4.24 -> 27.4.22


  Commit: 0f1753b1d30b63008ff60c731fca03c8b3fd1594
  
https://github.com/NixOS/nixpkgs/commit/0f1753b1d30b63008ff60c731fca03c8b3fd1594
  Author: Dan Peebles 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/development/tools/build-managers/pants/default.nix

  Log Message:
  ---
  pants13-pre: 1.3.0rc2 -> 1.3.0rc4


  Commit: af096c8bff1e534be9c69f50eed13e6b48427d0e
  
https://github.com/NixOS/nixpkgs/commit/af096c8bff1e534be9c69f50eed13e6b48427d0e
  Author: Mateusz Kowalczyk 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
R nixos/modules/services/monitoring/dd-agent/dd-agent-defaults.nix
M nixos/modules/services/monitoring/dd-agent/dd-agent.nix
R nixos/modules/services/monitoring/dd-agent/update-dd-agent-defaults
M pkgs/tools/networking/dd-agent/default.nix

  Log Message:
  ---
  dd-agent: 5.11.2 -> 5.13.2 + service rework


  Commit: 9cee10973d3356ce7e9af876abf15c70a4eea6eb
  
https://github.com/NixOS/nixpkgs/commit/9cee10973d3356ce7e9af876abf15c70a4eea6eb
  Author: Joachim Fasting 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/applications/misc/electrum/default.nix

  Log Message:
  ---
  electrum: 2.8.2 -> 2.8.3


  Commit: 41efae4500626d2f973fe1012f3ace6e00cc865b
  
https://github.com/NixOS/nixpkgs/commit/41efae4500626d2f973fe1012f3ace6e00cc865b
  Author: Marius Bergmann 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/tools/backup/restic/default.nix

  Log Message:
  ---
  restic: 0.6.0 -> 0.6.1


  Commit: 49edb1138a0a2ba1f43d54859b4f4a263e99a679
  
https://github.com/NixOS/nixpkgs/commit/49edb1138a0a2ba1f43d54859b4f4a263e99a679
  Author: Frederik Rietdijk 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/top-level/py

[Nix-commits] [NixOS/nixpkgs] e6b65c: pythonPackages.future: 0.15.2 -> 0.16.0

2017-06-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e6b65c04fa9752eeeb41241638852af901389406
  
https://github.com/NixOS/nixpkgs/commit/e6b65c04fa9752eeeb41241638852af901389406
  Author: Justin Humm 
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
A pkgs/development/python-modules/future/default.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  pythonPackages.future: 0.15.2 -> 0.16.0

Also moved the expression from python-packages.nix to 
./pkgs/development/python-modules/future/default.nix due to discussion in #26220
Used fetchPypi insted of fetchurl.


  Commit: 84ce0d87b821f409bb8c16fbe8e94fbc8a626b50
  
https://github.com/NixOS/nixpkgs/commit/84ce0d87b821f409bb8c16fbe8e94fbc8a626b50
  Author: Frederik Rietdijk 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
A pkgs/development/python-modules/future/default.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Merge pull request #26220 from erictapen/python-future-bump

pythonPackages.future: 0.15.2 -> 0.16.0


Compare: https://github.com/NixOS/nixpkgs/compare/08228e8bfae8...84ce0d87b821___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 4e3afe: fonttools: 3.0 -> 3.13.0

2017-06-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4e3afed6dc13d2a268ec4bd43d9960910e8571d5
  
https://github.com/NixOS/nixpkgs/commit/4e3afed6dc13d2a268ec4bd43d9960910e8571d5
  Author: Masayuki Takeda 
  Date:   2017-05-25 (Thu, 25 May 2017)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  fonttools: 3.0 -> 3.13.0


  Commit: 26b69109be4eb6c57eba174e0b26dc1f94657037
  
https://github.com/NixOS/nixpkgs/commit/26b69109be4eb6c57eba174e0b26dc1f94657037
  Author: Masayuki Takeda 
  Date:   2017-05-31 (Wed, 31 May 2017)

  Changed paths:
A pkgs/development/python-modules/fonttools/default.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  move fonttools to its own directory


  Commit: 24ea567fb499df8be2023cd0b6ee93c634abf1fc
  
https://github.com/NixOS/nixpkgs/commit/24ea567fb499df8be2023cd0b6ee93c634abf1fc
  Author: Frederik Rietdijk 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
A pkgs/development/python-modules/fonttools/default.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Merge pull request #26079 from mt-caret/fonttools-3.13.0

fonttools: 3.0 -> 3.13.0


Compare: https://github.com/NixOS/nixpkgs/compare/84ce0d87b821...24ea567fb499___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-dev] Announcing Chill Code - built with Nix

2017-06-01 Thread Jasper Westaway
Hi,

I wanted to let you know about our startup Chill Code because we use Nix +
NiXOS as critical components. Chill Code makes deployment of software
infrastructure something social - public designs that can be forked and
then deployed in a few minutes (the Nix part).

As you all use Nix anyway, you might not be part of our core audience, but
we love Nix, and we’d love the community to provide feedback on the
product. You can watch videos on our website (www.chillcode.io), or just
give it a spin. We’ve just entered early access, so there are likely to be
bugs of things we’ve got wrong. We’ve also written our first blog post on
our experiences using Nix.  Please feel free to drop me an email directly
with any comments. We are happy to talk more about the ways in which we use
Nix, and give a talk in London or NY.

We’d also be grateful if you could give us a shout on Twitter
(chillcode_io).

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


[Nix-commits] [NixOS/nixpkgs] f30dd7: go-modules/generic: add missing PATHs to GOPATH wh...

2017-06-01 Thread Joachim Schiele
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f30dd71a388b327102a8bbc628aed1b04488e44d
  
https://github.com/NixOS/nixpkgs/commit/f30dd71a388b327102a8bbc628aed1b04488e44d
  Author: Joachim Schiele 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/development/go-modules/generic/default.nix

  Log Message:
  ---
  go-modules/generic: add missing PATHs to GOPATH when using nix-shell (#26176)


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


[Nix-commits] [NixOS/nixpkgs] 6f5edd: mesa: maintenance 17.0.2 -> 17.0.7

2017-06-01 Thread Vladimír Čunát
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6f5edd3bc2fff58cbad399b7e6158a80d7a35c36
  
https://github.com/NixOS/nixpkgs/commit/6f5edd3bc2fff58cbad399b7e6158a80d7a35c36
  Author: Vladimír Čunát 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/development/libraries/mesa/default.nix

  Log Message:
  ---
  mesa: maintenance 17.0.2 -> 17.0.7

Expected to be the last update of the branch.  I somehow neglected
maintenance updates on 17.03 after master got updated to mesa-17.1.x


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


[Nix-commits] [NixOS/nixpkgs] 2f7152: glusterfs: Remove no longer needed subsitutions of...

2017-06-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2f7152f997feca9261a67fd9368dc3547d676c5b
  
https://github.com/NixOS/nixpkgs/commit/2f7152f997feca9261a67fd9368dc3547d676c5b
  Author: Niklas Hambüchen 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pkgs/tools/filesystems/glusterfs/default.nix

  Log Message:
  ---
  glusterfs: Remove no longer needed subsitutions of DESTDIR.

They were made unnecessary in commit d07154b3bc8, which added
`makeFlags = "DESTDIR=$(out)";`.


  Commit: 833acf9ff1aad07193c405e934d8c4982a45837f
  
https://github.com/NixOS/nixpkgs/commit/833acf9ff1aad07193c405e934d8c4982a45837f
  Author: Niklas Hambüchen 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pkgs/tools/filesystems/glusterfs/default.nix

  Log Message:
  ---
  glusterfs: Use github instead of download.gluster.org to obtain source.

This is because the source tarball available on
  
https://download.gluster.org/pub/gluster/glusterfs/3.10/3.10.1/glusterfs-3.10.1.tar.gz
has different contents than the v3.10.1 tag;
for example, it lacks the file `xlators/features/ganesha/src/Makefile.am`,
which the tag has.
This is because GluserFS's release process removes some unused files.

This made impossible to apply patches written by or for upstream, as those
are written against what's in upstream's git.

As a nice side effect, we no longer have to hardcode the "3.10" in the
`3.10/${version}` part of the URL.


  Commit: 85f6ff48e1eea58fc728c4ffe4f35afe2a2e18b7
  
https://github.com/NixOS/nixpkgs/commit/85f6ff48e1eea58fc728c4ffe4f35afe2a2e18b7
  Author: Niklas Hambüchen 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pkgs/tools/filesystems/glusterfs/default.nix
A 
pkgs/tools/filesystems/glusterfs/glusterfs-fix-unsubstituted-autoconf-macros.patch
A 
pkgs/tools/filesystems/glusterfs/glusterfs-python-remove-find_library.patch
A 
pkgs/tools/filesystems/glusterfs/glusterfs-use-PATH-instead-of-hardcodes.patch

  Log Message:
  ---
  glusterfs: Make commands that gluster calls work. Fixes #25620.

Done by setting PATH and PYTHONPATH appropriately.

Adds the following patches:

* One that removes hardcodes to /sbin, /usr/bin, etc.
  from gluster, so that programs like `lvm` and `xfs_info` can be
  called at runtime; see https://bugzilla.redhat.com/show_bug.cgi?id=1450546.
* One that fixes unsubstituted autoconf macros in paths (a problem
  in the 3.10 release); see https://bugzilla.redhat.com/show_bug.cgi?id=1450588.
* One that removes uses of the `find_library()` Python function that does
  not behave as expected in Python < 3.6 (and would not behave correctly
  even on 3.6 in nixpkgs due to #25763);
  see https://bugzilla.redhat.com/show_bug.cgi?id=1450593.

I think that all of these patches should be upstreamed.

Also adds tests to check that none of the Python based utilities
throw import errors, calling `--help` or equivalent on them.


  Commit: 01bbdae2fea6b68c05ff1c5b14a0243854861600
  
https://github.com/NixOS/nixpkgs/commit/01bbdae2fea6b68c05ff1c5b14a0243854861600
  Author: Niklas Hambüchen 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pkgs/tools/filesystems/glusterfs/default.nix

  Log Message:
  ---
  glusterfs: Enable parallel building.

I checked for determinism with `nix-build --option build-repeat 10`.


  Commit: ff4eb1eaa6693dbdee5e186f8c9832c11c51f9c7
  
https://github.com/NixOS/nixpkgs/commit/ff4eb1eaa6693dbdee5e186f8c9832c11c51f9c7
  Author: Niklas Hambüchen 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M nixos/modules/services/network-filesystems/glusterfs.nix

  Log Message:
  ---
  glusterfs service: Copy hooks to /var at startup.

This is where glusterfs expects them; see also
https://github.com/gluster/glusterfs/blob/v3.10.1/extras/hook-scripts/Makefile.am#L4

Also see upstream bug https://bugzilla.redhat.com/show_bug.cgi?id=1452761


  Commit: 13eefe13cd719f2d028d87a895b39189da5c8653
  
https://github.com/NixOS/nixpkgs/commit/13eefe13cd719f2d028d87a895b39189da5c8653
  Author: Niklas Hambüchen 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pkgs/tools/filesystems/glusterfs/default.nix
M 
pkgs/tools/filesystems/glusterfs/glusterfs-use-PATH-instead-of-hardcodes.patch

  Log Message:
  ---
  glusterfs: Upgrade to 3.10.2


  Commit: 87ee5896fb46203ca26af9b22c6b524cc1de195f
  
https://github.com/NixOS/nixpkgs/commit/87ee5896fb46203ca26af9b22c6b524cc1de195f
  Author: Frederik Rietdijk 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M nixos/modules/services/network-filesystems/glusterfs.nix
M pkgs/tools/filesystems/glusterfs/default.nix
A 
pkgs/tools/filesystems/glusterfs/glusterfs-fix-unsubstituted-autoconf-macros.patch
A 
pkgs/tools/filesystems/glusterfs/glusterfs-python-remove-find_library.patch
A 
pkgs/tools/filesystems/glusterfs/glusterfs-use-PATH-instead-of-hardco

[Nix-commits] [NixOS/nixpkgs] 40e94d: seth: 0.5.0 -> 0.5.1

2017-06-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 40e94d56075ba511a7e09e2b7d04e120b96df2fb
  
https://github.com/NixOS/nixpkgs/commit/40e94d56075ba511a7e09e2b7d04e120b96df2fb
  Author: Daniel Brockman 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/applications/altcoins/seth.nix

  Log Message:
  ---
  seth: 0.5.0 -> 0.5.1


  Commit: f09d104b41da01e81a5b2906c2a960e7d01b794a
  
https://github.com/NixOS/nixpkgs/commit/f09d104b41da01e81a5b2906c2a960e7d01b794a
  Author: Frederik Rietdijk 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/applications/altcoins/seth.nix

  Log Message:
  ---
  Merge pull request #26306 from dbrock/seth

seth: 0.5.0 -> 0.5.1


Compare: https://github.com/NixOS/nixpkgs/compare/87ee5896fb46...f09d104b41da___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-dev] Hydra and security updates

2017-06-01 Thread Leo Gaspard
Hi all,

I just wanted to point out an issue with hydra: it doesn't make any
distinction between security updates and normal changes.

For example, [1] was released two days ago. Despite the fix landing two
days ago too [2], nixos-unstable still doesn't have the vulnerability fixed.

Granted, in this specific case exploitation seems to go through SELinux,
and SELinux is not (afaik) supported on NixOS. But that doesn't mean
it'll be the same for all upcoming vulnerabilities.

And for what reason? [3] It seems a few tests didn't pass for all this
time. Apart from the fact [4] doesn't look related to the said build
failures (are there ephemeral failures on hydra?), this looks like an
issue we should fix: in my opinion, security fixes should start being
built by hydra as soon as they land in the repo.

I see two ways of doing this: either having hydra somehow handle with
special care security updates (hard to do), or having master and stable
branches *always* build.

The second option looks more reasonable to me, but implies that all
changes go through PRs, and are never merged before *after* hydra has
built and checked them. In my opinion, this would also make our overall
update delivery process faster, given that it would no longer block on
failing tests on master.

What do you think about this? Do you have any better idea for how to
handle urgent security issues?
Leo


[1] http://www.openwall.com/lists/oss-security/2017/05/30/16

[2]
https://github.com/NixOS/nixpkgs/blob/3c0114d4728aff4158730ccaf89cc1d9115c83ee/pkgs/tools/security/sudo/default.nix

[3]
https://hydra.nixos.org/job/nixos/trunk-combined/tested#tabs-constituents

[4]
https://hydra.nixos.org/api/scmdiff?type=git&rev1=c9e63ded807c492106273a10009a28e848c44b82&rev2=3f688207e7316f624ea975e578dc0aff3a1ff2a9&branch=&uri=https%3A%2F%2Fgithub.com%2FNixOS%2Fnixpkgs.git



signature.asc
Description: OpenPGP digital signature
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] f16a9f: cgdb: remove unneeded 'help2man' dependency

2017-06-01 Thread Bjørn Forsman
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f16a9f694e97db99c7a26cb5c2de3df343f82efb
  
https://github.com/NixOS/nixpkgs/commit/f16a9f694e97db99c7a26cb5c2de3df343f82efb
  Author: Bjørn Forsman 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/development/tools/misc/cgdb/default.nix

  Log Message:
  ---
  cgdb: remove unneeded 'help2man' dependency

Unused since version 0.7.0:

  https://raw.githubusercontent.com/cgdb/cgdb/v0.7.0/NEWS


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


Re: [Nix-dev] Hydra and security updates

2017-06-01 Thread joachifm
On Thu, Jun 1, 2017, at 23:32, Leo Gaspard wrote:
> Hi all,
> 
> [ ... ]

I think this is relevant to your interests:
https://github.com/NixOS/nixpkgs/pull/10851

On a side note, I don't know why anybody would actually run
nixos-unstable; it gets stuck for long periods of time quite often ... I
think sticking to the latest release channel or using the -small variant
is better, depending on whether you want/need the latest bugs.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 92b923: i2pd: correct docs about bandwidth setting

2017-06-01 Thread Edward Tjörnhammar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 92b923b378d34efea3bbcc9470bc50abc7be884d
  
https://github.com/NixOS/nixpkgs/commit/92b923b378d34efea3bbcc9470bc50abc7be884d
  Author: Zetok Zalbavar 
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
M nixos/modules/services/networking/i2pd.nix

  Log Message:
  ---
  i2pd: correct docs about bandwidth setting


  Commit: 01ef91aa045b1597769a0b53a1b03c8d2fe9ae55
  
https://github.com/NixOS/nixpkgs/commit/01ef91aa045b1597769a0b53a1b03c8d2fe9ae55
  Author: Edward Tjörnhammar 
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
M pkgs/tools/networking/i2pd/default.nix

  Log Message:
  ---
  i2pd: 2.13.0 -> 2.14.0


Compare: https://github.com/NixOS/nixpkgs/compare/f16a9f694e97...01ef91aa045b___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 68faf5: python.pkgs.hypothesis: fix hash

2017-06-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 68faf5d5e5e1583568f9f14a6dbc5dacb3334e7d
  
https://github.com/NixOS/nixpkgs/commit/68faf5d5e5e1583568f9f14a6dbc5dacb3334e7d
  Author: Frederik Rietdijk 
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
M pkgs/development/python-modules/hypothesis.nix

  Log Message:
  ---
  python.pkgs.hypothesis: fix hash

Update script used hash from PyPI while hypothesis was fetched from
GitHub.

https://github.com/NixOS/nixpkgs/commit/2050213c54a9dd7c7fdca28402b7720ece3217b2#commitcomment-22374103


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


[Nix-commits] [NixOS/nixpkgs] 2f7152: glusterfs: Remove no longer needed subsitutions of...

2017-06-01 Thread Frederik Rietdijk
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2f7152f997feca9261a67fd9368dc3547d676c5b
  
https://github.com/NixOS/nixpkgs/commit/2f7152f997feca9261a67fd9368dc3547d676c5b
  Author: Niklas Hambüchen 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pkgs/tools/filesystems/glusterfs/default.nix

  Log Message:
  ---
  glusterfs: Remove no longer needed subsitutions of DESTDIR.

They were made unnecessary in commit d07154b3bc8, which added
`makeFlags = "DESTDIR=$(out)";`.


  Commit: 833acf9ff1aad07193c405e934d8c4982a45837f
  
https://github.com/NixOS/nixpkgs/commit/833acf9ff1aad07193c405e934d8c4982a45837f
  Author: Niklas Hambüchen 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pkgs/tools/filesystems/glusterfs/default.nix

  Log Message:
  ---
  glusterfs: Use github instead of download.gluster.org to obtain source.

This is because the source tarball available on
  
https://download.gluster.org/pub/gluster/glusterfs/3.10/3.10.1/glusterfs-3.10.1.tar.gz
has different contents than the v3.10.1 tag;
for example, it lacks the file `xlators/features/ganesha/src/Makefile.am`,
which the tag has.
This is because GluserFS's release process removes some unused files.

This made impossible to apply patches written by or for upstream, as those
are written against what's in upstream's git.

As a nice side effect, we no longer have to hardcode the "3.10" in the
`3.10/${version}` part of the URL.


  Commit: 85f6ff48e1eea58fc728c4ffe4f35afe2a2e18b7
  
https://github.com/NixOS/nixpkgs/commit/85f6ff48e1eea58fc728c4ffe4f35afe2a2e18b7
  Author: Niklas Hambüchen 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pkgs/tools/filesystems/glusterfs/default.nix
A 
pkgs/tools/filesystems/glusterfs/glusterfs-fix-unsubstituted-autoconf-macros.patch
A 
pkgs/tools/filesystems/glusterfs/glusterfs-python-remove-find_library.patch
A 
pkgs/tools/filesystems/glusterfs/glusterfs-use-PATH-instead-of-hardcodes.patch

  Log Message:
  ---
  glusterfs: Make commands that gluster calls work. Fixes #25620.

Done by setting PATH and PYTHONPATH appropriately.

Adds the following patches:

* One that removes hardcodes to /sbin, /usr/bin, etc.
  from gluster, so that programs like `lvm` and `xfs_info` can be
  called at runtime; see https://bugzilla.redhat.com/show_bug.cgi?id=1450546.
* One that fixes unsubstituted autoconf macros in paths (a problem
  in the 3.10 release); see https://bugzilla.redhat.com/show_bug.cgi?id=1450588.
* One that removes uses of the `find_library()` Python function that does
  not behave as expected in Python < 3.6 (and would not behave correctly
  even on 3.6 in nixpkgs due to #25763);
  see https://bugzilla.redhat.com/show_bug.cgi?id=1450593.

I think that all of these patches should be upstreamed.

Also adds tests to check that none of the Python based utilities
throw import errors, calling `--help` or equivalent on them.


  Commit: 01bbdae2fea6b68c05ff1c5b14a0243854861600
  
https://github.com/NixOS/nixpkgs/commit/01bbdae2fea6b68c05ff1c5b14a0243854861600
  Author: Niklas Hambüchen 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pkgs/tools/filesystems/glusterfs/default.nix

  Log Message:
  ---
  glusterfs: Enable parallel building.

I checked for determinism with `nix-build --option build-repeat 10`.


  Commit: ff4eb1eaa6693dbdee5e186f8c9832c11c51f9c7
  
https://github.com/NixOS/nixpkgs/commit/ff4eb1eaa6693dbdee5e186f8c9832c11c51f9c7
  Author: Niklas Hambüchen 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M nixos/modules/services/network-filesystems/glusterfs.nix

  Log Message:
  ---
  glusterfs service: Copy hooks to /var at startup.

This is where glusterfs expects them; see also
https://github.com/gluster/glusterfs/blob/v3.10.1/extras/hook-scripts/Makefile.am#L4

Also see upstream bug https://bugzilla.redhat.com/show_bug.cgi?id=1452761


  Commit: 13eefe13cd719f2d028d87a895b39189da5c8653
  
https://github.com/NixOS/nixpkgs/commit/13eefe13cd719f2d028d87a895b39189da5c8653
  Author: Niklas Hambüchen 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pkgs/tools/filesystems/glusterfs/default.nix
M 
pkgs/tools/filesystems/glusterfs/glusterfs-use-PATH-instead-of-hardcodes.patch

  Log Message:
  ---
  glusterfs: Upgrade to 3.10.2


  Commit: 4e3afed6dc13d2a268ec4bd43d9960910e8571d5
  
https://github.com/NixOS/nixpkgs/commit/4e3afed6dc13d2a268ec4bd43d9960910e8571d5
  Author: Masayuki Takeda 
  Date:   2017-05-25 (Thu, 25 May 2017)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  fonttools: 3.0 -> 3.13.0


  Commit: e6b65c04fa9752eeeb41241638852af901389406
  
https://github.com/NixOS/nixpkgs/commit/e6b65c04fa9752eeeb41241638852af901389406
  Author: Justin Humm 
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
A pkgs/development/python-modules/future