Maximilian Bosch
a616d83b06
Merge pull request #138481 from TredwellGit/linux
...
Kernels 2021-09-18
2021-09-21 12:48:44 +02:00
r-burns
d6b683c052
Merge pull request #138740 from trofi/fix-libpsm2-gcc-11
...
libpsm2: disable blanket -Werror (gcc-11 fix)
2021-09-21 00:38:40 -07:00
Artturi
3b2440afd0
Merge pull request #100120 from unode/cpupower-gui
...
linuxPackages.cpupower-gui: init at 1.0.0
2021-09-21 03:37:10 +03:00
TredwellGit
b8b772a1da
linux/hardened/patches/5.14: 5.14.5-hardened1 -> 5.14.6-hardened1
2021-09-20 21:41:39 +00:00
TredwellGit
a41022ed40
linux/hardened/patches/5.13: 5.13.18-hardened1 -> 5.13.19-hardened1
2021-09-20 21:41:38 +00:00
TredwellGit
4a9ffb82ae
linux/hardened/patches/5.10: 5.10.66-hardened1 -> 5.10.67-hardened1
2021-09-20 21:41:37 +00:00
TredwellGit
3e87ddbf57
linux-rt_5_10: 5.10.59-rt52 -> 5.10.65-rt53
2021-09-20 21:40:48 +00:00
TredwellGit
51b0e44980
linux: 5.14.5 -> 5.14.6
2021-09-20 21:40:12 +00:00
TredwellGit
748679c0d3
linux: 5.13.18 -> 5.13.19
2021-09-20 21:40:00 +00:00
TredwellGit
66760dcbd5
linux: 5.10.66 -> 5.10.67
2021-09-20 21:39:46 +00:00
Sergei Trofimovich
035a6e805f
libpsm2: disable blanket -Werror (gcc-11 fix)
...
Without the change gcc-11 build fails as:
```
$ nix-build -E 'with import ./. {}; libpsm2.override { stdenv = gcc11Stdenv; }
...
/build/source/include/linux-x86_64/sysdep.h:146:9:
error: array subscript 'struct xchg_dummy[0]'
is partly outside array bounds of 'psmi_lock_t[1]'
```
2021-09-20 20:14:47 +01:00
Sergei Trofimovich
6139dd3a1b
libpsm2: whitespace
2021-09-20 20:14:47 +01:00
Bobby Rong
02aa722675
Merge pull request #138571 from baracoder/nvidia-x11-remove-maintainer
...
nvidia_x11: Remove maintainer baracoder
2021-09-20 22:28:29 +08:00
Herman Fries
eaaf989c1c
nvidia_x11: Remove maintainer baracoder
2021-09-19 22:53:16 +02:00
figsoda
8212bd0ed1
Merge pull request #138466 from samuelgrf/mainProgram-multiple-II
...
Add meta.mainProgram to multiple packages
2021-09-19 11:59:16 -04:00
Michael Raskin
401cd35e1d
Merge pull request #138514 from onny/firejail
...
firejail: Remove symlink check patch
2021-09-19 14:57:17 +00:00
Jörg Thalheim
015b98df50
Merge pull request #138465 from r-burns/bcc
...
[staging-next] linuxPackages.bcc: fix build
2021-09-19 12:42:58 +01:00
Jörg Thalheim
d1fda939b3
Merge pull request #138427 from hmenke/zfs
...
zfsUnstable: correct sha256
2021-09-19 11:51:31 +01:00
Jonas Heinrich
defe183dad
firejail: Remove symlink check patch
2021-09-19 11:55:30 +02:00
Ryan Burns
88b8df5c21
linuxPackages.bcc: fix build
...
Use Debian downstream patch to fix compilation against linuxHeaders < 5.14.
Our linux headers exposed by glibc are still at 5.12. We should be able
to remove this patch once our linuxHeaders are bumped to 5.14+.
2021-09-18 16:26:16 -07:00
Samuel Gräfenstein
9d5298933a
zfs: add meta.mainProgram
...
Fix the following error when running `nix run .#zfs`:
error: unable to execute '/nix/store/ns6rifm17r0lp17w8gb4qr5db4cwbkj9-zfs-user-2.1.1/bin/zfs-user': No such file or directory
2021-09-19 00:11:17 +02:00
Henri Menke
a0bbb9e766
zfsUnstable: correct sha256
2021-09-18 16:28:08 +02:00
R. RyanTM
663b56eff0
procdump: 1.1.1 -> 1.2
2021-09-18 12:31:17 +00:00
ajs124
36e21638f5
linux/hardened/patches/5.4: 5.4.146-hardened1 -> 5.4.147-hardened1
2021-09-17 09:02:31 -04:00
ajs124
9f34448a98
linux/hardened/patches/5.14: 5.14.4-hardened1 -> 5.14.5-hardened1
2021-09-17 09:02:31 -04:00
ajs124
7c04d2e390
linux/hardened/patches/5.13: 5.13.17-hardened1 -> 5.13.18-hardened1
2021-09-17 09:02:31 -04:00
ajs124
031afe4faa
linux/hardened/patches/5.10: 5.10.65-hardened1 -> 5.10.66-hardened1
2021-09-17 09:02:31 -04:00
sternenseemann
29f8f30b37
zfsStable, zfsUnstable: fix eval
2021-09-17 10:05:42 +00:00
Bernardo Meurer
f65f925f20
Merge pull request #138168 from NixOS/zfs-2.1.1
...
linuxPackages.zfs: 2.1.0 -> 2.1.1
2021-09-16 23:32:21 +00:00
Sandro
694d075b72
Merge pull request #136965 from Mic92/zen-kernel
2021-09-16 20:44:20 +02:00
Bernardo Meurer
af69a71395
linuxPackages.zfs: 2.1.0 -> 2.1.1
2021-09-16 11:22:57 -07:00
Maximilian Bosch
a3a462734a
Merge pull request #138149 from TredwellGit/linux
...
Kernels 2021-09-16
2021-09-16 18:13:59 +02:00
Bernardo Meurer
b173e70e4d
Merge pull request #138067 from Kranzes/update-xanmod
...
linux_xanmod: 5.14.3 -> 5.14.4
2021-09-16 15:43:00 +00:00
TredwellGit
00c500e9fc
linux/hardened/patches/5.4: 5.4.144-hardened1 -> 5.4.146-hardened1
2021-09-16 14:06:36 +00:00
TredwellGit
60b7113164
linux/hardened/patches/5.14: 5.14.2-hardened1 -> 5.14.4-hardened1
2021-09-16 14:06:35 +00:00
TredwellGit
a8de1dcd2b
linux/hardened/patches/5.13: 5.13.15-hardened1 -> 5.13.17-hardened1
2021-09-16 14:06:34 +00:00
TredwellGit
48e902a2ef
linux/hardened/patches/5.10: 5.10.63-hardened1 -> 5.10.65-hardened1
2021-09-16 14:06:33 +00:00
TredwellGit
100f0569b5
linux: 5.4.145 -> 5.4.147
2021-09-16 14:05:57 +00:00
TredwellGit
4a05e7297c
linux: 5.14.3 -> 5.14.5
2021-09-16 14:05:51 +00:00
TredwellGit
4954336e2b
linux: 5.13.16 -> 5.13.18
2021-09-16 14:05:45 +00:00
TredwellGit
6c829ce083
linux: 5.10.64 -> 5.10.66
2021-09-16 14:05:32 +00:00
Bobby Rong
0b28945e2f
Merge pull request #135995 from r-ryantm/auto-update/sdparm
...
sdparm: 1.11 -> 1.12
2021-09-16 16:52:53 +08:00
Ilan Joselevich
fcbc01cd2c
linux_xanmod: 5.14.3 -> 5.14.4
2021-09-16 01:21:56 +03:00
Jörg Thalheim
b47f3bd50c
linux_zen: 5.14.1-zen1 -> 5.14.3-zen1
2021-09-15 09:28:27 +02:00
github-actions[bot]
6f038e8b11
Merge master into staging-next
2021-09-14 12:01:03 +00:00
github-actions[bot]
38520726fc
Merge master into staging-next
2021-09-14 06:01:28 +00:00
Emily
35a1ca8a0a
darwin.trash: fix on aarch64-darwin
...
None of these clang options should be necessary with the nixpkgs stdenv
infrastructure, and the -arch was breaking Apple Silicon builds.
2021-09-14 03:31:31 +01:00
R. RyanTM
48d6922748
system76-firmware: 1.0.28 -> 1.0.29
2021-09-13 23:38:52 +00:00
github-actions[bot]
d6f028d12d
Merge master into staging-next
2021-09-13 06:01:28 +00:00
Ryan Mulligan
43c65852d6
Merge pull request #135996 from r-ryantm/auto-update/smemstat
...
smemstat: 0.02.08 -> 0.02.10
2021-09-12 18:40:07 -07:00