Commit Graph

12023 Commits

Author SHA1 Message Date
Florian Klink 72c8ed0389 systemd: build with cryptsetup and cryptsetup-generators
There's a circular dependency to systemd via cryptsetup and lvm2
(systemd -> cryptsetup -> lvm2 -> udev=systemd).

However, cryptsetup only really needs the devmapper component shipped
with lvm2. So build `pkgs.cryptsetup` with a lvm2 that doesn't come with
udev.
2020-08-05 00:46:57 +02: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
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
Tethys Svensson b657c899d6 busybox: Use fetchzip instead of fetchTarball to get the dispatcher script 2020-07-29 10:33:58 +02:00
R. RyanTM 79f2e321c8 openiscsi: 2.1.1 -> 2.1.2 2020-07-29 07:28:31 +00:00
Darwin Corn eb5381e7af rtl8821ce: 5.5.2_34066.20200325 -> 5.8.0-050800.20200621 2020-07-28 23:32:41 -07:00
Will Dietz 8565fc75a1
powertop: 2.10 -> 2.13
https://01.org/powertop/downloads/powertop-v2.13
https://01.org/powertop/downloads/powertop-v2.12
2020-07-29 01:16:58 -05:00
R. RyanTM f8094d2c5d linuxptp: 2.0 -> 3.0 2020-07-28 23:39:02 +00:00
Robert Helgesson 246abba989
sd-switch: 0.1.0 -> 0.2.0 2020-07-29 01:36:40 +02:00
Tethys Svensson dcc963bd2d busybox: Download and patch the dispatcher script from upstream 2020-07-29 00:24:19 +02:00
Tethys Svensson 179b74c216 maintainers: add TethysSvensson 2020-07-28 22:59:51 +02:00
Ryan Mulligan 2c9a96ab92
Merge pull request #94033 from r-ryantm/auto-update/pcm
pcm: 202005 -> 202007
2020-07-28 06:56:09 -07:00
Tim Steinbach 931c554ed6
linux: 5.8-rc6 -> 5.8-rc7 2020-07-28 08:33:59 -04:00
R. RyanTM 45a0ecff12 pcm: 202005 -> 202007 2020-07-27 21:50:43 +00:00
Atemu 83451174b8 linux_zen: init at 5.7.10
Fixes #74834
2020-07-27 20:10:29 +02:00
Tim Steinbach c88d0fd7a8
linux_latest-libre: 17570 -> 17583 2020-07-27 08:54:52 -04:00
Anders Kaseorg a3a1e27135 multipath-tools: Fix build with multi-output lvm2
It was broken by commit d3a991d410
(#93024).

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-07-26 22:58:02 -07:00
Vladimír Čunát 2b7c0dcdaa
Merge branch 'staging-next'
Rebuild on Hydra seems OK-ish.
mongodb.nix needed some conflict resolution (scons versions);
all four versions seem to build fine.
2020-07-25 16:18:40 +02:00
Sebastien Bourdeauducq ecafef0dd8 pam_p11: add 2020-07-25 09:37:48 +02:00
Marek Mahut 4538cb330d
Merge pull request #92626 from r-ryantm/auto-update/v4l-utils
libv4l: 1.18.1 -> 1.20.0
2020-07-25 04:55:20 +02:00
Tim Steinbach e3973f71b7
linux/hardened/patches/5.7: 5.7.9.a -> 5.7.10.a 2020-07-23 13:41:59 -04:00
Tim Steinbach 534ea8d3bc
linux/hardened/patches/5.4: 5.4.52.a -> 5.4.53.a 2020-07-23 13:41:57 -04:00
Tim Steinbach ac0cc4c59c
linux/hardened/patches/4.19: 4.19.133.a -> 4.19.134.a 2020-07-23 13:41:55 -04:00
Tim Steinbach 6808fbf630
linux/hardened/patches/4.14: 4.14.188.a -> 4.14.189.a 2020-07-23 13:41:49 -04:00
Jan Tojnar 2988feba8c
Merge branch 'master' into staging-next 2020-07-23 08:19:14 +02:00
MetaDark db96d8840f nixos/xpadneo: init at 0.8.1
I just got an Xbox One controller and I wasn't satisfied with the xpad
driver that ships with the Linux kernel

xpadneo supports more features and fixes problems with
incorrect button mappings

https://atar-axis.github.io/xpadneo
2020-07-22 21:08:11 -04:00
Frederik Rietdijk 19be541fe7 Merge master into staging-next 2020-07-22 16:49:51 +02:00
Tim Steinbach fc9ad83f84
linux: 5.7.9 -> 5.7.10 2020-07-22 09:10:54 -04:00
Tim Steinbach 81a576d54d
linux: 5.4.52 -> 5.4.53 2020-07-22 09:10:54 -04:00
Tim Steinbach 81ca9a2fde
linux: 4.9.230 -> 4.9.231 2020-07-22 09:10:53 -04:00
Tim Steinbach 14e4240a3b
linux: 4.4.230 -> 4.4.231 2020-07-22 09:10:53 -04:00
Tim Steinbach 4a9962895e
linux: 4.19.133 -> 4.19.134 2020-07-22 09:10:52 -04:00
Tim Steinbach c5f8c25ded
linux: 4.14.188 -> 4.14.189 2020-07-22 09:10:48 -04:00
Vladimír Čunát 7a5c6fee0f
Merge branch 'master' into staging-next
Some rebuilds, e.g. all of haskell.
Hydra nixpkgs: ?compare=1601713
2020-07-22 08:37:19 +02:00
Tim Steinbach f8694d09e2
linux: 5.8-rc5 -> 5.8-rc6 2020-07-21 12:08:08 -04:00
Tim Steinbach 700d59d789
linux_latest-libre: 17559 -> 17570 2020-07-20 08:53:41 -04:00
Jan Tojnar 83442a3533
Merge branch 'master' into staging-next 2020-07-20 02:16:21 +02:00
Robert Helgesson 60c9c3a233
sd-switch: init at 0.1.0
PR #93432
2020-07-18 19:48:27 +02:00
Vladimír Čunát 6f8b1aec39
Revert "apparmor: only apply the gnumake fix to the parser"
This reverts commit 4b028aecae, as planned.
2020-07-18 17:50:42 +02:00
Vladimír Čunát 4244b73917
Merge branch 'master' into staging 2020-07-18 17:50:23 +02:00
Vladimír Čunát 41a323711a
Merge #93288: libapparmor: Fix with gnumake 4.3 2020-07-18 17:48:19 +02:00
Vladimír Čunát 4b028aecae
apparmor: only apply the gnumake fix to the parser
This is to avoid the huge rebuild for now, as it seems to be enough to
fix the problem, but I'll revert this on staging anyway.
2020-07-18 17:46:37 +02:00
Symphorien Gibol 8c56afb042 linux: enable io cost and io latency block group controller
They are enabled by default on Arch.
2020-07-18 12:00:00 +00:00
Michael Weiss 5b14758d31
Merge pull request #92920 from primeos/scons
scons: 3.1.2 -> 4.0.0
2020-07-18 13:36:29 +02:00
Michael Weiss 595a36d846
scons.py2: Replace with sconsPackages.scons_3_1_2
Required since SCons 4.0.0 doesn't support Python 2.7 anymore.
2020-07-18 10:48:20 +02:00
Tim Steinbach 565e1049db
linux/hardened/patches/5.7: 5.7.8.a -> 5.7.9.a 2020-07-17 10:16:52 -04:00
Tim Steinbach 6c1601c430
linux/hardened/patches/5.4: 5.4.49.a -> 5.4.52.a 2020-07-17 10:16:50 -04:00
Tim Steinbach 960ac522fb
linux/hardened/patches/4.19: 4.19.132.a -> 4.19.133.a 2020-07-17 10:16:48 -04:00
Tim Steinbach eb2f388459
linux: 5.4.51 -> 5.4.52 2020-07-17 10:16:30 -04:00
Tim Steinbach 95a54060a4
linux: 4.19.132 -> 4.19.133 2020-07-17 10:15:58 -04:00
Maximilian Bosch 2c275f8513
linuxPackages.wireguard: 1.0.20200623 -> 1.0.20200712
https://lists.zx2c4.com/pipermail/wireguard/2020-July/005639.html
2020-07-17 15:55:58 +02:00
Sarah Brofeldt 8da4505aa6 libapparmor: Fix build with gnumake 4.3 2020-07-16 23:46:00 +02:00
adisbladis 2004b0061b
linux: 5.7.8 -> 5.7.9 2020-07-16 19:19:38 +02:00
Dmitry Kalinkin 831ccff80b
Merge pull request #93148 from eadwu/nvidia_x11/2020.07
nvidia_x11: 440.100 -> 450.57
2020-07-16 13:08:06 -04:00
Sarah Brofeldt bc961a822f
Merge pull request #92917 from eyJhb/evdi-1.7.0
evdi: 2020-02-22 -> 2020-04-16
2020-07-16 17:44:11 +02:00
Sarah Brofeldt 8ff778c207
Merge pull request #92918 from eyJhb/displaylink-5.3.1
displaylink: 5.2.14 -> 5.3.1
2020-07-16 17:43:54 +02:00
eyjhb fa1abf0f17
displaylink: added maintainer eyjhb 2020-07-16 10:18:22 +02:00
eyjhb 6f5b995a9d
evdi: added maintainer eyjhb 2020-07-16 10:17:29 +02:00
Jan Tojnar 821dba740e
Merge branch 'staging-next' into staging 2020-07-15 09:29:01 +02:00
Mario Rodas 10bc0f7b8f
Merge pull request #92835 from r-ryantm/auto-update/powerstat
powerstat: 0.02.23 -> 0.02.24
2020-07-14 09:03:34 -05:00
Florian Klink 9583669422 lvm2: passthru tests 2020-07-14 12:56:35 +02:00
Florian Klink 12d32eefed lvm2: rename enable_{cmdlib,dmeventd} to enable{Cmdlib,Dmeventd}
Make this more consistent with how these flags look like in the rest of
nixpkgs.
2020-07-14 12:00:33 +02:00
Tim Steinbach 6206029f69
linux: 5.8-rc4 -> 5.8-rc5 2020-07-13 10:19:12 -04:00
Vladimír Čunát 377324ca6d
Merge branch 'staging-next' (PR #91090) 2020-07-13 07:13:56 +02:00
Florian Klink 9f83907013 lvm2: only split bin and lib out from out if cmdlib isn't enabled 2020-07-12 23:04:33 +02:00
Florian Klink b8129312bd lvm2: fix location to systemd-run invocation 2020-07-12 23:04:33 +02:00
ajs124 e6a6846d4f lvm2: fix paths to use /run instead of /var/run.
This shuts up some warnings.
2020-07-12 23:04:33 +02:00
Florian Klink d3a991d410 lvm2: add multiple output support 2020-07-12 23:04:33 +02:00
Florian Klink df67459b89 lvm2: don't embed ./configure line in lvm2 binary 2020-07-12 23:04:33 +02:00
Florian Klink 198d1e6f5c lvm2: make --enable-cmdlib optional
This seems to be mostly used to simplify LV management tasks from a web
interface
(https://www.redhat.com/archives/linux-lvm/2008-September/msg00029.html),
and is as fat as the `lvm` binary itself
2020-07-12 23:04:33 +02:00
ajs124 3ca74a976a lvm2: 2.03.01 -> 2.03.09 2020-07-12 23:04:33 +02:00
Florian Klink fbe7027251 lvm2: fetch sources from http instead of git
Otherwise, we end up in a dependency cycle:

systemd -> cryptsetup -> lvm -> fetchgit -> git -> openssh -> libfido2 -> hidapi -> libusb -> udev=systemd
2020-07-12 23:04:33 +02:00
ajs124 33030f1bd2 lvm2: add myself as maintainer 2020-07-12 23:04:33 +02:00
Florian Klink 5e1eb7bd59 lvm2: cleanups, make udev optional
- use installTargets again ("install", and
   "install_systemd_{generators,units,configuration}" when udev is not
   null)
 - The call to the blkid binary in lvm2's 13-dm-disk.rules file
   disappeared (so we don't need to patch in blkid anymore).
   lvm seems to rely on udev's internal blkid functionality.
 - Call /run/current-system/systemd/bin/udevadm instead
   of ${systemd}/bin/udevadm in the lvm activation generator.
   This is not necessary to break the dependency cycle (as we don't use
   that file when building without udev), but a good idea anyways -
   We want to trigger the udevadm of the current system, not the one
   that lvm was built with.
2020-07-12 23:04:33 +02:00
Florian Klink 2d2b7513d9 lvm2: remove unused default.upstream file 2020-07-12 23:04:32 +02:00
Sarah Brofeldt 30e9b02afe
Merge pull request #87052 from acowley/hwdata
hwdata: 0.316 -> 0.335
2020-07-11 22:42:59 +02:00
Florian Klink 12834b3e87
Merge pull request #91232 from primeos/systemd-allow-transient-hostname
systemd: Allow setting the transient hostname via DHCP
2020-07-11 22:28:52 +02:00
Vladimír Čunát ec74a02bde
Merge branch 'master' into staging-next
Thousands of rebuilds from master (not sure why).
2020-07-11 16:45:47 +02:00
eyjhb 3604e1e4f0
displaylink: 5.2.14 -> 5.3.1.34 2020-07-11 13:32:56 +02:00
eyjhb f72d51cc4e
evdi: 2020-02-22 -> 2020-04-16 2020-07-11 11:59:58 +02:00
Daniël de Kok c71518e75b
Merge pull request #92902 from r-ryantm/auto-update/smemstat
smemstat: 0.02.07 -> 0.02.08
2020-07-11 10:45:00 +02:00
Frederik Rietdijk a3a40ac7cc Merge staging-next into staging 2020-07-11 09:00:18 +02:00
Frederik Rietdijk ae8eee9c3f Merge master into staging-next 2020-07-11 08:59:54 +02:00
R. RyanTM 123ee32555 smemstat: 0.02.07 -> 0.02.08 2020-07-11 01:46:31 +00:00
Michael Weiss 483dbe9237 systemd: Allow setting the transient hostname via DHCP
This permits using method_set_hostname but still denies
method_set_static_hostname. As a result DHCP clients can now always set
the transient hostname via the SetHostname method of the D-Bus interface
of systemd-hostnamed (org.freedesktop.hostname1.set-hostname).
If the NixOS option networking.hostName is set to an empty string (or
"localhost") the static hostname (kernel.hostname but NOT /etc/hostname)
will additionally be updated (this is intended).

From "man hostnamectl": The transient hostname is a fallback value
received from network configuration. If a static hostname is set, and is
valid (something other than localhost), then the transient hostname is
not used.

Fix #74847.

Note: It's possible to restrict access to the org.freedesktop.hostname1
interface using Polkit rules.
2020-07-11 00:05:41 +02:00
Tim Steinbach 0416089dc6
linux: 5.8-rc2 -> 5.8-rc4 2020-07-10 10:23:46 -04:00
Tim Steinbach af5accfa96
linux/hardened/patches/5.7: 5.7.7.a -> 5.7.8.a 2020-07-10 09:37:28 -04:00
Tim Steinbach cda9153727
linux/hardened/patches/5.4: 5.4.48.a -> 5.4.49.a 2020-07-10 09:37:28 -04:00
Tim Steinbach 4be3ad84d2
linux/hardened/patches/4.19: 4.19.131.a -> 4.19.132.a 2020-07-10 09:37:27 -04:00
Tim Steinbach 2371cb620a
linux/hardened/patches/4.14: 4.14.187.a -> 4.14.188.a 2020-07-10 09:37:27 -04:00
Tim Steinbach 21ed6c8546
linux_latest-libre: 17537 -> 17559 2020-07-10 09:37:27 -04:00
R. RyanTM 8babb2f6fb powerstat: 0.02.23 -> 0.02.24 2020-07-10 08:10:02 +00:00
Edmund Wu af36e9b324
nvidia_x11_beta: 450.51 -> stable 2020-07-09 21:14:02 -04:00
Edmund Wu 9edafbc1b7
nvidia_x11: 440.100 -> 450.57 2020-07-09 21:14:01 -04:00
Tim Steinbach 17f45c2f52
linux: 5.7.7 -> 5.7.8 2020-07-09 08:58:50 -04:00
Tim Steinbach 6012d93a2d
linux: 5.4.50 -> 5.4.51 2020-07-09 08:58:43 -04:00
Tim Steinbach 909da310e2
linux: 4.9.229 -> 4.9.230 2020-07-09 08:58:32 -04:00
Tim Steinbach 6bf85dad81
linux: 4.4.229 -> 4.4.230 2020-07-09 08:58:23 -04:00
Tim Steinbach a1325a39b8
linux: 4.19.131 -> 4.19.132 2020-07-09 08:58:15 -04:00
Tim Steinbach ee9a10daf7
linux: 4.14.187 -> 4.14.188 2020-07-09 08:58:02 -04:00
Daniël de Kok c06384ecbd
Merge pull request #92778 from r-ryantm/auto-update/fnotifystat
fnotifystat: 0.02.05 -> 0.02.06
2020-07-09 13:28:27 +02:00
R. RyanTM c01546b753 fnotifystat: 0.02.05 -> 0.02.06 2020-07-09 09:07:21 +00:00
Daniël de Kok ea4412433b
Merge pull request #92770 from r-ryantm/auto-update/forkstat
forkstat: 0.02.14 -> 0.02.15
2020-07-09 08:31:43 +02:00
R. RyanTM 48960c82f2 forkstat: 0.02.14 -> 0.02.15 2020-07-09 05:56:20 +00:00
Mario Rodas 0305468b9d
Merge pull request #92341 from r-ryantm/auto-update/lxcfs
lxcfs: 4.0.3 -> 4.0.4
2020-07-08 19:16:14 -05:00
Mario Rodas c683556226
Merge pull request #92685 from r-ryantm/auto-update/earlyoom
earlyoom: 1.6 -> 1.6.1
2020-07-08 07:47:42 -05:00
Daniël de Kok 9eb340151a
Merge pull request #92668 from r-ryantm/auto-update/zenmonitor
zenmonitor: 1.4.0 -> 1.4.1
2020-07-08 08:28:57 +02:00
Daniël de Kok 611171829a
Merge pull request #92678 from dominikh/turbostat-libcap
turbostat: requires libcap to build
2020-07-08 08:25:36 +02:00
R. RyanTM 2104aaaf51 earlyoom: 1.6 -> 1.6.1 2020-07-08 05:27:23 +00:00
Dominik Honnef 4415355426 turbostat: requires libcap to build 2020-07-08 05:58:27 +02:00
R. RyanTM c70fd760c1 zenmonitor: 1.4.0 -> 1.4.1 2020-07-08 00:06:05 +00:00
R. RyanTM 1b941508f1 libv4l: 1.18.1 -> 1.20.0 2020-07-07 19:39:29 +00:00
Tethys Svensson b98ad8de37 busybox: Add a default udhcpc dispatcher script
The udhcpc binary which currently ships as part of the busybox
derivation will by default search for a dispatcher script at the
location /usr/share/udhcpc/default.script.

This commit includes a working default script with udhcpc and updates
the location where udhcpc searches for this script.

The script was taken the script from the udhcpc package in debian
buster. The only changes from that script is to make it use paths from
the nix store and remove the run-time check for /sbin/resolvconf.
2020-07-07 15:31:31 +02:00
Daniël de Kok 64949ae7c7
Merge pull request #85669 from LouisTakePILLz/kmod-r8125
r8125: 9.003.02 -> 9.003.05
2020-07-07 14:51:18 +02:00
peelz 02b3cac109 r8125: 9.003.02 -> 9.003.05 2020-07-06 23:30:48 -04:00
Daniël de Kok 4f5c36b3f3
Merge pull request #91444 from lorenzleutgeb/patch-1
linuxPackages.e1000e: 3.3.5.3 -> 3.8.4
2020-07-06 12:39:48 +02:00
Lorenz Leutgeb 587bb6eace linuxPackages.e1000e: 3.3.5.3 -> 3.8.4
Upgrade e1000e from version 3.3.5.3 to 3.8.4
2020-07-06 12:27:24 +02:00
R. RyanTM 1085c05637 piper: 0.5 -> 0.5.1 2020-07-06 07:54:29 +02:00
Mario Rodas 7700101dfc
Merge pull request #92351 from r-ryantm/auto-update/lxc
lxc: 4.0.2 -> 4.0.3
2020-07-05 17:59:00 -05:00