[Nix-commits] [NixOS/nix] c8608c: Dockerfile: Add alpine dependencies (#1011)

2016-08-04 Thread Aneesh Agrawal
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: c8608c488c10789d381b784cf69bb81e2e2b088d
  
https://github.com/NixOS/nix/commit/c8608c488c10789d381b784cf69bb81e2e2b088d
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-08-04 (Thu, 04 Aug 2016)

  Changed paths:
M misc/docker/Dockerfile

  Log Message:
  ---
  Dockerfile: Add alpine dependencies (#1011)

* Dockerfile: add GNU tar native dependency

`builtins.fetchTarball` requires GNU tar to be available in the $PATH in
order to unpack the fetched tarball (there is a FIXME comment for this),
which Alpine does not ship by default (it ships BusyBox tar).

* Dockerfile: add GNU bash native dependency

`nix-shell` defaults to invoking `bash` from the $PATH for the subshell.
In theory this can be overriden with the NIX_BUILD_SHELL environment
variable, but this does not work properly. `nix-shell` generates and
passes a script (`$rcFile`) to be executed by the subshell which uses
bashisms (`source` and `shopt`). Additionally, in interactive mode,
`nix-shell` passes the `--rcfile` argument to the shell, which is
another bashism.

Because `bash` is thus de-facto required, add `bash` as a native package
dependency to make it available for `nix-shell`.


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


[Nix-commits] [NixOS/nixpkgs] 5e3eb4: neovim: remove unused glib dependency (#17499)

2016-08-05 Thread Aneesh Agrawal
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5e3eb476f5c3243e1a6f136cf10a0c2b13a88f38
  
https://github.com/NixOS/nixpkgs/commit/5e3eb476f5c3243e1a6f136cf10a0c2b13a88f38
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-08-05 (Fri, 05 Aug 2016)

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

  Log Message:
  ---
  neovim: remove unused glib dependency (#17499)

As far as I can tell, neovim has never required glib to build.
The neovim libtermkey does include a demo-glib.c example, but that is
optional.


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


[Nix-commits] [NixOS/nixpkgs] 746b59: vagrant: use libarchive lib from Nix (#17597)

2016-08-09 Thread Aneesh Agrawal
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 746b591c684f4a69f85dd49c05961892a3ac2b4b
  
https://github.com/NixOS/nixpkgs/commit/746b591c684f4a69f85dd49c05961892a3ac2b4b
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-08-09 (Tue, 09 Aug 2016)

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

  Log Message:
  ---
  vagrant: use libarchive lib from Nix (#17597)

We currently already replace the embedded bsdtar binaries with the
corresponding ones from Nix. However, we also need to replace the
libarchive shared library to prevent version mismatches between the
embedded library and the Nix binaries.

Also expose version on the derivation and use environment variables
to make overriding the derivation easier.


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


[Nix-commits] [NixOS/nixpkgs] f6eae2: openssh: 7.2p2 -> 7.3p1 (#17493)

2016-08-07 Thread Aneesh Agrawal
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f6eae2efab68638259f27e0c56c3534155063543
  
https://github.com/NixOS/nixpkgs/commit/f6eae2efab68638259f27e0c56c3534155063543
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
R pkgs/tools/networking/openssh/CVE-2015-8325.patch
M pkgs/tools/networking/openssh/default.nix

  Log Message:
  ---
  openssh: 7.2p2 -> 7.3p1 (#17493)

Also remove patch for CVE-2015-8325 that has been fixed upstream.


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


[Nix-commits] [NixOS/nixpkgs] 68b4a1: nixos: Respect nixpkgs.overlays (#22221)

2017-01-31 Thread Aneesh Agrawal
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 68b4a1f669e2ca95ebbb3f80631952a7168214f1
  
https://github.com/NixOS/nixpkgs/commit/68b4a1f669e2ca95ebbb3f80631952a7168214f1
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2017-01-31 (Tue, 31 Jan 2017)

  Changed paths:
M nixos/modules/misc/nixpkgs.nix

  Log Message:
  ---
  nixos: Respect nixpkgs.overlays (#1)


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


[Nix-commits] [NixOS/nixpkgs] b1c83e: vagrant: make patches a list (#18364)

2016-09-06 Thread Aneesh Agrawal
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b1c83e8928288044d110528642d8af24389ac73b
  
https://github.com/NixOS/nixpkgs/commit/b1c83e8928288044d110528642d8af24389ac73b
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-09-06 (Tue, 06 Sep 2016)

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

  Log Message:
  ---
  vagrant: make patches a list (#18364)

This has more correct semantics, allows for multiple patches, and makes
using overrideDerivation to add/remove patches work as expected.


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


[Nix-commits] [NixOS/nixpkgs] 9f7d9d: as31: Apply Debian patch for CVE-2012-0808 (#18904...

2016-09-23 Thread Aneesh Agrawal
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9f7d9def4c9dfff49f259fc354778208760b3b16
  
https://github.com/NixOS/nixpkgs/commit/9f7d9def4c9dfff49f259fc354778208760b3b16
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-09-24 (Sat, 24 Sep 2016)

  Changed paths:
M pkgs/development/compilers/as31/default.nix

  Log Message:
  ---
  as31: Apply Debian patch for CVE-2012-0808 (#18904)


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


[Nix-commits] [NixOS/nixpkgs] 2a082e: as31: Apply Debian patch for CVE-2012-0808 (#18904...

2016-09-23 Thread Aneesh Agrawal
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2a082e112a78db4a3c2cf1236408e865cee2f3f5
  
https://github.com/NixOS/nixpkgs/commit/2a082e112a78db4a3c2cf1236408e865cee2f3f5
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-09-23 (Fri, 23 Sep 2016)

  Changed paths:
M pkgs/development/compilers/as31/default.nix

  Log Message:
  ---
  as31: Apply Debian patch for CVE-2012-0808 (#18904)

(cherry picked from commit 9f7d9def4c9dfff49f259fc354778208760b3b16)


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


[Nix-commits] [NixOS/nixpkgs] 6321a1: nmap: pin to Python 2, make Python optional

2016-09-24 Thread Aneesh Agrawal
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6321a1b67c869b70520ab9479c86b198c439bca9
  
https://github.com/NixOS/nixpkgs/commit/6321a1b67c869b70520ab9479c86b198c439bca9
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-09-24 (Sat, 24 Sep 2016)

  Changed paths:
M pkgs/tools/security/nmap/default.nix

  Log Message:
  ---
  nmap: pin to Python 2, make Python optional

Python 3 is not supported, so use python2Packages.

Python is only required for the `ndiff` and `zenmap` binaries, not the
main `nmap` binary, so disable Python by default to reduce the default
closure size, and add a `withPython` arg to re-enable it. Note that
Zenmap is the graphical program, so passing `graphicalSupport = true`
will also automatically enable Python support.


  Commit: 0f9ece792966e720bf08419e0041e6d7236a8a83
  
https://github.com/NixOS/nixpkgs/commit/0f9ece792966e720bf08419e0041e6d7236a8a83
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-09-24 (Sat, 24 Sep 2016)

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

  Log Message:
  ---
  libevent: remove Python dependency

Python is only used for one test, which is optional and is skipped if
Python is not detected. Additionally, Python 2 is required (Python 3
does not work), so remove the dependency to reduce the closure size for
a Python 3 as default Python future.

Additionally, update the meta.homepage and src to point at GitHub, which
is the libevent project home since 2015-10-07.


  Commit: 278d3050ae85e959e4c6485b5ad43bbba96eb829
  
https://github.com/NixOS/nixpkgs/commit/278d3050ae85e959e4c6485b5ad43bbba96eb829
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-09-24 (Sat, 24 Sep 2016)

  Changed paths:
M pkgs/tools/security/nmap/default.nix

  Log Message:
  ---
  nmap: use python infra's .withPackages


  Commit: bb349421c13786397d6910cdf2b89778344a9256
  
https://github.com/NixOS/nixpkgs/commit/bb349421c13786397d6910cdf2b89778344a9256
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-09-24 (Sat, 24 Sep 2016)

  Changed paths:
M pkgs/development/tools/analysis/rr/default.nix

  Log Message:
  ---
  rr: pin Python to Python 2

rr requires Python>=2.7, but does not support Python 3.


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


[Nix-commits] [NixOS/nixpkgs] f0602d: kernel: Make SECURITY_YAMA optional

2016-10-08 Thread Aneesh Agrawal
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f0602d2d3613eac1ad95d8ba47de225141b05ed0
  
https://github.com/NixOS/nixpkgs/commit/f0602d2d3613eac1ad95d8ba47de225141b05ed0
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-10-08 (Sat, 08 Oct 2016)

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

  Log Message:
  ---
  kernel: Make SECURITY_YAMA optional

It's highly recommended, but not required to run NixOS.


  Commit: dfb7ea6fd111764405a20fcfd57fc1642817efec
  
https://github.com/NixOS/nixpkgs/commit/dfb7ea6fd111764405a20fcfd57fc1642817efec
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-10-08 (Sat, 08 Oct 2016)

  Changed paths:
M nixos/doc/manual/release-notes/rl-1703.xml

  Log Message:
  ---
  kernel: Document Yama implications in release notes


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


[Nix-commits] [NixOS/nixpkgs] a000ed: linux config: enable the Yama LSM (#14392)

2016-10-08 Thread Aneesh Agrawal
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a000ed181cd8fe23809892c13393491dfeeba1d1
  
https://github.com/NixOS/nixpkgs/commit/a000ed181cd8fe23809892c13393491dfeeba1d1
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-10-08 (Sat, 08 Oct 2016)

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

  Log Message:
  ---
  linux config: enable the Yama LSM (#14392)

The Yama Linux Security Module restricts the use of ptrace so that
processes cannot ptrace processes that are not their children. This
prevents attackers from compromising one user-level processes and
snooping on the memory and runtime state of other processes owned
by the same user.


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


[Nix-commits] [NixOS/nixpkgs] 38eac1: jq: Fix CVE-2015-8863 and CVE-2016-4074 (#18908)

2016-09-25 Thread Aneesh Agrawal
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 38eac140619fb0b8a7afebfb73c6b98ba04b2e83
  
https://github.com/NixOS/nixpkgs/commit/38eac140619fb0b8a7afebfb73c6b98ba04b2e83
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-09-25 (Sun, 25 Sep 2016)

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

  Log Message:
  ---
  jq: Fix CVE-2015-8863 and CVE-2016-4074 (#18908)

jq has not had a release since v1.5 in August 2015, so backport both of
these patches (the fix for CVE-2015-8863 is in the current master, while
the fix for CVE-2016-4074 is not yet in master).
(cherry picked from commit bfbca9dacd12d24c0d6179cc6d9b0775a9819caa)


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


[Nix-commits] [NixOS/nixpkgs] bfbca9: jq: Fix CVE-2015-8863 and CVE-2016-4074 (#18908)

2016-09-25 Thread Aneesh Agrawal
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bfbca9dacd12d24c0d6179cc6d9b0775a9819caa
  
https://github.com/NixOS/nixpkgs/commit/bfbca9dacd12d24c0d6179cc6d9b0775a9819caa
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-09-25 (Sun, 25 Sep 2016)

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

  Log Message:
  ---
  jq: Fix CVE-2015-8863 and CVE-2016-4074 (#18908)

jq has not had a release since v1.5 in August 2015, so backport both of
these patches (the fix for CVE-2015-8863 is in the current master, while
the fix for CVE-2016-4074 is not yet in master).


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


[Nix-commits] [NixOS/nixpkgs] fcee1d: Remove redundant -DCMAKE_BUILD_TYPE=Release flags

2016-10-01 Thread Aneesh Agrawal
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fcee1d0b28aa0f45f559d38659fd2a11cd34dafe
  
https://github.com/NixOS/nixpkgs/commit/fcee1d0b28aa0f45f559d38659fd2a11cd34dafe
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-10-01 (Sat, 01 Oct 2016)

  Changed paths:
M pkgs/applications/audio/kid3/default.nix
M pkgs/applications/misc/doomseeker/default.nix
M pkgs/applications/misc/webthree-umbrella/default.nix
M pkgs/applications/networking/browsers/midori/default.nix
M pkgs/applications/networking/instant-messengers/kadu/default.nix
M pkgs/applications/science/electronics/kicad/default.nix
M pkgs/applications/science/logic/lean/default.nix
M pkgs/development/compilers/hhvm/default.nix
M pkgs/development/compilers/llvm/3.4/clang.nix
M pkgs/development/compilers/llvm/3.4/lld.nix
M pkgs/development/compilers/llvm/3.4/lldb.nix
M pkgs/development/compilers/llvm/3.4/polly.nix
M pkgs/development/compilers/llvm/3.5/clang.nix
M pkgs/development/compilers/llvm/3.5/libc++/default.nix
M pkgs/development/compilers/llvm/3.5/lld.nix
M pkgs/development/compilers/llvm/3.5/lldb.nix
M pkgs/development/compilers/llvm/3.5/polly.nix
M pkgs/development/compilers/llvm/3.6/clang/default.nix
M pkgs/development/compilers/llvm/3.6/libc++/default.nix
M pkgs/development/compilers/llvm/3.6/lldb.nix
M pkgs/development/compilers/llvm/3.7/clang/default.nix
M pkgs/development/compilers/llvm/3.7/libc++/default.nix
M pkgs/development/compilers/llvm/3.7/lldb.nix
M pkgs/development/compilers/llvm/3.8/clang/default.nix
M pkgs/development/compilers/llvm/3.8/libc++/default.nix
M pkgs/development/compilers/llvm/3.8/lldb.nix
M pkgs/development/compilers/mono/llvm.nix
M pkgs/development/libraries/cpp-netlib/default.nix
M pkgs/development/libraries/openbr/default.nix
M pkgs/development/libraries/stxxl/default.nix
M pkgs/games/eternity-engine/default.nix
M pkgs/games/odamex/default.nix
M pkgs/games/openspades/default.nix
M pkgs/games/openspades/git.nix
M pkgs/misc/emulators/dolphin-emu/default.nix
M pkgs/misc/emulators/dolphin-emu/master.nix
M pkgs/misc/screensavers/xss-lock/default.nix
M pkgs/os-specific/linux/conky/default.nix
M pkgs/tools/filesystems/darling-dmg/default.nix

  Log Message:
  ---
  Remove redundant -DCMAKE_BUILD_TYPE=Release flags

Since commit 183d05a0 in 2012, this is the default.

fixes #18000


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


[Nix-commits] [NixOS/nixpkgs] d38da7: Python: change default default: python = python3;

2016-10-17 Thread Aneesh Agrawal
  Branch: refs/heads/python3
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d38da7d262cbccdf8b0cb47721bc21c37fb8
  
https://github.com/NixOS/nixpkgs/commit/d38da7d262cbccdf8b0cb47721bc21c37fb8
  Author: Frederik Rietdijk <fr...@fridh.nl>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

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

  Log Message:
  ---
  Python: change default default: python = python3;


  Commit: 3c8b062255f618e3dd98a8066db519936eae582a
  
https://github.com/NixOS/nixpkgs/commit/3c8b062255f618e3dd98a8066db519936eae582a
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
M pkgs/development/interpreters/python/cpython/3.5/default.nix

  Log Message:
  ---
  python3: Add `python` symlink

Add a symlink for "python" in the python3 derivation to provide a
default Python executable.


  Commit: a1905c6a6255c83e7444994fed43e761995e3a58
  
https://github.com/NixOS/nixpkgs/commit/a1905c6a6255c83e7444994fed43e761995e3a58
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

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

  Log Message:
  ---
  all-packages: Remove unnecessary python3 overrides

These are unnecessary with Python3 as default Python.


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


[Nix-commits] [NixOS/nixpkgs] 1d90b4: libtiff: patch for many CVEs

2016-10-20 Thread Aneesh Agrawal
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1d90b406a90c469b7a2272c5de41456f3ac82cba
  
https://github.com/NixOS/nixpkgs/commit/1d90b406a90c469b7a2272c5de41456f3ac82cba
  Author: Graham Christensen <gra...@grahamc.com>
  Date:   2016-10-20 (Thu, 20 Oct 2016)

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

  Log Message:
  ---
  libtiff: patch for many CVEs

(cherry picked from commit d3bda9b6f19d183ee3d69c6f2a635af945f74c17)


  Commit: 31c72ce266b0179efa877bb3acd7dfd7b746537b
  
https://github.com/NixOS/nixpkgs/commit/31c72ce266b0179efa877bb3acd7dfd7b746537b
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-10-20 (Thu, 20 Oct 2016)

  Changed paths:
M pkgs/tools/networking/openssh/default.nix
A pkgs/tools/networking/openssh/fix-CVE-2016-8858.patch

  Log Message:
  ---
  openssh: Patch CVE-2016-8858

Also add myself as a maintainer.

(cherry picked from commit 7374105a96ee7d925b3e0530685c21566fa2a32c)


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


[Nix-commits] [NixOS/nixpkgs] ff1bba: ino: use python2

2016-10-17 Thread Aneesh Agrawal
  Branch: refs/heads/python3
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ff1bbaccd17b684aa0f1892daa02d1574ada1b38
  
https://github.com/NixOS/nixpkgs/commit/ff1bbaccd17b684aa0f1892daa02d1574ada1b38
  Author: Frederik Rietdijk <fr...@fridh.nl>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
M pkgs/development/arduino/ino/default.nix

  Log Message:
  ---
  ino: use python2


  Commit: 8027916f04c436d59d5a1cc8525a8b734aa92e85
  
https://github.com/NixOS/nixpkgs/commit/8027916f04c436d59d5a1cc8525a8b734aa92e85
  Author: Frederik Rietdijk <fr...@fridh.nl>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

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

  Log Message:
  ---
  pythonPackages.colored: disable tests


  Commit: 217203f23d0d5f40a18b2b67a0e3cea40af188b3
  
https://github.com/NixOS/nixpkgs/commit/217203f23d0d5f40a18b2b67a0e3cea40af188b3
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
M pkgs/tools/admin/salt/default.nix

  Log Message:
  ---
  salt: use Python 2


Compare: https://github.com/NixOS/nixpkgs/compare/8dca5d2405a6...217203f23d0d___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] b81787: Python: change default default: python = python3;

2016-10-17 Thread Aneesh Agrawal
  Branch: refs/heads/python3
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b81787a51e35ac172eebbed96e824dc0f9716ea0
  
https://github.com/NixOS/nixpkgs/commit/b81787a51e35ac172eebbed96e824dc0f9716ea0
  Author: Frederik Rietdijk <fr...@fridh.nl>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

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

  Log Message:
  ---
  Python: change default default: python = python3;


  Commit: 59de4e921a63c590668f38c17518f1020693f40a
  
https://github.com/NixOS/nixpkgs/commit/59de4e921a63c590668f38c17518f1020693f40a
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
M pkgs/development/interpreters/python/cpython/3.3/default.nix
M pkgs/development/interpreters/python/cpython/3.4/default.nix
M pkgs/development/interpreters/python/cpython/3.5/default.nix
M pkgs/development/interpreters/python/cpython/3.6/default.nix

  Log Message:
  ---
  Python 3.x: Add `python` symlink

Add a symlink for "python" in the python3 derivation to provide a
default Python executable.


  Commit: 9e7504a4c58de7bf603aff63cda23d9f146fb4b7
  
https://github.com/NixOS/nixpkgs/commit/9e7504a4c58de7bf603aff63cda23d9f146fb4b7
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

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

  Log Message:
  ---
  all-packages: Remove unnecessary python3 overrides

These are unnecessary with Python3 as default Python.


  Commit: 04cb4e40cbb51e3fffed7fe885a8eb30d43e2d11
  
https://github.com/NixOS/nixpkgs/commit/04cb4e40cbb51e3fffed7fe885a8eb30d43e2d11
  Author: Frederik Rietdijk <fr...@fridh.nl>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

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

  Log Message:
  ---
  libxml2: use python2


  Commit: e7666e9c53283ee8a5382572c8cf322149d8c939
  
https://github.com/NixOS/nixpkgs/commit/e7666e9c53283ee8a5382572c8cf322149d8c939
  Author: Frederik Rietdijk <fr...@fridh.nl>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

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

  Log Message:
  ---
  xorg.libxcb: not compatible with Python 3

The following patch is not sufficient.

https://cgit.freedesktop.org/xcb/libxcb/commit/?id=8740a288ca468433141341347aa115b9544891d3


  Commit: ce4acc767df94880e6e56af4d2c3c93e49d6cbe7
  
https://github.com/NixOS/nixpkgs/commit/ce4acc767df94880e6e56af4d2c3c93e49d6cbe7
  Author: Frederik Rietdijk <fr...@fridh.nl>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

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

  Log Message:
  ---
  buildbot: use python2


  Commit: f42504beb7206fac80f082b4e51a85d6dbba67f6
  
https://github.com/NixOS/nixpkgs/commit/f42504beb7206fac80f082b4e51a85d6dbba67f6
  Author: Frederik Rietdijk <fr...@fridh.nl>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

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

  Log Message:
  ---
  gobjectIntrospection: use Python 2

because of a TypeError.


  Commit: c8ca935694299546e5aa7e7f65b9790cb42df92c
  
https://github.com/NixOS/nixpkgs/commit/c8ca935694299546e5aa7e7f65b9790cb42df92c
  Author: Frederik Rietdijk <fr...@fridh.nl>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

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

  Log Message:
  ---
  pythonPackages.backports_functools_lru_cache: init at 1.3


  Commit: fb0fcaa5359024fca46d8c3a2414a35a0551b349
  
https://github.com/NixOS/nixpkgs/commit/fb0fcaa5359024fca46d8c3a2414a35a0551b349
  Author: Frederik Rietdijk <fr...@fridh.nl>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

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

  Log Message:
  ---
  pythonPackages.jaraco_functools: add missing dependency


  Commit: 47f8df25e1e96dee49760d6026a952acd67dcff8
  
https://github.com/NixOS/nixpkgs/commit/47f8df25e1e96dee49760d6026a952acd67dcff8
  Author: Frederik Rietdijk <fr...@fridh.nl>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

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

  Log Message:
  ---
  scons: use python2 and refactor expression


  Commit: f550a440953a8f938de6ae1814633ec2ed2c4659
  
https://github.com/NixOS/nixpkgs/commit/f550a440953a8f938de6ae1814633ec2ed2c4659
  Author: Frederik Rietdijk <fr...@fridh.nl>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

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

  Log Message:
  ---
  pythonPackages.EasyProcess: 0.1.9 -> 0.2.3

- version bump
- rename to upstream name
- disable tests since there aren't any


  Commit: db2dcdadb95d5415ba1f0f60fffa2b41caeaceff
  
https://github.com/NixOS/nixpkgs/commit/db2dcdadb95d5415ba1f0f60fffa2b41caeaceff
  Author: Frederik Rietdijk <fr...@fridh.nl>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
M pkgs/too

[Nix-commits] [NixOS/nixpkgs] 779ae0: Add salt master module (#25632)

2017-05-09 Thread Aneesh Agrawal
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 779ae064674aa9645bcefaacbc83f942e2ef759f
  
https://github.com/NixOS/nixpkgs/commit/779ae064674aa9645bcefaacbc83f942e2ef759f
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2017-05-09 (Tue, 09 May 2017)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/services/admin/salt/master.nix
M pkgs/tools/admin/salt/default.nix

  Log Message:
  ---
  Add salt master module (#25632)

* salt: 2016.11.2 -> 2016.11.4

* salt: Add master NixOS module


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