Commit Graph

26623 Commits

Author SHA1 Message Date
Pol Dellaiera
54c52cb276
Merge pull request #294334 from ShamrockLee/sourceroot-fix
treewide: fix hard-coded `sourceRoot` prefix for `fetchgit`-based `src`
2024-03-11 16:50:57 +01:00
K900
882ac2ebbb
Merge pull request #294916 from K900/linux-6.8
Linux 6.8
2024-03-11 17:53:19 +03:00
github-actions[bot]
339816cfdf
Merge staging-next into staging 2024-03-11 12:01:42 +00:00
Sandro
1cd15abf75
Merge pull request #263992 from MakiseKurisu/ch9344-2.0 2024-03-11 12:08:06 +01:00
a-n-n-a-l-e-e
ce789e7e35
llvmPackages_{12,13,14,15,16,17,git}.{libcxx,libcxxabi}: merge libcxxabi into libcxx (#292043)
- merge libcxxabi into libcxx for LLVM 12, 13, 14, 15, 16, 17, and git.
- remove the link time workaround `-lc++ -lc++abi` from 58 packages as it is no longer required.
- fixes https://github.com/NixOS/nixpkgs/issues/166205
- provides alternative fixes for. https://github.com/NixOS/nixpkgs/issues/269548 https://github.com/NixOS/nix/issues/9640
- pkgsCross.x86_64-freebsd builds work again

This change can be represented in 3 stages
1. merge libcxxabi into libcxx -- files: pkgs/development/compilers/llvm/[12, git]/{libcxx, libcxxabi}
2. update stdenv to account for merge -- files: stdenv.{adapters, cc.wrapper, darwin}
3. remove all references to libcxxabi outside of llvm (about 58 packages modified)

### merging libcxxabi into libcxx
- take the union of the libcxxabi and libcxx cmake flags
- eliminate the libcxx-headers-only package - it was only needed to break libcxx <-> libcxxabi circular dependency
- libcxx.cxxabi is removed. external cxxabi (freebsd) will symlink headers / libs into libcxx.
- darwin will re-export the libcxxabi symbols into libcxx so linking `-lc++` is sufficient.
- linux/freebsd `libc++.so` is a linker script `LINK(libc++.so.1, -lc++abi)` making `-lc++` sufficient.
- libcxx/default.nix [12, 17] are identical except for patches and `LIBCXX_ADDITIONAL_LIBRARIES` (only used in 16+)
- git/libcxx/defaul.nix  does not link with -nostdlib when useLLVM is true so flag is removed. this is not much different than before as libcxxabi used -nostdlib where libcxx did not, so libc was linked in anyway.

### stdenv changes
- darwin bootstrap, remove references to libcxxabi and cxxabi
- cc-wrapper: remove c++ link workaround when libcxx.cxxabi doesn't exist (still exists for LLVM pre 12)
- adapter: update overrideLibcxx to account for a pkgs.stdenv that only has libcxx

### 58 package updates
- remove `NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}` as no longer needed
- swift, nodejs_v8 remove libcxxabi references in the clang override

https://github.com/NixOS/nixpkgs/pull/292043
2024-03-11 03:53:37 -07:00
Thiago Kenji Okada
1e735102aa
Merge pull request #294914 from JerrySM64/update-kernels
linuxKernel.kernels.linux_zen: 6.7.9-zen1 -> 6.8-zen1
2024-03-11 10:43:21 +00:00
Jörg Thalheim
c317ecd14f
Merge pull request #293688 from Mic92/sysdig
sysdig: 0.35.1 -> 0.35.3
2024-03-11 08:53:36 +01:00
K900
a512cf4642 kernel/common-config: enable NVK by default when available 2024-03-11 08:57:19 +03:00
Jerry Starke
09df456c6d linuxKernel.kernels.linux_zen: 6.7.9-zen1 -> 6.8-zen1 2024-03-11 06:49:45 +01:00
K900
dd01167b67 linux_6_8: init at 6.8 2024-03-11 08:33:50 +03:00
github-actions[bot]
e5f37c0e88
Merge staging-next into staging 2024-03-11 00:02:46 +00:00
Weijia Wang
025535bf43
Merge pull request #291078 from r-ryantm/auto-update/linuxKernel.packages.linux_6_7_hardened.r8125
linuxKernel.packages.linux_6_7_hardened.r8125: 9.011.01 -> 9.012.03
2024-03-11 00:02:47 +01:00
David Guibert
0d0289f698
Merge pull request #278071 from uninsane/pr-conky-wayland-cross
conky: enable Wayland support and cross compilation
2024-03-10 21:41:37 +01:00
Weijia Wang
63bb2546cd
Merge pull request #294701 from cafkafk/usbutils-main-program-and-maintainer
usbutils: add mainProgram, adopt as maintainer
2024-03-10 21:17:14 +01:00
Atemu
d40e866b1f
Merge pull request #294272 from zzzsyyy/update/xanmod
linux_xanmod, linux_xanmod_latest: 2024-03-06
2024-03-10 19:04:55 +00:00
github-actions[bot]
43d40d2ee7
Merge staging-next into staging 2024-03-10 18:01:43 +00:00
Florian Klink
d78077d533
Merge pull request #294508 from skeuchel/riscv-systemd
systemd: fix build on riscv64 and ppc64
2024-03-10 16:13:09 +02:00
Steven Keuchel
51a023952a
systemd: fix build on riscv64 and ppc64 2024-03-10 15:08:09 +01:00
Christina Sørensen
8a2e1cf288
usbutils: add maintaner cafkafk
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-03-10 11:33:06 +01:00
Christina Sørensen
5e99688cfa
usbutils: add meta.mainProgram = lsusb
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-03-10 11:32:32 +01:00
github-actions[bot]
973ef4b818
Merge staging-next into staging 2024-03-10 06:01:30 +00:00
Will Fancher
f592a7ea77
Merge pull request #293720 from vkleen/fix/systemd-boot-random-seed
nixos/systemd: Only include systemd-boot-random-seed if the unit exists
2024-03-09 21:01:35 -05:00
maxine
fad858be75
Merge pull request #294365 from trofi/iwd-update
iwd: 2.15 -> 2.16
2024-03-09 09:48:45 +00:00
github-actions[bot]
c3cf93646a
Merge staging-next into staging 2024-03-09 00:02:40 +00:00
Yueh-Shun Li
91b3db1309 treewide: fix sourceRoot for fetchgit-based src
According to Nixpkgs manual[1] and NixOS 23.11 Release Note[2], the
`sourceRoot` attribute passed to `stdenv.mkDerivation` should be
specified as `"${src.name}"` or `"${src.name}/subdir"` when `src` is
produced using `fetchgit`-based fetchers.

`sourceRoot = "source"` or `sourceRoot = "source/subdir"` is based on
the assumption that the `name` attribute of these pre-unpacked fetchers
are always `"source"`, which is not the case. Expecting constant `name`
also makes the source FODs prone to irrelevent hashes during version
bumps.

[1]: https://nixos.org/manual/nixpkgs/unstable/#var-stdenv-sourceRoot
[2]: https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11
2024-03-09 07:53:25 +08:00
Sergei Trofimovich
67f2757e09 iwd: 2.15 -> 2.16
Changes: https://git.kernel.org/pub/scm/network/wireless/iwd.git/commit/?id=8bb3e3c4fa5c2beb852d9e433f6865131234197c
2024-03-08 22:32:47 +00:00
R. Ryantm
5d00ebc6b4 xf86_input_wacom: 1.2.0 -> 1.2.1 2024-03-08 19:57:25 +00:00
Nick Cao
ae57bfa1e0
Merge pull request #294313 from Kiskae/nvidia/550.40.55
linuxPackages.nvidiaPackages.vulkan_beta: 550.40.53 -> 550.40.55
2024-03-08 13:37:50 -05:00
github-actions[bot]
c05ba82277
Merge staging-next into staging 2024-03-08 18:01:49 +00:00
Thiago Kenji Okada
97c798f9d2
Merge pull request #294300 from JerrySM64/update-kernels
linuxKernel.kernels.linux_zen: 6.7.7-zen1 -> 6.7.9-zen1 ; linuxKernel.kernels.linux_lqx: 6.7.6-lqx1 -> 6.7.9-lqx1
2024-03-08 17:58:58 +00:00
Kiskae
93aafcf1fb linuxPackages.nvidiaPackages.vulkan_beta: 550.40.53 -> 550.40.55 2024-03-08 18:11:40 +01:00
Pol Dellaiera
129adc97c5
Merge pull request #267890 from vifino/vmware-workstation-17.5.0
vmware-workstation: 17.0.2 -> 17.5.1
2024-03-08 17:15:26 +01:00
Jerry Starke
2876de8991 linuxKernel.kernels.linux_lqx: 6.7.6-lqx1 -> 6.7.9-lqx1 2024-03-08 17:12:22 +01:00
Jerry Starke
349d8e0c5c linuxKernel.kernels.linux_zen: 6.7.7-zen1 -> 6.7.9-zen1 2024-03-08 17:05:13 +01:00
Mario Rodas
d2429ffaa8
Merge pull request #287051 from trofi/ocf-resource-agents-fix-meta
ocf-resource-agents: fix `pos` attribute to define source location
2024-03-08 09:02:42 -05:00
Mario Rodas
9796436281
Merge pull request #293515 from r-ryantm/auto-update/hwdata
hwdata: 0.379 -> 0.380
2024-03-08 08:40:47 -05:00
zzzsyyy
0fe4a93085
linux_xanmod_latest: 6.7.7 -> 6.7.9 2024-03-08 20:38:51 +08:00
zzzsyyy
b4953044d8
linux_xanmod: 6.6.19 -> 6.6.21 2024-03-08 20:12:31 +08:00
github-actions[bot]
1d176721c2
Merge staging-next into staging 2024-03-08 12:01:49 +00:00
Vladimír Čunát
335c734226
Merge #292500: staging-next 2024-03-01 2024-03-08 12:35:06 +01:00
Mario Rodas
091bad09ee
Merge pull request #294154 from r-ryantm/auto-update/bpftrace
bpftrace: 0.20.1 -> 0.20.2
2024-03-08 05:21:56 -05:00
Weijia Wang
e65193c59a
Merge pull request #293276 from r-ryantm/auto-update/sof-firmware
sof-firmware: 2023.12 -> 2023.12.1
2024-03-08 10:50:38 +01:00
Viktor Kleen
0aed32b9dd
nixos/systemd: Only include systemd-boot-random-seed if the unit exists
The unit file is only present if systemd was built with bootloader support.
2024-03-08 08:52:11 +00:00
K900
e74a4b1527 kernel/common-config: disable NFSD_V2_ACL on 6.1
Upstream disabled NFSD_V2 entirely, so disable this also.
2024-03-08 10:42:02 +03:00
R. Ryantm
adbeb2ce16 bpftrace: 0.20.1 -> 0.20.2 2024-03-08 00:30:23 +00:00
R. Ryantm
6cc231f5e3 mmc-utils: unstable-2023-10-10 -> unstable-2024-03-07 2024-03-07 22:29:50 +00:00
github-actions[bot]
f5a9b8ecda
Merge staging-next into staging 2024-03-07 18:01:21 +00:00
github-actions[bot]
b9f10d0e3e
Merge master into staging-next 2024-03-07 18:00:55 +00:00
Martin Weinelt
1371fe6327
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/servers/home-assistant/default.nix
2024-03-07 17:12:13 +01:00
Weijia Wang
11bc4ce466
Merge pull request #291066 from r-ryantm/auto-update/linuxKernel.packages.linux_5_10_hardened.akvcam
linuxKernel.packages.linux_5_10_hardened.akvcam: 1.2.4 -> 1.2.5
2024-03-07 17:01:46 +01:00
Nick Cao
4c7fe7c75f
Merge pull request #293900 from r-ryantm/auto-update/powerstat
powerstat: 0.04.02 -> 0.04.03
2024-03-07 09:47:16 -05:00
github-actions[bot]
446e5710f3
Merge staging-next into staging 2024-03-07 12:01:50 +00:00
github-actions[bot]
590e65a7b3
Merge master into staging-next 2024-03-07 12:01:24 +00:00
Weijia Wang
3f255580ef
Merge pull request #285057 from r-ryantm/auto-update/mdevctl
mdevctl: 1.2.0 -> 1.3.0
2024-03-07 11:37:24 +01:00
Adrian Pistol
358d5987b1 linuxPackages.vmware: workstation-17.0.2-2023-09-29 -> workstation-17.5.1-unstable-2024-01-12 2024-03-07 08:54:29 +01:00
R. Ryantm
34774c4cc6 powerstat: 0.04.02 -> 0.04.03 2024-03-07 00:26:40 +00:00
github-actions[bot]
8d0048d3b4
Merge staging-next into staging 2024-03-06 18:01:46 +00:00
github-actions[bot]
8a8a630460
Merge master into staging-next 2024-03-06 18:01:19 +00:00
K900
c5276cf83a linux_latest-libre: 19491 -> 19500 2024-03-06 19:57:09 +03:00
K900
c4638703d9 linux-rt_6_6: 6.6.18-rt23 -> 6.6.20-rt25 2024-03-06 19:56:52 +03:00
K900
eb660207fd linux-rt_6_1: 6.1.79-rt25 -> 6.1.80-rt26 2024-03-06 19:56:30 +03:00
K900
4bfac08e22 linux-rt_5_10: 5.10.209-rt101 -> 5.10.210-rt102 2024-03-06 19:55:56 +03:00
K900
b3ba24a927 linux_4_19: 4.19.308 -> 4.19.309 2024-03-06 19:54:51 +03:00
K900
343cf9d8ee linux_5_4: 5.4.270 -> 5.4.271 2024-03-06 19:54:48 +03:00
K900
99dc44b711 linux_5_10: 5.10.211 -> 5.10.212 2024-03-06 19:54:45 +03:00
K900
69fbff78ec linux_5_15: 5.15.150 -> 5.15.151 2024-03-06 19:54:42 +03:00
K900
b6b0db72b4 linux_6_1: 6.1.80 -> 6.1.81 2024-03-06 19:54:39 +03:00
K900
9d7dff997d linux_6_6: 6.6.19 -> 6.6.21 2024-03-06 19:41:51 +03:00
K900
f67e2c07a9 linux_6_7: 6.7.7 -> 6.7.9 2024-03-06 19:34:45 +03:00
K900
56051fbe04 linux_testing: 6.8-rc6 -> 6.8-rc7 2024-03-06 19:24:54 +03:00
Jörg Thalheim
1937f7859f sysdig: 0.35.1 -> 0.35.3
Diff: https://github.com/draios/sysdig/compare/0.35.1...0.35.3
2024-03-06 08:31:31 +01:00
Nick Cao
680f48eaef
uhk-agent: 4.0.1 -> 4.0.2
Diff: https://github.com/UltimateHackingKeyboard/agent/compare/v4.0.1...v4.0.2
2024-03-05 22:37:17 -05:00
github-actions[bot]
b5be23cc08
Merge staging-next into staging 2024-03-06 00:02:47 +00:00
github-actions[bot]
8660ec23c7
Merge master into staging-next 2024-03-06 00:02:17 +00:00
Sandro
5be8bfc535
Merge pull request #289901 from afh/update-bartender
bartender: 4.2.21 -> 5.0.49
2024-03-05 21:30:15 +01:00
Sandro
f6aa357aea
Merge pull request #291049 from agbrooks/supplicant_mesh
wpa_supplicant: enable 802.11s mesh networking
2024-03-05 20:57:22 +01:00
github-actions[bot]
9c0a3e4166
Merge staging-next into staging 2024-03-05 18:01:51 +00:00
github-actions[bot]
ac779b472e
Merge master into staging-next 2024-03-05 18:01:25 +00:00
R. Ryantm
49a77003ae hwdata: 0.379 -> 0.380 2024-03-05 14:41:53 +00:00
github-actions[bot]
a51832837a
Merge staging-next into staging 2024-03-04 18:01:24 +00:00
github-actions[bot]
fe2479b166
Merge master into staging-next 2024-03-04 18:00:55 +00:00
Nick Cao
2db7219679
uhk-agent: 4.0.0 -> 4.0.1
Diff: https://github.com/UltimateHackingKeyboard/agent/compare/v4.0.0...v4.0.1
2024-03-04 11:25:52 -05:00
R. Ryantm
b16ae5ef82 sof-firmware: 2023.12 -> 2023.12.1 2024-03-04 15:03:00 +00:00
ajs124
cee1856335 lvm2: add myself as maintainer 2024-03-04 14:39:01 +01:00
github-actions[bot]
7e5216523f
Merge staging-next into staging 2024-03-04 06:11:00 +00:00
github-actions[bot]
1a3380fec6
Merge master into staging-next 2024-03-04 06:10:33 +00:00
Nick Cao
300f3732c5
Merge pull request #293101 from Kiskae/nvidia-shuffle
linuxPackages.nvidiaPackages.{production,latest}: amend branches
2024-03-03 21:23:17 -05:00
R. Ryantm
29b9c32b4c psmisc: 23.6 -> 23.7 2024-03-04 00:20:14 +00:00
github-actions[bot]
0f6563337b
Merge staging-next into staging 2024-03-04 00:02:51 +00:00
github-actions[bot]
7869e723ac
Merge master into staging-next 2024-03-04 00:02:16 +00:00
Kiskae
532386f31c linuxPackages.nvidiaPackages.latest: 545.29.06 -> 550.54.14 2024-03-03 23:05:28 +01:00
Kiskae
437e82a37a Revert "linuxPackages.nvidiaPackages.production: 535.154.05 -> 550.54.14"
This reverts commit 6c0e4698f0.
2024-03-03 23:04:26 +01:00
Atemu
a737059da8
Merge pull request #292763 from zzzsyyy/update/xanmod
linux_xanmod, linux_xanmod_latest: 2024-03-01
2024-03-03 21:33:43 +00:00
Guillaume Girol
b07dc8997c
Merge pull request #289786 from raspher/iomelt
iomelt: fix broken urls, reformat
2024-03-03 21:23:18 +01:00
raspher
7a651af136 iomelt: fix broken urls, reformat 2024-03-03 19:57:40 +01:00
github-actions[bot]
c2f4e2ddeb
Merge staging-next into staging 2024-03-03 18:01:34 +00:00
github-actions[bot]
3d632fe115
Merge master into staging-next 2024-03-03 18:01:09 +00:00
Guillaume Girol
eebbe8c550
Merge pull request #292192 from fpletz/pkgs/policycoreutils-3.6
policycoreutils: 3.3 -> 3.6
2024-03-03 16:37:03 +01:00
Mario Rodas
b3fcb7edab
Merge pull request #292986 from trofi/shadow-update
shadow: 4.14.5 -> 4.14.6
2024-03-03 07:45:36 -05:00
Sergei Trofimovich
0c3c0fee1f shadow: 4.14.5 -> 4.14.6
Changes: https://github.com/shadow-maint/shadow/releases/tag/4.14.6
2024-03-03 10:06:30 +00:00
github-actions[bot]
594bac4b1a
Merge staging-next into staging 2024-03-03 06:01:26 +00:00
github-actions[bot]
6a2985393f
Merge master into staging-next 2024-03-03 06:00:58 +00:00
maxine
29d66de6f5
Merge pull request #289989 from amaxine/bolt-0.9.7 2024-03-03 01:16:06 +00:00
github-actions[bot]
a720a52d78
Merge staging-next into staging 2024-03-03 00:02:50 +00:00
github-actions[bot]
26d76ed9a5
Merge master into staging-next 2024-03-03 00:02:18 +00:00
Pol Dellaiera
8739e44a26
Merge pull request #253352 from yamashitax/add-sensible-side-buttons
sensible-side-buttons: init at 1.0.6
2024-03-02 23:39:20 +01:00
Weijia Wang
f5c6f98bde
Merge pull request #292767 from wegank/7zz-unpack-cleanup
treewide: remove unpackCmd involving 7zz
2024-03-02 19:13:44 +01:00
maxine
4208fbd039
Merge pull request #292251 from r-ryantm/auto-update/ell
ell: 0.62 -> 0.63
2024-03-02 15:57:13 +00:00
Maxine Aubrey
944472c645
iwd: 2.14 → 2.15 2024-03-02 16:54:01 +01:00
github-actions[bot]
4180b69d71
Merge staging-next into staging 2024-03-02 12:01:54 +00:00
github-actions[bot]
f51807feea
Merge master into staging-next 2024-03-02 12:01:28 +00:00
Maciej Krüger
7c956a4c1f
Merge pull request #292768 from trofi/lxcfs.tests-fix-incus-ref
lxcfs.tests: update `incus.container` reference
2024-03-02 12:15:54 +01:00
Weijia Wang
7d15e810d7 treewide: remove unpackCmd involving 7zz 2024-03-02 12:11:34 +01:00
Sergei Trofimovich
99798d69dd lxcfs.tests: update incus.container reference
Without the change the test build attempt fails the evaluation as:

    $nix build --no-link -f. lxcfs.tests
       error: attribute 'container' missing

       at pkgs/os-specific/linux/lxcfs/default.nix:64:23:

           63|   passthru.tests = {
           64|     incus-container = nixosTests.incus.container;
             |                       ^

This started happening after `container` test was split in two in
c607e70f70 "nixosTests.incus: add test with old and new init".
2024-03-02 11:05:48 +00:00
Maciej Krüger
99b0b9a3c2
Merge pull request #292762 from trofi/lxc.tests-fix-inus-ref
lxc.tests: update `incus.container` reference
2024-03-02 11:59:18 +01:00
zzzsyyy
e51dafeab9
linux_xanmod_latest: 6.7.6 -> 6.7.7 2024-03-02 18:57:45 +08:00
Thiago Kenji Okada
9e1efcbcb6
Merge pull request #292703 from JerrySM64/update-kernels
linuxKernel.kernels.linux_zen: 6.7.6-zen1 -> 6.7.7-zen1
2024-03-02 10:45:34 +00:00
zzzsyyy
30eefb2662
linux_xanmod: 6.6.18 -> 6.6.19 2024-03-02 18:38:04 +08:00
Sergei Trofimovich
936e0ed471 lxc.tests: update incus.container reference
Without the change the test build attempt fails the evaluation as:

    $ nix build --no-link -f. lxc.tests

       error: attribute 'container' missing

       at pkgs/os-specific/linux/lxc/default.nix:65:19:

           64|   passthru = {
           65|     tests.incus = nixosTests.incus.container;
             |                   ^

This started happening after `container` test was split in two in
c607e70f70 "nixosTests.incus: add test with old and new init".
2024-03-02 10:37:17 +00:00
zzzsyyy
a824572a72
remove winesync flag
winesync has been replaced by ntsync for better Wine performance
2024-03-02 18:32:30 +08:00
github-actions[bot]
9a49f37e07
Merge staging-next into staging 2024-03-02 06:01:23 +00:00
github-actions[bot]
9819563ca9
Merge master into staging-next 2024-03-02 06:00:53 +00:00
Mario Rodas
bae2669d32
Merge pull request #290874 from matthiasbeyer/update-tuxedo-keyboard
tuxedo-keyboard: 3.2.7 -> 3.2.14
2024-03-01 23:50:13 -05:00
annalee
a04ddbe327
Merge remote-tracking branch 'upstream/master' into sn-remove 2024-03-02 04:08:10 +00:00
Jerry Starke
f93cea01f2 linuxKernel.kernels.linux_zen: 6.7.6-zen1 -> 6.7.7-zen1 2024-03-02 04:55:11 +01:00
Nick Cao
65ab3a44b6
Merge pull request #292410 from Kiskae/nvidia/540.40.53
linuxPackages.nvidiaPackages.vulkan_beta: 535.43.28 -> 550.40.53
2024-03-01 14:06:51 -05:00
K900
8da5962221
Merge pull request #292573 from K900/kernels-20240301
Kernel updates for 2024-03-01
2024-03-01 18:50:11 +03:00
Nick Cao
494276224e
Merge pull request #292570 from r-ryantm/auto-update/intel-cmt-cat
intel-cmt-cat: 23.11 -> 23.11.1
2024-03-01 10:27:37 -05:00
Adam C. Stephens
b52452f8c7
Merge pull request #291951 from amarshall/zfs-pkgs-renaming
zfs: rename zfsStable -> zfs_2_2; zfsUnstable -> zfs_unstable; remove enableUnstable option in favor of package
2024-03-01 10:09:12 -05:00
K900
c60dafe6b7 linux-rt_6_6: 6.6.15-rt22 -> 6.6.18-rt23 2024-03-01 16:06:42 +03:00
K900
39f3ac14a4 linux-rt_6_1: 6.1.77-rt24 -> 6.1.79-rt25 2024-03-01 16:06:02 +03:00
K900
72f4920f2f linux_4_19: 4.19.307 -> 4.19.308 2024-03-01 16:05:01 +03:00
K900
01a3cfdf71 linux_5_4: 5.4.269 -> 5.4.270 2024-03-01 16:04:59 +03:00
K900
26856a40a8 linux_5_10: 5.10.210 -> 5.10.211 2024-03-01 16:04:56 +03:00
K900
3a05b894f6 linux_5_15: 5.15.149 -> 5.15.150 2024-03-01 16:04:53 +03:00
K900
dc81b2ea9e linux_6_1: 6.1.79 -> 6.1.80 2024-03-01 16:04:51 +03:00
K900
e5adec46da linux_6_6: 6.6.18 -> 6.6.19 2024-03-01 16:04:48 +03:00
K900
a190a93d59 linux_6_7: 6.7.6 -> 6.7.7 2024-03-01 16:04:45 +03:00
R. Ryantm
b9a5d3fab6 intel-cmt-cat: 23.11 -> 23.11.1 2024-03-01 12:58:54 +00:00
Sandro
88492aa144
Merge pull request #287471 from alyssais/libselinux-lfs64 2024-03-01 11:23:21 +01:00
github-actions[bot]
40db980292
Merge staging-next into staging 2024-03-01 06:01:45 +00:00
Ryan Lahfa
12d167f551
Merge pull request #292298 from oxalica/feat/linux-zoned
linux: enable CONFIG_BLK_DEV_ZONED
2024-03-01 03:07:05 +01:00
Kiskae
c3c42e1228 linuxPackages.nvidiaPackages.vulkan_beta: 535.43.28 -> 550.40.53 2024-02-29 22:04:30 +01:00
github-actions[bot]
c7d7e4a7a5
Merge staging-next into staging 2024-02-29 18:01:30 +00:00
Michael Raskin
9daae56550 reptyr: disable tests
Both use and testing require ptrace of non-child processes

Fixes: #292299
2024-02-29 15:35:25 +01:00
oxalica
8e61428bfd
linux: enable CONFIG_BLK_DEV_ZONED
This enables support for ZAC/ZBC/ZNS host-managed and host-aware zoned
block devices. It also enables zone features in various filesystems
including BTRFS and F2FS, and other relative subsystems like nvme and
virtio-blk.
2024-02-29 03:44:14 -05:00
Alexis Hildebrandt
4f41836712 bartender: 4.2.21 -> 5.0.49
Changelog: https://www.macbartender.com/Bartender5/release_notes
2024-02-29 09:14:38 +01:00
Martin Weinelt
65b31e498a Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/development/python-modules/influxdb/default.nix
- pkgs/development/tools/misc/binutils/default.nix
2024-02-29 07:19:15 +01:00
R. Ryantm
a9e9d60d94 ell: 0.62 -> 0.63 2024-02-29 05:41:23 +00:00
Franz Pletz
d28551252b
policycoreutils: 3.3 -> 3.6
Fix #292143.
2024-02-29 01:34:56 +01:00