Commit Graph

12758 Commits

Author SHA1 Message Date
Mario Rodas
0cd9efc898
Merge pull request #94909 from marsam/update-lxc
lxc: 4.0.3 -> 4.0.4
2020-08-08 14:28:54 -05:00
Tim Steinbach
b4fc816b44
linux: 5.7.13 -> 5.7.14 2020-08-08 10:03:12 -04:00
Tim Steinbach
7964867f39
linux: 5.4.56 -> 5.4.57 2020-08-08 10:03:01 -04:00
Tim Steinbach
4376b9ab71
linux: 4.19.137 -> 4.19.138 2020-08-08 10:02:53 -04:00
Tim Steinbach
98b9671099
linux: 4.14.192 -> 4.14.193 2020-08-08 10:02:36 -04:00
Pamplemousse
07ea06b143 cramfsswap: Make binary available
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-08-07 10:41:44 -07:00
Pamplemousse
ce10e04adf cramfsprogs: init at 1.1
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-08-07 10:41:44 -07:00
R. RyanTM
9175f114fe fwts: 20.06.01 -> 20.07.00 2020-08-07 00:23:12 -07:00
Cole Mickens
3a2d677b0b
v4l-utils: fix by patchShebangs on cec-gen.pl 2020-08-06 22:04:06 -07:00
Mario Rodas
2d4f0bc9e7
lxc: 4.0.3 -> 4.0.4 2020-08-07 04:20:00 +00:00
Tim Steinbach
deb12d397a
linux/hardened/patches/5.6: remove 2020-08-06 08:36:38 -04:00
Tim Steinbach
72c9b56c31
linux: 5.7.12 -> 5.7.13 2020-08-05 08:45:28 -04:00
Tim Steinbach
b2ef48721b
linux: 5.4.55 -> 5.4.56 2020-08-05 08:45:27 -04:00
Tim Steinbach
af3de724d9
linux: 4.19.136 -> 4.19.137 2020-08-05 08:45:27 -04:00
Tim Steinbach
2e3bc79c9b
linux: 4.14.191 -> 4.14.192 2020-08-05 08:45:27 -04:00
Jörg Thalheim
fee8c0ae07
Revert "linux: Init 5.8"
This reverts commit 3a8cbea4f7398ddd705b9b72b58bc0b6e0cced91.

This breaks systemd; We need to apply the systemd upgrade first.
2020-08-05 06:29:45 +01:00
Frederik Rietdijk
26c481b435 Merge master into staging-next 2020-08-04 12:48:50 +02:00
worldofpeace
29fc5af576
Merge pull request #93847 from MetaDark/xpadneo
linuxPackages.xpadneo: 0.8.1 -> 0.8.2
2020-08-03 19:14:00 -04:00
markuskowa
cecfe9d474
Merge pull request #94116 from r-ryantm/auto-update/linuxptp
linuxptp: 2.0 -> 3.0
2020-08-03 23:57:01 +02:00
Tim Steinbach
18ba7fc789
linux: Remove 5.6 2020-08-03 16:49:55 -04:00
Tim Steinbach
3a8cbea4f7
linux: Init 5.8 2020-08-03 16:45:45 -04:00
Tim Steinbach
b3f869febb
linux: 5.7.11 -> 5.7.12 2020-08-03 16:35:16 -04:00
Tim Steinbach
60773afea2
linux: 5.4.54 -> 5.4.55 2020-08-03 16:35:15 -04:00
Tim Steinbach
cb73bea24c
linux: 4.9.231 -> 4.9.232 2020-08-03 16:35:15 -04:00
Tim Steinbach
fd603b5afc
linux: 4.4.231 -> 4.4.232 2020-08-03 16:35:15 -04:00
Tim Steinbach
5b88a328df
linux: 4.19.135 -> 4.19.136 2020-08-03 16:35:15 -04:00
Tim Steinbach
b02541c37b
linux: 4.14.190 -> 4.14.191 2020-08-03 16:35:14 -04:00
MetaDark
d554a0aba7 linuxPackages.xpadneo: 0.8.1 -> 0.8.2
Also fixes kernel module version: @DO_NOT_CHANGE@ -> 0.8.2
2020-08-03 14:26:27 -04:00
R. RyanTM
35735ac930 fwupd: 1.4.4 -> 1.4.5 2020-08-03 19:34:54 +02:00
Maximilian Bosch
debea4b65b
Merge pull request #94377 from rtreffer/make-zfs-linux-58-compatible
zfs: backport linux 5.8 compatibility patch to 0.8.4 release
2020-08-01 23:16:46 +02:00
Frederik Rietdijk
50c060d13d Merge master into staging-next 2020-08-01 19:37:20 +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
Florian Klink
ae896e090e systemd: disable remote support
This disabled systemd-journal-upload and systemd-journal-remote.

We didn't install the unit files anyways, so this was probably not used
at all, and currently fails to build due to libmicrohttpd and systemd
code being incompatible:

```
../src/journal-remote/journal-remote-main.c: In function ‘setup_microhttpd_server’:
../src/journal-remote/journal-remote-main.c:431:38: error: passing argument 5 of ‘MHD_start_daemon’ from incompatible pointer type [-Werror=incompatible-pointer-types]
```
2020-07-31 18:38:07 +02: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
R. RyanTM
afaf5d5d43 conky: 1.11.5 -> 1.11.6 2020-07-31 00:37:27 -07:00
Matthew Bauer
d0677e6d45 treewide: add warning comment to “boot” packages
This adds a warning to the top of each “boot” package that reads:

  Note: this package is used for bootstrapping fetchurl, and thus cannot
  use fetchpatch! All mutable patches (generated by GitHub or cgit) that
  are needed here should be included directly in Nixpkgs as files.

This makes it clear to maintainer that they may need to treat this
package a little differently than others. Importantly, we can’t use
fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale
hashes, we need to include patches that are subject to changing
overtime (for instance, gitweb’s patches contain a version number at
the bottom).
2020-07-31 08:56:53 +02:00
Jörg Thalheim
b75f2114ea
Merge pull request #92581 from TethysSvensson/busybox-udhcpc-script 2020-07-31 07:09:45 +01:00
Matthew Bauer
5a741d16ff
Merge pull request #93541 from matthewbauer/ios-deploy-update
ios-deploy: move out of nodePackages
2020-07-30 19:55:52 -05:00
xeji
1a0b9e61a5
Merge pull request #94153 from dtzWill/update/powertop-2.13
powertop: 2.10 -> 2.13
2020-07-30 22:35:31 +02:00
Maximilian Bosch
41f959293b
linuxPackages.wireguard: 1.0.20200712 -> 1.0.20200729
https://lists.zx2c4.com/pipermail/wireguard/2020-July/005720.html
2020-07-30 19:28:06 +02:00
Vladimír Čunát
60d89e5793
Merge branch 'master' into staging 2020-07-29 18:40:28 +02:00
Tim Steinbach
78215a8395
linux: 5.7.10 -> 5.7.11 2020-07-29 09:42:40 -04:00
Tim Steinbach
5e703de983
linux: 5.4.53 -> 5.4.54 2020-07-29 09:42:32 -04:00
Tim Steinbach
06a0f2aeb6
linux: 4.19.134 -> 4.19.135 2020-07-29 09:42:24 -04:00
Tim Steinbach
dee53efb5f
linux: 4.14.189 -> 4.14.190 2020-07-29 09:42:12 -04:00
Ryan Mulligan
3377a6b533
Merge pull request #94158 from r-ryantm/auto-update/open-iscsi
openiscsi: 2.1.1 -> 2.1.2
2020-07-29 06:24:34 -07:00