[Nix-commits] [NixOS/nixpkgs] 251b9c: nginx service: add commonHttpConfig option

2017-03-21 Thread Frederik Rietdijk
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 251b9ca0e77963c48d9c198cec964f7a1cd91d4a
  
https://github.com/NixOS/nixpkgs/commit/251b9ca0e77963c48d9c198cec964f7a1cd91d4a
  Author: Susan Potter 
  Date:   2017-02-28 (Tue, 28 Feb 2017)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix
A nixos/tests/nginx.nix

  Log Message:
  ---
  nginx service: add commonHttpConfig option


  Commit: b052a3629463f2f064a0a3da50dbebd73b587651
  
https://github.com/NixOS/nixpkgs/commit/b052a3629463f2f064a0a3da50dbebd73b587651
  Author: Profpatsch 
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
M lib/trivial.nix

  Log Message:
  ---
  lib/trivial: expand function docs


  Commit: 918f33110425c1a82234b8718ea22753b932d6f6
  
https://github.com/NixOS/nixpkgs/commit/918f33110425c1a82234b8718ea22753b932d6f6
  Author: rnhmjoj 
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
M pkgs/applications/networking/browsers/firefox/default.nix

  Log Message:
  ---
  firefox: reenable ALSA backend


  Commit: 4defb788ebec831f6a868f46b969755d7754cc4f
  
https://github.com/NixOS/nixpkgs/commit/4defb788ebec831f6a868f46b969755d7754cc4f
  Author: Peter Jones 
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
M nixos/modules/services/mail/rmilter.nix

  Log Message:
  ---
  rmilter service: Fix a couple of bugs

  * The module uses `stringSplit` but it should be `splitString`

  * `rmilter` doesn't actually support binding to multiple sockets.
Therefore, bind to the last one specified if `socketActivation` is
`false`.

I also believe there is a bug in this module related to systemd
`ListenStream`.  If `socketActivation` is true, Postfix gets
connection timeouts trying to connect to one of the `ListenStream`
inet addresses.  I don't know enough about `ListenStream` passing
connections on to `fd:3` to understand what's going on.

These changes are in production (with `socketActivation = false`) via NixOps.


  Commit: 8ab2d2ee27b84bfeb2e2077e87f5ccc7b0d129fe
  
https://github.com/NixOS/nixpkgs/commit/8ab2d2ee27b84bfeb2e2077e87f5ccc7b0d129fe
  Author: Franz Pletz 
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
M nixos/doc/manual/release-notes/rl-1703.xml
M nixos/modules/rename.nix
M nixos/modules/services/mail/rmilter.nix

  Log Message:
  ---
  rmilter service: support only one socket


  Commit: 00239ce8e9baeef0ea55fd0995a55e0b15a25ac9
  
https://github.com/NixOS/nixpkgs/commit/00239ce8e9baeef0ea55fd0995a55e0b15a25ac9
  Author: Franz Pletz 
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
M nixos/modules/services/mail/rmilter.nix
M nixos/modules/services/mail/rspamd.nix

  Log Message:
  ---
  rmilter/rspamd service: tighten unix socket permissions


  Commit: cb9ff8bfa73fdfa1a38b609e878a52650dfdb682
  
https://github.com/NixOS/nixpkgs/commit/cb9ff8bfa73fdfa1a38b609e878a52650dfdb682
  Author: Profpatsch 
  Date:   2017-03-19 (Sun, 19 Mar 2017)

  Changed paths:
M lib/lists.nix

  Log Message:
  ---
  lib/lists: rename fold to foldr & improve fold docs

In order to better distinguish foldr from foldl the default name is changed to
foldr, but fold is still a synonym.

Additionally the docs are improved and examples added.


  Commit: 4f1d977877b5477d84ca1204ec7a3f87d6bbf871
  
https://github.com/NixOS/nixpkgs/commit/4f1d977877b5477d84ca1204ec7a3f87d6bbf871
  Author: Profpatsch 
  Date:   2017-03-19 (Sun, 19 Mar 2017)

  Changed paths:
M lib/tests.nix

  Log Message:
  ---
  lib/tests: add more tests for fold functions

Also the invocation of tests is documented.


  Commit: 501d9c71861b3797b96000a9ab83e32a6bd8d9e0
  
https://github.com/NixOS/nixpkgs/commit/501d9c71861b3797b96000a9ab83e32a6bd8d9e0
  Author: romildo 
  Date:   2017-03-19 (Sun, 19 Mar 2017)

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

  Log Message:
  ---
  lumina: fix kwindowsystem and oxygen-icons5 attributes


  Commit: addffa41b4bd8db87c67fa999d1c1b3f1b168ef4
  
https://github.com/NixOS/nixpkgs/commit/addffa41b4bd8db87c67fa999d1c1b3f1b168ef4
  Author: Tuomas Tynkkynen 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/os-specific/linux/kmscube/default.nix

  Log Message:
  ---
  kmscube: 2016-09-19 -> 2017-03-19


  Commit: 031332ca9d864528ac1f0c75121b4be4a911e2f8
  
https://github.com/NixOS/nixpkgs/commit/031332ca9d864528ac1f0c75121b4be4a911e2f8
  Author: Florent Becker 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  

[Nix-commits] [NixOS/nixpkgs] 251b9c: nginx service: add commonHttpConfig option

2017-03-20 Thread Franz Pletz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 251b9ca0e77963c48d9c198cec964f7a1cd91d4a
  
https://github.com/NixOS/nixpkgs/commit/251b9ca0e77963c48d9c198cec964f7a1cd91d4a
  Author: Susan Potter 
  Date:   2017-02-28 (Tue, 28 Feb 2017)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix
A nixos/tests/nginx.nix

  Log Message:
  ---
  nginx service: add commonHttpConfig option


  Commit: fff8cc79df5aa26e935f8ee30c06ef79368ad5dc
  
https://github.com/NixOS/nixpkgs/commit/fff8cc79df5aa26e935f8ee30c06ef79368ad5dc
  Author: Franz Pletz 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix
A nixos/tests/nginx.nix

  Log Message:
  ---
  Merge pull request #23279 from mbbx6spp/make-nginx-module-less-gross

nginx service: add commonHttpConfig option


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