[Nix-commits] [NixOS/nixpkgs] 954d99: nix-prefetch-git: escape string fields properly

2016-12-13 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 954d9953941d6c94abb5d2d549bd18486d0b27ab
  
https://github.com/NixOS/nixpkgs/commit/954d9953941d6c94abb5d2d549bd18486d0b27ab
  Author: Jörg Thalheim 
  Date:   2016-12-05 (Mon, 05 Dec 2016)

  Changed paths:
M pkgs/build-support/fetchgit/nix-prefetch-git

  Log Message:
  ---
  nix-prefetch-git: escape string fields properly

json requires certain characters to be escaped in strings.


  Commit: 47d0d3d46f5520fba39c5376ea5449d51f44635d
  
https://github.com/NixOS/nixpkgs/commit/47d0d3d46f5520fba39c5376ea5449d51f44635d
  Author: Jörg Thalheim 
  Date:   2016-12-05 (Mon, 05 Dec 2016)

  Changed paths:
M pkgs/build-support/fetchgit/nix-prefetch-git

  Log Message:
  ---
  nix-prefetch-git: fix date field

in some cases `git show` include tag information in the output
this is suppressed by the parameter '-1'


  Commit: f90d632fb48d95a0e47e05a9e9f0e2685a51d96e
  
https://github.com/NixOS/nixpkgs/commit/f90d632fb48d95a0e47e05a9e9f0e2685a51d96e
  Author: Jörg Thalheim 
  Date:   2016-12-14 (Wed, 14 Dec 2016)

  Changed paths:
M pkgs/build-support/fetchgit/nix-prefetch-git

  Log Message:
  ---
  Merge pull request #19369 from Mic92/nix-prefetch-git

nix-prefetch-git: fix json output.


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


[Nix-commits] [NixOS/nixpkgs] 9e5022: terraria service: fix tmux output

2016-12-13 Thread Joachim Fasting
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9e5022db2a8967578e55faed4d86cf89600b5e8c
  
https://github.com/NixOS/nixpkgs/commit/9e5022db2a8967578e55faed4d86cf89600b5e8c
  Author: Joachim Fasting 
  Date:   2016-12-14 (Wed, 14 Dec 2016)

  Changed paths:
M nixos/modules/services/games/terraria.nix

  Log Message:
  ---
  terraria service: fix tmux output

tmux.bin was removed in 5535d9439415454abe00589bd7575b61e7fbb8db

Use `lib.getBin` to be more robust to future changes.

(cherry picked from commit 33088accc814a139cdcb2f44018da6dba2ac056f)


  Commit: ebc3e099aa56749b017f8eb398220ce40e3eace6
  
https://github.com/NixOS/nixpkgs/commit/ebc3e099aa56749b017f8eb398220ce40e3eace6
  Author: Joachim Fasting 
  Date:   2016-12-14 (Wed, 14 Dec 2016)

  Changed paths:
M nixos/modules/services/games/terraria.nix

  Log Message:
  ---
  terraria service: fixup worldPath option type

Otherwise, using the defaults results in a type error.

(cherry picked from commit d893c86b34680fc4de04b8df05c84dc91c401ab0)


  Commit: 8851080118e6eafb14cd94f8c5a84b1eac7d030f
  
https://github.com/NixOS/nixpkgs/commit/8851080118e6eafb14cd94f8c5a84b1eac7d030f
  Author: Joachim Fasting 
  Date:   2016-12-14 (Wed, 14 Dec 2016)

  Changed paths:
M pkgs/tools/security/tor/torbrowser.nix

  Log Message:
  ---
  torbrowser: 6.0.7 -> 6.0.8

(cherry picked from commit a26acf99adc64de533740456b64b77966a4f94f1)


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


[Nix-commits] [NixOS/nixpkgs] 25cfaf: emacs-macport: fix "Carbon.h" present but cannot b...

2016-12-13 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 25cfafdf5bf7fe2fdae3771d3d817df114987384
  
https://github.com/NixOS/nixpkgs/commit/25cfafdf5bf7fe2fdae3771d3d817df114987384
  Author: Matthew Bauer 
  Date:   2016-11-25 (Fri, 25 Nov 2016)

  Changed paths:
M pkgs/applications/editors/emacs/macport-24.5.nix
M pkgs/applications/editors/emacs/macport-25.1.nix

  Log Message:
  ---
  emacs-macport: fix "Carbon.h" present but cannot be compiled

Previously, emacs-macport was giving the error:

- AppKit/AppKit.h: present but cannot be compiled
- Carbon/Carbon.h: present but cannot be compiled

This add "MAC_OS_X_VERSION_MIN_REQUIRED=1090" to CFLAGS to allow them
to compile with the new 10.10 headers.

Fixes #20682.


  Commit: 558551399df9760d3183c919d0295d177a533a78
  
https://github.com/NixOS/nixpkgs/commit/558551399df9760d3183c919d0295d177a533a78
  Author: Matthew Bauer 
  Date:   2016-11-25 (Fri, 25 Nov 2016)

  Changed paths:
M pkgs/applications/editors/emacs/macport-25.1.nix

  Log Message:
  ---
  emacs-macport: 6.0 -> 6.1


  Commit: 29d53f3d5f3d2a61bf63bc45b61fab69e7dca1cc
  
https://github.com/NixOS/nixpkgs/commit/29d53f3d5f3d2a61bf63bc45b61fab69e7dca1cc
  Author: Daiderd Jordan 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M pkgs/applications/editors/emacs/macport-24.5.nix
M pkgs/applications/editors/emacs/macport-25.1.nix

  Log Message:
  ---
  Merge pull request #20706 from matthewbauer/emacs-macport-version-fix

emacs-macport: 6.0 -> 6.1


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


[Nix-commits] [NixOS/nixpkgs] 6d1180: perl-Sub-Quote: init at 2.003001

2016-12-13 Thread Robert Helgesson
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6d1180cf023f309438de77afd38c6de3c3eda3f9
  
https://github.com/NixOS/nixpkgs/commit/6d1180cf023f309438de77afd38c6de3c3eda3f9
  Author: Robert Helgesson 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

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

  Log Message:
  ---
  perl-Sub-Quote: init at 2.003001


  Commit: 586dd2a3bb8d825fa2479a2f3b816cc6d38e7686
  
https://github.com/NixOS/nixpkgs/commit/586dd2a3bb8d825fa2479a2f3b816cc6d38e7686
  Author: Robert Helgesson 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

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

  Log Message:
  ---
  perl-Moo: 2.002005 -> 2.003000

Also remove myself as maintainer since I'm not really using this
package.


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


[Nix-commits] [NixOS/nixpkgs] 00f5ed: libfilezilla: 0.8.0 -> 0.9.0

2016-12-13 Thread Pascal Wittmann
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 00f5ed6e4c7627b99a260ca068003a1f61764b98
  
https://github.com/NixOS/nixpkgs/commit/00f5ed6e4c7627b99a260ca068003a1f61764b98
  Author: Pascal Wittmann 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

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

  Log Message:
  ---
  libfilezilla: 0.8.0 -> 0.9.0


  Commit: 1bb96c202dada87398cc88ec64f15fbee0d1477a
  
https://github.com/NixOS/nixpkgs/commit/1bb96c202dada87398cc88ec64f15fbee0d1477a
  Author: Pascal Wittmann 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M pkgs/applications/networking/ftp/filezilla/default.nix

  Log Message:
  ---
  filezilla: 3.22.2.2 -> 3.23.0.2


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


[Nix-commits] [NixOS/nixpkgs] 34b6d7: php56: 5.6.28 -> 5.6.29

2016-12-13 Thread Franz Pletz
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 34b6d7d5141901a02401b89576a3b8cd09d8342a
  
https://github.com/NixOS/nixpkgs/commit/34b6d7d5141901a02401b89576a3b8cd09d8342a
  Author: Franz Pletz 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M pkgs/development/interpreters/php/default.nix

  Log Message:
  ---
  php56: 5.6.28 -> 5.6.29

(cherry picked from commit 2ec19900aba3178c29acc17a72e5251e769f063a)


  Commit: 813e63e21190cbebbdb4865706dd827a91770714
  
https://github.com/NixOS/nixpkgs/commit/813e63e21190cbebbdb4865706dd827a91770714
  Author: Franz Pletz 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M pkgs/development/interpreters/php/default.nix

  Log Message:
  ---
  php70: 7.0.13 -> 7.0.14

(cherry picked from commit 60dfc245c7f7cc41eb1b6f515625a644af9c2164)


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


[Nix-commits] [NixOS/nixpkgs] d3be9a: nginxMainline: 1.11.6 -> 1.11.7

2016-12-13 Thread Franz Pletz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d3be9a50e0a3d87d76b74133a9afc40ea2fb0f08
  
https://github.com/NixOS/nixpkgs/commit/d3be9a50e0a3d87d76b74133a9afc40ea2fb0f08
  Author: Franz Pletz 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M pkgs/servers/http/nginx/mainline.nix

  Log Message:
  ---
  nginxMainline: 1.11.6 -> 1.11.7


  Commit: 762d902b1d9a6eb2eba065d7d3eee60a59cecd14
  
https://github.com/NixOS/nixpkgs/commit/762d902b1d9a6eb2eba065d7d3eee60a59cecd14
  Author: Franz Pletz 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M pkgs/development/interpreters/php/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  php71: init at 7.1.0


  Commit: 2ec19900aba3178c29acc17a72e5251e769f063a
  
https://github.com/NixOS/nixpkgs/commit/2ec19900aba3178c29acc17a72e5251e769f063a
  Author: Franz Pletz 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M pkgs/development/interpreters/php/default.nix

  Log Message:
  ---
  php56: 5.6.28 -> 5.6.29


  Commit: 60dfc245c7f7cc41eb1b6f515625a644af9c2164
  
https://github.com/NixOS/nixpkgs/commit/60dfc245c7f7cc41eb1b6f515625a644af9c2164
  Author: Franz Pletz 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M pkgs/development/interpreters/php/default.nix

  Log Message:
  ---
  php70: 7.0.13 -> 7.0.14


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


[Nix-commits] [NixOS/nixpkgs] 78ffee: kakoune: update 2016-07-26 -> 2016-12-10

2016-12-13 Thread Aristid Breitkreuz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 78ffee7f063f568b0b8338c6d2ae21cb47380ec9
  
https://github.com/NixOS/nixpkgs/commit/78ffee7f063f568b0b8338c6d2ae21cb47380ec9
  Author: Aristid Breitkreuz 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

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

  Log Message:
  ---
  kakoune: update 2016-07-26 -> 2016-12-10


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


[Nix-commits] [NixOS/nixpkgs] 1beb9e: haxe: enable darwin platform (#21127)

2016-12-13 Thread Alexei Boronine
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1beb9e6d1e3bbafa3c953903813b1526fb81c622
  
https://github.com/NixOS/nixpkgs/commit/1beb9e6d1e3bbafa3c953903813b1526fb81c622
  Author: Alexei Boronine 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

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

  Log Message:
  ---
  haxe: enable darwin platform (#21127)


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


[Nix-commits] [NixOS/nixpkgs] 629340: coq_HEAD: Update to the latest commit as of 2016-1...

2016-12-13 Thread John Wiegley
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 62934023c3ece9c6339816dd0d8e7cfe0995e0a9
  
https://github.com/NixOS/nixpkgs/commit/62934023c3ece9c6339816dd0d8e7cfe0995e0a9
  Author: John Wiegley 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M pkgs/applications/science/logic/coq/HEAD.nix

  Log Message:
  ---
  coq_HEAD: Update to the latest commit as of 2016-12-13


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


[Nix-commits] [NixOS/nixpkgs] dcee42: ponyc: 0.9.0 -> 0.10.0

2016-12-13 Thread Ricardo M. Correia
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: dcee4214b9fb29f42e69da27a4c6069f75c9e6f1
  
https://github.com/NixOS/nixpkgs/commit/dcee4214b9fb29f42e69da27a4c6069f75c9e6f1
  Author: Kamil Chmielewski 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

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

  Log Message:
  ---
  ponyc: 0.9.0 -> 0.10.0


  Commit: 6b89121c209c6aa44ef0268ed9462ed89f585393
  
https://github.com/NixOS/nixpkgs/commit/6b89121c209c6aa44ef0268ed9462ed89f585393
  Author: Ricardo M. Correia 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

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

  Log Message:
  ---
  Merge pull request #21126 from kamilchm/ponyc

ponyc: 0.9.0 -> 0.10.0


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


[Nix-commits] [NixOS/nixpkgs] 69ce9a: watchman: 4.5.0 -> 4.7.0

2016-12-13 Thread Graham Christensen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 69ce9a9edde33db668c602dbb25df598cc6b09c1
  
https://github.com/NixOS/nixpkgs/commit/69ce9a9edde33db668c602dbb25df598cc6b09c1
  Author: Graham Christensen 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

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

  Log Message:
  ---
  watchman: 4.5.0 -> 4.7.0


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


[Nix-commits] [NixOS/nixpkgs] 360234: coq_8_6: new package, based on Coq 8.6rc1

2016-12-13 Thread John Wiegley
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 360234dab6b22d9f05821369a43c10b5faea3b79
  
https://github.com/NixOS/nixpkgs/commit/360234dab6b22d9f05821369a43c10b5faea3b79
  Author: John Wiegley 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
A pkgs/applications/science/logic/coq/8.6.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  coq_8_6: new package, based on Coq 8.6rc1


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


[Nix-commits] [NixOS/nixpkgs] 6c226b: rPackages.DescTools: unbreak build outside of Linu...

2016-12-13 Thread Mike Sperber
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6c226b1e7ac4f699dfc46a1fd38d59af6efb2c2a
  
https://github.com/NixOS/nixpkgs/commit/6c226b1e7ac4f699dfc46a1fd38d59af6efb2c2a
  Author: Mike Sperber 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

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

  Log Message:
  ---
  rPackages.DescTools: unbreak build outside of Linux. (#20787)

DescTools does not require X during build, so remove it from that list.


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


[Nix-commits] [NixOS/nixpkgs] 1d0fb4: abcl: init at 1.4.0

2016-12-13 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1d0fb40af004a760996780548e6872941fe61d54
  
https://github.com/NixOS/nixpkgs/commit/1d0fb40af004a760996780548e6872941fe61d54
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
A pkgs/development/compilers/abcl/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  abcl: init at 1.4.0


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


[Nix-commits] [NixOS/nixpkgs] 140643: jid: init at 0.6.1 (#20923)

2016-12-13 Thread Profpatsch
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 140643be451fa8c5d9c47eac2ca7a3a193ee6efa
  
https://github.com/NixOS/nixpkgs/commit/140643be451fa8c5d9c47eac2ca7a3a193ee6efa
  Author: Profpatsch 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

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

  Log Message:
  ---
  jid: init at 0.6.1 (#20923)


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


[Nix-commits] [NixOS/nixpkgs] 8d9262: inform7: init at 6M62

2016-12-13 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8d926260ef93e20fe66b6e3743a410151a067d4a
  
https://github.com/NixOS/nixpkgs/commit/8d926260ef93e20fe66b6e3743a410151a067d4a
  Author: Susan Potter 
  Date:   2016-12-04 (Sun, 04 Dec 2016)

  Changed paths:
M lib/maintainers.nix
A pkgs/development/compilers/inform7/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  inform7: init at 6M62


  Commit: d43dc3d38bf5aae89de8ba4b3a8f59793da24737
  
https://github.com/NixOS/nixpkgs/commit/d43dc3d38bf5aae89de8ba4b3a8f59793da24737
  Author: Vladimír Čunát 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M lib/maintainers.nix
A pkgs/development/compilers/inform7/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge #20908: inform7: init at 6M62


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


[Nix-commits] [NixOS/nixpkgs] 8c0f47: urbit: 2016-06-02 -> 0.4 (#20922)

2016-12-13 Thread Daniel Brockman
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8c0f4755bd086a8a07c2ff3799273e5b4f7e3699
  
https://github.com/NixOS/nixpkgs/commit/8c0f4755bd086a8a07c2ff3799273e5b4f7e3699
  Author: Daniel Brockman 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M pkgs/misc/urbit/default.nix

  Log Message:
  ---
  urbit: 2016-06-02 -> 0.4 (#20922)


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


[Nix-commits] [NixOS/nix] 818aad: Detect and disallow base32 hash overflow

2016-12-13 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 818aad3ec44473b5b3d08191488c824688653ba1
  
https://github.com/NixOS/nix/commit/818aad3ec44473b5b3d08191488c824688653ba1
  Author: Vladimír Čunát 
  Date:   2016-11-06 (Sun, 06 Nov 2016)

  Changed paths:
M src/libutil/hash.cc

  Log Message:
  ---
  Detect and disallow base32 hash overflow

Example (before this commit):
$ nix-hash --type sha256 --to-base16 
4n0igfxbd3kqvvj2k2xgysrp63l4v2gd110fwkk4apfpm0hvzwh0 \
| xargs nix-hash --type sha256 --to-base32
0n0igfxbd3kqvvj2k2xgysrp63l4v2gd110fwkk4apfpm0hvzwh0

It's a real-life example:
https://github.com/NixOS/nixpkgs/pull/20208/files#r86695567


  Commit: f867f090ed198e0e7f7e2db32b9e282883bf63b7
  
https://github.com/NixOS/nix/commit/f867f090ed198e0e7f7e2db32b9e282883bf63b7
  Author: Shea Levy 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M src/libutil/hash.cc

  Log Message:
  ---
  Merge branch 'base32-overflow' of git://github.com/vcunat/nix


Compare: https://github.com/NixOS/nix/compare/05f907787fdc...f867f090ed19___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] df0792: knot-dns: init at 2.3.3

2016-12-13 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: df07922e3e26ead710bbcabec53f290feb12dd04
  
https://github.com/NixOS/nixpkgs/commit/df07922e3e26ead710bbcabec53f290feb12dd04
  Author: Vladimír Čunát 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
A pkgs/servers/dns/knot-dns/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  knot-dns: init at 2.3.3

Only .lib is tested ATM.


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


[Nix-commits] [NixOS/nixpkgs] f38c53: linux_{4_8, grsec_nixos}: patch to fix build failur...

2016-12-13 Thread Graham Christensen
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f38c5372b506240e9ac89734d3f025c508554f2e
  
https://github.com/NixOS/nixpkgs/commit/f38c5372b506240e9ac89734d3f025c508554f2e
  Author: Graham Christensen 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
A pkgs/os-specific/linux/kernel/multithreaded-rsapubkey-asn1.patch
M pkgs/os-specific/linux/kernel/patches.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  linux_{4_8,grsec_nixos}: patch to fix build failure

crypto/rsa_helper.c:18:28: fatal error: rsapubkey-asn1.h: No such file or 
directory

(cherry picked from commit 7a813d3f6d3b983b67683234fe1fe77afb3d97e5)


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


[Nix-commits] [NixOS/nixpkgs] 7a813d: linux_{4_8, grsec_nixos}: patch to fix build failur...

2016-12-13 Thread Graham Christensen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7a813d3f6d3b983b67683234fe1fe77afb3d97e5
  
https://github.com/NixOS/nixpkgs/commit/7a813d3f6d3b983b67683234fe1fe77afb3d97e5
  Author: Graham Christensen 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
A pkgs/os-specific/linux/kernel/multithreaded-rsapubkey-asn1.patch
M pkgs/os-specific/linux/kernel/patches.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  linux_{4_8,grsec_nixos}: patch to fix build failure

crypto/rsa_helper.c:18:28: fatal error: rsapubkey-asn1.h: No such file or 
directory


  Commit: 01d022e16b0ec28cf531d6280781248238a2eda1
  
https://github.com/NixOS/nixpkgs/commit/01d022e16b0ec28cf531d6280781248238a2eda1
  Author: Graham Christensen 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
A pkgs/os-specific/linux/kernel/multithreaded-rsapubkey-asn1.patch
M pkgs/os-specific/linux/kernel/patches.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #21118 from grahamc/fix-rsa-build-failure

linux_{4_8,grsec_nixos}: patch to fix build failure


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


[Nix-commits] [NixOS/nixpkgs] 64a64c: grsecurity test: refactoring

2016-12-13 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 64a64c6b14d6556b46266c25fa9acb11c99fc033
  
https://github.com/NixOS/nixpkgs/commit/64a64c6b14d6556b46266c25fa9acb11c99fc033
  Author: Joachim Fasting 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M nixos/tests/grsecurity.nix

  Log Message:
  ---
  grsecurity test: refactoring


  Commit: 33088accc814a139cdcb2f44018da6dba2ac056f
  
https://github.com/NixOS/nixpkgs/commit/33088accc814a139cdcb2f44018da6dba2ac056f
  Author: Joachim Fasting 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M nixos/modules/services/games/terraria.nix

  Log Message:
  ---
  terraria service: fix tmux output

tmux.bin was removed in 5535d9439415454abe00589bd7575b61e7fbb8db

Use `lib.getBin` to be more robust to future changes.


  Commit: d893c86b34680fc4de04b8df05c84dc91c401ab0
  
https://github.com/NixOS/nixpkgs/commit/d893c86b34680fc4de04b8df05c84dc91c401ab0
  Author: Joachim Fasting 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M nixos/modules/services/games/terraria.nix

  Log Message:
  ---
  terraria service: fixup worldPath option type

Otherwise, using the defaults results in a type error.


  Commit: d918c80e133d00693973fb15ae12b6fd0b2d7a5c
  
https://github.com/NixOS/nixpkgs/commit/d918c80e133d00693973fb15ae12b6fd0b2d7a5c
  Author: Joachim Fasting 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

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

  Log Message:
  ---
  grsecurity: disable verbose initify

Not as useful/informative as I had hoped.


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


[Nix-commits] [NixOS/nixpkgs] c1d60d: youtube-dl: 2016.12.01 -> 2016.12.12 (#21122)

2016-12-13 Thread Stefan Goetz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c1d60d8c1e23dc5ad1bc85df561e615bcb2bb0cf
  
https://github.com/NixOS/nixpkgs/commit/c1d60d8c1e23dc5ad1bc85df561e615bcb2bb0cf
  Author: Stefan Goetz 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M pkgs/tools/misc/youtube-dl/default.nix

  Log Message:
  ---
  youtube-dl: 2016.12.01 -> 2016.12.12 (#21122)


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


[Nix-commits] [NixOS/nixpkgs] 2bcd41: buildPythonPackage: install builds reproducibly

2016-12-13 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2bcd41b9ffc629c7c9df402b7a39700340fdf52e
  
https://github.com/NixOS/nixpkgs/commit/2bcd41b9ffc629c7c9df402b7a39700340fdf52e
  Author: Frederik Rietdijk 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M pkgs/development/interpreters/python/build-python-package-common.nix

  Log Message:
  ---
  buildPythonPackage: install builds reproducibly

Without --build a temporary directory is created to unpack the wheel in.
We now set a directory instead.


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


[Nix-commits] [NixOS/nixpkgs] d6f108: opencv3: pull patches only if necessary

2016-12-13 Thread viric
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d6f1081314e0ea341bd237e9064e94a1b5ce874a
  
https://github.com/NixOS/nixpkgs/commit/d6f1081314e0ea341bd237e9064e94a1b5ce874a
  Author: Matthew Daiter 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M pkgs/development/libraries/opencv/3.x.nix

  Log Message:
  ---
  opencv3: pull patches only if necessary


  Commit: b1c20ad384ddc1cd720fb9619a748506815167b0
  
https://github.com/NixOS/nixpkgs/commit/b1c20ad384ddc1cd720fb9619a748506815167b0
  Author: viric 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M pkgs/development/libraries/opencv/3.x.nix

  Log Message:
  ---
  Merge pull request #21116 from mdaiter/cudaOpenCVIf

opencv3: pull patches only if necessary


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


Re: [Nix-dev] Reproducibility testing in Hydra

2016-12-13 Thread Freddy Rietdijk
That is a very nice improvement, thanks!

Is there a command line tool for checking whether a derivation is
reproducible? And when requested generate the diffoscoe output. That would
be very convenient to have!

Regarding pip. I think we need to use the --build flag to explicitly set a
build location.
http://pip.readthedocs.io/en/stable/reference/pip_install/#cmdoption-b
Testing right now.





On Tue, Dec 13, 2016 at 2:15 PM, stewart mackenzie 
wrote:

> Massive achievement! Congrats to all involved!
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] Reproducibility testing in Hydra

2016-12-13 Thread stewart mackenzie
Massive achievement! Congrats to all involved!
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-dev] Reproducibility testing in Hydra

2016-12-13 Thread Eelco Dolstra
Hi,

On the occasion of the second Reproducible Builds workshop currently taking
place in Berlin [1], I'm happy to announce that Hydra is now capable of
repeating builds in order to test for certain types of binary reproducibility
problems. Hydra can now be configured to run every build step in a jobset
multiple times, comparing the result. If the result differs between rounds, the
build step will still succeed, but the step will be marked as "Succeeded with
non-deterministic result". (Thus reverse dependencies can still proceed.) For
example:

  http://hydra.nixos.org/build/44628665#tabs-buildsteps

Furthermore, if there is a difference between rounds, diffoscope (a tool for
comparing arbitrary directory trees [2]) is run on the the resulting store
paths. For example, here is the build log for Samba:

  http://hydra.nixos.org/build/44628691/nixlog/2/raw

The diffoscope output is at the end (starting at "diff with previous round"),
showing that Samba stores a timestamp in lib/samba/libsmbd-base-samba4.so.

Similarly, here is the log for python-urllib3:

  http://hydra.nixos.org/build/44713633/nixlog/4/raw

This shows that the pip build tool uses a random temporary directory, which ends
up in .pyc files. (This affects almost 1800 packages.)

Currently, out of 36550 build steps in a full NixOS evaluation, only 4699
(12.8%) were detected as non-deterministic. (Note that Hydra can only detect the
presence of non-determinism, not its absence). Here is the full list:

  http://nixos.org/~eelco/tmp/nondeterministic-build-steps.txt

Currently only the nixos:reproducibility jobset runs build steps multiple times
(twice, to be precise).

[1] https://reproducible-builds.org/events/berlin2016/
[2] https://diffoscope.org/

-- 
Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] cbdc94: buildGoPackage: remove go version from name (#2111...

2016-12-13 Thread zimbatm
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cbdc94f2b7798ac4b2c0f1b564607e64a03996d2
  
https://github.com/NixOS/nixpkgs/commit/cbdc94f2b7798ac4b2c0f1b564607e64a03996d2
  Author: zimbatm 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

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

  Log Message:
  ---
  buildGoPackage: remove go version from name (#2)

As a user installing the program it's not interesting what go version it
was compiled against. Not more interesting than any other potential
dependencies. It also makes it harder to install or update the package.


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


[Nix-commits] [NixOS/nixops] 68e766: Delay chown of keys until user/group both exist

2016-12-13 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: 68e76642aaf7145edc7072402646cc91271147fb
  
https://github.com/NixOS/nixops/commit/68e76642aaf7145edc7072402646cc91271147fb
  Author: Ryan Artecona 
  Date:   2016-10-01 (Sat, 01 Oct 2016)

  Changed paths:
M nix/keys.nix
M nixops/backends/__init__.py

  Log Message:
  ---
  Delay chown of keys until user/group both exist

Instead of chowning keys to their user/group every time they are sent,
only attempt the chown during send-keys if the user and group both
exist, and again do a chown during activation after the users and groups
have been created.

One result is that if a key and its user and/or group are to be created
in the same `nixops deploy`, the key will first be uploaded and owned
by root:root, then chmod'd, then late in activation the key will be
chowned to the newly created user/group. This includes a node's first
deploy, when it has neither keys nor users/groups.

Another result is that between send-keys and the next deploy (often,
but not necessarily, in the same `nixops deploy`), a key may
have its permissions set as configured, but _not_ be owned by the
configured user/group (instead root:root), which is presumed safe.

fixes #362, fixes #232


  Commit: 5308d265438249df6ef51e49a8d8d9fb8833471c
  
https://github.com/NixOS/nixops/commit/5308d265438249df6ef51e49a8d8d9fb8833471c
  Author: Ryan Artecona 
  Date:   2016-10-01 (Sat, 01 Oct 2016)

  Changed paths:
M nix/keys.nix

  Log Message:
  ---
  Add service per key to track key dependencies

If a user service wants to block until `deployment.keys.mysecret` exists
to start up, it can now do so by adding `"mysecret-key.service"` to
its `requires` and `after` lists.


  Commit: d7081e5a6e8e1565ac082a2e391c70496a50f7e6
  
https://github.com/NixOS/nixops/commit/d7081e5a6e8e1565ac082a2e391c70496a50f7e6
  Author: Ryan Artecona 
  Date:   2016-10-02 (Sun, 02 Oct 2016)

  Changed paths:
M doc/manual/nixops.xml
M doc/manual/overview.xml
M nix/keys.nix

  Log Message:
  ---
  Document `deployment.keys` and friends everywhere


  Commit: ae4fcb56e5aafe331feca9a0ed70c15a6435834b
  
https://github.com/NixOS/nixops/commit/ae4fcb56e5aafe331feca9a0ed70c15a6435834b
  Author: Domen Kožar 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M doc/manual/nixops.xml
M doc/manual/overview.xml
M nix/keys.nix
M nixops/backends/__init__.py

  Log Message:
  ---
  Merge pull request #400 from ryanartecona/user-friendly-keys

Allow new keys & users/groups to be created in the same deploy


Compare: https://github.com/NixOS/nixops/compare/322e85fe268e...ae4fcb56e5aa___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 50466c: buildbot: 0.9.0rc4 -> 0.9.0.post1

2016-12-13 Thread Fernando J Pando
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 50466c2d4feca9eee52815eebb30ab6c62dc4deb
  
https://github.com/NixOS/nixpkgs/commit/50466c2d4feca9eee52815eebb30ab6c62dc4deb
  Author: Fernando J Pando 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/services/continuous-integration/buildbot/master.nix
M pkgs/development/tools/build-managers/buildbot/default.nix
M pkgs/development/tools/build-managers/buildbot/plugins.nix
M pkgs/development/tools/build-managers/buildbot/worker.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  buildbot: 0.9.0rc4 -> 0.9.0.post1

- updates buildbot to version 9 release
- adds nixos configuration module
- fixes buildbot-www package deps
- re-hardcode path to tail
- builbot configuration via module vars

fixes #19759


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


[Nix-commits] [NixOS/nixops] 9b382b: nix/ssh-tunnel: Prevent IPv6 address generation

2016-12-13 Thread Rob Vermaas
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: 9b382b10d7d861f1dfc9ce88db7bd80d54b7553b
  
https://github.com/NixOS/nixops/commit/9b382b10d7d861f1dfc9ce88db7bd80d54b7553b
  Author: aszlig 
  Date:   2016-09-22 (Thu, 22 Sep 2016)

  Changed paths:
M nix/ssh-tunnel.nix

  Log Message:
  ---
  nix/ssh-tunnel: Prevent IPv6 address generation

This is a regression with kernel versions 4.5 or later which causes a
SSH tunnel to drop packets within the receiving end of the OpenSSH
server loop, more exactly: They don't get reinserted into the tun device
after being received via the encrypted stream.

A strace of two ICMPv4 packets coming in (FD 3 is the encrypted socket):

read(3, "Mp-\v[\t\300"..., 16384) = 124
select(14, [3 5 8], [], NULL, NULL) = 1 (in [3])
read(3, "jm\17t\222"..., 16384) = 124
select(14, [3 5 8], [], NULL, NULL) = 1 (in [3])

I haven't found the exact culprit on why OpenSSH doesn't send the packet
back into the tun device, but after countless hours of debugging and
doing a bisect against the kernel, I found that the commit which causes
the regression is torvalds/linux@cc9da6cc4f56e05cc9e591459fe0192727ff58b3.

The bug has already been reported upstream at:

https://bugzilla.kernel.org/show_bug.cgi?id=121131

While the final fix for this issue is still not clear on the kernel
front, we can do our own part to mitigate this:

We don't use IPv6 for SSH tunnels anyway, so we can safely disable IPv6
address autogeneration for them.

I've switched to iproute instead of nettools because it allows for more
fine-grained control (setting addrgenmode with ifconfing is not possible
AFAIK).

Also, I've linked the commands via && instead of using semicolons to
ensure that we get a unit failure if one of the commands along the chain
should fail.

Signed-off-by: aszlig 


  Commit: 322e85fe268e4d4bbd5ce739f47299fdbc5ee0c3
  
https://github.com/NixOS/nixops/commit/322e85fe268e4d4bbd5ce739f47299fdbc5ee0c3
  Author: Rob Vermaas 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M nix/ssh-tunnel.nix

  Log Message:
  ---
  Merge pull request #508 from aszlig/fix-ssh-tunnels-with-kernel-4.5

nix/ssh-tunnel: Prevent IPv6 address generation


Compare: https://github.com/NixOS/nixops/compare/6f298b6d8ec3...322e85fe268e___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 9eac66: sisco.lv2: init at 0.7.0 (#20868)

2016-12-13 Thread Alexander Kahl
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9eac665cd2d219194c9f5a5f9ec46822dd168d3b
  
https://github.com/NixOS/nixpkgs/commit/9eac665cd2d219194c9f5a5f9ec46822dd168d3b
  Author: Alexander Kahl 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M lib/maintainers.nix
A pkgs/applications/audio/sisco.lv2/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  sisco.lv2: init at 0.7.0 (#20868)

* sisco.lv2: init at 0.7.0

Also added maintainer `e-user`

* Use fetchFromGitHub and adapt accordingly

* Use `version` instead of `src.rev` in name


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


[Nix-commits] [NixOS/nixops] e73c4e: Move has_really_fast_connection() to Nix

2016-12-13 Thread Rob Vermaas
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: e73c4eefe02142bcc5ca3fe99abf854094e704db
  
https://github.com/NixOS/nixops/commit/e73c4eefe02142bcc5ca3fe99abf854094e704db
  Author: Domen Kožar 
  Date:   2016-12-11 (Sun, 11 Dec 2016)

  Changed paths:
M nix/eval-machine-info.nix
M nix/libvirtd.nix
M nix/options.nix
M nix/virtualbox.nix
M nixops/backends/__init__.py
M nixops/backends/hetzner.py
M nixops/backends/libvirtd.py
M nixops/backends/virtualbox.py

  Log Message:
  ---
  Move has_really_fast_connection() to Nix

deployment.hasFastConnection can now be set via Nix, as the default
value provided by the backend can't always be suited for all
networking configurations.


  Commit: 6f298b6d8ec3c72fcb10c3b9e88e30ec3aab546f
  
https://github.com/NixOS/nixops/commit/6f298b6d8ec3c72fcb10c3b9e88e30ec3aab546f
  Author: Rob Vermaas 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M nix/eval-machine-info.nix
M nix/libvirtd.nix
M nix/options.nix
M nix/virtualbox.nix
M nixops/backends/__init__.py
M nixops/backends/hetzner.py
M nixops/backends/libvirtd.py
M nixops/backends/virtualbox.py

  Log Message:
  ---
  Merge pull request #566 from NixOS/deployment.hasFastConnection

Move has_really_fast_connection() to Nix (deployment.hasFastConnection)


Compare: https://github.com/NixOS/nixops/compare/8b4a1f16bd36...6f298b6d8ec3___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixops] 8b4a1f: D'oh...

2016-12-13 Thread Rob Vermaas
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: 8b4a1f16bd36b91233ecf8291d0c863057486bd2
  
https://github.com/NixOS/nixops/commit/8b4a1f16bd36b91233ecf8291d0c863057486bd2
  Author: Rob Vermaas 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M nixops/deployment.py

  Log Message:
  ---
  D'oh...


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


[Nix-commits] [NixOS/nixops] 2bb620: Add --keep-days to clean-backups command. Fixes #2...

2016-12-13 Thread Rob Vermaas
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: 2bb62058e4dcb49e8947b1065c457c37e9fc03b2
  
https://github.com/NixOS/nixops/commit/2bb62058e4dcb49e8947b1065c457c37e9fc03b2
  Author: Rob Vermaas 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M nixops/deployment.py
M scripts/nixops

  Log Message:
  ---
  Add --keep-days to clean-backups command. Fixes #216.


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


[Nix-commits] [NixOS/nixops] f60ee2: Small fix for generate-ec2-properties.py

2016-12-13 Thread Rob Vermaas
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: f60ee2273f4cb5ed970b2bd75f6fde9989791b82
  
https://github.com/NixOS/nixops/commit/f60ee2273f4cb5ed970b2bd75f6fde9989791b82
  Author: Rob Vermaas 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M nix/generate-ec2-properties.py

  Log Message:
  ---
  Small fix for generate-ec2-properties.py


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


[Nix-commits] [NixOS/nixpkgs] fd2cf1: openjdk-darwin: Fix libfreetype path (#21089)

2016-12-13 Thread Matthew Justin Bauer
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fd2cf186b0012c0d7a941d1984b987ddb87cf95d
  
https://github.com/NixOS/nixpkgs/commit/fd2cf186b0012c0d7a941d1984b987ddb87cf95d
  Author: Matthew Justin Bauer 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M pkgs/development/compilers/openjdk-darwin/8.nix
M pkgs/development/compilers/openjdk-darwin/default.nix

  Log Message:
  ---
  openjdk-darwin: Fix libfreetype path (#21089)

The freetype path was not working. This fixes it to use the nix
freetype version with install_name_tool.


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


[Nix-commits] [NixOS/nixpkgs] fa613c: gnome3*.devhelp: add missing gschemas

2016-12-13 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fa613c7dddff41c1f588c65e891e766a127ee732
  
https://github.com/NixOS/nixpkgs/commit/fa613c7dddff41c1f588c65e891e766a127ee732
  Author: Vladimír Čunát 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M pkgs/desktops/gnome-3/3.20/devtools/devhelp/default.nix
M pkgs/desktops/gnome-3/3.22/devtools/devhelp/default.nix

  Log Message:
  ---
  gnome3*.devhelp: add missing gschemas

Otherwise it would crash when starting; fixes #21094.


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