Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7ad6dac43b5e152957f5b438fbf896af00173ee3
      
https://github.com/NixOS/nixpkgs/commit/7ad6dac43b5e152957f5b438fbf896af00173ee3
  Author: Philip Potter <[email protected]>
  Date:   2015-03-16 (Mon, 16 Mar 2015)

  Changed paths:
    M nixos/modules/services/web-servers/apache-httpd/owncloud.nix

  Log Message:
  -----------
  owncloud: don't store plaintext adminPassword in nix store

Rather than using openssl to hash the password at build time, and hence
leaving the plaintext password world-readable in the nix store, we can
instead hash the password in the nix expression itself using
builtins.hashString.


  Commit: c91ccb4b9c275b2cfc35c2c26231aadaf0e0b218
      
https://github.com/NixOS/nixpkgs/commit/c91ccb4b9c275b2cfc35c2c26231aadaf0e0b218
  Author: lethalman <[email protected]>
  Date:   2015-03-17 (Tue, 17 Mar 2015)

  Changed paths:
    M nixos/modules/services/web-servers/apache-httpd/owncloud.nix

  Log Message:
  -----------
  Merge pull request #6842 from philandstuff/hash-owncloud-admin-password

owncloud: don't store plaintext adminPassword in nix store


Compare: https://github.com/NixOS/nixpkgs/compare/ccd693bb7cb5...c91ccb4b9c27
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to