243159 Commits

Author SHA1 Message Date
worldofpeace
ca674c1769 rl-2009: document rngd 2020-09-09 21:52:48 -04:00
nicoo
e64d3f60fb nixos/modules/security/rngd: Disable by default
`rngd` seems to be the root cause for slow boot issues, and its functionality is
redundant since kernel v3.17 (2014), which introduced a `krngd` task (in kernel
space) that takes care of pulling in data from hardware RNGs:

> commit be4000bc4644d027c519b6361f5ae3bbfc52c347
> Author: Torsten Duwe <duwe@lst.de>
> Date:   Sat Jun 14 23:46:03 2014 -0400
>
>     hwrng: create filler thread
>
>     This can be viewed as the in-kernel equivalent of hwrngd;
>     like FUSE it is a good thing to have a mechanism in user land,
>     but for some reasons (simplicity, secrecy, integrity, speed)
>     it may be better to have it in kernel space.
>
>     This patch creates a thread once a hwrng registers, and uses
>     the previously established add_hwgenerator_randomness() to feed
>     its data to the input pool as long as needed. A derating factor
>     is used to bias the entropy estimation and to disable this
>     mechanism entirely when set to zero.

Closes: #96067
2020-09-09 21:51:25 -04:00
Justin Humm
f6a3e70c50
Merge pull request #97396 from bachp/unifi-5.14.23
unifiStable: 5.14.22 -> 5.14.23
2020-09-09 19:01:56 +02:00
William Kral
cf54ef99b6 python3Packages.jq: 0.1.8 -> 1.0.2 2020-09-09 09:52:45 -07:00
Jörg Thalheim
b5118540bf
Merge pull request #97560 from makefu/pkgs/python-maintainer/fix-eval
aresponses,pyhaversion: disable for py2
2020-09-09 18:30:08 +02:00
Tim Steinbach
ff268eb325
linux: 5.9-rc3 -> 5.9-rc4 2020-09-09 12:24:09 -04:00
Shea Levy
31579c6b0a
matplotlib: Disable LTO on darwin.
Needs #19312 or equivalent to work.
2020-09-09 12:18:50 -04:00
makefu
b30dfc4f4b
pythonPackages.pyhaversion: py3k only 2020-09-09 18:11:17 +02:00
makefu
467dcc5b75
pythonPackages.aresponses: only py3k 2020-09-09 18:10:21 +02:00
Profpatsch
5c84d57a59 lorri: remove unnecessary output override 2020-09-09 17:59:47 +02:00
Vladimír Čunát
e7979aadea
Merge #97528: aegisub: fix build with make 4.3 2020-09-09 17:50:40 +02:00
WORLDofPEACE
5a35396322
Merge pull request #97437 from fgaz/drawpile/fpermissive
drawpile: fix build
2020-09-09 11:45:17 -04:00
WORLDofPEACE
d9147c43d5
Merge pull request #97513 from cole-h/verilog
verilog: unstable-2019-08-01 -> unstable-2020-08-24
2020-09-09 11:40:13 -04:00
Vladimír Čunát
d09738dd90
knot-dns: 2.9.6 -> 3.0.0
Upgrade should be pretty easy:
https://www.knot-dns.cz/docs/3.0/html/migration.html#upgrade-2-9-x-to-3-0-x

https://en.blog.nic.cz/2020/09/09/knot-dns-3-0-news/
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.0

For now, it's built with XDP support but the NixOS service
isn't ready for that yet.  I'll try to look at that sometime later.
2020-09-09 17:21:27 +02:00
Vladimír Čunát
16124457d0
libbpf: fix incomplete linkage
Also use a better reallocarray fix.
2020-09-09 17:21:26 +02:00
WORLDofPEACE
fa0ed8d276
Merge pull request #97539 from evanjs/cht.sh/unstable-2020-08-06
cht-sh: unstable-2019-08-06 -> unstable-2020-08-06
2020-09-09 11:20:44 -04:00
WORLDofPEACE
341eeebad6
Merge pull request #96871 from prusnak/electron
Electron updates
2020-09-09 11:12:13 -04:00
WORLDofPEACE
f0f88be1ea
Merge pull request #79370 from sorki/dtoverlays
Improve device-tree overlay support
2020-09-09 11:01:48 -04:00
WORLDofPEACE
ca2fd92dad
Merge pull request #97534 from timokau/exiv2-no-splitting
exiv2: disable output splitting
2020-09-09 11:01:31 -04:00
Richard Marko
6c9df40a4b nixos/device-tree: improve overlays support
Now allows applying external overlays either in form of
.dts file, literal dts context added to store or precompiled .dtbo.

If overlays are defined, kernel device-trees are compiled with '-@'
so the .dtb files contain symbols which we can reference in our
overlays.

Since `fdtoverlay` doesn't respect `/ compatible` by itself
we query compatible strings of both `dtb` and `dtbo(verlay)`
and apply only if latter is substring of the former.

Also adds support for filtering .dtb files (as there are now nearly 1k
dtbs).

Co-authored-by: georgewhewell <georgerw@gmail.com>
Co-authored-by: Kai Wohlfahrt <kai.wohlfahrt@gmail.com>
2020-09-09 16:34:58 +02:00
WORLDofPEACE
5d131d3326
Merge pull request #97540 from danieldk/fix-clpeak
clpeak: fix build
2020-09-09 10:23:23 -04:00
WORLDofPEACE
88f0b99e47
Merge pull request #97510 from doronbehar/ZHF/bmap-tools
bmap-tools: Don't test, as tests fail on hydra
2020-09-09 10:19:58 -04:00
WORLDofPEACE
04f615a44b
Merge pull request #97509 from doronbehar/ZHF/arora
arora: Remove
2020-09-09 10:12:09 -04:00
WORLDofPEACE
c17a10cd1d
Merge pull request #97504 from arapov/master
nodePackages.node-red: fix build
2020-09-09 10:10:02 -04:00
WORLDofPEACE
f03c63e3f8
Merge pull request #95987 from minijackson/jellyfin-stateVersion-20.09-releaseNotes
nixos/jellyfin: document stateVersion 20.09 in release notes
2020-09-09 10:09:27 -04:00
Michael Weiss
b8f7063cac
ffmpeg-full: Add support for rav1e (faster AV1 encoding)
#95188
2020-09-09 15:52:34 +02:00
Domen Kožar
ac19bf06b8
Merge pull request #96594 from turboMaCk/add-elm-optimize-level-2
elmPackages.elm-optimize-level-2: Init at 0.1.3
2020-09-09 15:41:52 +02:00
Francesco Gazzetta
1c8d65f940 drawpile: fix build by adding libsecret 2020-09-09 15:39:00 +02:00
Evan Stoll
66551093ab cht.sh: unstable-2019-08-06 -> unstable-2020-08-06 2020-09-09 09:20:16 -04:00
Daniël de Kok
5f6738228d clpeak: fix build
The build of clpeak recently started failing because opencl-clhpp was
updated. The latest version of opencl-hpp does not ship the deprecated
cl.hpp header anymore.
2020-09-09 15:08:24 +02:00
Michael Weiss
793017e93a
Merge pull request #97532 from meutraa/update/android-studio-canary
androidStudioPackages.{dev,canary}: 4.2.0.9 -> 4.2.0.10
2020-09-09 14:37:36 +02:00
Timo Kaufmann
f8f840f664 exiv2: disable output splitting
This is a temporary workaround. See the linked comment.
2020-09-09 14:12:25 +02:00
meutraa
ed21f45583
androidStudioPackages.{dev,canary}: 4.2.0.9 -> 4.2.0.10 2020-09-09 12:47:28 +01:00
Maximilian Bosch
f961ac6695
python3Packages.todoist: fix build
See https://hydra.nixos.org/build/126777642
ZHF #97479
2020-09-09 13:32:31 +02:00
Vincent Laporte
67c991114f
aegisub: fix build with make 4.3 2020-09-09 13:00:49 +02:00
Emery Hemingway
51428e8d38 firefox: set build timeout at eight hours 2020-09-09 12:48:30 +02:00
Thomas Tuegel
959c0bf468
Merge pull request #97456 from ttuegel/master--plasma5-no-qt-5.15
Remove Qt 5.15 from the Plasma 5 closure
2020-09-09 05:14:21 -05:00
Domen Kožar
309d47a21b
Merge pull request #97514 from fgaz/maintainers-build-fix
maintainers/build: skip packages without meta
2020-09-09 11:47:43 +02:00
Vladimír Čunát
3c45610ddd
knot-resolver: 5.1.2 -> 5.1.3
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.1.3
2020-09-09 11:10:16 +02:00
Pavol Rusnak
1c10ce66c5
1password-gui: move required electron version to package definition 2020-09-09 10:05:04 +02:00
worldofpeace
504750252a
electron: move definition into generic.nix 2020-09-09 10:05:04 +02:00
Pavol Rusnak
6954f77845
electron_7: 7.3.1 -> 7.3.3 2020-09-09 10:05:04 +02:00
Pavol Rusnak
4599eb4595
electron_8: 8.3.1 -> 8.5.1 2020-09-09 10:05:04 +02:00
Pavol Rusnak
b7f0533d2a
electron_9: 9.0.2 -> 9.3.0 2020-09-09 10:05:03 +02:00
Pavol Rusnak
8d9fadd3e0
electron_10: init at 10.1.1 2020-09-09 10:05:03 +02:00
Doron Behar
8eeb526255 arora: Remove
It's last release was 10 years ago, and it won't build since a long time
now, due to webkit unfound for qt4.
2020-09-09 10:57:28 +03:00
Timo Kaufmann
44cb86f0d8
Merge pull request #97491 from taku0/flashplayer-32.0.0.433
flashplayer: 32.0.0.414 -> 32.0.0.433
2020-09-09 09:54:25 +02:00
Francesco Gazzetta
b4496d4095 maintainers/build: skip packages without meta
Some packages do not have a meta attribute, and made the script crash.
2020-09-09 09:54:03 +02:00
Cole Helbling
339f6248f6
verilog: unstable-2019-08-01 -> unstable-2020-08-24
The build would previously fail due to a change in bison's behavior (see
5b699c1be7
for more information). Updating to a more recent version fixes this
issue.
2020-09-09 00:47:52 -07:00
Minijackson
ad48050cad
nixos/jellyfin: document stateVersion 20.09 in release notes 2020-09-09 09:47:38 +02:00