Commit Graph

24470 Commits

Author SHA1 Message Date
github-actions[bot]
21465e0ebc
Merge master into staging-next 2024-02-06 12:00:59 +00:00
ajs124
ba6db7af5d
Merge pull request #285549 from helsinki-systems/upd/targetcli
targetcli: 2.1.57 -> 2.1.58
2024-02-06 12:19:54 +01:00
K900
3b0709da3e
Merge pull request #286665 from K900/packet-of-doom
Kernel updates for 2024-02-06
2024-02-06 14:11:48 +03:00
Thiago Kenji Okada
3483691863
Merge pull request #286611 from JerrySM64/update-kernels
linuxKernel.kernels.linux_zen: 6.7.3-zen1 -> 6.7.4-zen1 ; linuxKernel.kernels.linux_lqx: 6.7.3-lqx1 -> 6.7.4-lqx1
2024-02-06 09:30:18 +00:00
K900
ced0d1d9dd linux_6_1: 6.1.76 -> 6.1.77 2024-02-06 09:50:06 +03:00
K900
e6a3025e22 linux_6_6: 6.6.15 -> 6.6.16 2024-02-06 09:50:02 +03:00
K900
fa71a47bfa linux_6_7: 6.7.3 -> 6.7.4 2024-02-06 09:49:59 +03:00
K900
dc52c51a6e
Merge pull request #286296 from alyssais/linux-6.8-rc3
Linux kernels 2024-02-04
2024-02-06 09:49:34 +03:00
github-actions[bot]
952bd69944
Merge master into staging-next 2024-02-06 06:00:54 +00:00
Pol Dellaiera
119232480d
Merge pull request #285313 from drupol/displaylink/refactor
displaylink, evdi: refactor
2024-02-06 06:44:39 +01:00
Jerry Starke
3695032a60 linuxKernel.kernels.linux_lqx: 6.7.3-lqx1 -> 6.7.4-lqx1 2024-02-06 03:52:58 +01:00
Jerry Starke
f607fdbafa linuxKernel.kernels.linux_zen: 6.7.3-zen1 -> 6.7.4-zen1 2024-02-06 03:51:09 +01:00
github-actions[bot]
5f4d3d57a7
Merge master into staging-next 2024-02-05 12:01:16 +00:00
Andreas Wiese
b69ffeb3a2 apparmor-utils: fix aa-remove-unknown read check
let aaru = "aa-remove-unknown"; in

aaru tests whether /sys/kernel/security/apparmor/profiles can be opened.
Even though the file's permissions usually are 0444, open() still might
return `EPERM`, as this is a virtual filesystem.  Thus, using `test -r`
doesn't suffice for this check.

What aaru does to solve this is (approximately)

  if ! read … < /sys/kernel/security/apparmor/profiles; then
    echo "Meh";
  fi

In principal this works just fine.  When looking closer, it doesn't
(which is the root cause of #273164).  Careful readers will notice that
the actual access check (for `open()`) isn't actually related to the
`read` invocation, but the shell's input redirection, which works
totally fine:

If the file can't be opened, the shell will return an error and the test
fails.  `read` won't even be invoked.  The culprit is, the `read` shell
builtin might potentially jeopardize the *successful* test result
(`open()` succeeding): When no profiles are loaded, the file will be
empty and `read` will return 1 for `EOF`.

As the `if`'s command is only invoked after the actual test succeeded,
`true` is the command of choice here.

I would prefer fixing this upstream, but I refuse to register an account
there because GitLab.com wants me to validate an email address (sure), a
phone number (why?) and a valid payment method ([redacted]).

This fixes #273164 (»Apparmor service fails to start after nixos-rebuild
switch«).
2024-02-05 09:50:58 +01:00
R. Ryantm
f0096a0be4 iotop-c: 1.25 -> 1.26 2024-02-05 05:45:27 +00:00
Jerry Starke
770fdb1d24 linuxKernel.kernels.linux_lqx: 6.7.2-lqx2 -> 6.7.3-lqx1 2024-02-05 01:59:55 +01:00
Yueh-Shun Li
e768da839b buildLinux: use lib.toFunction
Refactor expression trivially with `lib.toFunction`.
2024-02-05 02:57:55 +08:00
Alyssa Ross
764133608f
linux/hardened/patches/6.7: 6.7.2-hardened1 -> 6.7.3-hardened1 2024-02-04 15:33:06 +01:00
Alyssa Ross
a8932b82ac
linux/hardened/patches/6.6: 6.6.14-hardened1 -> 6.6.15-hardened1 2024-02-04 15:32:39 +01:00
Alyssa Ross
7611c991f3
linux/hardened/patches/6.1: 6.1.75-hardened1 -> 6.1.76-hardened1 2024-02-04 15:32:12 +01:00
Alyssa Ross
c2dd29b8b3
linux-rt_5_10: 5.10.204-rt100 -> 5.10.209-rt101 2024-02-04 15:31:23 +01:00
Alyssa Ross
b826cdb584
linux_testing: 6.8-rc2 -> 6.8-rc3 2024-02-04 15:30:50 +01:00
github-actions[bot]
ebdc85862b
Merge master into staging-next 2024-02-04 00:02:24 +00:00
Nick Cao
db842684bb
Merge pull request #286048 from Kiskae/nvidia/535.43.25
linuxPackages.nvidiaPackages.vulkan_beta: 535.43.24 -> 535.43.25
2024-02-03 14:47:57 -05:00
github-actions[bot]
5a036cc96a
Merge master into staging-next 2024-02-03 18:00:51 +00:00
Nick Cao
d829bac26a
Merge pull request #285990 from r-ryantm/auto-update/power-calibrate
power-calibrate: 0.01.35 -> 0.01.36
2024-02-03 10:50:45 -05:00
Kiskae
1243fd78ee linuxPackages.nvidiaPackages.vulkan_beta: 535.43.24 -> 535.43.25 2024-02-03 16:38:40 +01:00
Kiskae
ca149f54a9 linuxPackages.nvidiaPackages.dc_520: mark as broken on 6.5 2024-02-03 13:39:30 +01:00
Kiskae
f649a4a4b7 linuxPackages.nvidiaPackages: add common patch for new kernel releases 2024-02-03 12:59:33 +01:00
R. Ryantm
12d763cc43 power-calibrate: 0.01.35 -> 0.01.36 2024-02-03 07:53:18 +00:00
zzzsyyy
17e5d0dfed
linux_xanmod_latest: 6.6.13 -> 6.6.15 2024-02-03 15:01:15 +08:00
Vladimír Čunát
6597d68eb6
Merge #285063: pkgsMusl.pam: fix build
...into staging
2024-02-03 07:40:10 +01:00
zzzsyyy
4c25ff02e2
linux_xanmod: 6.1.74 -> 6.1.76 2024-02-03 14:36:39 +08:00
Pol Dellaiera
12490c7151
evdi: update code style 2024-02-02 21:36:30 +01:00
Pol Dellaiera
93d5d8dcde
evdi: sort meta attributes 2024-02-02 21:36:28 +01:00
Pol Dellaiera
7ae4984c30
evdi: add missing phase hooks 2024-02-02 21:35:23 +01:00
Pol Dellaiera
25b075dffd
evdi: use finalAttrs pattern 2024-02-02 21:35:21 +01:00
Pol Dellaiera
a4e9c08870
displaylink: sort meta attributes and add meta.mainProgram 2024-02-02 21:34:21 +01:00
Pol Dellaiera
cacc44a576
displaylink: switch to makeBinaryWrapper 2024-02-02 21:34:21 +01:00
Pol Dellaiera
1551a2e3e2
displaylink: add missing phase hooks 2024-02-02 21:34:21 +01:00
Pol Dellaiera
859ee774e1
displaylink: use finalAttrs pattern 2024-02-02 21:34:21 +01:00
github-actions[bot]
58c80dd7b8
Merge staging-next into staging 2024-02-02 18:01:50 +00:00
Pol Dellaiera
10fb14a187
Merge pull request #279565 from illustris/displaylink
linuxPackages.evdi: 1.14.1 -> 1.14.1-unstable-2024-01-30
2024-02-02 17:51:14 +01:00
nikstur
bba94bbc26
Merge pull request #268559 from mrcjkb/tuxedo-rs
tuxedo-rs: 0.2.3 -> 0.3.0
2024-02-02 16:40:47 +01:00
github-actions[bot]
6b866c8f85
Merge staging-next into staging 2024-02-02 00:02:44 +00:00
Nick Cao
91651ab69f
Merge pull request #285586 from Kiskae/nvidia/535.43.24
linuxPackages.nvidiaPackges.vulkan_beta: 535.43.23 -> 535.43.24
2024-02-01 14:36:31 -05:00
Adam C. Stephens
ed837d2f8b
Merge pull request #283730 from toastal/zfsUnstable-2.2.3
zfsUnstable: 2.2.2 → 2.2.3-unstable-2024-01-22
2024-02-01 14:29:34 -05:00
github-actions[bot]
381e01e471
Merge staging-next into staging 2024-02-01 18:01:21 +00:00
Kiskae
aab5f35c21 linuxPackages.nvidiaPackges.vulkan_beta: 535.43.23 -> 535.43.24 2024-02-01 18:34:05 +01:00
Fabián Heredia Montiel
596f0169d5
Merge pull request #285502 from Ma27/linux-kernel-updates
Linux kernel updates 2024-02-01
2024-02-01 10:26:18 -06:00
ajs124
d0846f1476 targetcli: 2.1.57 -> 2.1.58
https://github.com/open-iscsi/targetcli-fb/releases/tag/v2.1.58
2024-02-01 17:14:14 +01:00
Jerry Starke
404b336d16 linuxKernel.kernels.linux_lqx: 6.7.2-lqx1 -> 6.7.2-lqx2 2024-02-01 13:59:59 +01:00
Jerry Starke
6b7ba6bef8 linuxKernel.kernels.linux_zen: 6.7.2-zen1 -> 6.7.3-zen1 2024-02-01 13:57:19 +01:00
github-actions[bot]
b0861ba3fd
Merge staging-next into staging 2024-02-01 12:01:23 +00:00
Martin Weinelt
27fa02d0f1
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
-	pkgs/development/compilers/llvm/10/clang/default.nix
- pkgs/development/compilers/llvm/8/clang/default.nix
2024-02-01 12:25:11 +01:00
illustris
1e60fbe7e0
linuxPackages.evdi: 1.14.1 -> 1.14.1-unstable-2024-01-30 2024-02-01 15:25:37 +05:30
Weijia Wang
aacf584689
Merge pull request #285224 from wegank/raspberrypi-wireless-typo
raspberrypiWirelessFirmware: fix typo
2024-02-01 10:50:57 +01:00
Maximilian Bosch
a858cd498a
linux_latest-libre: 19482 -> 19489 2024-02-01 09:54:56 +01:00
Maximilian Bosch
197da6a2f4
linux-rt_6_1: 6.1.73-rt22 -> 6.1.75-rt23 2024-02-01 09:54:41 +01:00
Maximilian Bosch
b1b40b70c6
linux_6_1: 6.1.75 -> 6.1.76 2024-02-01 09:54:23 +01:00
Maximilian Bosch
1eb315f20d
linux_6_6: 6.6.14 -> 6.6.15 2024-02-01 09:54:13 +01:00
Maximilian Bosch
38ce0ed459
linux_6_7: 6.7.2 -> 6.7.3 2024-02-01 09:54:05 +01:00
Adam Stephens
75ec325cb9
nixos/pam: remove pam_cgfs
pam_cgfs is a cgroups-v1 pam module. Verified with upstream that
this module no longer necessary on cgroups-v2 systems.
2024-01-31 17:19:23 -05:00
Adam Stephens
184637940b
lxc: fix aarch64 build failure
Starting with commit 1cf2d7357c lxc is
failing on aarch64 only. For whatever reason, the version check done
on docbook2man here is no longer registering as >=0.8.8

3efa1c3037/meson.build (L323)

This falls through to this line, which changes the behavior of the
configured sgml header.

3efa1c3037/meson.build (L327)

Instead of figuring out /why/ this is the case, I'm just going to skip
the check for lxc since we won't ever ship docbook2x < 0.8.
2024-01-31 09:02:26 -05:00
Weijia Wang
467dc9334d raspberrypiWirelessFirmware: fix typo 2024-01-31 08:07:15 +01:00
K900
f318aa45df
Merge pull request #285090 from alyssais/ffado-2.4.8
ffado: 2.4.7 -> 2.4.8
2024-01-31 09:29:05 +03:00
toastal
fd12b90a57 zfsUnstable: 2.2.2 → 2.2.3-unstable-2024-01-26
Should have patches for 6.7 compatibility
2024-01-31 11:04:55 +07:00
Marc Jakobi
25041c54e2 tuxedo-rs: 0.2.3 -> 0.3.0 2024-01-31 01:09:35 +01:00
Defelo
3626179781
rtl8821ce: unstable-2023-05-04 -> unstable-2024-01-20 2024-01-31 00:19:54 +01:00
Alyssa Ross
9f0215d189
pkgsMusl.pam: fix build 2024-01-30 22:52:22 +01:00
Alyssa Ross
f9272aa060
ffado: 2.4.7 -> 2.4.8 2024-01-30 21:50:23 +01:00
R. Ryantm
2356d90e39 mdevctl: 1.2.0 -> 1.3.0 2024-01-30 19:21:35 +00:00
Robert Hensing
056a4d8d52
Merge pull request #283406 from tfc/nixos-rebuild-socket
nixos-rebuild: Handle too-long tmpdir paths on macOS
2024-01-30 19:02:37 +01:00
R. Ryantm
3a7f143a4f bpftrace: 0.20.0 -> 0.20.1 2024-01-30 09:09:07 +00:00
Ratchanan Srirattanamet
bb51848e23 linux_rpi3: fix build failure due to wrong Kconfig
Because of NixOS's generate-config.pl tries to answer 'M' to as much
configs as possible, this exposes the wrong Kconfig in the RPi-specific
code which is added in the new kernel tree intended to support RPi 5.

Add kernel patches to fix the Kconfig, which results in the relavant
part being disabled on the RPi 3 build of the kernel.
2024-01-30 15:30:03 +07:00
github-actions[bot]
6a27b0be74
Merge staging-next into staging 2024-01-29 18:01:37 +00:00
Marc Jakobi
eee002d387 tuxedo-rs: add xaverdh to maintainer list 2024-01-29 18:56:16 +01:00
Alyssa Ross
bee5a980c1 linux_latest-libre: 19473 -> 19482 2024-01-29 17:37:49 +01:00
Alyssa Ross
92d90fd5b1 linux_testing: 6.8-rc1 -> 6.8-rc2 2024-01-29 17:37:49 +01:00
Sandro
eb86b39576
Merge pull request #284642 from r-ryantm/auto-update/intel-compute-runtime 2024-01-29 13:37:11 +01:00
Weijia Wang
2220b9a447
Merge pull request #274695 from r-ryantm/auto-update/libsepol
libsepol: 3.5 -> 3.6
2024-01-29 13:21:50 +01:00
github-actions[bot]
66542bb884
Merge staging-next into staging 2024-01-29 12:01:40 +00:00
Weijia Wang
2dc6d35bd0
Merge pull request #273718 from r-ryantm/auto-update/kbd
kbd: 2.6.3 -> 2.6.4
2024-01-29 12:29:40 +01:00
markuskowa
5ef1851bb4
Merge pull request #284613 from r-ryantm/auto-update/rdma-core
rdma-core: 49.1 -> 50.0
2024-01-29 10:06:27 +01:00
Fabián Heredia Montiel
45fad8902f linux/hardened/patches/6.7: init at 6.7.2-hardened1 2024-01-29 09:44:08 +01:00
Fabián Heredia Montiel
018def54e4 linux/hardened/patches/6.6: 6.6.13-hardened1 -> 6.6.14-hardened1 2024-01-29 09:44:08 +01:00
Fabián Heredia Montiel
b3f3397b4b linux/hardened/patches/6.1: 6.1.74-hardened1 -> 6.1.75-hardened1 2024-01-29 09:44:08 +01:00
Fabián Heredia Montiel
33dd85989d linux/hardened/patches/5.4: 5.4.267-hardened1 -> 5.4.268-hardened1 2024-01-29 09:44:08 +01:00
Fabián Heredia Montiel
503d0f65a7 linux/hardened/patches/5.15: 5.15.147-hardened1 -> 5.15.148-hardened1 2024-01-29 09:44:08 +01:00
Fabián Heredia Montiel
ed540a7c8e linux/hardened/patches/5.10: 5.10.208-hardened1 -> 5.10.209-hardened1 2024-01-29 09:44:08 +01:00
Fabián Heredia Montiel
114b7a4a3b linux/hardened/patches/4.19: 4.19.305-hardened1 -> 4.19.306-hardened1 2024-01-29 09:44:08 +01:00
Jacek Galowicz
3dbf54decb nixos-rebuild: Fix "too long for Unix domain socket" errors due to long
TMPDIR
2024-01-29 06:27:30 +01:00
R. Ryantm
9e67b4305c intel-compute-runtime: 23.43.27642.18 -> 23.48.27912.11 2024-01-29 00:21:45 +00:00
github-actions[bot]
1a9dbf110b
Merge staging-next into staging 2024-01-29 00:02:49 +00:00
R. Ryantm
6b47b1113f rdma-core: 49.1 -> 50.0 2024-01-28 20:40:01 +00:00
Joachim F
6dd56e1483
Merge pull request #275579 from tamara-schmitz/master
update hardened profile to new recommendations
2024-01-28 20:25:27 +01:00
Sandro
f35ab6dee7
Merge pull request #230368 from risicle/ris-libbpf-passthru-tests
libbpf: add some key reverse dependencies to `passthru.tests`
2024-01-28 19:14:27 +01:00
github-actions[bot]
229c36bdcb
Merge staging-next into staging 2024-01-28 18:01:42 +00:00
Yureka
feca0eecd1
systemd: update musl patches for v255 (#284136) 2024-01-28 14:12:00 +01:00
Mario Rodas
d78238fc08
Merge pull request #283700 from r-ryantm/auto-update/fwts
fwts: 23.11.00 -> 24.01.00
2024-01-28 08:03:56 -05:00
github-actions[bot]
5e17795097
Merge staging-next into staging 2024-01-28 12:01:36 +00:00
Alyssa Ross
63c01a3576 linux_6_7: fix Rust support with current rustc
The 1.75 patch can't be fetched, because it doesn't apply.  But git
can apply it cleanly, so it must just need to do a three-way merge or
something.  Regardless, we need to include a version that patch(1) can
apply in Nixpkgs.
2024-01-28 10:54:17 +01:00
Weijia Wang
bbe271c236
Merge pull request #282193 from r-ryantm/auto-update/setools
setools: 4.4.1 -> 4.4.4
2024-01-28 07:53:38 +01:00
Weijia Wang
03e3e91dfb setools: fix runtime error 2024-01-28 07:18:15 +01:00
R. Ryantm
ab63839a5d setools: 4.4.1 -> 4.4.4 2024-01-28 07:17:57 +01:00
Tamara Schmitz
b80c3284d5
nixos/hardened: update hardened profile to new recommendations
Borrowing from here to match hardened profile with more recent kernels:
* https://madaidans-insecurities.github.io/guides/linux-hardening.html?#boot-parameters
* https://github.com/a13xp0p0v/kernel-hardening-checker/

Removed "slub_debug" as that option disables kernel memory address
hashing. You also see a big warning about this in the dmesg:
"This system shows unhashed kernel memory addresses via the console, logs, and other interfaces."

"init_on_alloc=1" and "init_on_free=1" zeroes all SLAB and SLUB allocations. Introduced in 6471384af2a6530696fc0203bafe4de41a23c9ef. Also the default for the Android Google kernel btw. It is on by default through the KConfig.

"slab_nomerge" prevents the merging of slab/slub caches. These are
effectively slab/slub pools.

"LEGACY_VSYSCALL_NONE" disables the older vsyscall mechanic that relies on
static address. It got superseeded by vdsos a decade ago. Read some
LWN.net to learn more ;)

"debugfs=off" I'm sure there are some few userspace programs that rely on
debugfs, but they shouldn't.

Most other things mentioned on the blog where already the default on a
running machine or may not be applicable.

Most other Kconfigs changes come from the kernel hardening checker and
were added, when they were not applied to the kernel already.

Unsure about CONFIG_STATIC_USERMODEHELPER. Would need testing.
2024-01-27 20:43:58 +00:00
Weijia Wang
4354538139 Merge branch 'staging-next' into staging 2024-01-27 04:17:36 +01:00
Jerry Starke
944aef9fb7 linuxKernel.kernels.linux_lqx: 6.7.1-lqx1 -> 6.7.2-lqx1 2024-01-26 22:17:51 +01:00
Jerry Starke
3390aa1aed linuxKernel.kernels.linux_zen: 6.7.1-zen1 -> 6.7.2-zen1 2024-01-26 22:16:32 +01:00
Kiskae
2817ffc8e1 linuxPackages_latest.nvidiaPackages.{latest,vulkan_beta}.open: broken on 6.7 2024-01-26 18:05:51 +01:00
Maximilian Bosch
76a02cdd4b
Merge pull request #283679 from r-ryantm/auto-update/cryptsetup
cryptsetup: 2.6.1 -> 2.7.0
2024-01-26 16:56:49 +01:00
R. Ryantm
3f5f020da5 pcm: 202311 -> 202401 2024-01-26 16:41:12 +01:00
Maximilian Bosch
704180bbbb
Merge pull request #283883 from alyssais/linux-5.10.209
Linux kernels 2024-01-25
2024-01-26 12:12:47 +01:00
Nick Cao
6620368452
Merge pull request #283804 from Kiskae/nvidia/535.43.23
linuxPackages.nvidiaPackages.vulkan_beta: 535.43.22 -> 535.43.23
2024-01-25 22:10:36 -05:00
Artem Ignatyev
f6cee2673b linux: CONFIG_LED_TRIGGER_PHY=y 2024-01-25 20:07:57 -06:00
Alyssa Ross
e264cdc38b
linux_6_1: 6.1.74 -> 6.1.75 2024-01-26 01:43:12 +01:00
Alyssa Ross
f8f2cdd2c7
linux_6_6: 6.6.13 -> 6.6.14 2024-01-26 01:42:58 +01:00
Alyssa Ross
02c63fa701
linux_6_7: 6.7.1 -> 6.7.2 2024-01-26 01:42:47 +01:00
R. Ryantm
914bb49f4e bpftrace: 0.19.1 -> 0.20.0 2024-01-26 01:06:23 +01:00
Alyssa Ross
249fef32c4
linux_5_15: 5.15.147 -> 5.15.148 2024-01-26 00:37:55 +01:00
Alyssa Ross
bf749233db
linux_4_19: 4.19.305 -> 4.19.306 2024-01-26 00:11:45 +01:00
Alyssa Ross
214ce1fd7a
linux_5_4: 5.4.267 -> 5.4.268 2024-01-26 00:11:33 +01:00
Alyssa Ross
749faf6609
linux_5_10: 5.10.208 -> 5.10.209 2024-01-26 00:11:17 +01:00
K900
aeda66611b
Revert "mdevctl: 1.2.0 -> 1.3.0" 2024-01-25 22:25:39 +03:00
Kiskae
c789a32040 linuxPackages.nvidiaPackages.vulkan_beta: 535.43.22 -> 535.43.23 2024-01-25 18:42:38 +01:00
Nick Cao
d559047519
Merge pull request #283562 from Kiskae/nvidia/550.40.07
linuxPackages.nvidiaPackages.beta: 545.23.06 -> 550.40.07
2024-01-25 08:53:25 -05:00
Nick Cao
e9780ce6c6
Merge pull request #283573 from NickCao/uhk-agent
uhk-agent: 3.2.2 -> 3.3.0
2024-01-25 07:57:29 -05:00
Nick Cao
31766fca35
Merge pull request #283729 from trofi/nvidia-x11-revert-useLibs-assert
nvidia-x11: revert "add an assert that `useSettings` implies more tha…
2024-01-25 07:24:43 -05:00
github-actions[bot]
8c2ba7797a
Merge master into staging-next 2024-01-25 12:01:19 +00:00
Naïm Favier
6d11e88fed
Merge pull request #280945 from katexochen/treewide/unref-patches
treewide: cleanup unreferenced patch files
2024-01-25 12:42:50 +01:00
superherointj
d96e848233 anbox: fix build
Fixes: https://github.com/NixOS/nixpkgs/issues/282601

  > error: redundant move in initialization
2024-01-25 07:47:31 -03:00
Sergei Trofimovich
b2ee4908ad nvidia-x11: revert "add an assert that useSettings implies more than libsOnly"
THe change caused nixGL instantiation failures:

- https://github.com/nix-community/nixGL/issues/157
- https://github.com/nix-community/nixGL/issues/154

I missed the fact that there is no easy way to oberride `useSettings` as
it's an internal argument as ollosed to `useLibs`.

Instead of fixing it let's revert it back and try again later.

This reverts commit 9c51fb0606.
2024-01-25 10:09:22 +00:00
Vladimír Čunát
a763026780
linux-pam: fixup build on musl
In particular, nixStatic was blocked by this.
https://hydra.nixos.org/build/247250976/nixlog/46/tail
2024-01-25 09:16:25 +01:00
R. Ryantm
81dbffe493 fwts: 23.11.00 -> 24.01.00 2024-01-25 07:54:41 +00:00
R. Ryantm
56a3b62fe1 cryptsetup: 2.6.1 -> 2.7.0 2024-01-25 06:08:33 +00:00
github-actions[bot]
feb654493f
Merge staging-next into staging 2024-01-25 00:02:41 +00:00
github-actions[bot]
a4b5a14b07
Merge master into staging-next 2024-01-25 00:02:13 +00:00
Alyssa Ross
0a95fd24f0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/libraries/libunwind/default.nix
2024-01-24 22:00:49 +01:00
Nick Cao
81294f9c6c
uhk-agent: 3.2.2 -> 3.3.0
Diff: https://github.com/UltimateHackingKeyboard/agent/compare/v3.2.2...v3.3.0
2024-01-24 14:34:21 -05:00
r-vdp
643b6647fb
fwupd: move to by-name 2024-01-24 20:29:08 +01:00
r-vdp
28ea07d4e3
fwupd: 1.9.11 -> 1.9.12
The fwupd daemon refuses to start when there is an uefi_capsule key without any
values in the config file, so I modified the module to only include this
key when there are actually values that go inside.
2024-01-24 20:29:01 +01:00
Kiskae
0f71ad2021 linuxPackages.nvidiaPackages.beta: 545.23.06 -> 550.40.07 2024-01-24 20:06:59 +01:00
kirillrdy
0192f366a4
Merge pull request #277694 from TheBrainScrambler/nvidia-390-update
nvidia-x11.legacy_390: fix bug
2024-01-24 22:35:27 +09:00
Sandro
a26e82d881
Merge pull request #283311 from r-ryantm/auto-update/intel-compute-runtime 2024-01-24 13:16:24 +01:00
Jörg Thalheim
ca3536fc58
Merge pull request #271085 from atorres1985-contrib/systemd-rewrite
Systemd: cosmetic modifications
2024-01-24 08:58:53 +01:00
github-actions[bot]
297b3df1d5
Merge staging-next into staging 2024-01-24 06:01:25 +00:00
github-actions[bot]
bd24648ae1
Merge master into staging-next 2024-01-24 06:00:59 +00:00
Anderson Torres
67643f8ec8 systemd: break too long lines of Nix code
To improve readability.
2024-01-23 22:49:26 -03:00
Anderson Torres
92dfeb7b3d systemd: rewrite comments
In order to be more readable and fit the the 80-column limit.
2024-01-23 22:49:26 -03:00
Anderson Torres
1a3a5407a0 systemd: update licensing info 2024-01-23 22:49:26 -03:00
Anderson Torres
2812d1202f systemd: add meta.longDescription
Also, get rid of nested with in meta.
2024-01-23 22:49:26 -03:00
Nick Cao
3cea6265e4
Merge pull request #281172 from otavio/bu
linuxPackages.rtl88x2bu: unstable-2023-09-24 -> unstable-2023-11-29
2024-01-23 19:38:36 -05:00
Nick Cao
3e81f47b8c
Merge pull request #282426 from Luflosi/update/linuxPackages.apfs
linuxPackages.apfs: 0.3.6 -> 0.3.7
2024-01-23 19:34:09 -05:00
Nick Cao
01d56f8b34
Merge pull request #283325 from deepfire/0-gh-fix-rtl8812au
rtl8812au:  fix build by bumping to unstable-2024-01-19
2024-01-23 19:31:44 -05:00
github-actions[bot]
9bf128cad3
Merge staging-next into staging 2024-01-24 00:02:51 +00:00
github-actions[bot]
6a4e9dff73
Merge master into staging-next 2024-01-24 00:02:25 +00:00
Franz Pletz
5b91a0cca2
Merge pull request #282738 from mkg20001/openwrt 2024-01-23 23:13:11 +01:00
R. Ryantm
5c33190276 intel-compute-runtime: 23.35.27191.9 -> 23.43.27642.18 2024-01-23 21:14:00 +00:00
Kosyrev Serge
61686ba251 rtl8812au: fix build by bumping to unstable-2024-01-19
The build failure:

/build/source/os_dep/linux/ioctl_cfg80211.c:10473:26: error: initialization of 'int (*)(struct wiphy *, struct net_device *, struct cfg80211_ap_update *)' from incompatible pointer type 'int (*)(struct wiphy *, struct net_device *, struct cfg80211_beacon_data *)' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Werror=incompatible-pointer-types8;;]
10473 |         .change_beacon = cfg80211_rtw_change_beacon,
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
/build/source/os_dep/linux/ioctl_cfg80211.c:10473:26: note: (near initialization for 'rtw_cfg80211_ops.change_beacon')
2024-01-24 00:07:51 +04:00
R. Ryantm
bb404b0e99 rdma-core: 49.0 -> 49.1 2024-01-23 17:42:02 +00:00
github-actions[bot]
04ed250013
Merge staging-next into staging 2024-01-23 12:01:46 +00:00
github-actions[bot]
568f381221
Merge master into staging-next 2024-01-23 12:01:17 +00:00
Franz Pletz
e7c61397a6
Merge pull request #283118 from panchoh/iotop_meta.mainProgram
iotop: add meta.mainProgram
2024-01-23 08:31:03 +01:00
Atemu
4a322ccd6a
Merge pull request #282529 from zzzsyyy/update/xanmod
linux_xanmod, linux_xanmod_latest: 2024-01-20
2024-01-23 08:07:21 +01:00
pancho horrillo
d7168269c8
iotop: add meta.mainProgram 2024-01-23 07:39:53 +01:00
github-actions[bot]
b8dad03876
Merge staging-next into staging 2024-01-23 06:01:22 +00:00
github-actions[bot]
70e275b1cb
Merge master into staging-next 2024-01-23 06:00:55 +00:00
github-actions[bot]
9cd951173e
Merge staging-next into staging 2024-01-23 00:02:58 +00:00
github-actions[bot]
8303a96c2d
Merge master into staging-next 2024-01-23 00:02:30 +00:00
pancho horrillo
242faeffee
iotop-c: add meta.mainProgram 2024-01-23 00:25:36 +01:00
Alyssa Ross
d6fc2bf149 linux/hardened/patches/6.6: 6.6.12-hardened1 -> 6.6.13-hardened1 2024-01-22 20:23:03 +01:00
Alyssa Ross
c909e231a2 linux/hardened/patches/6.1: 6.1.73-hardened1 -> 6.1.74-hardened1 2024-01-22 20:23:03 +01:00
Alyssa Ross
34076dea42 linux_testing: 6.7 -> 6.8-rc1 2024-01-22 20:23:03 +01:00
github-actions[bot]
0c0f70ab25
Merge staging-next into staging 2024-01-22 18:01:24 +00:00
github-actions[bot]
3c7375b75c
Merge master into staging-next 2024-01-22 18:00:55 +00:00
maxine
ab3cd836e2
Merge pull request #281318 from trofi/shadow-update
shadow: 4.14.2 -> 4.14.3
2024-01-22 18:11:26 +01:00
Félix Baylac Jacqué
cf3391dc01 ncncd: unstable-2023-10-26 -> unstable-2024-01-16
All our modifications have been merged upstream. There's no need to
point to the Nix Community fork anymore, pointing to
upstream (twosigma) instead.

Fixes #282485
2024-01-22 14:57:47 +01:00
Julian Stecklina
3581265259 linux: remove unused features 2024-01-22 13:19:32 +01:00
github-actions[bot]
2227557d88
Merge staging-next into staging 2024-01-22 12:01:39 +00:00
github-actions[bot]
3a8094730e
Merge master into staging-next 2024-01-22 12:01:10 +00:00
Robin Gloster
f8a1f265be
Merge pull request #279869 from trofi/iproute2-update
iproute2: 6.6.0 -> 6.7.0
2024-01-22 12:01:12 +01:00
Thiago Kenji Okada
429ebe89a8
Merge pull request #282790 from JerrySM64/update-linux-zen
linuxKernel.kernels.linux_zen: 6.7-zen3 -> 6.7.1-zen1
2024-01-22 10:15:57 +00:00
Jerry Starke
2d9feef710 linuxKernel.kernels.linux_zen: 6.7-zen3 -> 6.7.1-zen1 2024-01-22 06:07:52 +01:00
Maciej Krüger
72f3f37776
libnl-tiny: unstable-2023-07-27 -> unstable-2023-12-05 2024-01-22 01:42:13 +01:00
github-actions[bot]
7af142cf2c
Merge staging-next into staging 2024-01-22 00:02:41 +00:00
github-actions[bot]
dceddd03df
Merge master into staging-next 2024-01-22 00:02:14 +00:00
Thiago Kenji Okada
35d61a923b
Merge pull request #282598 from JerrySM64/update-linux-zen
linuxKernel.kernels.linux_lqx: 6.6.12-lqx1 -> 6.7.1-lqx1
2024-01-21 22:45:17 +00:00
maxine
b736ef9d38
Merge pull request #282136 from trofi/pam-update
pam: 1.5.3 -> 1.6.0
2024-01-21 16:27:34 +01:00
Jerry Starke
3d80174e19 linuxKernel.kernels.linux_lqx: 6.6.12-lqx1 -> 6.7.1-lqx1 2024-01-21 15:12:10 +01:00
zzzsyyy
f571fc09f1
linux_xanmod_latest: 6.6.10 -> 6.6.13 2024-01-21 17:08:45 +08:00
zzzsyyy
19eb915fb8
linux_xanmod: 6.1.72 -> 6.1.74 2024-01-21 16:46:20 +08:00
R. Ryantm
36ad1f8279 android-udev-rules: 20231207 -> 20240114 2024-01-21 03:58:22 +00:00
github-actions[bot]
c40d6928e6
Merge staging-next into staging 2024-01-20 18:01:28 +00:00
github-actions[bot]
4dea63e421
Merge master into staging-next 2024-01-20 18:01:02 +00:00
Nick Cao
609db724c9
Merge pull request #282282 from r-ryantm/auto-update/health-check
health-check: 0.03.12 -> 0.04.00
2024-01-20 10:18:26 -05:00
Mario Rodas
deae535c44
Merge pull request #282325 from NotEvenANeko/feat/sof-firmware-2023-12
sof-firmware: 2.2.6 -> 2023.12
2024-01-20 09:07:26 -05:00
Mario Rodas
b96412fdf9
Merge pull request #282306 from trofi/linuxHeaders-update
linuxHeaders: 6.6 -> 6.7
2024-01-20 08:48:31 -05:00
Alyssa Ross
68b63c306a systemd: fix build for riscv32 2024-01-20 13:21:24 +01:00
Neko
95f4f8d898
sof-firmware: 2.2.6 -> 2023.12 2024-01-20 20:18:37 +08:00
github-actions[bot]
81f22730b0
Merge staging-next into staging 2024-01-20 12:01:26 +00:00
github-actions[bot]
2aa3d6edac
Merge master into staging-next 2024-01-20 12:00:58 +00:00
K900
6b62de992a linux/hardened/patches/6.6: 6.6.11-hardened1 -> 6.6.12-hardened1 2024-01-20 15:00:22 +03:00
K900
18d7932a21 linux/hardened/patches/6.1: 6.1.72-hardened1 -> 6.1.73-hardened1 2024-01-20 15:00:16 +03:00
K900
cb75668c47 linux/hardened/patches/5.4: 5.4.266-hardened1 -> 5.4.267-hardened1 2024-01-20 15:00:11 +03:00
K900
22184190bb linux/hardened/patches/5.15: 5.15.146-hardened1 -> 5.15.147-hardened1 2024-01-20 15:00:05 +03:00
K900
f0b4178699 linux/hardened/patches/5.10: 5.10.206-hardened1 -> 5.10.208-hardened1 2024-01-20 14:59:59 +03:00
K900
ee940f3644 linux/hardened/patches/4.19: 4.19.304-hardened1 -> 4.19.305-hardened1 2024-01-20 14:59:53 +03:00
K900
a2564db220 linux-rt_6_1: 6.1.70-rt21 -> 6.1.73-rt22 2024-01-20 14:59:30 +03:00
K900
0f60060f29 linux_6_1: 6.1.73 -> 6.1.74 2024-01-20 14:58:55 +03:00
K900
1b37d0076d linux_6_6: 6.6.12 -> 6.6.13 2024-01-20 14:58:52 +03:00
K900
ce170c3830 linux_6_7: 6.7 -> 6.7.1 2024-01-20 14:58:49 +03:00
Sergei Trofimovich
ce9db269a6 linuxHeaders: 6.6 -> 6.7 2024-01-20 10:43:23 +00:00
R. Ryantm
a25a0f9dbf health-check: 0.03.12 -> 0.04.00 2024-01-20 09:31:57 +00:00
Luflosi
2167a49301
linuxPackages.apfs: 0.3.6 -> 0.3.7
https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.7
2024-01-20 10:21:58 +01:00
Linus Heckemann
29056531db
Merge pull request #282234 from r-ryantm/auto-update/iputils
iputils: 20231222 -> 20240117
2024-01-20 09:51:55 +01:00
Pol Dellaiera
e7bd0dde5a
Merge pull request #281804 from douglaz/patch-1
nvidia-x11: fix typo
2024-01-20 08:06:22 +01:00
github-actions[bot]
0cd628f6d5
Merge master into staging-next 2024-01-20 06:01:03 +00:00
R. Ryantm
147e5c5026 iputils: 20231222 -> 20240117 2024-01-20 05:44:11 +00:00
Weijia Wang
fe99dde296
Merge pull request #279910 from r-ryantm/auto-update/mdevctl
mdevctl: 1.2.0 -> 1.3.0
2024-01-20 05:29:10 +01:00
Weijia Wang
e50a8fa07a
Merge pull request #280585 from r-ryantm/auto-update/eventstat
eventstat: 0.05.01 -> 0.06.00
2024-01-20 04:58:21 +01:00
Weijia Wang
cf7ef93b69
Merge pull request #280458 from r-ryantm/auto-update/sasutils
sasutils: 0.4.0 -> 0.5.0
2024-01-20 04:45:08 +01:00
github-actions[bot]
650e10b010
Merge master into staging-next 2024-01-20 00:02:16 +00:00
Sergei Trofimovich
bc73401bf6 pam: 1.5.3 -> 1.6.0
Changes: https://github.com/linux-pam/linux-pam/releases/tag/v1.6.0
2024-01-19 20:35:36 +00:00
Ben Gamari
6807ea7973 linuxptp: Fix cross-compilation
Linux-PTP uses a kernel-like build system which requires that the
`CROSS_COMPILE` variable be set to the target prefix when
cross-compiling.
2024-01-19 14:18:15 -05:00
douglaz
906f27817e nvidia-x11: fix typo 2024-01-19 19:13:15 +00:00
github-actions[bot]
331c789712
Merge master into staging-next 2024-01-19 18:01:00 +00:00
Alyssa Ross
a455c5fb3e Revert "linux: drop XEN on 32-bit"
This reverts commit 096639c548.

The kernel bug that broke this has now been fixed, and we now set
CONFIG_X86_GENERIC, which would have stopped us being affected by it anyway.
2024-01-19 13:11:51 +01:00
github-actions[bot]
4679030218
Merge master into staging-next 2024-01-19 12:01:13 +00:00
Robert Hensing
e0000983db
Merge pull request #279170 from SuperSandro2000/nixos-repl-lib
nixos-rebuild: add lib to repl to make debugging even easier
2024-01-19 12:29:04 +01:00
github-actions[bot]
b459003bdd
Merge master into staging-next 2024-01-19 00:02:22 +00:00
Nick Cao
1b52dbc490
Merge pull request #281253 from NickCao/nss_ldap-cross
nss_ldap: fix cross compilation
2024-01-18 13:10:55 -05:00
github-actions[bot]
dc4a7c97b0
Merge master into staging-next 2024-01-18 18:00:55 +00:00
Robert Hensing
d059ce52ce nixos-rebuild: Partially future-proof the repl test 2024-01-18 18:04:46 +01:00
Robert Hensing
71154a6e30 nixos-rebuild: Test the repl subcommand 2024-01-18 18:04:46 +01:00
R. Ryantm
1f6a258684 eventstat: 0.05.01 -> 0.06.00 2024-01-18 16:37:24 +00:00
K900
967d49b8a8 Merge remote-tracking branch 'origin/staging-next' into staging 2024-01-18 19:15:32 +03:00
nikstur
1472cd16bb
Merge pull request #265951 from nikstur/systemd-255
systemd: 254.6 -> 255.2
2024-01-18 15:51:10 +01:00
György Kurucz
f53dba04b7 kmscube: unstable-2018-06-17 -> unstable-2023-09-25
A lot of new features were added to kmscube since 2018. A new program
called "textuator" has also been added, that supposedly helps with
texture layout debugging.
2024-01-18 13:56:25 +01:00
Vladimír Čunát
4d01cdb29e
Merge #275966: libcap_ng: 0.8.3 -> 0.8.4
...into staging
2024-01-18 13:40:08 +01:00
Thiago Kenji Okada
7ca09481d8
Merge pull request #281701 from JerrySM64/update-linux-zen
linuxKernel.kernels.linux_lqx: 6.6.11-lqx1 -> 6.6.12-lqx1
2024-01-18 09:41:58 +00:00
Jerry Starke
920cd36b52 linuxKernel.kernels.linux_lqx: 6.6.11-lqx1 -> 6.6.12-lqx1 2024-01-18 07:58:04 +01:00
github-actions[bot]
f8b9065479
Merge staging-next into staging 2024-01-18 00:02:50 +00:00
nikstur
748378a3ec systemd: 254.6 -> 255.2
Removed patches:

- 0007-Fix-hwdb-paths.patch

  The directory we want seems to already be included in the list. Is there
  a reason why we want to restrict it further?

- 0010-build-don-t-create-statedir-and-don-t-touch-prefixdi.patch

  This patch has little to do with how the meson.build file looks now. The
  new patch 0017 is the successor to this one.

- 0015-pkg-config-derive-prefix-from-prefix.patch

  This is fixed upstream. We don't need this anymore.
2024-01-17 14:13:46 +01:00
nikstur
329de0f51e systemd: remove unused bindings 2024-01-17 14:12:41 +01:00
github-actions[bot]
4fe3cac67d
Merge staging-next into staging 2024-01-17 12:01:22 +00:00
K900
aa4baefc63 ksmbd-tools: install systemd unit 2024-01-17 14:32:00 +03:00
Mario Rodas
0ae697baf6
Merge pull request #281182 from trofi/pam-re-enable-lastlog
pam: re-enable `pam_lastlog` module
2024-01-17 05:23:46 -05:00
superherointj
7ec605930b
pkgsMusl.systemd: fix build (#281323)
PR #239201 broke systemd for musl.

To make the build actually work, #278994 [not available in master yet] is also required.

Fixes: https://github.com/NixOS/nixpkgs/issues/280738

Co-authored-by: @nesteroff @yu-re-ka
2024-01-17 08:55:31 +01:00
github-actions[bot]
e73431e32f
Merge staging-next into staging 2024-01-17 06:01:31 +00:00
Franz Pletz
340dbba30c
Merge pull request #281410 from amaxine/fwupd-efi-1.4 2024-01-17 02:45:00 +01:00
Franz Pletz
cec578e2b4
Merge pull request #280781 from Atemu/update/xanmod 2024-01-17 01:06:55 +01:00
github-actions[bot]
84325112d5
Merge staging-next into staging 2024-01-17 00:02:43 +00:00
Maxine Aubrey
065e614cde
fwupd-efi: 1.3 → 1.4 2024-01-16 23:32:41 +01:00
Nick Cao
5df0c94c5e
Merge pull request #281365 from Kiskae/nvidia/535.154.05
linuxPackages.nvidiaPackages.production: 535.146.02 -> 535.154.05
2024-01-16 15:20:25 -05:00
K900
c8c617e473
Merge pull request #280939 from arthsmn/plymouth
plymouth: 23.360.11 -> 24.004.60
2024-01-16 22:46:24 +03:00
github-actions[bot]
fe8b51eed0
Merge staging-next into staging 2024-01-16 18:01:37 +00:00
Kiskae
732296bb50 linuxPackages.nvidiaPackages.production: 535.146.02 -> 535.154.05 2024-01-16 18:22:15 +01:00
Janne Heß
bd4233863c
Merge pull request #280415 from r-ryantm/auto-update/freeipa
freeipa: 4.11.0 -> 4.11.1
2024-01-16 17:58:07 +01:00
Nick Cao
b1d33fb030
Merge pull request #281254 from NickCao/mingetty-cross
mingetty: fix cross compilation
2024-01-16 10:47:42 -05:00
Alyssa Ross
b0209635c0 linux_4_19: 4.19.304 -> 4.19.305 2024-01-16 15:25:01 +01:00
Alyssa Ross
34b2bea9f7 linux_5_4: 5.4.266 -> 5.4.267 2024-01-16 15:25:01 +01:00
Alyssa Ross
8140229b0b linux_5_10: 5.10.207 -> 5.10.208 2024-01-16 15:25:01 +01:00
Alyssa Ross
98c3e64d96 linux_5_15: 5.15.146 -> 5.15.147 2024-01-16 15:25:01 +01:00
Alyssa Ross
2a0eb31361 linux_6_1: 6.1.72 -> 6.1.73 2024-01-16 15:25:01 +01:00
Alyssa Ross
4c7712d2f5 linux_6_6: 6.6.11 -> 6.6.12 2024-01-16 15:25:01 +01:00
Sandro
39ff478c11
Merge pull request #280040 from Luflosi/update/linuxPackages.apfs
linuxPackages.apfs: 0.3.5 -> 0.3.6
2024-01-16 13:03:28 +01:00
github-actions[bot]
7e5906aca4
Merge staging-next into staging 2024-01-16 12:01:24 +00:00
Sergei Trofimovich
6c28096c16 shadow: 4.14.2 -> 4.14.3
Changes: https://github.com/shadow-maint/shadow/releases/tag/4.14.3
2024-01-16 12:01:16 +00:00
K900
41a9a7f170
Merge pull request #281190 from K900/linux-firmware-20240115
linux-firmware: 20231211 -> 20240115
2024-01-16 10:47:47 +03:00
github-actions[bot]
4c8ce132ff
Merge staging-next into staging 2024-01-16 06:01:25 +00:00
Nick Cao
50b6412a31
mingetty: fix cross compilation 2024-01-15 20:40:53 -05:00
Nick Cao
ecf6d73f87
nss_ldap: fix cross compilation 2024-01-15 20:38:57 -05:00
K900
479ba708b0 linux-firmware: 20231211 -> 20240115 2024-01-15 20:48:46 +03:00
Otavio Salvador
79ca6f5e30 linuxPackages.rtl88x2bu: unstable-2023-09-24 -> unstable-2023-11-29
Includes:

,----
| cd2b6cb update docs
| e81b14f Merge pull request #193 from misha4gps/main
| f262b80 added support for rhel8.9
| f632e68 update docs
| c7fd4eb Merge pull request #192 from misha4gps/main
| dcc8870 added support for rhel9.3
| 305a912 cleanup support for kernel 6.7
| 3345192 flags for gcc-13
| 157e7a0 repair support for kernel 6.7
| 27684ce repair support for kernel 6.7
| fa31f05 support kernel 6.7
| 05b1288 update docs and scripts
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2024-01-15 14:35:27 -03:00
Sergei Trofimovich
0a599528c7 pam: re-enable pam_lastlog module
Without the chnage login fails at least in VM tests as:

    $ nix build --no-link -f. gjs.tests -L
    ...
    vm-test-run-gjs> machine # [    6.331514] lightdm[1069]: PAM unable to dlopen(/nix/store/9p9ya5n7zi0smc3fb95ck2yvjma26dn5-linux-pam-1.5.3/lib/security/pam_lastlog.so): /nix/store/9p9ya5n7zi0smc3fb95ck2yvjma26dn5-linux-pam-1.5.3/lib/security/pam_lastlog.so: cannot open shared object file: No such file or directory
    vm-test-run-gjs> machine # [    6.332529] lightdm[1069]: PAM adding faulty module: /nix/store/9p9ya5n7zi0smc3fb95ck2yvjma26dn5-linux-pam-1.5.3/lib/security/pam_lastlog.so
2024-01-15 17:27:16 +00:00
Emil Thorsoe
cd5fd58b72 trace-cmd: search path properly when running commands 2024-01-15 15:46:37 +02:00
github-actions[bot]
ed73852825
Merge staging-next into staging 2024-01-15 12:01:27 +00:00
Arnout Engelen
c3e128f3c0
Merge pull request #259168 from SuperSandro2000/zd1211
zd1211: only copy firmware files according to readme, update license
2024-01-15 11:54:13 +01:00
Thiago Kenji Okada
6987e9935b
Merge pull request #281056 from JerrySM64/update-linux-zen
linuxKernel.kernels.linux_zen: 6.7-zen2 -> 6.7-zen3
2024-01-15 08:12:58 +00:00
Jerry Starke
9350f6fa5a linuxKernel.kernels.linux_zen: 6.7-zen2 -> 6.7-zen3 2024-01-15 03:51:13 +01:00
github-actions[bot]
a1c9a26c5c
Merge staging-next into staging 2024-01-15 00:02:42 +00:00
Robert Hensing
8be52599b7 nixos-rebuild: Prefer the module lib when available
pkgs.lib and lib need not match, so prefer the one that the modules get.

For example:

```nix
nix-repl> :lf nixpkgs
nix-repl> (lib.nixosSystem { modules = [ ({ lib, ... }: assert lib?nixosSystem; { nixpkgs.hostPlatform = "x86_64-linux"; }) ]; }).pkgs.lib?nixosSystem
false
```

The code is backwards compatible, for the case where you evaluate a
config whose nixpkgs doesn't have the preceding commit yet.
2024-01-15 00:28:36 +01:00
Bernardo Meurer
3ea621c7ff
Merge pull request #268280 from peat-psuwit/for-upstream/upgrade-linux-rpi 2024-01-14 15:34:19 -05:00
github-actions[bot]
c040ffb531
Merge staging-next into staging 2024-01-14 18:01:21 +00:00
arthsmn
9e817011de
plymouth: 23.360.11 -> 24.004.60 2024-01-14 14:57:27 -03:00
Franz Pletz
6c08fe3ccf
Merge pull request #269080 from Stunkymonkey/fabricmanager-deprecate-phases 2024-01-14 18:40:14 +01:00
Paul Meyer
02bac9a1a5 lxc: remove unreferenced db2x patch
Reference was removed in https://github.com/NixOS/nixpkgs/pull/277160
2024-01-14 15:03:47 +01:00
Muhammad Falak R Wani
e467119a15 iwd: 2.12 -> 2.13
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-01-14 16:34:14 +05:30
github-actions[bot]
c9743f0e5c
Merge staging-next into staging 2024-01-14 06:01:18 +00:00
Robert Hensing
c8c3c5854e nixos-rebuild: Avoid empty command
"${a[@]}" => ok
"${foo:+a[@]}" => empty string when length is 0
2024-01-14 04:03:25 +01:00
Robert Hensing
472dfb3888 nixos-rebuild: Add tty only to "sudo-able" commands for target
This solves again the problem solved by 09fd207cb8.

To quote:

> We always want to use `ssh -t` to force PTY allocation as there may be
> interactive SSH prompts like trusting unknown hosts.

However, the creation of a pseudoterminal causes the remote stdout and stderr
to point to the same tty, resulting in a single stream in the ssh client,
which breaks other usages of ssh, such as `--build-host`.

Hence, this commit only sets the flag for invocations that need it -
or would need it if sudo were disabled. That should help with development
and gives a somewhat more consistent user experience.
2024-01-14 01:14:33 +01:00
Robert Hensing
99d3e0c168 Revert "nixos-rebuild: fix entering sudo password over SSH"
This reverts commit 09fd207cb8.

It caused a regression when using `--build-host` and flakes.
See https://github.com/NixOS/nixpkgs/pull/277642#issuecomment-1890783714
2024-01-14 00:48:53 +01:00
Atemu
1c6483b6a6 linux_xanmod_latest: 6.6.9 -> 6.6.10 2024-01-13 19:09:21 +01:00
Atemu
894f4b73c0 linux_xanmod: 6.1.70 -> 6.1.72 2024-01-13 19:09:21 +01:00
github-actions[bot]
e59c8549eb
Merge staging-next into staging 2024-01-13 18:01:22 +00:00
Robert Hensing
221ad6d7ff
Merge pull request #277642 from Enzime/fix/nixos-rebuild-remote-sudo
nixos-rebuild: fix issues when using `--target-host`
2024-01-13 18:52:57 +01:00
Ryan Lahfa
32ccbe0927
Merge pull request #272029 from blitz/rust-for-linux
In-kernel Rust on Linux (Optional) (2nd Attempt)
2024-01-13 16:51:00 +01:00
Nick Cao
06eb8be5bd
Merge pull request #280625 from r-ryantm/auto-update/power-calibrate
power-calibrate: 0.01.34 -> 0.01.35
2024-01-13 10:32:43 -05:00
Nick Cao
80ea70fa67
Merge pull request #280630 from r-ryantm/auto-update/powerstat
powerstat: 0.04.01 -> 0.04.02
2024-01-13 10:30:50 -05:00
Nick Cao
5b8af9662e
Merge pull request #280593 from r-ryantm/auto-update/fnotifystat
fnotifystat: 0.02.10 -> 0.02.11
2024-01-13 10:22:17 -05:00
Nick Cao
f630fe86ae
Merge pull request #280598 from r-ryantm/auto-update/forkstat
forkstat: 0.03.01 -> 0.03.02
2024-01-13 10:21:41 -05:00
Nick Cao
e7a9276d46
Merge pull request #280613 from r-ryantm/auto-update/health-check
health-check: 0.03.11 -> 0.03.12
2024-01-13 10:19:05 -05:00
maxine
d6760d8798
Merge pull request #277321 from atorres1985-contrib/bluez_staging
bluez: 5.70 -> 5.71
2024-01-13 15:24:25 +01:00
Thiago Kenji Okada
85cbb44a83
Merge pull request #280656 from JerrySM64/update-linux-zen
linuxKernel.kernels.linux_zen: 6.7-zen1 -> 6.7-zen2 ; linuxKernel.kernels.linux_lqx: 6.6.10-lqx1 -> 6.6.11-lqx1
2024-01-13 12:52:07 +00:00
github-actions[bot]
7ef72f4898
Merge staging-next into staging 2024-01-13 12:01:29 +00:00
Alyssa Ross
3d673c9b54 linux/hardened/patches/6.6: 6.6.10-hardened1 -> 6.6.11-hardened1 2024-01-13 11:10:59 +01:00
Alyssa Ross
51372c01b3 linux_5_10: 5.10.206 -> 5.10.207 2024-01-13 11:10:59 +01:00
Jerry Starke
5ff3603f6e linuxKernel.kernels.linux_lqx: 6.6.10-lqx1 -> 6.6.11-lqx1 2024-01-13 04:56:10 +01:00
Jerry Starke
563d2c4dec linuxKernel.kernels.linux_zen: 6.7-zen1 -> 6.7-zen2 2024-01-13 04:45:09 +01:00
R. Ryantm
62df22f0fa powerstat: 0.04.01 -> 0.04.02 2024-01-13 01:20:05 +00:00
R. Ryantm
117c0d2838 power-calibrate: 0.01.34 -> 0.01.35 2024-01-13 00:48:37 +00:00
github-actions[bot]
0640293480
Merge staging-next into staging 2024-01-13 00:02:57 +00:00
R. Ryantm
6945b5b1ac health-check: 0.03.11 -> 0.03.12 2024-01-12 23:19:28 +00:00
Mario Rodas
c10e321f02
Merge pull request #280307 from trofi/libtraceevent-update
libtraceevent: 1.8.1 -> 1.8.2
2024-01-12 17:57:02 -05:00
R. Ryantm
82f5f01ab8 forkstat: 0.03.01 -> 0.03.02 2024-01-12 22:07:09 +00:00
R. Ryantm
ed93fc351a fnotifystat: 0.02.10 -> 0.02.11 2024-01-12 21:44:13 +00:00
maxine
3ca3105511
Merge pull request #280512 from r-ryantm/auto-update/sssd
sssd: 2.9.3 -> 2.9.4
2024-01-12 20:44:39 +01:00
Julian Stecklina
5fca7feab9
rust-out-of-tree-module: init
Adding this as an example and test whether the Rust support in the
Linux kernel works.
2024-01-12 20:29:04 +01:00
Yureka
8a5f6594da
linux_latest: optionally build Linux 6.7 and onwards with rust support
With the current patching situation around enabling Linux to build
with whatever rustc/bindgen version we have in nixpkgs, it feels like
supporting a Rust-by-default build at this time is not fully
justified.

Co-authored-by: Julian Stecklina <julian.stecklina@cyberus-technology.de>
2024-01-12 20:28:46 +01:00
Ryan Lahfa
e947a837d7
Merge pull request #254845 from phlip9/update-sgx-2.21
sgx-sdk: 2.16 -> 2.21
2024-01-12 20:06:07 +01:00
Ryan Lahfa
f65e5ea479
Merge pull request #279368 from ibbem/reenable-rfkill-input
linux/kernel/common-config: Reenable the rfkill-input module
2024-01-12 19:33:22 +01:00
github-actions[bot]
975362b0c3
Merge staging-next into staging 2024-01-12 18:01:25 +00:00
Nick Cao
95b0bf9490
Merge pull request #280346 from r-ryantm/auto-update/smemstat
smemstat: 0.02.12 -> 0.02.13
2024-01-12 11:31:41 -05:00
R. Ryantm
ea42333590 sssd: 2.9.3 -> 2.9.4 2024-01-12 14:29:42 +00:00
R. Ryantm
fff8a31770 sasutils: 0.4.0 -> 0.5.0 2024-01-12 08:13:07 +00:00
R. Ryantm
9716216a1f freeipa: 4.11.0 -> 4.11.1 2024-01-12 04:39:34 +00:00
R. Ryantm
49e1912998 smemstat: 0.02.12 -> 0.02.13 2024-01-11 20:39:05 +00:00
Sergei Trofimovich
6396c42413 libtraceevent: 1.8.1 -> 1.8.2 2024-01-11 16:23:00 +00:00
github-actions[bot]
aeb47665cf
Merge staging-next into staging 2024-01-11 12:01:43 +00:00
github-actions[bot]
5ee7600250
Merge master into staging-next 2024-01-11 12:01:18 +00:00
Tungsten842
211f1033b7 linux: enable CONFIG_RTC_HCTOSYS 2024-01-11 10:54:23 +01:00
Alyssa Ross
1d6f702f95 linux: set CONFIG_X86_GENERIC
> This is really intended for distributors who need more generic
> optimizations.

Apparently it's expected that as a generic distribution, we set this,
and if we had we wouldn't have been affected by the recent 32-bit x86
Xen breakage[1][2]:

> In normal distro kernels, CONFIG_X86_GENERIC is enabled

[1]: https://lore.kernel.org/lkml/20231204084722.3789473-1-arnd@kernel.org/
[2]: 096639c548 ("linux: drop XEN on 32-bit")
2024-01-11 10:53:47 +01:00
Alyssa Ross
98c8fa3761 linux/hardened/patches/6.6: 6.6.8-hardened1 -> 6.6.10-hardened1 2024-01-11 10:53:15 +01:00
Alyssa Ross
a1095e514a linux/hardened/patches/6.1: 6.1.69-hardened1 -> 6.1.72-hardened1 2024-01-11 10:53:15 +01:00
Alyssa Ross
655a948f96 linux/hardened/patches/5.4: 5.4.265-hardened1 -> 5.4.266-hardened1 2024-01-11 10:53:15 +01:00
Alyssa Ross
1f15189d40 linux/hardened/patches/5.15: 5.15.145-hardened1 -> 5.15.146-hardened1 2024-01-11 10:53:15 +01:00
Alyssa Ross
20f916fd77 linux/hardened/patches/5.10: 5.10.205-hardened1 -> 5.10.206-hardened1 2024-01-11 10:53:15 +01:00
Alyssa Ross
551742e78c linux/hardened/patches/4.19: 4.19.303-hardened1 -> 4.19.304-hardened1 2024-01-11 10:53:15 +01:00
Alyssa Ross
c45f8f4822 linux_6_1: 6.1.71 -> 6.1.72 2024-01-11 10:53:15 +01:00
Alyssa Ross
ff15120f51 linux_6_6: 6.6.10 -> 6.6.11 2024-01-11 10:53:15 +01:00
github-actions[bot]
8959daafec
Merge staging-next into staging 2024-01-10 18:01:44 +00:00
github-actions[bot]
769e5f5d37
Merge master into staging-next 2024-01-10 18:01:17 +00:00
Weijia Wang
0b9c8af0d9
Merge pull request #280002 from trofi/amdgpu-pro-libffi-pin
linuxPackages.amdgpu-pro: use `libffi_3_3`, not an override
2024-01-10 18:56:15 +01:00
Nick Cao
1ce8b9a996
Merge pull request #279726 from r-ryantm/auto-update/nvme-cli
nvme-cli: 2.7 -> 2.7.1
2024-01-10 10:49:08 -05:00
Martin Weinelt
10b01dcc89
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
-	pkgs/development/python-modules/types-setuptools/default.nix
2024-01-10 16:09:52 +01:00
Sergei Trofimovich
b6063571b1 linuxPackages.amdgpu-pro: use libffi_3_3, not an override
Without the change `amdgpu-pro` tried to build `libffi-3.3` with patches
for `libffi-3.4` and failed as:

    patching file include/ffi_common.h
    Hunk #1 succeeded at 103 with fuzz 2 (offset -25 lines).
    can't find file to patch at input line 36

THe change uses `libffi_3_3` instead.

Closes: https://github.com/NixOS/nixpkgs/issues/279955
2024-01-10 09:40:12 +00:00
Jerry Starke
45de3ec158 linuxKernel.kernels.linux_zen: 6.6.10-zen1 -> 6.7-zen1 2024-01-10 02:42:23 +01:00
github-actions[bot]
4d7f750978
Merge staging-next into staging 2024-01-10 00:02:52 +00:00
github-actions[bot]
122355be99
Merge master into staging-next 2024-01-10 00:02:18 +00:00
Luflosi
9c70148416
linuxPackages.apfs: 0.3.5 -> 0.3.6
https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.6
2024-01-10 00:51:41 +01:00