Commit Graph

236899 Commits

Author SHA1 Message Date
Peter Simons
3fd9a0c692 LTS Haskell 16.7 2020-07-31 21:20:42 +02:00
Maximilian Bosch
37e3cadb8b
nixos/systemd-networkd-vrf: implement working TCP test on a 5.x kernel
By design, VRFs allow route-leaking for forwarded packages, but not for
local processes using a socket. While it was possible to leak such TCP
traffic through a VRF on a 4.x kernel, this behavior was considered
wrong and got fixed in Linux 5.x[1].

From now on, local unix sockets must run in the VRF itself using
`ip vrf exec`[2] which basically injects a BPF program into the VRF and
drops elevated networking capabilities by default for the specified
command.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3c82a21f4320c8d54cf6456b27c8d49e5ffb722e
[2] https://man7.org/linux/man-pages/man8/ip-vrf.8.html
2020-07-31 21:06:00 +02:00
Sarah Brofeldt
0b520e9269
Merge pull request #93430 from symphorien/io-latency
linux: enable io cost and io latency block group controller
2020-07-31 21:05:37 +02:00
rtreffer
08566523d8 Backport zfs 5.8 compaitibility patch to zfs 0.8.4
Adding this patch makes zfs compile against 5.8-rc7 kernels.

Upstream PR: https://github.com/openzfs/zfs/pull/10422
Modifications:
- spl_kvmalloc does not exists in zfs 0.8.4 - related code was dropped.
2020-07-31 21:02:36 +02:00
Michael Weiss
e9c36545a7
tig: Don't install the broken ZSH completion
There are some Nixpkgs specific issues that we could fix but due to
changes in Git it currently isn't possible to source git-completion.bash
from ZSH (at least not how tig-completion.bash expects it).
Upstream issue: https://github.com/jonas/tig/issues/940

For the meantime it seems best to simply not install it anymore so that
the fallback implementation from ZSH can be used (more inaccurate as the
git-log completion is reused but it is helpful to complete remotes,
branches, tags, etc. and doesn't emit an error to the console).
2020-07-31 20:57:35 +02:00
R. RyanTM
870081decf cheat: 4.0.0 -> 4.0.2 2020-07-31 18:52:25 +00:00
Daniël de Kok
97e899d154 liblinear: 2.40 -> 2.41
According the website:

Version 2.41 released on July 29, 2020 (some bug fixes of version 2.40).
2020-07-31 20:34:37 +02:00
Daniël de Kok
c31de496b5
Merge pull request #93759 from danieldk/liblinear-2.40
liblinear: 2.30 -> 2.40
2020-07-31 20:32:20 +02:00
Vladyslav M
b6107d3eb4
Merge pull request #94352 from xrelkd/update/cargo-expand
cargo-expand: 0.6.4 -> 1.0.0
2020-07-31 21:28:52 +03:00
Maximilian Bosch
73ce9c2709
Merge pull request #94335 from r-ryantm/auto-update/ugrep
ugrep: 2.4.1 -> 2.5.0
2020-07-31 20:19:17 +02:00
R. RyanTM
f49d78473c checkstyle: 8.34 -> 8.35 2020-07-31 18:10:33 +00:00
R. RyanTM
7d293e769f broot: 0.18.1 -> 0.19.3 2020-07-31 18:06:04 +00:00
Daniël de Kok
c67ba72dd8 python3Packages.pytorch: 1.5.1 -> 1.6.0
Changelog:
https://github.com/pytorch/pytorch/releases/tag/v1.6.0
2020-07-31 10:58:45 -07:00
Pascal Hertleif
cda0a60c08 plexamp: fix icon
Co-authored-by: Andrew Fontaine <andrew@afontaine.ca>
2020-07-31 10:55:45 -07:00
Pascal Hertleif
5821103b06 plexamp: 3.0.3 -> 3.1.1
Co-authored-by: Andrew Fontaine <andrew@afontaine.ca>
2020-07-31 10:55:45 -07:00
Pascal Hertleif
30a97cf45c plexamp: init at 3.0.3
Desktop file does not work.
2020-07-31 10:55:45 -07:00
R. RyanTM
21b77ce12a python37Packages.opt-einsum: 3.2.1 -> 3.3.0 2020-07-31 10:48:32 -07:00
Doron Behar
85f6da6eed wrapNeovim: Rewrite
Cleanups:
- Removed unneeded neovim.meta.description reset.
- Remove unnecessary -x checks in `postBuild`.
- Use a ${placeholder "out"} if needed.

Changes:
- Switch to symlinkJoin, so e.g manpages link to the environment (#87929).
- Use nvim-node from $out/bin/ just like all other providers.
- Compute all arguments to makeWrapper in pure Nix "before" `postBuild`.
- Prevent double wrapping in case `configure != {}` and rplugin.vim
  needs to be generated.

Co-authored-by: Silvan Mosberger <contact@infinisil.com>
2020-07-31 20:39:12 +03:00
Alexander Bantyev
6fb6633c47
Merge pull request #93792 from cab404/photon-utils
SL1ToPhoton: init at 0.1.3
2020-07-31 20:30:29 +03:00
Karl Hallsby
1970c2dbd0 tor-browser-bundle-bin: 9.5 -> 9.5.3
Squashed commits:
1. tor-browser-bundle-bin: 9.5 -> 9.5.1
2. tor-browser-bundle-bin: 9.5.1 -> 9.5.3
2020-07-31 10:12:07 -07:00
Karl Hallsby
dde584b3c7 maintainers: add KarlJoad 2020-07-31 10:12:07 -07:00
Tina Bu
28c06140be pythonPackages.qds_sdk: 1.12.0 -> 1.15.2 2020-07-31 10:04:45 -07:00
Ryan Mulligan
5799e30813
Merge pull request #94314 from r-ryantm/auto-update/simplenote
simplenote: 1.19.0 -> 1.20.0
2020-07-31 09:44:58 -07:00
Jörg Thalheim
4681807395
Revert "temporary delete github actions"
This reverts commit 256dbf6980.

This did not solve the github action failures
2020-07-31 17:34:37 +01:00
Jörg Thalheim
30afd2c29d
Merge pull request #94355 from Mic92/disable-ci
temporary delete github actions
2020-07-31 17:32:08 +01:00
Jörg Thalheim
256dbf6980
temporary delete github actions
We are currently seeing a lot of misterious github actions failures.
They might be linked to our github actions:

https://github.com/nixos/nixpkgs/actions
2020-07-31 17:30:04 +01:00
Daniël de Kok
4d1970923c resilio-sync: 2.7.1 -> 2.7.2
Changelog:

https://help.resilio.com/hc/en-us/articles/206216855-Sync-2-x-change-log
2020-07-31 09:14:16 -07:00
xrelkd
124a8fda34 cargo-expand: 0.6.4 -> 1.0.0 2020-08-01 00:08:09 +08:00
R. RyanTM
5891c750ed blender: 2.83.1 -> 2.83.3 2020-07-31 16:07:37 +00:00
Peter Simons
2d5fb8c503
Merge pull request #94294 from bbigras/ndi
ndi: 4.5.1 -> 4.5.3
2020-07-31 18:06:17 +02:00
Daniël de Kok
4f1e02c055
Merge pull request #94295 from danieldk/ftfy-comment
python3Packages.ftfy: remove outdated comment about version 4 vs 5
2020-07-31 17:15:36 +02:00
José Romildo Malaquias
9839afde13
Merge pull request #94311 from Elyhaka/pop-gtk-upd
pop-gtk: 2020-04-22 -> 2020-06-30
2020-07-31 12:12:36 -03:00
R. RyanTM
6745835153 batsignal: 1.0.0 -> 1.1.2 2020-07-31 14:02:25 +00:00
Mario Rodas
d2ba5e2642
Merge pull request #94334 from r-ryantm/auto-update/tunnelto
tunnelto: 0.1.11 -> 0.1.12
2020-07-31 09:00:47 -05:00
Jörg Thalheim
1293af9732
Merge pull request #94333 from Mic92/telegraf 2020-07-31 14:56:56 +01:00
José Romildo Malaquias
c4f98356c5 enlightenment.efl: do not default to openjpeg 1
It seems there is no reason to choose openjpeg-1. Just use the default
openjpeg, which currerntly is openjpeg-2.3.1.
2020-07-31 10:49:12 -03:00
Emery Hemingway
3f922834b8 nixos/lib/make-disk-image.nix: abritary format input
Pass unrecognized format types as the output file extension to
qemu-img. The motivation is support for "vdi" output.
2020-07-31 15:33:08 +02:00
Tim Steinbach
0645303fb8
oh-my-zsh: 2020-07-23 -> 2020-07-30 2020-07-31 09:06:33 -04:00
Tim Steinbach
c55d161ca2
linux/hardened/patches/5.7: 5.7.10.a -> 5.7.11.a 2020-07-31 09:05:44 -04:00
Tim Steinbach
4c789190be
linux/hardened/patches/5.4: 5.4.53.a -> 5.4.54.a 2020-07-31 09:05:36 -04:00
Tim Steinbach
fca98b5da8
linux/hardened/patches/4.19: 4.19.134.a -> 4.19.135.a 2020-07-31 09:05:34 -04:00
Tim Steinbach
43e1e283c6
linux/hardened/patches/4.14: 4.14.189.a -> 4.14.190.a 2020-07-31 09:05:29 -04:00
Oleksii Filonenko
3dada6952c
Merge pull request #94136 from kf5grd/master
keybase-gui: 5.4.2 -> 5.5.1
2020-07-31 15:51:35 +03:00
Oleksii Filonenko
b633d22609
Merge pull request #94331 from r-ryantm/auto-update/topgrade
topgrade: 5.1.0 -> 5.3.0
2020-07-31 15:50:21 +03:00
R. RyanTM
897efe18e9 ugrep: 2.4.1 -> 2.5.0 2020-07-31 12:46:30 +00:00
R. RyanTM
774e1e1831 tunnelto: 0.1.11 -> 0.1.12 2020-07-31 12:35:11 +00:00
Jörg Thalheim
698b478eba
telegraf: use runVend
this is needed on macOS to build gopsutils:

https://github.com/shirou/gopsutil/issues/491
2020-07-31 13:27:51 +01:00
Maximilian Bosch
8738de2346
Merge pull request #94237 from Ma27/bump-matrix-synapse
matrix-synapse: 1.17.0 -> 1.18.0
2020-07-31 14:23:06 +02:00
Mario Rodas
fa4c4d5fe4
Merge pull request #94276 from marsam/update-prometheus
prometheus: 2.19.2 -> 2.19.3
2020-07-31 07:22:05 -05:00
Mario Rodas
f5397ebc0d
Merge pull request #94266 from wjlroe/hikari-2.1.1
hikari: 2.0.4 -> 2.1.1
2020-07-31 07:21:53 -05:00