Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 79d216b8f4f1881a99b00dfca2f84e3d735edcd9
      
https://github.com/NixOS/nixpkgs/commit/79d216b8f4f1881a99b00dfca2f84e3d735edcd9
  Author: Joachim Fasting <joach...@fastmail.fm>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

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

  Log Message:
  -----------
  cjdns service: whitespace cleanup


  Commit: afe67f28a31484b4a33e8a2f9126ebc19d8a1809
      
https://github.com/NixOS/nixpkgs/commit/afe67f28a31484b4a33e8a2f9126ebc19d8a1809
  Author: Joachim Fasting <joach...@fastmail.fm>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

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

  Log Message:
  -----------
  cjdns service: use cfg.enable shortcut


  Commit: 5fba586650464528d5be247f29eef3fc05950ba5
      
https://github.com/NixOS/nixpkgs/commit/5fba586650464528d5be247f29eef3fc05950ba5
  Author: Joachim Fasting <joach...@fastmail.fm>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

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

  Log Message:
  -----------
  cjdns service: better types

- types.string -> str, string is deprecated
- change type of confFile option to nullOr path, makes more sense


  Commit: e94bd6f31dc6b551b28b479a992564d837e28b95
      
https://github.com/NixOS/nixpkgs/commit/e94bd6f31dc6b551b28b479a992564d837e28b95
  Author: Joachim Fasting <joach...@fastmail.fm>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

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

  Log Message:
  -----------
  cjdns service: protect /home and /tmp


  Commit: 9654e09b5a4bd44ecf16f8c435afa834a76ef2b1
      
https://github.com/NixOS/nixpkgs/commit/9654e09b5a4bd44ecf16f8c435afa834a76ef2b1
  Author: Joachim Fasting <joach...@fastmail.fm>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

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

  Log Message:
  -----------
  cjdns service: ensure that generated passwd has requested length

`head -cNUM ... | tr -dc SET` might generate output containing fewer
than NUM characters.  Given the limited alphabet, this could result in a
fairly weak passphrase. The construction `tr </dev/urandom | head
-cNUM`, however, is sure to give us the full `NUM`.


  Commit: 8180922d236c53b5e09cfe1b63f6c12977bb2803
      
https://github.com/NixOS/nixpkgs/commit/8180922d236c53b5e09cfe1b63f6c12977bb2803
  Author: Joachim Fasting <joach...@fastmail.fm>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    R nixos/modules/services/networking/cjdns-hosts.sh
    M nixos/modules/services/networking/cjdns.nix

  Log Message:
  -----------
  cjdns service: refactor cjdns hosts builder

The old version would export two lists to a bash builder and do pairwise
processing on the bash side.  In the new version we instead generate a
logic free builder on the Nix side. This is not only conceptually
simpler but reduces the amount of code and intermediate values.


  Commit: 1da6dd3eeeb5487ee56a84db1800272f62599c0f
      
https://github.com/NixOS/nixpkgs/commit/1da6dd3eeeb5487ee56a84db1800272f62599c0f
  Author: Joachim F <joach...@users.noreply.github.com>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    R nixos/modules/services/networking/cjdns-hosts.sh
    M nixos/modules/services/networking/cjdns.nix

  Log Message:
  -----------
  Merge pull request #19875 from joachifm/cjdns-for-upstream

Cjdns module enhancments


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

Reply via email to