Commit graph

15919 commits

Author SHA1 Message Date
Jörg Thalheim aaaa05c78e
Merge pull request #130117 from helsinki-systems/feat/hyperv-daemons-python3
hyperv-daemons: use python3 for kernels that support it
2021-07-16 10:14:56 +01:00
Vladimír Čunát 3ea417e47f
Merge branch staging into staging-next
The staging version is a bit older already, used in pre-test:
https://hydra.nixos.org/eval/1685435
2021-07-16 09:59:01 +02:00
github-actions[bot] e69bb567a4
Merge staging-next into staging 2021-07-16 06:01:38 +00:00
github-actions[bot] 7959589ea0
Merge master into staging-next 2021-07-16 06:01:04 +00:00
Bernardo Meurer 91ffffd904
Merge pull request #129806 from lovesegfault/kernel-extra-build-flags
linux: groundwork to enable LLVM/LTO builds
2021-07-15 22:14:59 -07:00
Mario Rodas f3d55bc29e lxc: 4.0.9 -> 4.0.10 2021-07-16 04:20:00 +00:00
Mario Rodas 7f120cddae lxcfs: 4.0.8 -> 4.0.9 2021-07-16 04:20:00 +00:00
Atemu 85f28b5c4f linux_lqx: 5.12.14 -> 5.12.17 2021-07-15 20:15:25 +02:00
github-actions[bot] 2165de1758
Merge staging-next into staging 2021-07-15 18:02:07 +00:00
github-actions[bot] 2ccf7ae45c
Merge master into staging-next 2021-07-15 18:01:27 +00:00
Sandro 0a14335919
Merge pull request #130281 from TredwellGit/linux 2021-07-15 19:22:07 +02:00
Sandro 9ebf03320d
Merge pull request #129818 from ck3d/mii-tool 2021-07-15 18:26:46 +02:00
TredwellGit 26af402042 linux_latest-libre: 18132 -> 18165 2021-07-15 08:16:06 +00:00
TredwellGit 2913c53891 linux-rt_5_4: 5.4.123-rt59 -> 5.4.129-rt61 2021-07-15 08:16:06 +00:00
TredwellGit d2f67b4efb linux: 5.13.1 -> 5.13.2 2021-07-15 08:16:06 +00:00
TredwellGit aa445dcd9a linux: 4.9.274 -> 4.9.275 2021-07-15 08:16:06 +00:00
TredwellGit 0637e4c7c6 linux: 4.4.274 -> 4.4.275 2021-07-15 08:16:06 +00:00
Guillaume Girol 9d4a4d7c62
Merge pull request #127918 from misuzu/linux-lirc
linux: enable LIRC
2021-07-14 18:44:18 +00:00
github-actions[bot] 6630d8e9bb
Merge staging-next into staging 2021-07-14 18:01:45 +00:00
misuzu 3f63c29812 linux: enable LIRC 2021-07-14 18:20:22 +03:00
Jörg Thalheim 7afa51c2bd Merge remote-tracking branch 'upstream/master' into HEAD 2021-07-14 15:45:51 +02:00
Abdelhakim Qbaich e1e1f539f0 nvidia-x11: compile nvidia-uvm.ko with HMM support 2021-07-14 00:24:54 -07:00
Bernardo Meurer e21183a95d
buildLinux: preserve structuredExtraConfig and extraMakeFlags in passthru
This allows users to override custom kernel packages (e.g. linux_xanmod)
that set their own structuredExtraConfig with ease.
2021-07-13 18:35:39 -07:00
Sandro Jäckel 388a4ef423
treewide: convert all links git.archlinux.org to github.com/archlinux/svntogit-* 2021-07-14 03:35:21 +02:00
ajs124 698bf970e1 hyperv-daemons: use python3 for kernels that support it
Support for python3 was added in 8a99c92009
it is therefore supported in every kernel including and after 4.19
2021-07-13 19:34:57 +02:00
Timo Kaufmann c29191d61b
Merge pull request #121881 from berbiche/kinect-audio-setup-init
kinect-audio-setup: init at 0.5
2021-07-12 22:36:03 +02:00
Bernardo Meurer ea167e8ccb
buildLinux: take and propagate extraMakeFlags
This is just for practicity, as it allows users of buildLinux to pass
along extra flags they need in the kernel's make invocation. This makes,
for example, supporting LLVM _much_ easier, and could enable us in the
future to provide clang-built kernels.
2021-07-12 10:39:52 -07:00
Bernardo Meurer 89deec5623
buildLinux: apply hostPlatform.linux-kernel.makeFlags to generate-config.pl
This enforces that the configuration generated will obey any/all flags
set in the platform/stdenv configuration. This is crucial, for example,
if you'd like to build a kernel using clang.

Without this patch, anything you set in
`stdenv.hostPlatform.linux-kernel.makeFlags` is wholly ignored during
config generation, causing (for example) any changes in the desired
toolchain (e.g. `LLVM`, `LLVM_IAS`) to not be reflected in the generated
config, and for the subsequent build to fail.
2021-07-12 10:39:51 -07:00
Bernardo Meurer 61ab7e84de
linuxManualConfig: patch all shebangs in scripts/
There are many scripts in `scripts/` which may be called by the build,
depending on how the user chooses to configure the kernel. For example,
`scripts/jobserver-exec` is called whenever the kernel is being built
with LLVM tooling, and without this patch that build will fail due to
the broken shebang.

This patch makes us fix _all_ scripts, as well as add a dependency on
python3Minimal, since a lot of the aforementioned scripts are written in
Python3 instead of shell.
2021-07-12 10:39:51 -07:00
Nicolas Berbiche 100a01c272
kinect-audio-setup: init at v0.5
Co-authored-by: timokau <timokau@zoho.com>
2021-07-12 13:00:42 -04:00
github-actions[bot] fccc3b83d0
Merge staging-next into staging 2021-07-12 06:01:59 +00:00
github-actions[bot] 5efb7d8d19
Merge master into staging-next 2021-07-12 06:01:25 +00:00
Bernardo Meurer fae510fe05
Merge pull request #129879 from lovesegfault/kernel-fix-build-id
linuxManualConfig: don't mangle `--build-id`
2021-07-11 19:10:30 -07:00
github-actions[bot] babb761ac6
Merge staging-next into staging 2021-07-11 18:01:59 +00:00
John Ericson c2ba734993
Merge pull request #129809 from Ericson2314/bsd-rsync
netbsd: Use rsync to speed up source merging
2021-07-11 11:06:22 -04:00
Martin Weinelt bcda9c8cfc Merge remote-tracking branch 'origin/master' into staging-next 2021-07-11 16:11:09 +02:00
github-actions[bot] 606194e1c0
Merge staging-next into staging 2021-07-11 00:02:23 +00:00
John Ericson 75db7f8eb0 netbsd: Use rsync to speed up source merging
The find -exec that was there before is quite slow on my machine. This
is much faster.
2021-07-10 21:20:29 +00:00
Maxine Aubrey 66618844e3
bluez: 5.59 -> 5.60 2021-07-10 22:21:26 +02:00
Bernardo Meurer 31bb7be11a
linuxManualConfig: don't mangle --build-id
In order to have our linux builds be reproducible we patch the
`Makefile` to use `--build-id=none` as opposed to the default
`--build-id=sha1`. The way we've been doing this, however, caused the
flag to be mangled, and being set to `--build-id=none=sha1`. While bfd
seems to parse this normally, lld will loudly complain that the flag
does not exist:

```
linux>   LD      .tmp_vmlinux.kallsyms1
linux> ld.lld: error: unknown --build-id style: none=sha1
```

With this change the flag is now correctly set to `--build-id=none`.
2021-07-10 13:17:52 -07:00
Martin Weinelt 9488ed9685
Merge pull request #127183 from mweinelt/bluez 2021-07-10 21:43:42 +02:00
Martin Weinelt b7e408dd17
Merge branch 'master' into staging-next 2021-07-10 20:15:53 +02:00
Markus Kowalewski 4d881f9149
linuxptp: 3.1 -> 3.1.1
fixes CVEs 2021-3570 and 2021-3571
2021-07-10 13:04:27 +02:00
Christian Kögler 370a25c0ee nettools: Add mii-tool 2021-07-10 12:38:19 +02:00
github-actions[bot] a7cb61bc54
Merge staging-next into staging 2021-07-09 18:01:46 +00:00
github-actions[bot] c786eaf612
Merge master into staging-next 2021-07-09 18:01:06 +00:00
Sandro df0d321258
Merge pull request #123765 from hyperfekt/update-bcachefs 2021-07-09 16:30:43 +02:00
github-actions[bot] e8bfeeb928
Merge staging-next into staging 2021-07-09 12:01:58 +00:00
github-actions[bot] 30ff0457a4
Merge master into staging-next 2021-07-09 12:01:24 +00:00
hyperfekt 12cee96e74 bcachefs-tools: 2020-11-17 -> 2021-07-08 2021-07-09 02:50:37 +02:00
hyperfekt cb1b1cf9c6 linux_testing_bcachefs: 5.9.0-2020.11.20 -> 5.13-2021-07-08
Changes the package to apply a patchset to the appropriate minor kernel
instead of using its initial release, which means it will benefit from
revision updates.
2021-07-09 02:45:34 +02:00
TredwellGit 43fba78fec linux/hardened/patches/5.4: 5.4.129-hardened1 -> 5.4.130-hardened1 2021-07-08 23:09:31 +00:00
TredwellGit 9af983cd00 linux/hardened/patches/5.12: 5.12.14-hardened1 -> 5.12.15-hardened1 2021-07-08 23:09:30 +00:00
TredwellGit b36d829bb1 linux/hardened/patches/5.10: 5.10.47-hardened1 -> 5.10.48-hardened1 2021-07-08 23:09:29 +00:00
TredwellGit 25b73ac6a2 linux-rt_5_10: 5.10.41-rt42 -> 5.10.47-rt45 2021-07-08 23:08:56 +00:00
TredwellGit 32235d4868 linux: 5.4.129 -> 5.4.130 2021-07-08 23:08:16 +00:00
TredwellGit ea4cb23952 linux: 5.13 -> 5.13.1 2021-07-08 23:08:10 +00:00
TredwellGit e0f9f09c17 linux: 5.12.14 -> 5.12.15 2021-07-08 23:08:03 +00:00
TredwellGit 9462b074a8 linux: 5.10.47 -> 5.10.48 2021-07-08 23:07:58 +00:00
github-actions[bot] 45ea39aeca
Merge staging-next into staging 2021-07-08 12:02:00 +00:00
github-actions[bot] 958dc88d65
Merge master into staging-next 2021-07-08 12:01:23 +00:00
Dmitry Kalinkin 280e629ee0
Merge branch 'master' into staging-next 2021-07-08 04:38:15 -04:00
fortuneteller2k b50a28e290 linux_xanmod: 5.13.0 -> 5.13.1 2021-07-08 16:24:08 +08:00
Sandro e1f193aeaf
Merge pull request #123011 from knedlsepp/bluez-kernel-dependent-test
bluez: Disable kernel-dependent test test-mesh-crypto
2021-07-07 22:56:10 +02:00
Jörg Thalheim 5e8bfbb4c7
Merge pull request #127917 from roblabla/fix-dell-kernel
linux-kernel: Add dell drivers on 5.12+
2021-07-07 20:33:57 +01:00
github-actions[bot] 0f7bc289e9
Merge staging-next into staging 2021-07-07 06:02:03 +00:00
Sandro 8bf9a5e9d9
Merge pull request #129460 from j-brn/master 2021-07-07 02:53:40 +02:00
pca006132 7d86536529
rtw89: init at 2021-07-03 (#129325)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-07 02:49:33 +02:00
Sandro ed3c4f2768
Merge pull request #128790 from fortuneteller2k/evdi-5.13 2021-07-07 02:37:26 +02:00
github-actions[bot] cdd91475d5
Merge staging-next into staging 2021-07-07 00:02:05 +00:00
j-brn 7748864655 kvmfr: init at $looking-glass-client.version 2021-07-06 22:06:14 +02:00
Vladimír Čunát 00c86ad146
Merge #129412: makeself: disable tests for now 2021-07-06 21:07:32 +02:00
Vladimír Čunát 7c25c1fd88
Merge branch 'glibc-2.33' into staging 2021-07-06 16:17:13 +02:00
Maximilian Bosch d3a7d11e5c
dmtcp: 2.6.0 -> unstable-2021-03-01
Fixes build for glibc-2.33. The upstream patches don't really apply
after 600 different changes so it makes sense to bump the package now.
2021-07-06 16:02:35 +02:00
github-actions[bot] eb5ca96424
Merge staging-next into staging 2021-07-06 12:01:39 +00:00
Sandro ca8570a88d
Merge pull request #129258 from Atemu/update/zen-kernels
zen-kernels: 5.12.9 -> 5.12.14
2021-07-06 10:51:26 +02:00
Vladimír Čunát f526256a6f
busybox-sandbox-shell: use 64-bit numbers in test command
The default is C int, which usually gives 32-bit even on 64-bit Linux.
This will be the right way to fix #110149 (but needs to be deployed).
2021-07-06 10:43:39 +02:00
fortuneteller2k 60b1a047b7 linuxPackages.evdi: 2021-04-01 -> 2021-06-11, fix 5.13 build 2021-07-06 10:51:18 +08:00
github-actions[bot] 3ddb8d5a79
Merge staging-next into staging 2021-07-06 00:02:03 +00:00
Vladimír Čunát ac0c470abd
Merge branch 'staging-next' 2021-07-05 21:21:20 +02:00
Ben Siraphob 29f13039ea
Merge pull request #128538 from ymatsiuk/kernels
Kernels 2021-06-28
2021-07-06 01:09:09 +07:00
github-actions[bot] 22990416fd
Merge staging-next into staging 2021-07-05 12:01:35 +00:00
github-actions[bot] 94a5660d8f
Merge master into staging-next 2021-07-05 12:01:03 +00:00
Sandro 93b8fa86ec
Merge pull request #128842 from fortuneteller2k/xanmod-5.13 2021-07-05 12:05:26 +02:00
Luke Granger-Brown a7be563707 darwin.apple_sdk.frameworks.CoreSymbolication: expose under SDK 11.0
This is used by the `root` package, and otherwise prevents the
nixpkgs.tarball build from succeeding (e.g.
https://hydra.nixos.org/build/146838433).
2021-07-05 02:09:35 +00:00
Atemu 6733b6fb05 zen-kernels: 5.12.9 -> 5.12.14 2021-07-04 18:41:07 +02:00
Luke Granger-Brown 16d8dec691
Merge pull request #124867 from r-ryantm/auto-update/cryptsetup
cryptsetup: 2.3.5 -> 2.3.6
2021-07-04 14:20:40 +01:00
Dmitry Kalinkin 288f1d27d9
Merge branch 'staging-next' into staging 2021-07-03 17:51:55 -04:00
github-actions[bot] 0957b61eaa
Merge staging-next into staging 2021-07-03 18:01:40 +00:00
Jörg Thalheim e587a7fcf1
Merge branch 'master' into fix-linux-perf 2021-07-03 18:56:44 +01:00
Jörg Thalheim 2b0da61cbd
Merge pull request #129026 from jonringer/bump-zfs
zfs*: bump
2021-07-03 18:46:31 +01:00
github-actions[bot] eaa5839643
Merge staging-next into staging 2021-07-03 12:01:53 +00:00
fortuneteller2k 741f6efc6b linux_xanmod: 5.12.13 -> 5.13.0 2021-07-03 16:10:51 +08:00
Jörg Thalheim fa1d0259f4
Merge pull request #129079 from r-ryantm/auto-update/bpftrace
linuxPackages_5_4.bpftrace: 0.12.1 -> 0.13.0
2021-07-03 07:30:01 +01:00
github-actions[bot] e0ef1b29bf
Merge staging-next into staging 2021-07-03 06:01:45 +00:00
R. RyanTM d9b84822e6 linuxPackages_5_4.bpftrace: 0.12.1 -> 0.13.0 2021-07-03 05:57:56 +00:00
Harrison Houghton 8997f8cc70 bpftools: fix
At some point the name of the doc-tool script changed and we stopped
patching up the shabang line. The new one is just scripts/bpf_doc.py.
2021-07-02 20:19:32 -04:00
Jonathan Ringer 6f1b155d37
zfsUnstable: 2.1.0-rc8 -> 2.1.0 2021-07-02 12:59:20 -07:00
Jonathan Ringer 4a397269c9
zfs: 2.0.5 -> 2.1.0 2021-07-02 12:58:42 -07:00
Yurii Matsiuk 338286e6b0
linux/hardened/patches/5.4: 5.4.127-hardened1 -> 5.4.129-hardened1 2021-07-02 15:10:02 +02:00
Yurii Matsiuk 6643bf87ae
linux/hardened/patches/5.12: 5.12.12-hardened1 -> 5.12.14-hardened1 2021-07-02 15:10:01 +02:00
Yurii Matsiuk 344bf9c20e
linux/hardened/patches/5.10: 5.10.45-hardened1 -> 5.10.47-hardened1 2021-07-02 15:10:01 +02:00
Yurii Matsiuk 5a058ab384
linux/hardened/patches/4.19: 4.19.195-hardened1 -> 4.19.196-hardened1 2021-07-02 15:10:01 +02:00
Yurii Matsiuk c732335067
linux/hardened/patches/4.14: 4.14.237-hardened1 -> 4.14.238-hardened1 2021-07-02 15:10:01 +02:00
Yurii Matsiuk 5da58d1f67
linux: 5.4.127 -> 5.4.129 2021-07-02 15:10:01 +02:00
Yurii Matsiuk d28212b084
linux: 5.12.12 -> 5.12.14 2021-07-02 15:10:01 +02:00
Yurii Matsiuk f52103a4e6
linux: 5.10.45 -> 5.10.47 2021-07-02 15:10:01 +02:00
Yurii Matsiuk 24a5777be9
linux: 4.9.273 -> 4.9.274 2021-07-02 15:10:01 +02:00
Yurii Matsiuk ffdd1ac776
linux: 4.4.273 -> 4.4.274 2021-07-02 15:10:01 +02:00
Yurii Matsiuk a5394f31e8
linux: 4.19.195 -> 4.19.196 2021-07-02 15:10:01 +02:00
Yurii Matsiuk 1c15f4eef1
linux: 4.14.237 -> 4.14.238 2021-07-02 15:10:01 +02:00
Yurii Matsiuk 2f0d1e41e2
Revert "linux: fix regression in bridge VLAN configuration"
This reverts commit 24a08441d5.
2021-07-02 15:10:00 +02:00
github-actions[bot] 979fa2230f
Merge staging-next into staging 2021-07-02 00:02:37 +00:00
R. RyanTM 02d1c6307f alsa-ucm-conf: 1.2.5 -> 1.2.5.1 2021-07-01 14:27:15 -07:00
R. RyanTM 6079362735 alsa-lib: 1.2.5 -> 1.2.5.1 2021-07-01 13:46:03 -07:00
fortuneteller2k c7ec86b689 linuxPackages.tuxedo-keyboard: 3.0.5 -> 3.0.7 2021-07-01 13:35:44 -07:00
Michael Weiss e59bf54b2d
Merge pull request #128825 from r-ryantm/auto-update/iproute2
iproute2: 5.12.0 -> 5.13.0
2021-07-01 14:12:15 +02:00
R. RyanTM 5418e2f017 iproute2: 5.12.0 -> 5.13.0 2021-06-30 22:23:57 +00:00
Michael Raskin a55cc4f0ce
Merge pull request #128714 from r-ryantm/auto-update/firejail
firejail: 0.9.64.4 -> 0.9.66
2021-06-30 22:13:58 +00:00
TredwellGit 5ef8322daa zfsUnstable: 2.1.0-rc7 -> 2.1.0-rc8
https://github.com/openzfs/zfs/releases/tag/zfs-2.1.0-rc8
2021-06-30 10:03:32 -07:00
Anderson Torres 4ddc59e6c1
Merge pull request #128756 from r-ryantm/auto-update/alsa-utils
alsa-utils: 1.2.5 -> 1.2.5.1
2021-06-30 13:38:07 -03:00
fortuneteller2k cba629ef41 linuxPackages.perf: fix build for 5.13 2021-06-30 23:41:24 +08:00
R. RyanTM bd414007c9 alsa-utils: 1.2.5 -> 1.2.5.1 2021-06-30 08:36:19 +00:00
Jonathan Ringer a128e443c4
linuxPackages_5_13.perf: fix build
Also add optional libcap and zstd
2021-06-29 23:42:10 -07:00
R. RyanTM 91466bb62a firejail: 0.9.64.4 -> 0.9.66 2021-06-30 02:28:53 +00:00
Sandro 2a315efa50
Merge pull request #128517 from ymatsiuk/tuigreet 2021-06-30 02:28:39 +02:00
Sandro 9ad3e8a921
Merge pull request #128641 from fortuneteller2k/irqbalance
irqbalance: 1.7.0 -> 1.8.0
2021-06-30 00:20:53 +02:00
Linus Heckemann 34d960aecb
Merge pull request #124486 from xaverdh/linux-patch-once
nixos/boot: properly override the kernel in boot.kernelPatches
2021-06-29 19:01:46 +02:00
fortuneteller2k 0ed38b838c irqbalance: 1.7.0 -> 1.8.0 2021-06-30 00:32:28 +08:00
Andrew Childs 55dcd99859 root: use pure CoreSymbolication on Darwin
The current build works by linking against CoreSymbolication in
/System/Library/PrivateFrameworks. This is impure and doesn't work in
newer versions of macOS.

See https://github.com/NixOS/nixpkgs/issues/128576
2021-06-29 11:00:05 +09:00
Robert Scott 4fd01eb2ee
Merge pull request #128509 from Mic92/dpdk
dpdk: make myself maintainer
2021-06-28 20:32:44 +01:00
Yurii Matsiuk 367a53a82b linux_5_13: init at 5.13 2021-06-28 10:46:41 -07:00
Yurii Matsiuk b0ad98bd54
tuigreet: 0.4.0 -> 0.5.0 2021-06-28 17:18:58 +02:00
Jörg Thalheim 568ca86168
dpdk: make myself maintainer 2021-06-28 16:27:39 +02:00
Sandro 9adb5e6cb1
Merge pull request #128252 from samuelgrf/xanmod-features-kconfig
linux_xanmod: match all features on homepage
2021-06-27 18:55:43 +02:00
Sandro 00236bdbc7
Merge pull request #128302 from fortuneteller2k/veikk-mark-broken
linuxPackages.veikk-linux-driver: mark broken for kernels older than 4.19
2021-06-27 18:53:30 +02:00
misuzu edba976506
wpa_supplicant: allow disabling pcsclite dependency (#128182)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-27 18:36:16 +02:00
fortuneteller2k 90925dbf68 linuxPackages.veikk-linux-driver: mark broken for kernels older than 4.19 2021-06-27 19:36:16 +08:00
Ryan Mulligan ffabe30bb2
Merge pull request #128175 from r-ryantm/auto-update/libratbag
libratbag: 0.15 -> 0.16
2021-06-26 19:02:54 -07:00
Samuel Gräfenstein 6f1dfda75d
linux_xanmod: match all features on homepage 2021-06-26 23:07:10 +02:00
Sandro 4749d34b6d
Merge pull request #128180 from Luflosi/add-apfs
apfs: init at unstable-2021-06-25
2021-06-26 21:46:48 +02:00
Sandro db4e619331
Merge pull request #127812 from ronthecookie/nvidia-470
nvidia_x11_beta: 465.31 -> 470.42.01
2021-06-26 18:50:15 +02:00
Sandro e50f34959a
Merge pull request #128007 from fortuneteller2k/preempt-xanmod
linux_xanmod: match features on homepage
2021-06-26 17:54:39 +02:00
Robert Helgesson f84d5fb8df sd-switch: 0.2.2 -> 0.2.3 2021-06-26 15:44:45 +02:00
fortuneteller2k 4788060b46 linux_xanmod: set to 500Hz 2021-06-26 20:25:22 +08:00
fortuneteller2k a62ca77198 linux_xanmod: make tickless 2021-06-26 20:24:54 +08:00
Luflosi fd1c9b5213
apfs: init at unstable-2021-06-25 2021-06-26 11:52:33 +02:00
R. RyanTM 6594197387 libratbag: 0.15 -> 0.16 2021-06-26 08:25:28 +00:00
Robert Schütz d6234c2165 Merge branch 'master' into staging-next 2021-06-26 00:33:58 +02:00
Sandro d57797b3aa
Merge pull request #116322 from r-ryantm/auto-update/open-iscsi
openiscsi: 2.1.3 -> 2.1.4
2021-06-25 18:58:51 +02:00
github-actions[bot] bae6b2055f
Merge master into staging-next 2021-06-25 12:06:04 +00:00
markuskowa b582780042
Merge pull request #124059 from r-ryantm/auto-update/hdparm
hdparm: 9.61 -> 9.62
2021-06-25 12:34:18 +02:00
Robert Schütz c1dca92daf Merge branch 'master' into staging-next 2021-06-25 10:02:10 +02:00
Maximilian Bosch b8f9ddc3c6
Merge pull request #128004 from dotlambda/zfs-2.0.5
zfs: 2.0.4 -> 2.0.5
2021-06-25 00:13:01 +02:00
fortuneteller2k 167fde46fc linux_xanmod: enable preemption 2021-06-24 20:38:21 +08:00
ckie 3b51535997
nvidia_x11_beta: 465.31 -> 472.42.01 2021-06-24 14:57:38 +03:00
Robert Schütz ec8dbc11aa zfs: 2.0.4 -> 2.0.5
https://github.com/openzfs/zfs/releases/tag/zfs-2.0.5
2021-06-24 11:25:01 +02:00
fortuneteller2k 419e4299a6 linux_xanmod: 5.12.12 -> 5.12.13 2021-06-24 12:25:36 +08:00
github-actions[bot] b68a0d2f5e
Merge master into staging-next 2021-06-23 18:04:30 +00:00
R. RyanTM 1cc751cca1 dpdk: 21.02 -> 21.05 2021-06-23 10:15:22 -07:00
roblabla be03cf01f3 linux-kernel: Add dell drivers on 5.12+ 2021-06-23 16:42:57 +02:00
github-actions[bot] b59d049598
Merge master into staging-next 2021-06-23 12:04:25 +00:00
Sandro 1956a52857
Merge pull request #126656 from jwoudenberg/add-system76-power 2021-06-23 12:54:22 +02:00
Martin Weinelt b607aadaac
Merge branch 'master' into staging-next 2021-06-22 23:55:21 +02:00
Sandro d599524ef1
Merge pull request #127656 from elohmeier/tuna 2021-06-22 15:22:55 +02:00
github-actions[bot] c7bb5a79c8
Merge master into staging-next 2021-06-22 12:05:00 +00:00
Maximilian Bosch 6dac76d4e9
Merge pull request #127428 from TredwellGit/linux
Kernels 2021-06-18
2021-06-22 10:38:45 +02:00
Enno Richter b463abf3f8 tuna: init at 0.15 2021-06-22 10:02:36 +02:00
github-actions[bot] 6f3d57cba9
Merge master into staging-next 2021-06-22 06:04:24 +00:00
Sandro 6636bc07b7
Merge pull request #127710 from devhell/bump-wlgreet
wlgreet: 2020-10-20 -> 0.3
2021-06-22 02:35:27 +02:00
github-actions[bot] d88eff741c
Merge master into staging-next 2021-06-22 00:07:09 +00:00
Sandro ff374efe89
Merge pull request #127581 from devhell/bump-tuigreet
tuigreet: 0.2.0 -> 0.4.0
2021-06-22 02:02:50 +02:00
Martin Weinelt eef9694ebc
Merge branch 'master' into staging-next 2021-06-22 00:58:31 +02:00
TredwellGit 24a08441d5 linux: fix regression in bridge VLAN configuration 2021-06-21 18:52:06 +00:00
TredwellGit df60fdef55 linux/hardened/patches/5.4: 5.4.126-hardened1 -> 5.4.127-hardened1 2021-06-21 18:43:25 +00:00
TredwellGit d1e2575c4c linux/hardened/patches/5.12: 5.12.11-hardened1 -> 5.12.12-hardened1 2021-06-21 18:43:24 +00:00
TredwellGit cfd71fa4b5 linux/hardened/patches/5.10: 5.10.44-hardened1 -> 5.10.45-hardened1 2021-06-21 18:43:23 +00:00
TredwellGit c43cd094c7 linux_latest-libre: 18115 -> 18132 2021-06-21 18:43:13 +00:00
devhell 99e1093e75 wlgreet: 2020-10-20 -> 0.3 2021-06-21 19:42:59 +01:00
TredwellGit 7c23102d03 linux: 5.4.126 -> 5.4.127 2021-06-21 18:42:52 +00:00
TredwellGit c4df7bfef7 linux: 5.12.11 -> 5.12.12 2021-06-21 18:42:45 +00:00
TredwellGit 67ff76420c linux: 5.10.44 -> 5.10.45 2021-06-21 18:42:38 +00:00
Jörg Thalheim 7c2d15627a
Merge pull request #92378 from jnetod/zfs-smb-share-fix
zfs: patch client path used in smb share
2021-06-21 07:11:43 +02:00
devhell c27d15ebdc tuigreet: 0.2.0 -> 0.4.0 2021-06-20 17:45:51 +01:00
Sandro 92493fc7ce
Merge pull request #127417 from malbarbo/audit-host 2021-06-20 17:56:17 +02:00
Pavol Rusnak 68889ed61f
treewide: use quotes for url 2021-06-20 16:26:23 +02:00
github-actions[bot] 9c8cef37d2
Merge master into staging-next 2021-06-20 12:04:37 +00:00
Michele Guerini Rocco 3b8bbacf81
Merge pull request #127284 from rnhmjoj/nixos-rebuild
nixos-rebuild: fix --use-remote-sudo
2021-06-20 11:19:29 +02:00
github-actions[bot] 93800ee816
Merge master into staging-next 2021-06-20 00:07:48 +00:00
fortuneteller2k 4fa80ae13a linux_xanmod: 5.12.11 -> 5.12.12 2021-06-19 20:59:53 +08:00
Marco A L Barbosa 0034539aba audit: use hostPlatform.isStatic instead of targetPlatform.isStatic 2021-06-18 18:46:17 -03:00
Maxine Aubrey fc4436dc43 bluez: drop --enable-wiimote
ff983074f8
2021-06-18 18:50:03 +02:00
Maxine Aubrey 48011a6850 bluez: switch to external ell 2021-06-18 18:49:57 +02:00
rnhmjoj 35a8d78e44
nixos-rebuild: fix --use-remote-sudo
Currently fails with:

  $ nixos-rebuild test --target-host myhost --use-remote-sudo
  building Nix...
  sudo: /run/current-system/sw/bin/sudo must be owned by uid 0 and have the setuid bit set

It seems setting an explicit PATH in the ssh command overrides the
remote setuid wrappers.
2021-06-18 02:55:21 +02:00
github-actions[bot] b859981601
Merge master into staging-next 2021-06-17 12:05:01 +00:00
Sandro 98bee93aef
Merge pull request #127181 from fortuneteller2k/xanmod 2021-06-17 13:52:41 +02:00
github-actions[bot] 597535ca02
Merge master into staging-next 2021-06-17 06:04:38 +00:00
Martin Weinelt 96aefebb02
bluez: 5.58 -> 5.59 2021-06-17 06:38:07 +02:00
fortuneteller2k f7b3116ed6 linux_xanmod: 5.12.10 -> 5.12.11 2021-06-17 12:12:42 +08:00
R. RyanTM 59af88ef87 blktrace: 1.2.0 -> 1.3.0 2021-06-17 03:41:34 +00:00
TredwellGit 98642dcfd9 linux/hardened/patches/5.4: 5.4.125-hardened1 -> 5.4.126-hardened1 2021-06-17 01:14:02 +00:00
TredwellGit ec53be76f2 linux/hardened/patches/5.12: 5.12.10-hardened1 -> 5.12.11-hardened1 2021-06-17 01:14:01 +00:00
TredwellGit 9e42f0075a linux/hardened/patches/5.10: 5.10.43-hardened1 -> 5.10.44-hardened1 2021-06-17 01:14:00 +00:00
TredwellGit 00eb48b68b linux/hardened/patches/4.19: 4.19.194-hardened1 -> 4.19.195-hardened1 2021-06-17 01:13:59 +00:00
TredwellGit a7b1c72c5e linux/hardened/patches/4.14: 4.14.236-hardened1 -> 4.14.237-hardened1 2021-06-17 01:13:58 +00:00
TredwellGit d0860fef88 linux: 5.4.125 -> 5.4.126 2021-06-17 01:13:23 +00:00
TredwellGit 14510ff4ea linux: 5.12.10 -> 5.12.11 2021-06-17 01:13:15 +00:00
TredwellGit 5382c2856d linux: 5.10.43 -> 5.10.44 2021-06-17 01:13:09 +00:00
TredwellGit b9d8e45251 linux: 4.9.272 -> 4.9.273 2021-06-17 01:13:03 +00:00
TredwellGit ecf27f78d3 linux: 4.4.272 -> 4.4.273 2021-06-17 01:12:58 +00:00
TredwellGit c6e07a72e7 linux: 4.19.194 -> 4.19.195 2021-06-17 01:12:53 +00:00
TredwellGit 5efcab85a6 linux: 4.14.236 -> 4.14.237 2021-06-17 01:12:48 +00:00
github-actions[bot] 8b9fa8d446
Merge staging-next into staging 2021-06-16 18:04:48 +00:00
github-actions[bot] 2d104c99a7
Merge master into staging-next 2021-06-16 18:04:45 +00:00
Jan Tojnar e3dfa79441
Merge branch 'staging-next' into staging
Regenerated pkgs/servers/x11/xorg/default.nix to resolve the conflict.
2021-06-16 19:59:05 +02:00
Sandro 0c2a27b67c
Merge pull request #126766 from maxeaubrey/iwd_ell_bump 2021-06-16 17:53:45 +02:00
github-actions[bot] b08ae54dd9
Merge master into staging-next 2021-06-16 12:04:47 +00:00
Alyssa Ross 593f8bde3c mdevd: 0.1.3.0 -> 0.1.4.0
• skalibs dependency bumped to 2.10.0.3.
• New +, - and & command directives supported in mdev.conf. These
  directives spawn a command interpreted by the execlineb program
  launcher instead of /bin/sh.
2021-06-16 07:59:51 +00:00
Alyssa Ross 8740194041 s6-linux-init: 1.0.6.2 -> 1.0.6.3
• utmps optional dependency bumped to 0.1.0.2.
2021-06-16 07:59:51 +00:00
Alyssa Ross 96a8d92994 s6-linux-utils: 2.5.1.4 -> 2.5.1.5
• skalibs dependency bumped to 2.10.0.3.
2021-06-16 07:59:51 +00:00
Jonathan Ringer d1d37feb6d
Merge branch 'master' into staging-next
Conflicts:
  pkgs/servers/x11/xorg/default.nix
2021-06-15 19:32:36 -07:00
Sandro 7a7c7de4e3
Merge pull request #126697 from arezvov/iotop-c 2021-06-16 03:20:23 +02:00
Sandro 15fd4a48fa
Merge pull request #126978 from dotkrnl/patch-reattach-to-user-namespace
reattach-to-user-namespace: support apple silicon
2021-06-16 02:54:20 +02:00
Alexander Rezvov 34ee46760f maintainers: add arezvov 2021-06-16 03:16:16 +03:00
Alexander Rezvov 74f03b7e7c iotop-c: add new package 2021-06-16 03:15:08 +03:00
Martin Weinelt 40ad3ba672
Merge pull request #126291 from mweinelt/microcode-intel
microcodeIntel: 20210216 -> 20210608
2021-06-16 00:40:26 +02:00
Jason Lau 8a2d578017
reattach-to-user-namespace: support apple silicon 2021-06-15 11:30:21 -07:00
Samuel Gräfenstein ff3b3e696a nixos-rebuild: fix creating ./result symlink for flakes 2021-06-15 08:15:31 -07:00
Sandro b7000df7ed
Merge pull request #125082 from ikervagyok/master 2021-06-15 13:49:48 +02:00
Jan Tojnar 91171e2955
Merge branch 'master' into staging-next
Regenerated pkgs/servers/x11/xorg/default.nix to resolve the conflict.
2021-06-15 11:19:41 +02:00
Sandro 80819f182e
Merge pull request #125553 from fortuneteller2k/xanmod
linux_xanmod: 5.12.8 -> 5.12.10
2021-06-14 19:40:09 +02:00
Sandro dc1dceeb93
Merge pull request #126835 from SuperSandro2000/SuperSandro2000-patch-1
darwin.mas: Fix dontBuild
2021-06-14 17:38:12 +02:00
Sandro 260e88ac24
alsa-utils: remove sh file extension from alsa-info
other distros also ship the file without the extension and files in $PATH should normally not contain an extension
2021-06-14 16:51:30 +02:00
Sandro b083c7e9eb
darwin.mas: Fix dontBuild 2021-06-14 14:59:21 +02:00
Lengyel Balázs 6d33412d6d linux-testing: 5.12-rc6 -> 5.13-rc6 2021-06-14 14:26:52 +02:00
Lengyel Balázs 2ac508d578 linux-kernel: update config for 5.13 2021-06-14 14:26:52 +02:00
github-actions[bot] dbed958bf2
Merge staging-next into staging 2021-06-14 12:04:44 +00:00
github-actions[bot] f2ba460019
Merge master into staging-next 2021-06-14 12:04:41 +00:00
Maximilian Bosch 96c89ab82a
linuxPackages_5_4.wireguard: 1.0.20210424 -> 1.0.20210606
ChangeLog: https://lists.zx2c4.com/pipermail/wireguard/2021-June/006781.html
2021-06-13 23:07:33 +02:00
Jasper Woudenberg 04d20258ea system76-power: init at 1.1.16 2021-06-13 22:11:42 +02:00
Maxine Aubrey ed93247dc0
iwd: 1.14 -> 1.15 2021-06-13 18:39:33 +02:00
Maxine Aubrey ad9ee4e0df
ell: 0.40 -> 0.41 2021-06-13 18:39:21 +02:00
github-actions[bot] e0285f7892
Merge staging-next into staging 2021-06-13 12:06:12 +00:00
github-actions[bot] 5ac3d4e7b0
Merge master into staging-next 2021-06-13 12:06:09 +00:00
Jörg Thalheim 1b299f5785
Merge pull request #126060 from Mic92/dpdk-kmod
dpdk-kmods: init at 2021-04-21
2021-06-13 11:37:03 +02:00
Jörg Thalheim 0d2276ec34
dpdk-kmods: init at 2021-04-21
In the last release dpdk moved the uio_igb driver to a different package
Without it dpdk is not very useful.
2021-06-12 20:25:28 +02:00
github-actions[bot] 9309a23dd3
Merge staging-next into staging 2021-06-12 18:04:58 +00:00
github-actions[bot] 65a7d168af
Merge master into staging-next 2021-06-12 18:04:56 +00:00
Sandro f0acff31d3
Merge pull request #126634 from zachcoyle/mas-1.8.2
mas: 1.8.1 -> 1.8.2
2021-06-12 18:19:27 +02:00
github-actions[bot] b9b43d5872
Merge staging-next into staging 2021-06-12 12:07:06 +00:00