Branch: refs/heads/peter_stable
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7ddbcc3236bb48f54e69ebfd97413537a1a163eb
      
https://github.com/NixOS/nixpkgs/commit/7ddbcc3236bb48f54e69ebfd97413537a1a163eb
  Author: Peter Hoeg <[email protected]>
  Date:   2017-02-22 (Wed, 22 Feb 2017)

  Changed paths:
    M nixos/modules/services/networking/ssh/sshd.nix

  Log Message:
  -----------
  ssh: deprecate use of old DSA keys

They are not safe and shouldn't be used.


  Commit: 22df3e2ea0dde6e21a48798f6b8aec5230d621d3
      
https://github.com/NixOS/nixpkgs/commit/22df3e2ea0dde6e21a48798f6b8aec5230d621d3
  Author: Peter Hoeg <[email protected]>
  Date:   2017-02-22 (Wed, 22 Feb 2017)

  Changed paths:
    M pkgs/os-specific/linux/microcode/intel.nix

  Log Message:
  -----------
  microcode-intel: 20160714 -> 20161104


  Commit: 0c14c67a0583ec867814705e38a592b5c050f013
      
https://github.com/NixOS/nixpkgs/commit/0c14c67a0583ec867814705e38a592b5c050f013
  Author: Peter Hoeg <[email protected]>
  Date:   2017-02-22 (Wed, 22 Feb 2017)

  Changed paths:
    M nixos/modules/config/nsswitch.nix

  Log Message:
  -----------
  /etc/hosts and /etc/nsswitch.conf cleanups


  Commit: 8b6a7aac0cfe9562ec244519a864389db9a85a46
      
https://github.com/NixOS/nixpkgs/commit/8b6a7aac0cfe9562ec244519a864389db9a85a46
  Author: Peter Hoeg <[email protected]>
  Date:   2017-02-22 (Wed, 22 Feb 2017)

  Changed paths:
    M nixos/modules/system/boot/systemd.nix

  Log Message:
  -----------
  support user config


  Commit: bb3eda5b7a60428af8f932cf96aff3d380cd9c8b
      
https://github.com/NixOS/nixpkgs/commit/bb3eda5b7a60428af8f932cf96aff3d380cd9c8b
  Author: Peter Hoeg <[email protected]>
  Date:   2017-02-22 (Wed, 22 Feb 2017)

  Changed paths:
    M nixos/modules/system/boot/systemd-unit-options.nix
    M nixos/modules/system/boot/systemd.nix

  Log Message:
  -----------
  systemd: add user target support

This allows us to define system user targets in addition to the existing
services, timers and sockets.

Furthermore, we add a top-level configuration keyword:

 - Documentation


  Commit: e62370b3f3ced34a181feae6466a5cc45b692512
      
https://github.com/NixOS/nixpkgs/commit/e62370b3f3ced34a181feae6466a5cc45b692512
  Author: Peter Hoeg <[email protected]>
  Date:   2017-02-22 (Wed, 22 Feb 2017)

  Changed paths:
    M nixos/modules/services/web-servers/phpfpm/default.nix
    M pkgs/development/interpreters/php/default.nix

  Log Message:
  -----------
  php fpm: add systemd support

PHP FPM will now notify systemd when it's done initializing and ready to
serve requests.

Additionally ```systemctl status phpfpm``` will now show statistics such
as:

```
Status: "Processes active: 0, idle: 8, Requests: 0, slow: 0, Traffic: 0req/sec"
```


  Commit: 6a2c520ee186d0f797aa3bff214ca621a9773353
      
https://github.com/NixOS/nixpkgs/commit/6a2c520ee186d0f797aa3bff214ca621a9773353
  Author: Peter Hoeg <[email protected]>
  Date:   2017-02-22 (Wed, 22 Feb 2017)

  Changed paths:
    M nixos/modules/services/web-servers/phpfpm/default.nix

  Log Message:
  -----------
  php-fpm: add reload support

Upstream recommends sending USR2 for a graceful reload.


  Commit: 2565b8d638acca08c630709b7e81961b25351a97
      
https://github.com/NixOS/nixpkgs/commit/2565b8d638acca08c630709b7e81961b25351a97
  Author: Peter Hoeg <[email protected]>
  Date:   2017-02-22 (Wed, 22 Feb 2017)

  Changed paths:
    M nixos/modules/services/torrent/deluge.nix

  Log Message:
  -----------
  deluge module: support specifying open file limit

We also increase the limit to 4096.


  Commit: d09cad6dbe879b9f8a583c8eab3075301be62a7a
      
https://github.com/NixOS/nixpkgs/commit/d09cad6dbe879b9f8a583c8eab3075301be62a7a
  Author: Peter Hoeg <[email protected]>
  Date:   2017-02-22 (Wed, 22 Feb 2017)

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

  Log Message:
  -----------
  user ids


  Commit: 1e331e2d64b343ecb0ee97b6b2f328874240394d
      
https://github.com/NixOS/nixpkgs/commit/1e331e2d64b343ecb0ee97b6b2f328874240394d
  Author: Peter Hoeg <[email protected]>
  Date:   2017-02-22 (Wed, 22 Feb 2017)

  Changed paths:
    M nixos/modules/module-list.nix
    A nixos/modules/services/monitoring/sensu/default.nix
    A nixos/modules/services/monitoring/sensu/sites.nix
    A pkgs/servers/monitoring/sensu-plugins/Gemfile
    A pkgs/servers/monitoring/sensu-plugins/Gemfile.lock
    A pkgs/servers/monitoring/sensu-plugins/default.nix
    A pkgs/servers/monitoring/sensu-plugins/gemset.nix
    M pkgs/servers/monitoring/sensu/Gemfile
    M pkgs/servers/monitoring/sensu/Gemfile.lock
    M pkgs/servers/monitoring/sensu/default.nix
    M pkgs/servers/monitoring/sensu/gemset.nix
    A pkgs/servers/monitoring/sensu/update.sh
    A pkgs/servers/monitoring/uchiwa/bower-packages.nix
    A pkgs/servers/monitoring/uchiwa/bower.json
    A pkgs/servers/monitoring/uchiwa/default.nix
    A pkgs/servers/monitoring/uchiwa/src.nix
    A pkgs/servers/monitoring/uchiwa/update.sh
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  sensu: 0.17.1 -> 0.27

Additionally:

 - uchiwa
 - nixos module


  Commit: 709fa0d4c7ea8c69511fa291ef107675ff7263ca
      
https://github.com/NixOS/nixpkgs/commit/709fa0d4c7ea8c69511fa291ef107675ff7263ca
  Author: Peter Hoeg <[email protected]>
  Date:   2017-02-22 (Wed, 22 Feb 2017)

  Changed paths:
    M nixos/modules/services/x11/desktop-managers/kodi.nix

  Log Message:
  -----------
  nixos: kodi module


Compare: https://github.com/NixOS/nixpkgs/compare/7ddbcc3236bb^...709fa0d4c7ea
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to