Commit Graph

27525 Commits

Author SHA1 Message Date
Alyssa Ross
6398cdcd53 linux_latest-libre: 19569 -> 19575 2024-05-28 19:02:22 +02:00
Alyssa Ross
6d2c5bf0d4 linux-rt_6_6: 6.6.31-rt31 -> 6.6.32-rt32 2024-05-28 19:02:22 +02:00
Alyssa Ross
80fe431b80 linux-rt_5_10: 5.10.216-rt108 -> 5.10.217-rt109 2024-05-28 19:02:22 +02:00
Alyssa Ross
4da4db4b32 linux_testing: 6.9-rc6 -> 6.10-rc1 2024-05-28 19:02:22 +02:00
Alyssa Ross
a84c4c3168 linux/common-config: update for 6.10
We assume RISC-V uses an uncompressed kernel in
lib/systems/platforms.nix.  Since this is the first Linux version to
support either xz or zstd compressed kernels on RISC-V, we can't
change platforms.nix to match the other platforms without breaking
builds of older kernel versions, so let's just preserve the old
behaviour.

We could in future decide to use gzip-compressed kernels on RISC-V,
which is supported going back further.
2024-05-28 19:02:22 +02:00
zzzsyyy
584f168d53
linux_xanmod: 6.6.31 -> 6.6.32 2024-05-28 21:54:26 +08:00
Colin
95749cd782 wpa_supplicant: fix broken dbus .service file
previous to this patch, the output has a service file like:
```
[D-BUS Service]
Name=fi.w1.wpa_supplicant1
Exec=/nix/store/<hash>/nix/store/<hash>/sbin/wpa_supplicant -u
User=root
SystemdService=wpa_supplicant.service
```

the `Exec` line was invalid but likely didn't lead to observable errors in
systemd setups where the `SystemdService` line is consumed instead.
2024-05-28 12:00:51 +00:00
Jerry
b0f847dac2 linuxKernel.kernels.linux_lqx: 6.8.10-lqx1 -> 6.8.11-lqx1 2024-05-27 17:15:52 +02:00
Jerry
7359e7f57c linuxKernel.kernels.linux_zen: 6.9.1-zen1 -> 6.9.2-zen1 2024-05-27 05:36:18 +02:00
Ali Abrar
888dee445d openbsd: init at 7.5 2024-05-26 10:55:56 -04:00
John Ericson
d9c9da5d65 netbsd.makeMinimal: Make it possible to override the rules
Co-authored-by: Rahul Butani <rrbutani@users.noreply.github.com>
2024-05-26 10:55:15 -04:00
Rouven Czerwinski
c8e127268a kernelshark: 2.2.1 -> 2.3.1
Bump the package and move it over to qt6.
2024-05-26 15:04:41 +02:00
Matthias Beyer
d6463375dc
Merge pull request #314019 from r-ryantm/auto-update/pcm
pcm: 202403 -> 202405
2024-05-26 14:25:30 +02:00
Jared Baur
65a87eee9c linux: use uinstall for all arm architectures
The uinstall target is valid anytime ARCH=arm, not just for armv7, we
can use `stdenv.hostPlatform.linuxArch` to match this properly.
2024-05-26 11:39:19 +02:00
Matthias Beyer
93d41ea387
Merge pull request #314474 from r-ryantm/auto-update/rt-tests
rt-tests: 2.6 -> 2.7
2024-05-26 11:10:58 +02:00
K900
7e8989a8f3
Merge pull request #314630 from K900/kernels-20240525
Kernel updates for 2024-05-25
2024-05-25 19:35:56 +03:00
K900
fd29fa20c2 linux_latest-libre: 19546 -> 19569 2024-05-25 18:28:26 +03:00
K900
21493325b1 linux-rt_6_6: 6.6.30-rt30 -> 6.6.31-rt31 2024-05-25 18:28:26 +03:00
K900
6a79d74445 linux-rt_6_1: 6.1.90-rt30 -> 6.1.91-rt31 2024-05-25 18:28:26 +03:00
K900
840294e13e linux_4_19: 4.19.314 -> 4.19.315 2024-05-25 18:28:26 +03:00
K900
38ec9aa6fc linux_5_4: 5.4.276 -> 5.4.277 2024-05-25 18:28:26 +03:00
K900
8a6766a212 linux_5_10: 5.10.217 -> 5.10.218 2024-05-25 18:28:26 +03:00
K900
3b23ad31e1 linux_5_15: 5.15.159 -> 5.15.160 2024-05-25 18:28:26 +03:00
K900
cc0c6c244c linux_6_1: 6.1.91 -> 6.1.92 2024-05-25 18:28:26 +03:00
K900
ff01ae0efc linux_6_6: 6.6.31 -> 6.6.32 2024-05-25 18:28:26 +03:00
K900
3d7d6d517a linux_6_8: 6.8.10 -> 6.8.11 2024-05-25 18:28:26 +03:00
K900
ebbba195fb linux_6_9: 6.9.1 -> 6.9.2 2024-05-25 18:28:26 +03:00
Jared Baur
bc9f24cd51 linux: only use uinstall when on armv7
The `uinstall` make target only exists for the armv7 architecture in
linux source, we should not use it if we are not building for armv7.

```
$ rg uinstall
arch/arm/Makefile
293:INSTALL_TARGETS     = zinstall uinstall install
327:  echo  '  uinstall      - Install U-Boot wrapped compressed kernel'
```
2024-05-25 11:45:34 +02:00
R. Ryantm
58634532a6 rt-tests: 2.6 -> 2.7 2024-05-25 03:37:50 +00:00
Aidan Gauland
e8c66dc41d
nvidia-settings: add aidalgol as maintainer 2024-05-24 15:54:25 +12:00
Aidan Gauland
b57aa88291
libXNVCtrl: build shared library
The libXNVCtrl library is used by several programs in nixpkgs to get
Nvidia GPU stats, and they all load the library dynamically, but the
libXNVCtrl package only builds a static library.  There is no build flag
to enable this, so we have to patch the Makefile to produce a shared
library.

Based on a patch by @negativo17 for Fedora.
https://github.com/negativo17/nvidia-settings/blob/master/nvidia-settings-libXNVCtrl.patch
2024-05-24 15:52:48 +12:00
R. Ryantm
05705d857a pcm: 202403 -> 202405 2024-05-23 14:52:48 +00:00
Robert Helgesson
0989d93c00 sd-switch: 0.3.0 -> 0.4.0
Also, switch home page to sourcehut one and add update script
passthru.
2024-05-23 14:55:55 +02:00
Yureka
95a3cca9cb multipath-tools: use --replace-fail in substitutions 2024-05-23 14:35:06 +02:00
Yureka
92bd0804a9 multipath-tools: backport build fix for musl libc 1.2.5 2024-05-23 14:35:06 +02:00
Yureka
ccbea646d9 multipath-tools: 0.9.6 -> 0.9.8 2024-05-23 14:35:06 +02:00
Anderson Torres
ea012b0964 iw: migrate to by-name 2024-05-22 20:54:31 -03:00
Bernardo Meurer
519d61974f
Merge pull request #313685 from DontEatOreo/update-raycast
raycast: 1.74.1 -> 1.75.1
2024-05-22 17:27:31 -04:00
Weijia Wang
fbe324ceae
Merge pull request #305387 from wegank/mcfgthread-12-drop
windows.mcfgthreads_pre_gcc_13: drop
2024-05-22 20:05:33 +02:00
Nick Cao
b72dc8eb43
Merge pull request #313440 from Kiskae/nvidia/555.42.02
linuxPackages.nvidiaPackages.beta: 550.40.07 -> 555.42.02
2024-05-22 13:20:09 -04:00
DontEatOreo
8e26ccbdb4
raycast: 1.74.1 -> 1.75.1 2024-05-22 17:06:44 +03:00
DontEatOreo
1ba6d73dfd
raycast: format with nixfmt-rfc-style 2024-05-22 17:04:19 +03:00
DontEatOreo
a4a7de5eda
raycast: refactor license in meta 2024-05-22 16:59:26 +03:00
DontEatOreo
6a1d6150b9
raycast: sort meta 2024-05-22 16:47:15 +03:00
DontEatOreo
4ac7983d2c
raycast: remove with lib; from meta 2024-05-22 16:43:08 +03:00
Weijia Wang
9a5bfec4dd
Merge pull request #312994 from wegank/prl-tools-bump
linuxPackages_latest.prl-tools: 19.3.0-54924 -> 19.3.1-54941
2024-05-22 04:06:09 +02:00
Peder Bergebakken Sundt
b758deb6df
Merge pull request #310179 from phlip9/phlip9/linux-sgx-2.24
sgx-sdk: 2.23 -> 2.24
2024-05-22 01:43:20 +02:00
Nick Cao
a9951c60b8
Merge pull request #313205 from NickCao/bpftune
bpftune: unstable-2023-12-20 -> 0-unstable-2024-05-17
2024-05-21 18:18:59 -04:00
Thiago Kenji Okada
a5b62e55e5
Merge pull request #313401 from JerrySM64/update-kernels
linuxKernel.kernels.linux_zen: 6.8.6-zen1 -> 6.9.1-zen1 ; linuxKernel.kernels.linux_lqx: 6.8.6-lqx2 -> 6.8.10-lqx1
2024-05-21 22:11:55 +01:00
Fabián Heredia Montiel
13003e44c5
Merge pull request #313236 from NixOS/update-hardened
Linux hardened kernels for 2024-05-20
2024-05-21 14:34:49 -06:00
github-actions[bot]
6ff18cf329
Merge master into staging-next 2024-05-21 18:00:59 +00:00
Kiskae
c0024cfbe1 linuxPackages.nvidiaPackages.beta: 550.40.07 -> 555.42.02 2024-05-21 19:11:07 +02:00
Jerry
84d5f56ad7 linuxKernel.kernels.linux_lqx: 6.8.6-lqx2 -> 6.8.10-lqx1 2024-05-21 15:31:16 +02:00
Jerry
5516382a64 linuxKernel.kernels.linux_zen: 6.8.6-zen1 -> 6.9.1-zen1 2024-05-21 15:29:42 +02:00
DontEatOreo
3ff593a54d
raycast: 1.74.0 -> 1.74.1 2024-05-21 13:37:19 +03:00
Fabián Heredia Montiel
79081fda5e linux/hardened/patches/6.9: init at 6.9.1-hardened1
- ACPI_CUSTOM_METHOD: dropped in 0cc46f1a52b4220ec11d98a01575909ca820a7b4
- UBSAN_SANITIZE_ALL: dropped in 918327e9b7ffb45321cbb4b9b86b58ec555fe6b3
2024-05-20 15:13:13 -06:00
Fabián Heredia Montiel
2da6412799 linux/hardened/patches/6.8: 6.8.9-hardened1 -> 6.8.10-hardened1 2024-05-20 15:13:13 -06:00
Fabián Heredia Montiel
f63472362f linux/hardened/patches/6.6: 6.6.30-hardened1 -> 6.6.31-hardened1 2024-05-20 15:13:13 -06:00
Fabián Heredia Montiel
6b5fc5d730 linux/hardened/patches/6.1: 6.1.90-hardened1 -> 6.1.91-hardened1 2024-05-20 15:13:13 -06:00
Fabián Heredia Montiel
194cc4a79e linux/hardened/patches/5.4: 5.4.275-hardened1 -> 5.4.276-hardened1 2024-05-20 15:13:12 -06:00
Fabián Heredia Montiel
2d5c754468 linux/hardened/patches/5.15: 5.15.158-hardened1 -> 5.15.159-hardened1 2024-05-20 15:13:12 -06:00
Fabián Heredia Montiel
bed5bf9e08 linux/hardened/patches/5.10: 5.10.216-hardened1 -> 5.10.217-hardened1 2024-05-20 15:13:12 -06:00
Fabián Heredia Montiel
f205d59323 linux/hardened/patches/4.19: 4.19.313-hardened1 -> 4.19.314-hardened1 2024-05-20 15:13:12 -06:00
Nick Cao
ffc73a590a
bpftune: unstable-2023-12-20 -> 0-unstable-2024-05-17
Diff: 0e6bca2e58...83115c56cf
2024-05-20 15:13:35 -04:00
github-actions[bot]
1f54473d6b
Merge master into staging-next 2024-05-20 18:01:14 +00:00
sternenseemann
8dbe89fbe0 freebsd: fix eval with Nix < 2.6 2024-05-20 17:56:56 +02:00
R. Ryantm
f158bf9973 intel-compute-runtime: 24.13.29138.7 -> 24.17.29377.6 2024-05-20 13:21:13 +00:00
github-actions[bot]
6ff1451c6f
Merge master into staging-next 2024-05-20 12:01:29 +00:00
Vladimír Čunát
15d8d27bd6
util-linux: also downgrade static builds already
We need this now to fix nixStatic build:
https://hydra.nixos.org/build/259722977
/cc PR #309805
2024-05-20 11:49:07 +02:00
Atemu
bce9b8a3b4
Merge pull request #312923 from zzzsyyy/update/xanmod
linux_xanmod, linux_xanmod_latest: 2024-05-17
2024-05-20 11:21:49 +02:00
Vladimír Čunát
fa8ec6702a
util-linux: 2.40.1 -> 2.39.4 (except 64-bit linux for now)
We're running into multiple issues, so let's be conservative.
In particular, this commit should fix *-darwin builds.
/cc PR #309805 as this is kind-of reverting it (partially for now)
2024-05-20 08:39:09 +02:00
Sigmanificient
a2353716f6 treewide: remove unused occurence of fetchurl argument 2024-05-20 05:20:23 +02:00
github-actions[bot]
aea14e9bac
Merge master into staging-next 2024-05-20 00:02:10 +00:00
Weijia Wang
c835cde46b linuxPackages_latest.prl-tools: 19.3.0-54924 -> 19.3.1-54941 2024-05-19 23:52:46 +02:00
Fabián Heredia Montiel
8ff189cdc7
Merge pull request #312734 from afh/update-bartender
bartender: 5.0.49 -> 5.0.52
2024-05-19 12:06:17 -06:00
zzzsyyy
57f37e2c8c
xanmod-kernels: enable writeback throttling by default
follows commit c493325416
2024-05-19 23:25:19 +08:00
zzzsyyy
dd1fc0955d
linux_xanmod_latest: 6.8.9 -> 6.8.10 2024-05-19 23:20:07 +08:00
zzzsyyy
1d3e673377
linux_xanmod: 6.6.30 -> 6.6.31 2024-05-19 23:09:20 +08:00
github-actions[bot]
e18e972af2
Merge master into staging-next 2024-05-19 12:01:13 +00:00
Pol Dellaiera
5a479d58b1
Merge pull request #312593 from ExpidusOS/treewide/maintainer
treewide: Add RossComputerGuy as maintainer for various packages
2024-05-19 10:55:56 +02:00
github-actions[bot]
87e63741b7
Merge master into staging-next 2024-05-19 06:01:01 +00:00
Aleksana
2acce292a3
Merge pull request #312700 from Aleksanaa/firmware-manager
firmware-manager: correct license and add mainProgram
2024-05-19 12:36:37 +08:00
Alexis Hildebrandt
7af850a1a3 bartender: 5.0.49 -> 5.0.52 2024-05-18 22:13:39 +02:00
aleksana
ece3b84f62 firmware-manager: correct license and add mainProgram
License is mentioned here: License is mentioned here:
pop-os/firmware-manager@3c542bd/assets/com.system76.FirmwareManager.appdata.xml#L5-L6
2024-05-19 00:57:49 +08:00
github-actions[bot]
182d247086
Merge master into staging-next 2024-05-18 06:01:12 +00:00
Tristan Ross
725fec4ad8
semodule-utils: add RossComputerGuy as maintainer 2024-05-17 22:02:26 -07:00
Tristan Ross
e73c6c54e6
libsepol: add RossComputerGuy as maintainer 2024-05-17 21:55:15 -07:00
Fabián Heredia Montiel
d6801d9d85
Merge pull request #308833 from whentze/linux-hardened-update
Linux Hardened Kernels 2024-05-03
2024-05-17 22:03:14 -06:00
github-actions[bot]
11e181f00d
Merge master into staging-next 2024-05-18 00:02:17 +00:00
Nick Cao
61413b78a5
Merge pull request #312063 from NickCao/fw-ectool
fw-ectool: unstable-2022-12-03 -> 0-unstable-2024-04-23, switch upstream
2024-05-17 18:12:11 -04:00
7c6f434c
72d09fc932
Merge pull request #312473 from NixOS/sysdig0371
sysdig: 0.37.0 -> 0.37.1
2024-05-17 20:43:45 +00:00
asymmetric
06bf01d248
Merge pull request #311899 from ToasterUwU/bump-ledger-udev-rules
ledger-udev-rules: 2021-09-10 -> 2024-02-12
2024-05-17 22:36:57 +02:00
github-actions[bot]
c537cc4af4
Merge master into staging-next 2024-05-17 18:01:08 +00:00
Sebastian Sellmeier
3b74b85bc1
sysdig: 0.37.0 -> 0.37.1 2024-05-17 18:43:54 +02:00
Wanja Hentze
62bfa65656 linux/hardened/patches/6.8: init at 6.8.9-hardened1 2024-05-17 18:09:01 +02:00
Martin Weinelt
b0be883181 microcodeIntel: 20240312 -> 20240514
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20240514
https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01051.html
https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01052.html
https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01036.html

Fixes: CVE-2023-45733, CVE-2024-46103, CVE-2023-45745, CVE-2023-47855
2024-05-17 11:45:19 -04:00
Vladimír Čunát
cb8fa2b758
util-linux: try to fix parallel build failures
Difficult to know if these actually fix it, since it only happens
sometimes.

Link: https://github.com/NixOS/nixpkgs/pull/309805#issuecomment-2109348209
Link: https://lore.kernel.org/util-linux/87le4c1zm4.fsf@alyssa.is/

vcunat edit: only apply on some platforms for now,
balancing fixes and the amount of rebuild work on Hydra.
The rest is picked from PR #311988
2024-05-17 17:44:00 +02:00
github-actions[bot]
6506918b88
Merge master into staging-next 2024-05-17 12:01:09 +00:00
K900
e822a6b469 linux-rt_6_6: 6.6.25-rt29 -> 6.6.30-rt30 2024-05-17 13:46:27 +03:00
K900
6012dea46c linux-rt_6_1: 6.1.83-rt28 -> 6.1.90-rt30 2024-05-17 13:45:51 +03:00