Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b5417b3e7720b5a59eea23fa27521d257348ea6f
      
https://github.com/NixOS/nixpkgs/commit/b5417b3e7720b5a59eea23fa27521d257348ea6f
  Author: Kovacsics Robert (NixOS) <[email protected]>
  Date:   2016-10-24 (Mon, 24 Oct 2016)

  Changed paths:
    M pkgs/tools/misc/remind/default.nix

  Log Message:
  -----------
  remind: fix tkremind


  Commit: b85d9003f2dfa32a2a252845a6f304a1cba63c2f
      
https://github.com/NixOS/nixpkgs/commit/b85d9003f2dfa32a2a252845a6f304a1cba63c2f
  Author: A.J.Rouvoet <[email protected]>
  Date:   2016-10-25 (Tue, 25 Oct 2016)

  Changed paths:
    M pkgs/development/libraries/libspatialite/default.nix

  Log Message:
  -----------
  libspatialite: link missing mod_spatialite.dylib

fix #19856


  Commit: 95b95ffc853e343d97f4569b5c4ac0a13cedc0c4
      
https://github.com/NixOS/nixpkgs/commit/95b95ffc853e343d97f4569b5c4ac0a13cedc0c4
  Author: Pierre Radermecker <[email protected]>
  Date:   2016-10-25 (Tue, 25 Oct 2016)

  Changed paths:
    M pkgs/development/haskell-modules/configuration-hackage2nix.yaml

  Log Message:
  -----------
  hackage2nix: add hruby x86_64-linux to hydra


  Commit: c86fe2224e09b2ebb30c98de0b17b72147d7d226
      
https://github.com/NixOS/nixpkgs/commit/c86fe2224e09b2ebb30c98de0b17b72147d7d226
  Author: Joachim Fasting <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M nixos/tests/virtualbox.nix

  Log Message:
  -----------
  virtualbox-{systemd-detect-virt,net-hostonlyif} test: fix dbus socket dir

The test complains[1][2] that

   Failed to start message bus: Failed to bind socket 
"/run/dbus/system_bus_socket": No such file or directory

In 639e5401ff51d4c0075b5ceffcbdbfec64c67db3, the dbus socket dir is set
to `/run/dbus`; in the test vm `/var/run/dbus` is used, but the standard
`/run -> /var/run` link is typically not created until stage 2 init, not
in the minimal init used here.  Thus, dbus fails to run within the test
environment .  Fix by changing `/var/run/dbus` to simply `/run/dbus`.

[1]: https://hydra.nixos.org/build/42534725
[2]: https://hydra.nixos.org/build/42523834


  Commit: 37afc5cda13abfbc2dd838e8a242efca1e4cd68a
      
https://github.com/NixOS/nixpkgs/commit/37afc5cda13abfbc2dd838e8a242efca1e4cd68a
  Author: Joachim Fasting <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

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

  Log Message:
  -----------
  opensmtpd service: serviceConfiguration option as types.lines


  Commit: 946fe73b56779210419bb93f4fcf700b1ec67a21
      
https://github.com/NixOS/nixpkgs/commit/946fe73b56779210419bb93f4fcf700b1ec67a21
  Author: Joachim Fasting <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

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

  Log Message:
  -----------
  opensmtpd service: use explicit pkgs for consistency


  Commit: 3851afc8eb5f3c5d691ec73a370ee26fd0bd385e
      
https://github.com/NixOS/nixpkgs/commit/3851afc8eb5f3c5d691ec73a370ee26fd0bd385e
  Author: Joachim Fasting <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

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

  Log Message:
  -----------
  opensmtpd service: path -> package for option procPackages


  Commit: f24ffc4919ed2cab8e49a85ff038a09c069aa2ca
      
https://github.com/NixOS/nixpkgs/commit/f24ffc4919ed2cab8e49a85ff038a09c069aa2ca
  Author: Joachim Fasting <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

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

  Log Message:
  -----------
  opensmtpd service: require serverConfiguration

If the daemon won't function without a valid config, it makes no sense
to default to an empty config.  Instead, turn that case into a build
failure.


  Commit: ab1e216942a227d00ac8aaad84df6483335b14d1
      
https://github.com/NixOS/nixpkgs/commit/ab1e216942a227d00ac8aaad84df6483335b14d1
  Author: Joachim Fasting <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

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

  Log Message:
  -----------
  opensmtpd service: remove redundant wants network.target

Already part of normal bootup.


  Commit: 070ff88fea1ccbd7a6201afb98923b7d90442f2b
      
https://github.com/NixOS/nixpkgs/commit/070ff88fea1ccbd7a6201afb98923b7d90442f2b
  Author: Tim Steinbach <[email protected]>
  Date:   2016-10-25 (Tue, 25 Oct 2016)

  Changed paths:
    M pkgs/development/compilers/openjdk/8.nix

  Log Message:
  -----------
  openjdk: 8u122-03 -> 8u122-04


  Commit: 0a4374f79c2cee2115624533b9b9c4fa1bdd6cb3
      
https://github.com/NixOS/nixpkgs/commit/0a4374f79c2cee2115624533b9b9c4fa1bdd6cb3
  Author: Travis Whitaker <[email protected]>
  Date:   2016-10-25 (Tue, 25 Oct 2016)

  Changed paths:
    M pkgs/development/libraries/lmdb/default.nix

  Log Message:
  -----------
  lmdb: 0.9.16 -> 0.9.18


  Commit: d9c7a14c6ac80f64b5ac002b8582c7f5e4199a5f
      
https://github.com/NixOS/nixpkgs/commit/d9c7a14c6ac80f64b5ac002b8582c7f5e4199a5f
  Author: Frederik Rietdijk <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M pkgs/misc/drivers/hplip/default.nix

  Log Message:
  -----------
  hplip: use mkPythonDerivation

since hplip is a Python package that doesn't use setuptools. Note that a
setup.py is provided, however, using buildPythonPackage fails.


  Commit: e5ad26e48e7f74435219adf85be97f014a567eda
      
https://github.com/NixOS/nixpkgs/commit/e5ad26e48e7f74435219adf85be97f014a567eda
  Author: Graham Christensen <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M pkgs/development/libraries/libdwarf/default.nix

  Log Message:
  -----------
  libdwarf: 20161001 -> 20161021 for CVE-2016-8679


  Commit: d19b53f8516ca6a52918f5db216bd59a3b69a1aa
      
https://github.com/NixOS/nixpkgs/commit/d19b53f8516ca6a52918f5db216bd59a3b69a1aa
  Author: taku0 <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M 
pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-11/default.nix

  Log Message:
  -----------
  flashplayer: 11.2.202.637 -> 11.2.202.643


  Commit: e9a5cf3f6f532551e9841bcb7c6364ee161be2c8
      
https://github.com/NixOS/nixpkgs/commit/e9a5cf3f6f532551e9841bcb7c6364ee161be2c8
  Author: Tim Steinbach <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M pkgs/os-specific/linux/kernel/linux-testing.nix

  Log Message:
  -----------
  kernel: 4.9-rc1 -> 4.9-rc2


  Commit: 96a3e0092985a39ef52235c69d7b15a1004a5d15
      
https://github.com/NixOS/nixpkgs/commit/96a3e0092985a39ef52235c69d7b15a1004a5d15
  Author: Carl Sverre <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

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

  Log Message:
  -----------
  sysdig: 0.10.0 -> 0.12.0


  Commit: 46dd9dfc520c5840423ddeeb6236b3adcd5863ef
      
https://github.com/NixOS/nixpkgs/commit/46dd9dfc520c5840423ddeeb6236b3adcd5863ef
  Author: Dmitry Kalinkin <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M pkgs/development/interpreters/python/cpython/2.7/default.nix
    M pkgs/development/python-modules/numpy.nix

  Log Message:
  -----------
  numpy: enable numpy.distutils patch only if it's also in distutils

Fixes: 095095c ('python: add C++ compiler support for distutils')


  Commit: e4773819f419618f2247a5226c3390d2fd817859
      
https://github.com/NixOS/nixpkgs/commit/e4773819f419618f2247a5226c3390d2fd817859
  Author: Tim Steinbach <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M pkgs/os-specific/linux/kernel/linux-3.10.nix

  Log Message:
  -----------
  kernel: 3.10.103 -> 3.10.104


  Commit: e5e84ecbbdc2477499626a9815c4ec8c265b18da
      
https://github.com/NixOS/nixpkgs/commit/e5e84ecbbdc2477499626a9815c4ec8c265b18da
  Author: Tim Steinbach <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M pkgs/os-specific/linux/kernel/linux-3.12.nix

  Log Message:
  -----------
  kernel: 3.12.63 -> 3.12.66


  Commit: b02646f93b995dd683681fc6f2c86c056b41a2d0
      
https://github.com/NixOS/nixpkgs/commit/b02646f93b995dd683681fc6f2c86c056b41a2d0
  Author: Tim Steinbach <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M pkgs/os-specific/linux/kernel/linux-3.18.nix

  Log Message:
  -----------
  kernel: 3.18.42 -> 3.18.44


  Commit: 68dd264ccd68b44f24e1fc1850f23a21cd4e8581
      
https://github.com/NixOS/nixpkgs/commit/68dd264ccd68b44f24e1fc1850f23a21cd4e8581
  Author: Tim Steinbach <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M pkgs/tools/filesystems/btrfs-progs/default.nix

  Log Message:
  -----------
  btrfs-progs: 4.6.1 -> 4.8.2


  Commit: da5c6541216dfde2bcfe30c817f913036b2487f3
      
https://github.com/NixOS/nixpkgs/commit/da5c6541216dfde2bcfe30c817f913036b2487f3
  Author: Tim Steinbach <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M pkgs/servers/corosync/default.nix

  Log Message:
  -----------
  corosync: 2.3.4 -> 2.4.1


  Commit: 354811f4bcb802a8032fdbb228ec82d73b15ebe8
      
https://github.com/NixOS/nixpkgs/commit/354811f4bcb802a8032fdbb228ec82d73b15ebe8
  Author: Graham Christensen <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M pkgs/development/libraries/webkitgtk/2.14.nix

  Log Message:
  -----------
  webkitgtk214x: 2.14.0 -> 2.14.1


  Commit: 3e18f4bc2f7d9dc89672a62fc07b071f6f32bcdd
      
https://github.com/NixOS/nixpkgs/commit/3e18f4bc2f7d9dc89672a62fc07b071f6f32bcdd
  Author: Graham Christensen <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M pkgs/desktops/gnome-3/3.20/core/epiphany/default.nix
    M pkgs/desktops/gnome-3/3.20/core/epiphany/src.nix

  Log Message:
  -----------
  epiphany: 3.20.3 -> 3.20.4


  Commit: a2123cc9edf6f4e7bdf24709d50c5932edbd3cc0
      
https://github.com/NixOS/nixpkgs/commit/a2123cc9edf6f4e7bdf24709d50c5932edbd3cc0
  Author: Graham Christensen <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M 
pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-11/default.nix

  Log Message:
  -----------
  Merge pull request #19912 from taku0/flashplayer-11.2.202.643

flashplayer: 11.2.202.637 -> 11.2.202.643 [Critical security fix]


  Commit: 7de987d7bdb7cd2b85a95c76c6f65e5544faf671
      
https://github.com/NixOS/nixpkgs/commit/7de987d7bdb7cd2b85a95c76c6f65e5544faf671
  Author: Graham Christensen <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M pkgs/development/libraries/libdwarf/default.nix

  Log Message:
  -----------
  Merge pull request #19885 from grahamc/libdwarf

libdwarf: 20161001 -> 20161021 for CVE-2016-8679


  Commit: 69e8bac9cd1b605440a28e4cb56a4acf6e2c0103
      
https://github.com/NixOS/nixpkgs/commit/69e8bac9cd1b605440a28e4cb56a4acf6e2c0103
  Author: Graham Christensen <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M pkgs/applications/virtualization/virtualbox/default.nix
    R pkgs/applications/virtualization/virtualbox/libressl.patch
    M pkgs/applications/virtualization/virtualbox/upstream-info.json

  Log Message:
  -----------
  virtualbox: 5.1.6 -> 5.1.8 for many CVEs:

>From LWN:
>From the NVD entries:

CVE-2016-5501: Unspecified vulnerability in the Oracle VM VirtualBox
component before 5.0.28 and 5.1.x before 5.1.8 in Oracle
Virtualization allows local users to affect confidentiality,
integrity, and availability via vectors related to Core, a different
vulnerability than CVE-2016-5538.

CVE-2016-5538: Unspecified vulnerability in the Oracle VM VirtualBox
component before 5.0.28 and 5.1.x before 5.1.8 in Oracle
Virtualization allows local users to affect confidentiality,
integrity, and availability via vectors related to Core, a different
vulnerability than CVE-2016-5501.

CVE-2016-5605: Unspecified vulnerability in the Oracle VM VirtualBox
component before 5.1.4 in Oracle Virtualization allows remote
attackers to affect confidentiality and integrity via vectors related
to VRDE.

CVE-2016-5608: Unspecified vulnerability in the Oracle VM VirtualBox
component before 5.0.28 and 5.1.x before 5.1.8 in Oracle
Virtualization allows local users to affect availability via vectors
related to Core, a different vulnerability than CVE-2016-5613.

CVE-2016-5610: Unspecified vulnerability in the Oracle VM VirtualBox
component before 5.0.28 and 5.1.x before 5.1.8 in Oracle
Virtualization allows local users to affect confidentiality,
integrity, and availability via vectors related to Core.

CVE-2016-5611: Unspecified vulnerability in the Oracle VM VirtualBox
component before 5.0.28 and 5.1.x before 5.1.8 in Oracle
Virtualization allows local users to affect confidentiality via
vectors related to Core.

CVE-2016-5613: Unspecified vulnerability in the Oracle VM VirtualBox
component before 5.0.28 and 5.1.x before 5.1.8 in Oracle
Virtualization allows local users to affect availability via vectors
related to Core, a different vulnerability than CVE-2016-5608.


  Commit: 5465da610d6d663a29f9f4d669b0e6aeac8efa68
      
https://github.com/NixOS/nixpkgs/commit/5465da610d6d663a29f9f4d669b0e6aeac8efa68
  Author: Graham Christensen <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M pkgs/applications/virtualization/virtualbox/default.nix
    R pkgs/applications/virtualization/virtualbox/libressl.patch
    M pkgs/applications/virtualization/virtualbox/upstream-info.json

  Log Message:
  -----------
  Merge pull request #19887 from grahamc/vbox

virtualbox: 5.1.6 -> 5.1.8 for many CVEs:


  Commit: eab3395be3238e7f2f5257a79b6df4ec2baea46b
      
https://github.com/NixOS/nixpkgs/commit/eab3395be3238e7f2f5257a79b6df4ec2baea46b
  Author: Graham Christensen <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M pkgs/development/compilers/openjdk/8.nix

  Log Message:
  -----------
  Merge pull request #19877 from NeQuissimus/openjdk_8u122_04

openjdk: 8u122-03 -> 8u122-04


  Commit: 2c6faf39e68624d524543e30f7dfe7d49063e072
      
https://github.com/NixOS/nixpkgs/commit/2c6faf39e68624d524543e30f7dfe7d49063e072
  Author: Pascal Wittmann <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/servers/corosync/default.nix

  Log Message:
  -----------
  Merge pull request #19915 from NeQuissimus/corosync_2_4_1

corosync: 2.3.4 -> 2.4.1


  Commit: 8f6470f33a8e330c87283447862045d67a5578be
      
https://github.com/NixOS/nixpkgs/commit/8f6470f33a8e330c87283447862045d67a5578be
  Author: Manuel Reinhardt <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/tools/backup/duplicity/default.nix

  Log Message:
  -----------
  duplicity: updated dependencies
fixes #18112
https://github.com/NixOS/nixpkgs/issues/18112


  Commit: 63dc801899df20af143f6a54d2553290983264ff
      
https://github.com/NixOS/nixpkgs/commit/63dc801899df20af143f6a54d2553290983264ff
  Author: makefu <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/development/tools/devpi-client/default.nix
    M pkgs/top-level/python-packages.nix

  Log Message:
  -----------
  devpi-client: 2.3.2 -> 2.7.0

devpi-common: 2.0.8 -> 3.0.1


  Commit: e66bd723eec040e2a766854afb253d3d92568ee6
      
https://github.com/NixOS/nixpkgs/commit/e66bd723eec040e2a766854afb253d3d92568ee6
  Author: Tobias Geerinckx-Rice <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/tools/filesystems/btrfs-progs/default.nix

  Log Message:
  -----------
  Merge pull request #19911 from NeQuissimus/btrfs-progs_4_8_2

btrfs-progs: 4.6.1 -> 4.8.2


  Commit: 5f3f810e27c8a355e86946e1044a9d13caf7667e
      
https://github.com/NixOS/nixpkgs/commit/5f3f810e27c8a355e86946e1044a9d13caf7667e
  Author: Jörg Thalheim <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/servers/nosql/influxdb/default.nix
    R pkgs/servers/nosql/influxdb/deps-0.13.0.json.nix
    R pkgs/servers/nosql/influxdb/deps-0.13.0.nix
    R pkgs/servers/nosql/influxdb/gdm2nix.rb
    R pkgs/servers/nosql/influxdb/v0.nix
    R pkgs/servers/nosql/influxdb/v1.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  influxdb: make v1.0.2 default, remove 0.13


  Commit: 6e4769ee2da7d64e3d735cf3bf1b2c12402fbb94
      
https://github.com/NixOS/nixpkgs/commit/6e4769ee2da7d64e3d735cf3bf1b2c12402fbb94
  Author: Jörg Thalheim <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/servers/nosql/influxdb/default.nix
    R pkgs/servers/nosql/influxdb/deps-0.13.0.json.nix
    R pkgs/servers/nosql/influxdb/deps-0.13.0.nix
    R pkgs/servers/nosql/influxdb/gdm2nix.rb
    R pkgs/servers/nosql/influxdb/v0.nix
    R pkgs/servers/nosql/influxdb/v1.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  Merge pull request #19888 from Mic92/influxdb

influxdb: make v1.0.2 default, remove 0.13


  Commit: 167e4b351a10e6f3c4f13d90db97691607d475fb
      
https://github.com/NixOS/nixpkgs/commit/167e4b351a10e6f3c4f13d90db97691607d475fb
  Author: romildo <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/applications/window-managers/jwm/default.nix

  Log Message:
  -----------
  jwm: 1548 -> 1563


  Commit: f9f23084d9b0069b9ae1e77d835abc457ba515b6
      
https://github.com/NixOS/nixpkgs/commit/f9f23084d9b0069b9ae1e77d835abc457ba515b6
  Author: Michael Raskin <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/applications/science/math/pari/alpha.nix

  Log Message:
  -----------
  pari_alpha: fix source link


  Commit: 2728d12210719dc19466713317899f2cd61b8cdf
      
https://github.com/NixOS/nixpkgs/commit/2728d12210719dc19466713317899f2cd61b8cdf
  Author: Frederik Rietdijk <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/development/tools/devpi-client/default.nix
    M pkgs/top-level/python-packages.nix

  Log Message:
  -----------
  Merge pull request #19699 from makefu/update/devpi-client

devpi-client: 2.3.2 -> 2.7.0


  Commit: 709c6a6238aac42ce1deabeba2037189c0556092
      
https://github.com/NixOS/nixpkgs/commit/709c6a6238aac42ce1deabeba2037189c0556092
  Author: Joachim F <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M nixos/tests/virtualbox.nix

  Log Message:
  -----------
  Merge pull request #19876 from joachifm/fix-virtualbox-test

virtualbox-{systemd-detect-virt,net-hostonlyif} test: fix dbus socket dir


  Commit: 126cc0b2225e4f16c2a7a3afd94ee52e93d9c38e
      
https://github.com/NixOS/nixpkgs/commit/126cc0b2225e4f16c2a7a3afd94ee52e93d9c38e
  Author: Joachim F <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/applications/window-managers/jwm/default.nix

  Log Message:
  -----------
  Merge pull request #19922 from romildo/upd.jwm

jwm: 1548 -> 1563


  Commit: 6d4aa25e35717501cc814f5172cc3d0ebfbdcc42
      
https://github.com/NixOS/nixpkgs/commit/6d4aa25e35717501cc814f5172cc3d0ebfbdcc42
  Author: AbigailBuccaneer <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

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

  Log Message:
  -----------
  pythonPackages.markdown-macros: init at 0.1.2


  Commit: 045644bd17122380c2e400f1f5ce2a0d529e4fa6
      
https://github.com/NixOS/nixpkgs/commit/045644bd17122380c2e400f1f5ce2a0d529e4fa6
  Author: Frederik Rietdijk <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

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

  Log Message:
  -----------
  Merge pull request #19860 from AbigailBuccaneer/python-markdown-macros

pythonPackages.markdown-macros: init at 0.1.2


  Commit: 600f4dd080d768fc84009efbf1f6072d7f3c14ee
      
https://github.com/NixOS/nixpkgs/commit/600f4dd080d768fc84009efbf1f6072d7f3c14ee
  Author: Frederik Rietdijk <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/development/interpreters/python/cpython/2.7/default.nix
    M pkgs/development/python-modules/numpy.nix

  Log Message:
  -----------
  Merge pull request #19907 from veprbl/distutils_fix2

numpy: enable numpy.distutils patch only if it's also in distutils


  Commit: 371a595f3c4476445a95acccb5695eb0cc9e9c64
      
https://github.com/NixOS/nixpkgs/commit/371a595f3c4476445a95acccb5695eb0cc9e9c64
  Author: Joachim F <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

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

  Log Message:
  -----------
  Merge pull request #19874 from joachifm/opensmtpd-refactorings

Opensmtpd module refactorings


  Commit: c9204f72068455d29781b0659412ca16fb2e6caa
      
https://github.com/NixOS/nixpkgs/commit/c9204f72068455d29781b0659412ca16fb2e6caa
  Author: Zero King <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/tools/security/nmap/default.nix

  Log Message:
  -----------
  nmap: 7.12 -> 7.31 (#19923)


  Commit: b86310fccf878825e34530ae17051ad3c209f3bf
      
https://github.com/NixOS/nixpkgs/commit/b86310fccf878825e34530ae17051ad3c209f3bf
  Author: Tim Steinbach <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/os-specific/linux/wpa_supplicant/default.nix
    R pkgs/os-specific/linux/wpa_supplicant/libressl.patch

  Log Message:
  -----------
  wpa_supplicant: 2.5 -> 2.6 (#19913)


  Commit: 79d216b8f4f1881a99b00dfca2f84e3d735edcd9
      
https://github.com/NixOS/nixpkgs/commit/79d216b8f4f1881a99b00dfca2f84e3d735edcd9
  Author: Joachim Fasting <[email protected]>
  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 <[email protected]>
  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 <[email protected]>
  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 <[email protected]>
  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 <[email protected]>
  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 <[email protected]>
  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: 00e2bc22db915bf393dab343719ef6e20c97e9f4
      
https://github.com/NixOS/nixpkgs/commit/00e2bc22db915bf393dab343719ef6e20c97e9f4
  Author: Graham Christensen <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/os-specific/linux/kernel/linux-3.10.nix

  Log Message:
  -----------
  Merge pull request #19890 from NeQuissimus/kernel_3_10_104

kernel: 3.10.103 -> 3.10.104


  Commit: c654ec0f251967a0d70659849cda859873b072c2
      
https://github.com/NixOS/nixpkgs/commit/c654ec0f251967a0d70659849cda859873b072c2
  Author: Graham Christensen <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/os-specific/linux/kernel/linux-3.12.nix

  Log Message:
  -----------
  Merge pull request #19893 from NeQuissimus/kernel_3_12_66

kernel: 3.12.63 -> 3.12.66


  Commit: ad2deee7d169693e35804156d4fef87a85906d0a
      
https://github.com/NixOS/nixpkgs/commit/ad2deee7d169693e35804156d4fef87a85906d0a
  Author: Graham Christensen <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/os-specific/linux/kernel/linux-3.18.nix

  Log Message:
  -----------
  Merge pull request #19894 from NeQuissimus/kernel_3_18_44

kernel: 3.18.42 -> 3.18.44


  Commit: 2f3b62375f6e6f1aa2b19c80125586a723bdd10d
      
https://github.com/NixOS/nixpkgs/commit/2f3b62375f6e6f1aa2b19c80125586a723bdd10d
  Author: Graham Christensen <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/os-specific/linux/kernel/linux-testing.nix

  Log Message:
  -----------
  Merge pull request #19891 from NeQuissimus/kernel_4_9_rc2

kernel: 4.9-rc1 -> 4.9-rc2


  Commit: 9c8f6fb4fb448f9f99ef45e13db23ae406cf318c
      
https://github.com/NixOS/nixpkgs/commit/9c8f6fb4fb448f9f99ef45e13db23ae406cf318c
  Author: Ertugrul Söylemez <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    R pkgs/applications/science/math/pari/alpha.nix
    A pkgs/applications/science/math/pari/unstable.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  pari-unstable: 2.8.0 -> 2.8.1, "alpha" -> "unstable".


  Commit: 95c5654caa07845ce29e6fcf70dd78c275500bcb
      
https://github.com/NixOS/nixpkgs/commit/95c5654caa07845ce29e6fcf70dd78c275500bcb
  Author: Michael Raskin <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    R pkgs/applications/science/math/pari/alpha.nix
    A pkgs/applications/science/math/pari/unstable.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  Merge pull request #19924 from esoeylemez/pari-unstable

pari-unstable: 2.8.0 -> 2.8.1, "alpha" -> "unstable".


  Commit: dfdaea12403b31983cbfea365c76c29d4934f11e
      
https://github.com/NixOS/nixpkgs/commit/dfdaea12403b31983cbfea365c76c29d4934f11e
  Author: Joachim Fasting <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/os-specific/linux/kernel/patches.nix

  Log Message:
  -----------
  grsecurity: 4.7.10-201610222037 -> 201610262029


  Commit: a5c1985fef381b1fb5d75d3b4028ed5b5d4454b3
      
https://github.com/NixOS/nixpkgs/commit/a5c1985fef381b1fb5d75d3b4028ed5b5d4454b3
  Author: Tim Steinbach <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/os-specific/linux/busybox/busybox-in-store.patch
    M pkgs/os-specific/linux/busybox/default.nix

  Log Message:
  -----------
  busybox: 1.24.2 -> 1.25.1


  Commit: 84268a561a1a84109ab28ce93a4ab4431816e657
      
https://github.com/NixOS/nixpkgs/commit/84268a561a1a84109ab28ce93a4ab4431816e657
  Author: Peter Simons <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/tools/backup/duplicity/default.nix

  Log Message:
  -----------
  Merge pull request #19921 from reinhardt/fix/duplicity-dependencies

duplicity: updated dependencies


  Commit: 4383a45fa56ec6c3335b978085c8ee436dfb1ac1
      
https://github.com/NixOS/nixpkgs/commit/4383a45fa56ec6c3335b978085c8ee436dfb1ac1
  Author: Igor Sharonov <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

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

  Log Message:
  -----------
  pythonPackages.fasteners: 0.13.0 -> 0.14.1


  Commit: 0425f7ab22c61dd4aede92b05297072b392cdd24
      
https://github.com/NixOS/nixpkgs/commit/0425f7ab22c61dd4aede92b05297072b392cdd24
  Author: Graham Christensen <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/desktops/gnome-3/3.20/core/epiphany/default.nix
    M pkgs/desktops/gnome-3/3.20/core/epiphany/src.nix
    M pkgs/development/libraries/webkitgtk/2.14.nix

  Log Message:
  -----------
  Merge pull request #19917 from grahamc/epiphany

Epiphany


  Commit: 3e648d1ec6ab2aaf4a57f56fc10fe8e8c3b48e3f
      
https://github.com/NixOS/nixpkgs/commit/3e648d1ec6ab2aaf4a57f56fc10fe8e8c3b48e3f
  Author: zimbatm <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

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

  Log Message:
  -----------
  pythonPackages.awscli: 1.10.51 -> 1.11.10


  Commit: 8fbe389fab036e816c8d2b74bcac129b650e393e
      
https://github.com/NixOS/nixpkgs/commit/8fbe389fab036e816c8d2b74bcac129b650e393e
  Author: zimbatm <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

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

  Log Message:
  -----------
  pythonPackages.boto3: 1.3.1 -> 1.4.1


  Commit: 282532e702ae18b397b90c14920c9952adb1b18d
      
https://github.com/NixOS/nixpkgs/commit/282532e702ae18b397b90c14920c9952adb1b18d
  Author: Tim Steinbach <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/applications/virtualization/docker/default.nix

  Log Message:
  -----------
  docker: 1.12.2 -> 1.12.3


  Commit: 2c2c6498d0ccf283cd82d30584bf8581e9789eb9
      
https://github.com/NixOS/nixpkgs/commit/2c2c6498d0ccf283cd82d30584bf8581e9789eb9
  Author: Tim Steinbach <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/applications/virtualization/docker/default.nix

  Log Message:
  -----------
  Merge pull request #19927 from NeQuissimus/docker_1_12_3

docker: 1.12.2 -> 1.12.3


  Commit: 81b0db3915dd2593ed4dfec20faa7827a990de98
      
https://github.com/NixOS/nixpkgs/commit/81b0db3915dd2593ed4dfec20faa7827a990de98
  Author: Tim Steinbach <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/os-specific/linux/busybox/busybox-in-store.patch
    M pkgs/os-specific/linux/busybox/default.nix

  Log Message:
  -----------
  Merge pull request #19910 from NeQuissimus/busybox_1_25_1

busybox: 1.24.2 -> 1.25.1


  Commit: 334d8705d5481ad8e9cc70fbb2d3372bbc4b9de0
      
https://github.com/NixOS/nixpkgs/commit/334d8705d5481ad8e9cc70fbb2d3372bbc4b9de0
  Author: Frederik Rietdijk <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

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

  Log Message:
  -----------
  Merge pull request #19928 from igsha/fasteners

pythonPackages.fasteners: 0.13.0 -> 0.14.1


  Commit: b846d5198e703ce5ff28c819314148ccedaf2609
      
https://github.com/NixOS/nixpkgs/commit/b846d5198e703ce5ff28c819314148ccedaf2609
  Author: Igor Sharonov <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

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

  Log Message:
  -----------
  pythonPackages.passlib: 1.6.2 -> 1.6.5


  Commit: 5b60ccba05bfde5aa4099967d0dacfaabeb824cf
      
https://github.com/NixOS/nixpkgs/commit/5b60ccba05bfde5aa4099967d0dacfaabeb824cf
  Author: Peter Simons <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/development/haskell-modules/configuration-hackage2nix.yaml

  Log Message:
  -----------
  Merge pull request #19871 from PierreR/master

hackage2nix: add hruby x86_64-linux to hydra


  Commit: f4fdec3fc0b3d9fe9a31cf79a3036a93632a77fb
      
https://github.com/NixOS/nixpkgs/commit/f4fdec3fc0b3d9fe9a31cf79a3036a93632a77fb
  Author: John Ericson <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    R pkgs/top-level/guile-2-test.nix

  Log Message:
  -----------
  Delete guile-2-test.nix, grep says its dead code


  Commit: 4a70445fff10aeefddc9567eae14ffc44b983454
      
https://github.com/NixOS/nixpkgs/commit/4a70445fff10aeefddc9567eae14ffc44b983454
  Author: Tim Steinbach <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

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

  Log Message:
  -----------
  Merge pull request #19903 from carlsverre/update/sysdig

sysdig: 0.10.0 -> 0.12.0


  Commit: c60b3e4bfc94c567db5d68eaaf6c8c1bbb9d43ee
      
https://github.com/NixOS/nixpkgs/commit/c60b3e4bfc94c567db5d68eaaf6c8c1bbb9d43ee
  Author: John Wiegley <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/development/haskell-modules/configuration-common.nix

  Log Message:
  -----------
  haskellPackages.hakyll: Fix the Darwin build (broken tests)


  Commit: 3cb116f708896b2c33f5cc3a4a925fd6a762dfa0
      
https://github.com/NixOS/nixpkgs/commit/3cb116f708896b2c33f5cc3a4a925fd6a762dfa0
  Author: Jude Taylor <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

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

  Log Message:
  -----------
  qt48: fix eval


  Commit: d9bc6eb7f01af72fb5e9c6d9fb0189684728fef7
      
https://github.com/NixOS/nixpkgs/commit/d9bc6eb7f01af72fb5e9c6d9fb0189684728fef7
  Author: John Ericson <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M pkgs/stdenv/default.nix
    M pkgs/stdenv/native/default.nix

  Log Message:
  -----------
  top-level: Make `stdenv/default.nix` more concise with `inherit (expr) id;` 
syntax


  Commit: 8e319c5ddac707fb4cb3315f9eadea9a70fc8c84
      
https://github.com/NixOS/nixpkgs/commit/8e319c5ddac707fb4cb3315f9eadea9a70fc8c84
  Author: Tim Digel <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M pkgs/development/libraries/openldap/default.nix

  Log Message:
  -----------
  Add package-option to enable module-support


  Commit: cb2de9354f6d5bf3fddc0579e5e1480036b15436
      
https://github.com/NixOS/nixpkgs/commit/cb2de9354f6d5bf3fddc0579e5e1480036b15436
  Author: Frederik Rietdijk <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

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

  Log Message:
  -----------
  Merge pull request #19932 from igsha/passlib

pythonPackages.passlib: 1.6.2 -> 1.6.5


  Commit: 1da6dd3eeeb5487ee56a84db1800272f62599c0f
      
https://github.com/NixOS/nixpkgs/commit/1da6dd3eeeb5487ee56a84db1800272f62599c0f
  Author: Joachim F <[email protected]>
  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


  Commit: 162c65fc87d8e0fc450d2f95dda3f7b3b91987a2
      
https://github.com/NixOS/nixpkgs/commit/162c65fc87d8e0fc450d2f95dda3f7b3b91987a2
  Author: Christine Koppelt <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M pkgs/applications/audio/groovebasin/default.nix
    M pkgs/development/compilers/opa/default.nix
    R pkgs/development/web/nodejs/v0_10.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  nodejs-0_10: remove
node.js 0.10 reaches end of LTS in a few days (see 
https://github.com/nodejs/LTS for details). Therefore I removed it and set 3 
dependant packages to broken as they don't build anymore


  Commit: 46d0af7fec1e6b78eec44d48f409fbcb2662e657
      
https://github.com/NixOS/nixpkgs/commit/46d0af7fec1e6b78eec44d48f409fbcb2662e657
  Author: Daniel Peebles <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M pkgs/stdenv/default.nix
    M pkgs/stdenv/native/default.nix

  Log Message:
  -----------
  Merge pull request #19941 from Ericson2314/stdenv-inherit-syntax

top-level: Make `stdenv/default.nix` more concise with `inherit (expr…


  Commit: 23dbb1a23a113782ec960060448d447b6861cac7
      
https://github.com/NixOS/nixpkgs/commit/23dbb1a23a113782ec960060448d447b6861cac7
  Author: Graham Christensen <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M pkgs/development/libraries/libspatialite/default.nix

  Log Message:
  -----------
  Merge pull request #19857 from ElessarWebb/issue-19856-spatialite

libspatialite: link missing mod_spatialite.dylib


  Commit: 2c0f926f8f697143d242408561f8e86d0307d8ff
      
https://github.com/NixOS/nixpkgs/commit/2c0f926f8f697143d242408561f8e86d0307d8ff
  Author: Tim Steinbach <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M pkgs/development/libraries/lmdb/default.nix

  Log Message:
  -----------
  Merge pull request #19879 from TravisWhitaker/lmdb

lmdb: 0.9.16 -> 0.9.18


  Commit: a1ecc5648a5b083b9169e2f9e99dcdb5fa4b32e5
      
https://github.com/NixOS/nixpkgs/commit/a1ecc5648a5b083b9169e2f9e99dcdb5fa4b32e5
  Author: Joachim Fasting <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M doc/functions.xml

  Log Message:
  -----------
  nixpkgs doc: fix build

Ref e4cd45a30c92a19a240df835cdaf6da5f76ea9fc


  Commit: 620b364a874ec246168851b87f802330fe47e7ac
      
https://github.com/NixOS/nixpkgs/commit/620b364a874ec246168851b87f802330fe47e7ac
  Author: Joachim Fasting <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M pkgs/development/haskell-modules/configuration-common.nix

  Log Message:
  -----------
  haskellPackages.wai-app-file-cgi: fix build

Fixes https://github.com/NixOS/nixpkgs/issues/19611
Fixes https://github.com/NixOS/nixpkgs/issues/19612


  Commit: 5d5564e42f2c48c9c4ed11c78cfc639332555655
      
https://github.com/NixOS/nixpkgs/commit/5d5564e42f2c48c9c4ed11c78cfc639332555655
  Author: Joachim F <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M pkgs/tools/misc/remind/default.nix

  Log Message:
  -----------
  Merge pull request #19654 from KoviRobi/remind-fix-tkremind

remind: fix tkremind


  Commit: 5ff93c847fac9b35d54ef589995c00af1ce25866
      
https://github.com/NixOS/nixpkgs/commit/5ff93c847fac9b35d54ef589995c00af1ce25866
  Author: Peter Simons <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M pkgs/development/haskell-modules/configuration-common.nix

  Log Message:
  -----------
  Merge pull request #19946 from joachifm/fix-wai-app-file-cgi

haskellPackages.wai-app-file-cgi: fix build


  Commit: 00659b83a3a6332d8f7d0f2d5b461a5d70668e63
      
https://github.com/NixOS/nixpkgs/commit/00659b83a3a6332d8f7d0f2d5b461a5d70668e63
  Author: Peter Simons <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M pkgs/development/haskell-modules/configuration-hackage2nix.yaml

  Log Message:
  -----------
  LTS Haskell 7.5

(cherry picked from commit a6445ace6f978d865eaeb1683709eb28d9d1f5c7)


  Commit: e0ef9e9714a4c37d24603f8912ef09cea1fcb8fb
      
https://github.com/NixOS/nixpkgs/commit/e0ef9e9714a4c37d24603f8912ef09cea1fcb8fb
  Author: Peter Simons <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M pkgs/development/haskell-modules/hackage-packages.nix

  Log Message:
  -----------
  hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.0.3 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/bb6bb10d46f914c89e3118e021292d49cf3c3853.


  Commit: 2a19aea54a23f43570e0670fddf75c5061b490c7
      
https://github.com/NixOS/nixpkgs/commit/2a19aea54a23f43570e0670fddf75c5061b490c7
  Author: Peter Simons <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M pkgs/development/haskell-modules/configuration-common.nix

  Log Message:
  -----------
  haskell-stack: fix evaluation

(cherry picked from commit 9c31962c075933b6dae6ef5374f01768fe7a892b)


  Commit: 4cfc1642564d5f552f97da27450e1c7742ba2332
      
https://github.com/NixOS/nixpkgs/commit/4cfc1642564d5f552f97da27450e1c7742ba2332
  Author: Peter Simons <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix

  Log Message:
  -----------
  haskell-titlecase: drop obsolete overrides

(cherry picked from commit 118efe87b99cf475e6bcf2a559f4e23f4ab3f94f)


  Commit: 0cf03e02ae396a91a9eced858709d516b84f97e0
      
https://github.com/NixOS/nixpkgs/commit/0cf03e02ae396a91a9eced858709d516b84f97e0
  Author: Peter Simons <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M pkgs/development/haskell-modules/configuration-common.nix

  Log Message:
  -----------
  git-annex: update to latest version

(cherry picked from commit b6df43a2df3c1b998a3c4ce5fb1e54a1691e3f41)


  Commit: 64b1fe26a77bd90384752b0124d7f0d6aa393b56
      
https://github.com/NixOS/nixpkgs/commit/64b1fe26a77bd90384752b0124d7f0d6aa393b56
  Author: Sean Bartell <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    R pkgs/tools/networking/nc6/default.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  nc6: remove

The download sources are gone and the program is obsolete now that
the popular versions of netcat support IPv6. See:
http://www.deepspace6.net/projects/netcat6.html


  Commit: 6977b94e9b5e7889c1190df065e5e58ab3c6e553
      
https://github.com/NixOS/nixpkgs/commit/6977b94e9b5e7889c1190df065e5e58ab3c6e553
  Author: Joachim Fasting <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M nixos/modules/services/x11/xserver.nix

  Log Message:
  -----------
  Revert "xserverArgs fuckup"

This reverts commit c2922a9157a8d8db62cee763e254113c3766461e.

See https://github.com/NixOS/nixpkgs/issues/19930

While the above commit is designed to allow GDM to work, it appears to
break other use cases.  In particular, it breaks tests involving X
usage (e.g., i3wm[1] and firefox[2]), which makes it difficult to assess
the impact of other changes and so hampers development of unrelated
features.

https://hydra.nixos.org/build/42852015
https://hydra.nixos.org/build/42851666


  Commit: be59f34b2ce83e657d62deaf5bdb3be59dcf9716
      
https://github.com/NixOS/nixpkgs/commit/be59f34b2ce83e657d62deaf5bdb3be59dcf9716
  Author: Eelco Dolstra <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    R pkgs/tools/networking/nc6/default.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  Merge pull request #19949 from yotann/nc6-remove

nc6: remove


  Commit: beef906d2e0494ac5750e775504d98e34a2dfd4b
      
https://github.com/NixOS/nixpkgs/commit/beef906d2e0494ac5750e775504d98e34a2dfd4b
  Author: Frederik Rietdijk <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M pkgs/misc/drivers/hplip/default.nix

  Log Message:
  -----------
  Merge pull request #19882 from FRidh/hplip

hplip: use mkPythonDerivation


  Commit: a79fdce0b801e913262ce02107dee0b03643964d
      
https://github.com/NixOS/nixpkgs/commit/a79fdce0b801e913262ce02107dee0b03643964d
  Author: Tim Steinbach <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M pkgs/development/tools/build-managers/sbt/default.nix

  Log Message:
  -----------
  sbt: 0.13.12 -> 0.13.13


  Commit: ce16bb4c0b363fc0b03240f3b83a7c4e52f8113c
      
https://github.com/NixOS/nixpkgs/commit/ce16bb4c0b363fc0b03240f3b83a7c4e52f8113c
  Author: Tim Steinbach <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M pkgs/development/tools/build-managers/sbt/default.nix

  Log Message:
  -----------
  Merge pull request #19954 from NeQuissimus/sbt_0_13_13

sbt: 0.13.12 -> 0.13.13


  Commit: 5d83aaee96ec48467f4156eabe233436de5c6f5e
      
https://github.com/NixOS/nixpkgs/commit/5d83aaee96ec48467f4156eabe233436de5c6f5e
  Author: Igor Sharonov <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

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

  Log Message:
  -----------
  pythonPackages.patch: init at 1.16


  Commit: 872087a8a617164bf0b46b1797fc2d46bf368a6c
      
https://github.com/NixOS/nixpkgs/commit/872087a8a617164bf0b46b1797fc2d46bf368a6c
  Author: Jude Taylor <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

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

  Log Message:
  -----------
  disable DBIxClass tests again


  Commit: 9ab271a4be273ba17821fa178c47433178a946a4
      
https://github.com/NixOS/nixpkgs/commit/9ab271a4be273ba17821fa178c47433178a946a4
  Author: Frederik Rietdijk <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

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

  Log Message:
  -----------
  Merge pull request #19952 from igsha/patch

pythonPackages.patch: init at 1.16


  Commit: 62d9edb9b9c79c0ef4967d894edebb0dd74565ff
      
https://github.com/NixOS/nixpkgs/commit/62d9edb9b9c79c0ef4967d894edebb0dd74565ff
  Author: Kirill Elagin <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M pkgs/tools/security/gnupg/20.nix
    M pkgs/tools/security/gnupg/21.nix

  Log Message:
  -----------
  gnupg: Rename parameter x11Support -> guiSupport

Because it is really about GUI in general, not X11 (e.g. OS X).


  Commit: 3d4b6257d666149991a4c718601bd834cf100b79
      
https://github.com/NixOS/nixpkgs/commit/3d4b6257d666149991a4c718601bd834cf100b79
  Author: aszlig <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M nixos/modules/system/boot/stage-1-init.sh

  Log Message:
  -----------
  nixos/stage1: Fix local keyword outside function

Thanks to @NeQuissimus in a5c1985fef381b1fb5d75d3b4028ed5b5d4454b3 for
updating busybox, which since version 1.25 doesn't allow local variables
outside of functions anymore (which is the desired behaviour).

See the following upstream commit of busybox which is the change that
let's this problem surface:

https://git.busybox.net/busybox/commit/?id=ef2386b80abfb22ccb697ddbdd4047aacc395c50

So this has been an error I've made on my end in
67223ee205364afb203361b134f16b890c4d726c, because I originally had a
function for killing the processes but desired to inline it because it's
only used in one place.

This fixes the boot-stage1 NixOS test.

Signed-off-by: aszlig <[email protected]>


  Commit: 268568a74acfbd03c1b30eab31e4fc439c6ce8fb
      
https://github.com/NixOS/nixpkgs/commit/268568a74acfbd03c1b30eab31e4fc439c6ce8fb
  Author: Robert Helgesson <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M pkgs/applications/editors/eclipse/default.nix

  Log Message:
  -----------
  eclipses: use HTTPS download URLs


  Commit: 236a32069a50537620fc41e8867f106f21ca6239
      
https://github.com/NixOS/nixpkgs/commit/236a32069a50537620fc41e8867f106f21ca6239
  Author: Robert Helgesson <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

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

  Log Message:
  -----------
  perl-DBIx-Class: remove myself as maintainer


  Commit: 213dc2144357761ccb0dda36b137e5aaea29283d
      
https://github.com/NixOS/nixpkgs/commit/213dc2144357761ccb0dda36b137e5aaea29283d
  Author: Kirill Elagin <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M pkgs/tools/security/gnupg/20.nix
    M pkgs/tools/security/gnupg/21.nix
    M pkgs/tools/security/pinentry-mac/default.nix

  Log Message:
  -----------
  gnupg: Variable path to pinentry

This is needed for pinentry-mac which has the pinentry binary
at an OS X-ish path.


  Commit: 22f2f6e04550ef2bd96800902bb6133f9249617d
      
https://github.com/NixOS/nixpkgs/commit/22f2f6e04550ef2bd96800902bb6133f9249617d
  Author: Kirill Elagin <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

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

  Log Message:
  -----------
  gnupg: Use pintenty-mac on Darwin by default


  Commit: 3a979c31d363637a83bc891d3116970b14c13c9b
      
https://github.com/NixOS/nixpkgs/commit/3a979c31d363637a83bc891d3116970b14c13c9b
  Author: Anthony Cowley <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M pkgs/development/libraries/tinyxml/2.6.2.nix

  Log Message:
  -----------
  tinyxml: fix install name on darwin

Things linked with tinyxml would previously reference the bare 
"libtinyxml.dylib"
name.


  Commit: d198e474a82e57c4ad2cb21e52a2f1ef65af2304
      
https://github.com/NixOS/nixpkgs/commit/d198e474a82e57c4ad2cb21e52a2f1ef65af2304
  Author: Joachim Fasting <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M nixos/modules/services/networking/dnscrypt-proxy.nix

  Log Message:
  -----------
  dnscrypt-proxy service: remove use of mkEnableOption


  Commit: 420cf50838e2b2808d6d9970d7cc281e8ff2c02f
      
https://github.com/NixOS/nixpkgs/commit/420cf50838e2b2808d6d9970d7cc281e8ff2c02f
  Author: Joachim Fasting <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M nixos/modules/services/networking/dnscrypt-proxy.xml

  Log Message:
  -----------
  dnscrypt-proxy module: minor config example tweaks

- Indentation
- unbound automatically handles local forward addresses


  Commit: a79695e3e20036cc4c3b4cc1729b1e8693c0baed
      
https://github.com/NixOS/nixpkgs/commit/a79695e3e20036cc4c3b4cc1729b1e8693c0baed
  Author: Joachim Fasting <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M pkgs/tools/networking/dnscrypt-wrapper/default.nix

  Log Message:
  -----------
  dnscrypt-wrapper: 0.2.1 -> 0.2.2

Upstream changed distribution terms to what they call "0-clause BSD" aka
ISC.


  Commit: 15d81fe30a2b59ab962958330a22d8b7b2292e58
      
https://github.com/NixOS/nixpkgs/commit/15d81fe30a2b59ab962958330a22d8b7b2292e58
  Author: Joachim Fasting <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M pkgs/applications/misc/electrum/default.nix

  Log Message:
  -----------
  electrum: 2.7.9 -> 2.7.11


  Commit: 55909c32d1e0f087693035075e8b11b052802de4
      
https://github.com/NixOS/nixpkgs/commit/55909c32d1e0f087693035075e8b11b052802de4
  Author: Graham Christensen <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M pkgs/tools/security/gnupg/20.nix
    M pkgs/tools/security/gnupg/21.nix
    M pkgs/tools/security/pinentry-mac/default.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  Merge pull request #16286 from kirelagin/gpg2-osx

Enhance gnupg experience on OS X


  Commit: ed9b30728f56add5990f24e9bdb6d8de493a6b7d
      
https://github.com/NixOS/nixpkgs/commit/ed9b30728f56add5990f24e9bdb6d8de493a6b7d
  Author: Daniel Peebles <[email protected]>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

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

  Log Message:
  -----------
  Merge pull request #19947 from zimbatm/awscli-1.11.10

Awscli 1.11.10


  Commit: b1d399801596bf5f510aaf79fd44ca1c6c434ada
      
https://github.com/NixOS/nixpkgs/commit/b1d399801596bf5f510aaf79fd44ca1c6c434ada
  Author: José Romildo Malaquias <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M pkgs/data/fonts/mplus-outline-fonts/default.nix

  Log Message:
  -----------
  mplus-outline-fonts: 061 -> 062 (#19948)


  Commit: fa4167c0a13cbe0d97b9c88d91b86845a8c4e740
      
https://github.com/NixOS/nixpkgs/commit/fa4167c0a13cbe0d97b9c88d91b86845a8c4e740
  Author: Hans-Christian Esperer <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M pkgs/applications/audio/openmpt123/default.nix

  Log Message:
  -----------
  openmpt123: Add libsndfile and flac as dependencies (#19904)


  Commit: 03457629cf63d0304b765c8c9de333343cd4a921
      
https://github.com/NixOS/nixpkgs/commit/03457629cf63d0304b765c8c9de333343cd4a921
  Author: Alexander Ried <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    R pkgs/applications/misc/tnef/tnef/default.nix

  Log Message:
  -----------
  tnef: remove duplicate file


  Commit: 40cab6182ced7170e43df63781f495ed52f7f467
      
https://github.com/NixOS/nixpkgs/commit/40cab6182ced7170e43df63781f495ed52f7f467
  Author: Andrew Cann <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

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

  Log Message:
  -----------
  OpenNAT: init at 2.1.0


  Commit: cc523714a6590973d8cfc3bc3f5b8d2705057762
      
https://github.com/NixOS/nixpkgs/commit/cc523714a6590973d8cfc3bc3f5b8d2705057762
  Author: Alexander Ried <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    R pkgs/build-support/fetchfile/builder.sh
    R pkgs/build-support/fetchfile/default.nix

  Log Message:
  -----------
  fetchfile: remove unused file


  Commit: de8e30c57780800d0d89ccdff6cb15db20443f6c
      
https://github.com/NixOS/nixpkgs/commit/de8e30c57780800d0d89ccdff6cb15db20443f6c
  Author: Andrew Cann <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M pkgs/games/openra/default.nix

  Log Message:
  -----------
  openra: 20160508 -> 20161019


  Commit: 2ad39a5670ffa4ea2bf4b75d8678cce1a3eb8b97
      
https://github.com/NixOS/nixpkgs/commit/2ad39a5670ffa4ea2bf4b75d8678cce1a3eb8b97
  Author: ft <ft@zeus>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

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

  Log Message:
  -----------
  updated version and dependencies


  Commit: faa6f9b6b3dc251c58ee0b6f8247b6d1a0678b81
      
https://github.com/NixOS/nixpkgs/commit/faa6f9b6b3dc251c58ee0b6f8247b6d1a0678b81
  Author: Timofei Kushnir <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M nixos/modules/security/grsecurity.nix

  Log Message:
  -----------
  grsecurity: fix 'isYes' and 'isNo'


  Commit: dd04af4fccd1c0fba1ca271dd7933edfebc773b9
      
https://github.com/NixOS/nixpkgs/commit/dd04af4fccd1c0fba1ca271dd7933edfebc773b9
  Author: Guillaume Koenig <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M lib/maintainers.nix
    A pkgs/development/tools/reno/default.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  reno: init at 1.8.0


  Commit: ffb5f5a140064abd8baa475ebf31609460ce2db8
      
https://github.com/NixOS/nixpkgs/commit/ffb5f5a140064abd8baa475ebf31609460ce2db8
  Author: Joachim F <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    R pkgs/top-level/guile-2-test.nix

  Log Message:
  -----------
  Merge pull request #19937 from Ericson2314/rm-dead-guile-tests

Delete guile-2-test.nix; grep says its dead code


  Commit: e6df5614a902033fb2745403c45d500ba3cb0911
      
https://github.com/NixOS/nixpkgs/commit/e6df5614a902033fb2745403c45d500ba3cb0911
  Author: Joachim F <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    R pkgs/applications/misc/tnef/tnef/default.nix

  Log Message:
  -----------
  Merge pull request #19959 from groxxda/tnef

tnef: remove duplicate file


  Commit: 5596aa9ce46c61963f4d64a4e0c597bfa3acfee6
      
https://github.com/NixOS/nixpkgs/commit/5596aa9ce46c61963f4d64a4e0c597bfa3acfee6
  Author: Jörg Thalheim <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M pkgs/development/libraries/openldap/default.nix

  Log Message:
  -----------
  Merge pull request #19288 from DerTim1/openldap-enable-modules

openldap: enable module support


  Commit: 3d5600d8b82dbbb05bb47a853000c722d112fdea
      
https://github.com/NixOS/nixpkgs/commit/3d5600d8b82dbbb05bb47a853000c722d112fdea
  Author: Frederik Rietdijk <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M lib/maintainers.nix
    A pkgs/development/tools/reno/default.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  Merge pull request #19866 from guillaumekoenig/fix/add-reno-1.8.0

reno: init at 1.8.0


  Commit: d298b5ed2687bc6195ed7cd8a106539fb4cdae10
      
https://github.com/NixOS/nixpkgs/commit/d298b5ed2687bc6195ed7cd8a106539fb4cdae10
  Author: Vladimír Čunát <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    R pkgs/build-support/fetchfile/builder.sh
    R pkgs/build-support/fetchfile/default.nix

  Log Message:
  -----------
  Merge #19960: fetchfile: remove

vcunat: it is unused, and it would better be implemented via a
fixed-output derivation instead of manually checking the hash
(if someone actually needed this).


  Commit: 8bb63d11e6874bd35a3fdf79c6e9a3ae24869303
      
https://github.com/NixOS/nixpkgs/commit/8bb63d11e6874bd35a3fdf79c6e9a3ae24869303
  Author: Frederik Rietdijk <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

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

  Log Message:
  -----------
  Merge pull request #19964 from f--t/master

scikit-image: updated version and dependencies


  Commit: 7bc5578d3f7e0203c692e249dfb81cf77bbfd2d5
      
https://github.com/NixOS/nixpkgs/commit/7bc5578d3f7e0203c692e249dfb81cf77bbfd2d5
  Author: Joachim F <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M nixos/modules/security/grsecurity.nix

  Log Message:
  -----------
  Merge pull request #19969 from tk-ecotelecom/fix-grsecurity

grsecurity: fix 'isYes' and 'isNo'


  Commit: c2169369f029f14e7ca5538b9a06d2e274c6354f
      
https://github.com/NixOS/nixpkgs/commit/c2169369f029f14e7ca5538b9a06d2e274c6354f
  Author: Gabriel Ebner <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M pkgs/applications/misc/khal/default.nix

  Log Message:
  -----------
  khal: 0.8.2 -> 0.8.4


  Commit: 3feb9103541c1e5567d561916655e6d451c978c1
      
https://github.com/NixOS/nixpkgs/commit/3feb9103541c1e5567d561916655e6d451c978c1
  Author: Gabriel Ebner <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M pkgs/tools/misc/vdirsyncer/default.nix

  Log Message:
  -----------
  vdirsyncer: 0.13.1 -> 0.14.0


  Commit: 8c018f6ca73f527ed9a4256a8dd8ff9bf8b07c97
      
https://github.com/NixOS/nixpkgs/commit/8c018f6ca73f527ed9a4256a8dd8ff9bf8b07c97
  Author: Domen Kožar <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M pkgs/development/libraries/tinyxml/2.6.2.nix

  Log Message:
  -----------
  Merge pull request #19957 from acowley/tinyxml-install-name

tinyxml: fix install name on darwin


  Commit: ffc6e46dad2a9f3e2084db5f7c4ac4c281030da1
      
https://github.com/NixOS/nixpkgs/commit/ffc6e46dad2a9f3e2084db5f7c4ac4c281030da1
  Author: Domen Kožar <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M pkgs/games/openra/default.nix
    M pkgs/top-level/dotnet-packages.nix

  Log Message:
  -----------
  Merge pull request #19962 from canndrew/openra-update

openra: 20160508 -> 20161019


  Commit: e9fee02ff9cd6cb82acaa57aa30b101e09a2267a
      
https://github.com/NixOS/nixpkgs/commit/e9fee02ff9cd6cb82acaa57aa30b101e09a2267a
  Author: Vladimír Čunát <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M doc/functions.xml
    M lib/maintainers.nix
    M nixos/modules/security/grsecurity.nix
    M nixos/modules/services/mail/opensmtpd.nix
    R nixos/modules/services/networking/cjdns-hosts.sh
    M nixos/modules/services/networking/cjdns.nix
    M nixos/modules/services/networking/dnscrypt-proxy.nix
    M nixos/modules/services/networking/dnscrypt-proxy.xml
    M nixos/modules/services/x11/xserver.nix
    M nixos/modules/system/boot/stage-1-init.sh
    M nixos/tests/virtualbox.nix
    M pkgs/applications/audio/groovebasin/default.nix
    M pkgs/applications/audio/openmpt123/default.nix
    M pkgs/applications/editors/eclipse/default.nix
    M pkgs/applications/misc/electrum/default.nix
    M pkgs/applications/misc/khal/default.nix
    R pkgs/applications/misc/tnef/tnef/default.nix
    M 
pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-11/default.nix
    R pkgs/applications/science/math/pari/alpha.nix
    A pkgs/applications/science/math/pari/unstable.nix
    M pkgs/applications/virtualization/docker/default.nix
    M pkgs/applications/virtualization/virtualbox/default.nix
    R pkgs/applications/virtualization/virtualbox/libressl.patch
    M pkgs/applications/virtualization/virtualbox/upstream-info.json
    M pkgs/applications/window-managers/jwm/default.nix
    R pkgs/build-support/fetchfile/builder.sh
    R pkgs/build-support/fetchfile/default.nix
    M pkgs/data/fonts/mplus-outline-fonts/default.nix
    M pkgs/desktops/gnome-3/3.20/core/epiphany/default.nix
    M pkgs/desktops/gnome-3/3.20/core/epiphany/src.nix
    M pkgs/development/compilers/opa/default.nix
    M pkgs/development/compilers/openjdk/8.nix
    M pkgs/development/haskell-modules/configuration-common.nix
    M pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
    M pkgs/development/haskell-modules/configuration-hackage2nix.yaml
    M pkgs/development/haskell-modules/hackage-packages.nix
    M pkgs/development/interpreters/python/cpython/2.7/default.nix
    M pkgs/development/libraries/libdwarf/default.nix
    M pkgs/development/libraries/libspatialite/default.nix
    M pkgs/development/libraries/lmdb/default.nix
    M pkgs/development/libraries/openldap/default.nix
    M pkgs/development/libraries/tinyxml/2.6.2.nix
    M pkgs/development/libraries/webkitgtk/2.14.nix
    M pkgs/development/python-modules/numpy.nix
    M pkgs/development/tools/build-managers/sbt/default.nix
    M pkgs/development/tools/devpi-client/default.nix
    A pkgs/development/tools/reno/default.nix
    R pkgs/development/web/nodejs/v0_10.nix
    M pkgs/games/openra/default.nix
    M pkgs/misc/drivers/hplip/default.nix
    M pkgs/os-specific/linux/busybox/busybox-in-store.patch
    M pkgs/os-specific/linux/busybox/default.nix
    M pkgs/os-specific/linux/kernel/linux-3.10.nix
    M pkgs/os-specific/linux/kernel/linux-3.12.nix
    M pkgs/os-specific/linux/kernel/linux-3.18.nix
    M pkgs/os-specific/linux/kernel/linux-testing.nix
    M pkgs/os-specific/linux/kernel/patches.nix
    M pkgs/os-specific/linux/sysdig/default.nix
    M pkgs/os-specific/linux/wpa_supplicant/default.nix
    R pkgs/os-specific/linux/wpa_supplicant/libressl.patch
    M pkgs/servers/corosync/default.nix
    M pkgs/servers/nosql/influxdb/default.nix
    R pkgs/servers/nosql/influxdb/deps-0.13.0.json.nix
    R pkgs/servers/nosql/influxdb/deps-0.13.0.nix
    R pkgs/servers/nosql/influxdb/gdm2nix.rb
    R pkgs/servers/nosql/influxdb/v0.nix
    R pkgs/servers/nosql/influxdb/v1.nix
    M pkgs/stdenv/default.nix
    M pkgs/stdenv/native/default.nix
    M pkgs/tools/backup/duplicity/default.nix
    M pkgs/tools/filesystems/btrfs-progs/default.nix
    M pkgs/tools/misc/remind/default.nix
    M pkgs/tools/misc/vdirsyncer/default.nix
    M pkgs/tools/networking/dnscrypt-wrapper/default.nix
    R pkgs/tools/networking/nc6/default.nix
    M pkgs/tools/security/gnupg/20.nix
    M pkgs/tools/security/gnupg/21.nix
    M pkgs/tools/security/nmap/default.nix
    M pkgs/tools/security/pinentry-mac/default.nix
    M pkgs/top-level/all-packages.nix
    M pkgs/top-level/dotnet-packages.nix
    R pkgs/top-level/guile-2-test.nix
    M pkgs/top-level/perl-packages.nix
    M pkgs/top-level/python-packages.nix

  Log Message:
  -----------
  Merge branch 'master' into staging


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

Reply via email to