Commit graph

204879 commits

Author SHA1 Message Date
Jan Tojnar 36de08ebe1
Merge pull request #71442 from jtojnar/ibus-fixes
Fix/clean up various ibus-engines
2019-12-07 12:10:44 +01:00
Maciej Krüger 367058a1ed
twinkle: init at 1.10.2 2019-12-07 12:09:02 +01:00
Izorkin 928fdab4a1 linux: add in kernel 5.4 lockdown feature 2019-12-07 12:06:23 +01:00
Timo Kaufmann 85d10c9b48 vimPlugins: update 2019-12-07 12:03:16 +01:00
Michael Raskin 56dabf8cf2 cgal: 4.14 -> 4.14.2, add (incompatible) cgal_5 2019-12-07 12:04:39 +01:00
Félix Baylac-Jacqué abc9b32fc6 hostapd: 2.8 -> 2.9
Associated release note:
https://w1.fi/security/2019-6/sae-eap-pwd-side-channel-attack-update.txt

Note: we are building hostapd with the CONFIG_EAP_PWD=y flag by
default, we might be impacted by a EAP_PWD side-channel attach on
hostapd 2.8.
2019-12-07 12:02:10 +01:00
Laurens Duijvesteijn 87af0c71b7 pythonPackages.sentry-sdk: Fix the test suite
This package could not build because the tests require /etc/protocols.
Therefore, make this file available using libredirect.
2019-12-07 12:01:40 +01:00
worldofpeace 4d9ccae632
Merge pull request #75134 from andersk/gnuplot_qt
gnuplot_qt: Use qt mkDerivation
2019-12-07 05:50:48 -05:00
Sarah Brofeldt b205ac101a
Merge pull request #75113 from vanyaklimenko/patch-1
nixos/apache-httpd: fix typo in extraConfig description
2019-12-07 11:42:41 +01:00
Sarah Brofeldt 96e0c90a64
Merge pull request #75142 from etu/fix-python-jsonrpc-websocket-build
python3Packages.jsonrpc-websocket: Fix build
2019-12-07 11:41:50 +01:00
Elis Hirwing d55e77b895
Merge pull request #73908 from Izorkin/php-updates
Update php packages
2019-12-07 11:39:45 +01:00
Maciej Krüger 193042a3cb
maintainers: add mkg20001 2019-12-07 11:33:04 +01:00
Gabriel Ebner 6ddbf42beb curaPlugins.octoprint: 3.5.8 -> 3.5.11 2019-12-07 10:58:00 +01:00
Gabriel Ebner 949ebe40e8
Merge pull request #75130 from nh2/cura-4.4.0
cura suite: 4.3.0 -> 4.4.0
2019-12-07 10:56:53 +01:00
Izorkin b64e72967b phpPackages.xdebug: 2.8.0 -> 2.8.1 2019-12-07 12:51:19 +03:00
Minijackson f4f00ef7a8
jellyfin: 10.4.2 -> 10.4.3 2019-12-07 10:50:38 +01:00
Izorkin 69a13718cf phpPackages.redis: 5.0.2 -> 5.1.1 2019-12-07 12:50:10 +03:00
Izorkin f472c6dd50 phpPackages.psysh: 0.9.9 -> 0.9.12 2019-12-07 12:49:06 +03:00
Izorkin cf64b218dc phpPackages.psalm: 3.5.3 -> 3.7.2 2019-12-07 12:47:31 +03:00
Izorkin 85e8765511 phpPackages.protobuf: 3.9.0 -> 3.11.1 2019-12-07 12:45:43 +03:00
Izorkin 50cc8f9737 phpPackages.phpstan: 0.11.19 -> 0.12.0 2019-12-07 12:44:13 +03:00
Izorkin b7fb18ae9f phpPackages.phpcs: 3.5.1 -> 3.5.3 2019-12-07 12:42:47 +03:00
Izorkin 4a1684f378 phpPackages.phpcbf: 3.5.1 -> 3.5.3 2019-12-07 12:41:49 +03:00
Izorkin 66b25e63dc phpPackages.php-cs-fixer: 2.15.3 -> 2.16.1 2019-12-07 12:40:03 +03:00
Izorkin 87828900b9 phpPackages.mongodb: 1.6.0 -> 1.6.1 2019-12-07 12:37:22 +03:00
Izorkin 4ba68ad65c phpPackages.memcached: 3.1.3 -> 3.1.5 2019-12-07 12:34:44 +03:00
Izorkin a07a399b8c phpPackages.composer: 1.9.0 -> 1.9.1 2019-12-07 12:33:11 +03:00
Izorkin b5eb1c9f24 phpPackages.ast: 1.0.3 -> 1.0.5 2019-12-07 12:32:02 +03:00
Izorkin 1b903aa70e php73: 7.3.11 -> 7.3.12 2019-12-07 12:28:19 +03:00
Izorkin c56f044aa4 php72: 7.2.24 -> 7.2.25 2019-12-07 12:28:19 +03:00
tomberek 81b0a20dfa buildImageWithNixDb: export USER (#74959)
dockerTools.buildImageWithNixDb: export USER

Changes to Nix user detection (./src/nix-channel/nix-channel.cc#L-166)
cause this function to error. Exporting USER fixes this.
2019-12-07 10:06:42 +01:00
Elis Hirwing 7cf2bcccb2
python3Packages.jsonrpc-websocket: Fix build 2019-12-07 09:50:56 +01:00
Tom Fitzhenry fd1c0db18c hostapd: use getrandom(2)
Motivation: Devices with few entropy sources on boot hang/block if many services try to
read from /dev/random.

https://w1.fi/cgit/hostap/commit/?id=89a7cdd690b48a0c56380cf4609442ed13527f44
states getrandom() is recommended, but not enabled by default since it
relies on:

* Linux kernel 3.17 (NixOS 19.09 has 4.19; master presumably later)
* glibc 2.25 (NixOS master has 2.27
  https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/libraries/glibc/common.nix#L37 )
2019-12-07 19:31:35 +11:00
Jonathan Ringer f51fe315e0 pythonPackages.numpy: update homepage 2019-12-07 09:26:59 +01:00
Jonathan Ringer 7044d28183 pythonPackages.oauth: update homepage 2019-12-07 09:26:59 +01:00
Jonathan Ringer 66b8d2e50d pythonPackages.opt-einsum: update homepage 2019-12-07 09:26:59 +01:00
Jonathan Ringer 8f8dde5411 pythonPackages.ovh: update homepage 2019-12-07 09:26:59 +01:00
Jonathan Ringer 7b5bf925a6 pythonPackages.pafy: update homepage 2019-12-07 09:26:59 +01:00
Jonathan Ringer bc17fcf9ff pythonPackages.panel: update homepage 2019-12-07 09:26:59 +01:00
Jonathan Ringer a4f454cca0 pythonPackages.pandas: update homepage 2019-12-07 09:26:59 +01:00
Mario Rodas f96003ed05
Merge pull request #75063 from filalex77/googler-4.0
googler: 3.9 -> 4.0
2019-12-07 03:09:57 -05:00
Mario Rodas e22daade26
Merge pull request #74975 from filalex77/6tunnel-0.13
6tunnel: init at 0.13
2019-12-07 03:09:20 -05:00
Mario Rodas 99212a5177
Merge pull request #75096 from wakira/makemkv-1.14.7
makemkv: 1.14.5 -> 1.14.7
2019-12-07 03:06:47 -05:00
Mario Rodas 835705d11b
Merge pull request #75095 from tbenst/bftools
bftools: 5.9.2 -> 6.3.0
2019-12-07 03:06:00 -05:00
Elis Hirwing 41beae8a9d
Merge pull request #72188 from stigtsp/package/ripasso-cursive-0.2.1
ripasso-cursive: unstable-2019-08-27 -> 0.3.0
2019-12-07 08:49:52 +01:00
Mario Rodas 5ab4e70ad0
Merge pull request #75098 from xrelkd/update/parity
parity: 2.5.10 -> 2.5.11, parity-beta: 2.6.5 -> 2.6.6
2019-12-07 02:48:37 -05:00
Mario Rodas 92b93db0c1
Merge pull request #75100 from xrelkd/update/eksctl
eksctl: 0.11.0 -> 0.11.1
2019-12-07 02:47:49 -05:00
Maximilian Bosch e93a260401
Merge pull request #75118 from WilliButz/update-nginx-exporter
prometheus-nginx-exporter: 0.4.2 -> 0.5.0
2019-12-07 08:37:10 +01:00
Maximilian Bosch 0922ac503c
neomutt: 20191129 -> 20191207
https://github.com/neomutt/neomutt/releases/tag/20191207
2019-12-07 08:15:24 +01:00
Vincent Laporte 87774e094d ocamlPackages.logs: 0.6.3 → 0.7.0 2019-12-07 06:52:45 +00:00