Commit graph

286144 commits

Author SHA1 Message Date
Jan Tojnar 76c3a6aafd
Merge branch 'staging-next' into staging 2021-04-29 02:35:54 +02:00
github-actions[bot] af1c8ec459
Merge master into staging-next 2021-04-29 00:15:25 +00:00
Michael Raskin ae96c292c0
Merge pull request #117881 from ninjin/juliaclean
julia: cleanup/reorganisation
2021-04-28 23:39:38 +00:00
happysalada a946e4c558 fishplugins.forgit: fix dependency linking 2021-04-29 08:22:54 +09:00
happysalada f1e271714b fishplugins.forgit-fish: rename fishplugins.forgit 2021-04-29 08:22:54 +09:00
Luke Granger-Brown f64e68e09b
Merge pull request #120071 from johanot/ceph-16
ceph: 15.2.10 -> 16.2.1
2021-04-29 00:03:45 +01:00
Fabian Affolter cc5d41cd97
Merge pull request #121091 from r-ryantm/auto-update/gdu
gdu: 4.11.0 -> 4.11.1
2021-04-29 00:48:27 +02:00
R. RyanTM 4c879a6557 gdu: 4.11.0 -> 4.11.1 2021-04-28 22:03:49 +00:00
Fabian Affolter 0fe6b1ccde
Merge pull request #121086 from r-ryantm/auto-update/ffuf
ffuf: 1.3.0 -> 1.3.1
2021-04-28 23:56:49 +02:00
Fabian Affolter 349cb2f5c2
Merge pull request #120847 from fabaff/fix-criticality-score
python3Packages.PyGithub: 1.54.1 -> 1.55
2021-04-28 23:48:22 +02:00
Alyssa Ross a8afbb45c1 treewide: use lib.warnIf where appropriate 2021-04-28 21:44:21 +00:00
Alyssa Ross 81e1e68eaf lib.trivial.warnIf: init
It's a common pattern in Nixpkgs to want to emit a warning in certain
cases, but not actually change behaviours.

This is often expressed as either
	if cond then lib.warn "Don't do that thing" x else x
Or
	(if cond then lib.warn "Don't do that thing" else lib.id) x

Neither of which really expresses the intent here, because it looks
like 'x' is being chosen conditionally.

To make this clearer, I introduce a "warnIf" function, which makes it
clear that the only thing being affected by the condition is whether
the warning is generated, not the value being returned.
2021-04-28 21:44:21 +00:00
Fabian Affolter e57815f095
Merge pull request #120804 from mweinelt/python/python-gitlab
python3Packages.python-gitlab: 2.6.0 -> 2.7.1
2021-04-28 23:42:41 +02:00
R. RyanTM 111ab7f7b6 ffuf: 1.3.0 -> 1.3.1 2021-04-28 21:33:09 +00:00
ajs124 dcbf56a102
Merge pull request #121069 from mweinelt/promtail-timeout
nixos/promtail: Set TimeoutStopSec=10
2021-04-28 22:18:02 +02:00
Maximilian Bosch 56d46af5d0
Merge pull request #120907 from r-ryantm/auto-update/cargo-outdated
cargo-outdated: 0.9.14 -> 0.9.15
2021-04-28 21:11:48 +02:00
Maximilian Bosch c801abd837
Merge pull request #121054 from r-ryantm/auto-update/haproxy
haproxy: 2.3.7 -> 2.3.10
2021-04-28 21:04:41 +02:00
Martin Weinelt de5a69c918
nixos/promtail: Set TimeoutStopSec=10
On reboots and shutdowns promtail blocks for at least 90 seconds,
because it would still try to deliver log messages for loki, which isn't
possible when the network has already gone down.

Upstreams example unit also uses a ten seconds timeout, something which
has worked pretty well for me as well.
2021-04-28 21:02:11 +02:00
V dab2173285 last-resort: init at 13.001
Last Resort is a fallback font that covers every Unicode codepoint.
2021-04-28 20:53:57 +02:00
V dba77f4fd0 maintainers: add V 2021-04-28 20:53:57 +02:00
github-actions[bot] 9cf0393c37
Merge staging-next into staging 2021-04-28 18:14:28 +00:00
github-actions[bot] 5288f79377
Merge master into staging-next 2021-04-28 18:14:26 +00:00
José Romildo Malaquias f93ecc4f6b
Merge pull request #120979 from r-ryantm/auto-update/evisum
enlightenment.evisum: 0.5.11 -> 0.5.13
2021-04-28 14:30:44 -03:00
R. RyanTM 1a58aec6a2 haproxy: 2.3.7 -> 2.3.10 2021-04-28 17:02:10 +00:00
Thomas Tuegel afd7f222bf
Merge pull request #120983 from tsurucapital/openblas-dynamic-arch
openblas: Allow setting DYNAMIC_ARCH
2021-04-28 11:56:34 -05:00
John Ericson 50a11f4f43
Merge pull request #120993 from regnat/easy-ca
Make the bootsrap respect the contentAddressedByDefault setting
2021-04-28 11:27:59 -04:00
zowoq 5ba2e4e9c6 .github/workflows/editorconfig.yml: switch to pull_request_target
- use pull_request_target to avoid having to manually approve the action
- use nixpkgs editorconfig-checker rather than external binary
2021-04-28 23:40:50 +10:00
ajs124 10d24382cd
python3.pkgs.signedjson: fix build (#120669) 2021-04-28 15:38:29 +02:00
Tim Steinbach e1af1d1f81 linux/hardened/patches/5.4: 5.4.113-hardened1 -> 5.4.114-hardened1 2021-04-28 09:34:45 -04:00
Tim Steinbach 69984bd056 linux/hardened/patches/5.11: 5.11.15-hardened1 -> 5.11.16-hardened1 2021-04-28 09:34:45 -04:00
Tim Steinbach 4611413ec6 linux/hardened/patches/5.10: 5.10.31-hardened1 -> 5.10.32-hardened1 2021-04-28 09:34:45 -04:00
Tim Steinbach 8ee8d6e61e linux/hardened/patches/5.4: 5.4.112-hardened1 -> 5.4.113-hardened1 2021-04-28 09:34:45 -04:00
Tim Steinbach 9d47acdbc8 linux/hardened/patches/5.11: 5.11.14-hardened1 -> 5.11.15-hardened1 2021-04-28 09:34:45 -04:00
Tim Steinbach f99496d321 linux/hardened/patches/5.10: 5.10.30-hardened1 -> 5.10.31-hardened1 2021-04-28 09:34:45 -04:00
Tim Steinbach 00aa9ee2b4 linux/hardened/patches/4.19: 4.19.187-hardened1 -> 4.19.188-hardened1 2021-04-28 09:34:45 -04:00
Tim Steinbach b3e42ffea1 linux/hardened/patches/4.14: 4.14.230-hardened1 -> 4.14.231-hardened1 2021-04-28 09:34:45 -04:00
Tim Steinbach 2e7331db4c linux-rt_5_4: 5.4.106-rt54 -> 5.4.109-rt56 2021-04-28 09:34:45 -04:00
Tim Steinbach c6963522e0 linux-rt: Avoid RCs 2021-04-28 09:34:45 -04:00
Tim Steinbach d70dced4fe linux-rt_5_10: 5.10.27-rt36 -> 5.10.30-rt37 2021-04-28 09:34:45 -04:00
Tim Steinbach 81ef99ec75 linux: 5.4.112 -> 5.4.114 2021-04-28 09:34:45 -04:00
Tim Steinbach 079fca1541 linux: 5.11.14 -> 5.11.16 2021-04-28 09:34:45 -04:00
Tim Steinbach e77d44c103 linux: 5.10.30 -> 5.10.32 2021-04-28 09:34:45 -04:00
Tim Steinbach 1904447d73 linux: 4.9.266 -> 4.9.267 2021-04-28 09:34:45 -04:00
Tim Steinbach fde3ac0f8e linux: 4.4.266 -> 4.4.267 2021-04-28 09:34:45 -04:00
Tim Steinbach c38311d1f6 linux: 4.19.187 -> 4.19.188 2021-04-28 09:34:45 -04:00
Tim Steinbach 125bbf0752 linux: 4.14.230 -> 4.14.231 2021-04-28 09:34:45 -04:00
Milan 5e2bfae1b8
gitlab: 13.10.2 -> 13.11.2 (#120947) 2021-04-28 15:16:06 +02:00
happysalada 51729ed349 broot: remove stale substitute 2021-04-28 21:56:09 +09:00
happysalada af9430180e broot: 1.2.9 -> 1.3.0 2021-04-28 21:56:09 +09:00
Ninjatrappeur ebea497aec
Merge pull request #121005 from flokli/opensmtpd-path-pidfile
opensmtpd: set --with-path-pidfile
2021-04-28 14:50:55 +02:00