Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0c9512d263145800206db5aa49a53bd42a9b8a27
      
https://github.com/NixOS/nixpkgs/commit/0c9512d263145800206db5aa49a53bd42a9b8a27
  Author: Rodney Lorrimar <d...@rodney.id.au>
  Date:   2017-04-22 (Sat, 22 Apr 2017)

  Changed paths:
    M nixos/modules/services/misc/gogs.nix

  Log Message:
  -----------
  gogs service: fix encoding of secret key

I was getting a secret key like this:

  [security]
  SECRET_KEY = 7X

Use coreutils base64 instead to get the full 256 bits of randomness.


  Commit: 79d52bc26cda44ea0e7d947cdc032b7eed9ee959
      
https://github.com/NixOS/nixpkgs/commit/79d52bc26cda44ea0e7d947cdc032b7eed9ee959
  Author: Rodney Lorrimar <d...@rodney.id.au>
  Date:   2017-04-22 (Sat, 22 Apr 2017)

  Changed paths:
    M nixos/modules/services/misc/gogs.nix

  Log Message:
  -----------
  gogs service: don't copy database password to nix store

Relevant to #24288


  Commit: cfa1faa37c808f0a63093b1af8e03b6624b68872
      
https://github.com/NixOS/nixpkgs/commit/cfa1faa37c808f0a63093b1af8e03b6624b68872
  Author: Rodney Lorrimar <d...@rodney.id.au>
  Date:   2017-04-22 (Sat, 22 Apr 2017)

  Changed paths:
    M nixos/modules/services/misc/gogs.nix

  Log Message:
  -----------
  gogs service: chmod 440 config file

Directory which contains the config file /var/lib/gogs already
has mode 700 but users are liable to change these things.


  Commit: 0e90a05a526be87ecf8c3d8d3849bd42d1cd4539
      
https://github.com/NixOS/nixpkgs/commit/0e90a05a526be87ecf8c3d8d3849bd42d1cd4539
  Author: Rodney Lorrimar <d...@rodney.id.au>
  Date:   2017-04-23 (Sun, 23 Apr 2017)

  Changed paths:
    M nixos/modules/services/misc/gogs.nix

  Log Message:
  -----------
  gogs service: generate the secret key only once, then reuse


  Commit: ced172010ac7ddee063a55c67da4cd6b443d02cb
      
https://github.com/NixOS/nixpkgs/commit/ced172010ac7ddee063a55c67da4cd6b443d02cb
  Author: Rodney Lorrimar <d...@rodney.id.au>
  Date:   2017-04-23 (Sun, 23 Apr 2017)

  Changed paths:
    M nixos/modules/services/misc/gogs.nix

  Log Message:
  -----------
  gogs service: add option for enabling "secure" cookies


  Commit: 036e0f114a83da8b90c620677d14fc8d0e05f64d
      
https://github.com/NixOS/nixpkgs/commit/036e0f114a83da8b90c620677d14fc8d0e05f64d
  Author: Jörg Thalheim <mi...@users.noreply.github.com>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
    M nixos/modules/services/misc/gogs.nix

  Log Message:
  -----------
  gogs: improve cookieSecure documentation


  Commit: 938fbf6873b66787373bc95512d943ba51c2c9b3
      
https://github.com/NixOS/nixpkgs/commit/938fbf6873b66787373bc95512d943ba51c2c9b3
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
    M nixos/modules/services/misc/gogs.nix

  Log Message:
  -----------
  Merge pull request #25116 from rvl/gogs

Gogs service password handling improvements


Compare: https://github.com/NixOS/nixpkgs/compare/9eeaa70dd1a8...938fbf6873b6
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to