Commit graph

12398 commits

Author SHA1 Message Date
Frederik Rietdijk d0532e79ae Merge staging-next into staging 2020-06-07 09:25:46 +02:00
Frederik Rietdijk 6b8223e634 Merge master into staging-next 2020-06-07 09:25:12 +02:00
Mario Rodas fe753a241f
Merge pull request #89539 from cmacrae/upgrade/yabai/3.1.0
yabai: 3.0.2 -> 3.1.0
2020-06-05 20:04:19 -05:00
Samuel Dionne-Riel 3570c1303e
Merge pull request #89571 from samueldr/fix/input-utils/cross
input-utils: Fix cross-compilation
2020-06-05 19:53:46 -04:00
Samuel Dionne-Riel 68096cab7f input-utils: Fix cross-compilation
We actually don't need to `strip` using `install`. Stripping is already
part of the fixup. This ends up being a fix we can apply universally,
but works around an issue where `install` doesn't know about the
prefixed `strip` binary.
2020-06-05 18:52:47 -04:00
Matthew Bauer fa29c1002d
Merge pull request #89356 from wizeman/u/fix-fwupd
fwupd: fix configuration on aarch64
2020-06-05 15:36:34 -05:00
Frederik Rietdijk 1c68570ab2 Merge staging-next into staging 2020-06-05 19:42:16 +02:00
Frederik Rietdijk 43f71029cc Merge master into staging-next 2020-06-05 19:40:53 +02:00
Tim Steinbach 05b3c7dd66
linux/hardened/patches/5.6: 5.6.15.a -> 5.6.16.a 2020-06-05 09:45:25 -04:00
Tim Steinbach 5537f64700
linux/hardened/patches/5.4: 5.4.43.a -> 5.4.44.a 2020-06-05 09:45:23 -04:00
Tim Steinbach 7ce3d24baa
linux/hardened/patches/4.19: 4.19.125.a -> 4.19.126.a 2020-06-05 09:45:21 -04:00
Tim Steinbach 2c2362cea5
linux/hardened/patches/4.14: 4.14.182.a -> 4.14.183.a 2020-06-05 09:45:19 -04:00
Tim Steinbach 7557c83ea4
linux_latest-libre: 17506 -> 17527 2020-06-05 09:45:08 -04:00
Tim Steinbach 4c5251436b
linux: 5.6.15 -> 5.6.16 2020-06-05 09:37:49 -04:00
Tim Steinbach 6599499cd7
linux: 5.4.43 -> 5.4.44 2020-06-05 09:37:38 -04:00
Tim Steinbach c511f3bab6
linux: 4.9.225 -> 4.9.226 2020-06-05 09:37:26 -04:00
Tim Steinbach 4bf8aa6b71
linux: 4.4.225 -> 4.4.226 2020-06-05 09:37:11 -04:00
Tim Steinbach 0c574f3357
linux: 4.19.125 -> 4.19.126 2020-06-05 09:37:03 -04:00
Tim Steinbach 877920254a
linux: 4.14.182 -> 4.14.183 2020-06-05 09:36:43 -04:00
cmacrae 74e87de0ad yabai: 3.0.2 -> 3.1.0 2020-06-05 14:11:39 +01:00
Jörg Thalheim 073d2fc4d5
cgmanager: remove
fixes #30023
2020-06-05 09:47:12 +01:00
Benjamin Saunders 38f5fce48a linuxPackages.rtl88x2bu: init at 2020-05-19 2020-06-04 12:39:54 -07:00
Anders Kaseorg 0f2e569505 linux: CONFIG_MOUSE_ELAN_I2C_SMBUS=y
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-06-04 18:22:23 +02:00
Michael Weiss ac0716aa61 iproute: 5.6.0 -> 5.7.0
"As usual lots of small fixes, across many utilities. Several qdisc now
have more parameters available. Devlink get most of the fixes." [0]

File changes (additions/removals):
+share/bash-completion/completions/devlink
+share/man/man8/devlink-dpipe.8.gz
+share/man/man8/tc-ct.8.gz

[0]: https://marc.info/?l=linux-netdev&m=159115579900638
2020-06-04 18:13:07 +02:00
Frederik Rietdijk b76c308ecd Merge staging-next into staging 2020-06-04 15:28:16 +02:00
Frederik Rietdijk 08900c0554 Merge master into staging-next 2020-06-04 15:25:54 +02:00
Florian Klink 3b1b4fde0c systemd: systemd.pc: fix systemdsystemunitpath and systemduserunitpath
The paths in the generated `systemd.pc` were flipped, fix this:

`systemdsystemunitpath`: `/nix/var/nix/profiles/default/lib/systemd/{user => system}`
`systemduserunitpath`: `/nix/var/nix/profiles/default/lib/systemd/{system => user}`

The paths actually used in the code (further below in that patch) were
correct, so keep them there.

Fixes #59473.
2020-06-03 22:25:01 +02:00
Daiderd Jordan 7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Rovanion Luckey 29fc454d15 pcm: 202003 -> 202005 2020-06-02 12:53:58 -07:00
Neil Mayhew 367b3a99e4 multipath-tools: Fix build failure due to GZIP make var
The multipath-tools makefiles use GZIP as a variable name but this is
also the name of the environment variable gzip uses to get its default
options.

Normally, this wouldn't get into the environment but nixpkgs exports
GZIP=-n in a setup hook. This in turn causes make to export its own
value for this variable. gzip objects to having -c in the environment
variable and aborts, causing the build to fail.
2020-06-02 09:38:29 -06:00
Ricardo M. Correia ec4d914143 fwupd: fix configuration on aarch64
The fwupd service was failing on aarch64 with:

fwupd: Failed to load engine: Failed to load remotes: failed to load /etc/fwupd/remotes.d/dell-esrt.conf: No such file or directory

The /etc/fwupd/remotes.d/dell-esrt.conf symlink existed but it pointed to a non-existent file.
2020-06-02 14:23:20 +02:00
James Ravn 46f2bf63a4
firmwareLinuxNonfree: 2020-01-22 -> 2020-05-19 2020-06-01 14:16:22 +01:00
Maximilian Bosch e90c5fe0ec
linuxPackages.wireguard: 1.0.20200506 -> 1.0.20200520
https://lists.zx2c4.com/pipermail/wireguard/2020-May/005450.html
2020-05-31 21:25:56 +02:00
Mario Rodas 8a73ac0f34
Merge pull request #89229 from shardulbee/update-yabai-3.0.2
yabai: 3.0.1 -> 3.0.2
2020-05-31 09:53:32 -05:00
Shardul Baral 2d95536210
yabai: 3.0.1 -> 3.0.2 2020-05-31 10:29:34 -04:00
Alexey Shmalko 1607e821ff
Merge pull request #89037 from r-ryantm/auto-update/uclibc-ng
uclibc: 1.0.33 -> 1.0.34
2020-05-31 14:31:15 +03:00
Tim Steinbach 746fe02a5a
linux_latest-libre: 17445 -> 17506 2020-05-30 11:23:42 -04:00
Frederik Rietdijk 03de4c02fb Merge staging-next into staging 2020-05-28 22:05:36 +02:00
R. RyanTM d4226e3a4b checksec: 2.1.0 -> 2.2.1 2020-05-28 13:58:27 -05:00
Jethro Kuan 2738ca86bd
rtl88xxau-aircrack: init (#88870) 2020-05-28 12:33:25 -04:00
Tim Steinbach dc9b007637
linux/hardened/patches/5.6: 5.6.14.a -> 5.6.15.a 2020-05-28 09:35:07 -04:00
Tim Steinbach a1ec9f649e
linux/hardened/patches/5.4: 5.4.42.a -> 5.4.43.a 2020-05-28 09:35:07 -04:00
Tim Steinbach 827df89616
linux/hardened/patches/4.19: 4.19.124.a -> 4.19.125.a 2020-05-28 09:35:06 -04:00
Tim Steinbach 964a5b99f7
linux/hardened/patches/4.14: 4.14.181.a -> 4.14.182.a 2020-05-28 09:35:06 -04:00
Tim Steinbach 3b94b3f0ac
linux: 5.6.14 -> 5.6.15 2020-05-28 09:35:06 -04:00
Tim Steinbach 5c4bd56c45
linux: 5.4.42 -> 5.4.43 2020-05-28 09:35:05 -04:00
Tim Steinbach 583e50cc79
linux: 4.9.224 -> 4.9.225 2020-05-28 09:35:05 -04:00
Tim Steinbach c1299ef40c
linux: 4.4.224 -> 4.4.225 2020-05-28 09:35:04 -04:00
Tim Steinbach d5c4986dfa
linux: 4.19.124 -> 4.19.125 2020-05-28 09:35:04 -04:00
Tim Steinbach 90d6c2b642
linux: 4.14.181 -> 4.14.182 2020-05-28 09:35:01 -04:00