Commit Graph

29150 Commits

Author SHA1 Message Date
github-actions[bot]
b42890bf68
Merge master into staging-next 2024-09-27 06:04:49 +00:00
Weijia Wang
b28ca15d5d
bartender: 5.1.2 -> 5.1.5 (#342965) 2024-09-27 02:22:34 +02:00
Kiskae
a3340a9a8c linuxPackages.nvidiaPackages.vulkan_beta: 550.40.71 -> 550.40.75 2024-09-27 00:03:07 +02:00
github-actions[bot]
a3340e0fbf
Merge master into staging-next 2024-09-26 06:04:51 +00:00
Masum Reza
0eed89c88e
linuxPackages.rtl8188eus-aircrack: support kernels 6.8-6.11 (#340622) 2024-09-26 11:03:17 +05:30
Franz Pletz
b7085bde2e
linuxPackages.nvidiaPackages.production: 550.107.02 -> 550.120 (#344524) 2024-09-26 04:29:07 +02:00
Franz Pletz
841f166ff9
linuxPackages.nvidiaPackages.latest.open: fix for linux 6.11
Fixes framebuffer support in Linux 6.11.

Fixes #343774, #323396.
2024-09-26 01:55:03 +02:00
Kiskae
4aa2d486e1 linuxPackages.nvidiaPackages.production: 550.107.02 -> 550.120 2024-09-25 22:40:56 +02:00
K900
a9128ce2f2 Merge remote-tracking branch 'origin/master' into staging-next 2024-09-25 21:07:19 +03:00
Artturin
88a3127a60 apparmor: fix invalid reference when withPython=false 2024-09-25 19:50:10 +03:00
Fabián Heredia Montiel
f148ad6e22
lksctp-tools: change hash after retag (#344326) 2024-09-24 23:37:30 -06:00
Artturin
f0e657f3b1 Merge branch 'master' into staging-next 2024-09-25 06:05:01 +03:00
Fabián Heredia Montiel
3e84f7c96c lksctp-tools: change hash after retag
Reference: https://github.com/sctp/lksctp-tools/issues/62

Didn't review difference between the content
2024-09-24 17:30:45 -06:00
Nick Cao
dbd97393f2
raspberrypifw: 1.20240902 -> 1.20240924 (#344258) 2024-09-24 18:06:47 -04:00
Artturin
63fa53d97c treewide: reformat files which need reformatting after
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
github-actions[bot]
9108a87017
Merge master into staging-next 2024-09-24 18:04:41 +00:00
R. Ryantm
52208da9ab raspberrypifw: 1.20240902 -> 1.20240924 2024-09-24 17:39:49 +00:00
Fabián Heredia Montiel
9b19ba7d5c
linux_xanmod, linux_xanmod_latest: 2024-09-18 (#343115) 2024-09-24 08:28:32 -06:00
github-actions[bot]
6ef8ec38ed
Merge staging-next into staging 2024-09-24 12:05:42 +00:00
github-actions[bot]
bcd5388d39
Merge master into staging-next 2024-09-24 12:05:12 +00:00
K900
4e854488ec
linuxPackages.nvidia_x11: install libraries with correct sonames (#343706) 2024-09-24 14:32:51 +03:00
nix-julia
74ebc7b5b7
linuxPackages.rtl8188eus: support kernels 6.8-6.11
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2024-09-24 15:29:05 +05:30
github-actions[bot]
cacde17803
Merge staging-next into staging 2024-09-24 00:14:39 +00:00
github-actions[bot]
ffeea32b7f
Merge master into staging-next 2024-09-24 00:14:15 +00:00
Audrey Dutcher
b2f439596d freebsd.mkDerivation: use stdenvNoLibs instead of stdenvNoLibc to avoid compiler-rt 2024-09-23 16:59:49 -07:00
Fabián Heredia Montiel
705453c225
lksctp-tools: 1.0.19 -> 1.0.20 (#334477) 2024-09-23 15:32:21 -06:00
Fabián Heredia Montiel
904a34e89b
linux/hardened/patches/6.9: remove 2024-09-23 18:51:34 +02:00
Fabián Heredia Montiel
57a558e46d
linux/hardened/patches/6.8: remove 2024-09-23 18:51:34 +02:00
Fabián Heredia Montiel
f0e642ad8b
linux/hardened/patches/4.19: remove 2024-09-23 18:51:33 +02:00
Fabián Heredia Montiel
6a510f8518
linux: drop EOLed kernels from kernels-org.json 2024-09-23 18:51:33 +02:00
Fabián Heredia Montiel
e930509d18
linux/hardened/patches/6.6: 6.6.32-hardened1 -> v6.6.51-hardened1 2024-09-23 18:51:33 +02:00
Fabián Heredia Montiel
1f403d3a06
linux/hardened/patches/6.10: init at v6.10.10-hardened1 2024-09-23 18:51:32 +02:00
Fabián Heredia Montiel
2794012a3e
linux/hardened/patches/6.1: 6.1.92-hardened1 -> v6.1.110-hardened1 2024-09-23 18:51:32 +02:00
Fabián Heredia Montiel
6178bdf029
linux/hardened/patches/5.4: 5.4.277-hardened1 -> v5.4.284-hardened1 2024-09-23 18:51:32 +02:00
Fabián Heredia Montiel
fec646af8d
linux/hardened/patches/5.15: 5.15.160-hardened1 -> v5.15.167-hardened1 2024-09-23 18:51:31 +02:00
Fabián Heredia Montiel
ad3ec7bd3d
linux/hardened/patches/5.10: 5.10.218-hardened1 -> v5.10.226-hardened1 2024-09-23 18:51:31 +02:00
Fabián Heredia Montiel
60623de0b3
linux/hardened: fix update script
Due to releases now including a v (and before didn't) hardened hasn't
been updated since May 2024 (4 months ago)
2024-09-23 18:51:31 +02:00
Fabián Heredia Montiel
9b2a506736 Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:

- pkgs/tools/package-management/nix/default.nix
2024-09-22 13:45:27 -06:00
Masum Reza
ee518294d1
linuxPackages.perf: fix path to dmesg (#258027) 2024-09-22 23:29:52 +05:30
K900
6663591207 linuxPackages.nvidia_x11: install libraries with correct sonames
Use the real soname from the library to determine where to link it,
and use a symlink structure that does not make ldconfig explode.
2024-09-22 20:29:49 +03:00
Maximilian Bosch
179b6bce21
Merge: linux_4_19: drop (#343283) 2024-09-22 16:46:54 +02:00
Jörg Thalheim
7d751654ec
Merge branch 'master' into staging-next 2024-09-22 15:51:19 +02:00
Aleksana
c95f168b8f
nfs-utils: fix LDAP support (#342130) 2024-09-22 21:42:04 +08:00
github-actions[bot]
6bb2408295
Merge master into staging-next 2024-09-22 12:05:17 +00:00
Sergei Trofimovich
95c13a1dc1 pax-utils: 1.3.7 -> 1.3.8 2024-09-22 11:33:46 +01:00
Sandro Jäckel
e12175e3e1
linuxPackages.perf: fix path to dmesg 2024-09-22 15:28:51 +05:30
Masum Reza
40cbfbbdf1
linuxPackages.rtw88: 0-unstable-2024-07-27 -> 0-unstable-2024-08-22 (#342583) 2024-09-22 15:19:34 +05:30
Fabián Heredia Montiel
9b2b1f82b8 linux: cleanup common-config after 4.19 drop 2024-09-21 19:11:50 -06:00
Fabián Heredia Montiel
777c1bc861 linux_4_19: drop since it will reach EOL within NixOS 24.11 2024-09-21 19:11:50 -06:00
github-actions[bot]
f2c1ad7ad5
Merge master into staging-next 2024-09-21 18:03:54 +00:00
Nick Cao
d0f8f54135
raycast: 1.82.5 -> 1.83.1 (#343249) 2024-09-21 08:59:45 -04:00
github-actions[bot]
d3ae261fc3
Merge master into staging-next 2024-09-21 12:05:16 +00:00
lassulus
c40b4ad40b
pcm: 202405 -> 202409 (#342543) 2024-09-21 11:25:05 +02:00
Alyssa Ross
697ece4455
musl: 1.2.3 -> 1.2.5
This release fixes the implementation of strverscmp(), so the libtasn1
patch that negates the test can now be removed.
2024-09-20 18:46:25 +02:00
github-actions[bot]
33e2cbc61f
Merge staging-next into staging 2024-09-20 12:05:56 +00:00
DontEatOreo
b98d61bfe8
raycast: 1.82.5 -> 1.83.1
Changelog: https://www.raycast.com/changelog/1-83-0
2024-09-20 14:39:28 +03:00
Alyssa Ross
3a0c099ef4 kexec-tools: enable parallel building
Tested at -j20.
2024-09-20 09:35:20 +02:00
K900
685d691da1
nixos/tools: start cleanup (#343075) 2024-09-20 10:08:12 +03:00
github-actions[bot]
ed37db52bd
Merge staging-next into staging 2024-09-20 06:05:57 +00:00
K900
d8a54461fc Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-20 07:27:56 +03:00
Peder Bergebakken Sundt
8224ad87b0
xone: fix kernel 6.11 compatibility (#342528) 2024-09-20 03:53:52 +02:00
Raroh73
ff4117b690
xone: fix kernel 6.11 compatibility 2024-09-19 22:46:33 +02:00
Shawn8901
a371dc4593 linux_xanmod_latest: 6.9.10 -> 6.9.10 2024-09-19 22:09:50 +02:00
Shawn8901
a4eb2ac49f linux_xanmod: 6.6.51 -> 6.6.52 2024-09-19 22:05:41 +02:00
codgician
59070b8044
linuxPackages_latest.prl-tools: 20.0.0-55653 -> 20.0.1-55659 2024-09-20 02:12:04 +08:00
codgician
b146aff9d2
linuxPackages_latest.prl-tools: add update script 2024-09-20 02:11:34 +08:00
K900
1bf0ffb22e nixos-rebuild: inline get-version-suffix script
It has no other consumers anyway. Also saves some work.
2024-09-19 20:05:58 +03:00
github-actions[bot]
1f0ce6a4e5
Merge staging-next into staging 2024-09-19 12:05:50 +00:00
Jörg Thalheim
4f91815a07
freebsd: Fix obscure c++98 interaction used by gbenchmark (#335454) 2024-09-19 14:00:59 +02:00
K900
f0297c4e52
deviceTree.applyOverlays: rewrite in Python/libfdt (#341883) 2024-09-19 09:32:26 +03:00
github-actions[bot]
44c701d84e
Merge staging-next into staging 2024-09-19 06:05:13 +00:00
Dimitar Nestorov
ac7e26a5db
bartender: 5.1.2 -> 5.1.5 2024-09-19 08:36:02 +03:00
Masum Reza
6e39a7fbc0
linuxPackages_latest.nct6687d: 0-unstable-2024-02-23 -> 0-unstable-2024-09-02 (#342830) 2024-09-19 09:52:46 +05:30
Ryan Hendrickson
7a0531c4dd
ryzenadj: 0.15.0 -> 0.16.0 (#342936) 2024-09-19 00:08:29 -04:00
K900
5a7a587ad7
Kernel updates for 2024-09-18 (#342859) 2024-09-19 05:54:44 +03:00
R. Ryantm
141a5a56c6 ryzenadj: 0.15.0 -> 0.16.0 2024-09-19 02:41:40 +00:00
github-actions[bot]
f8ad48a5a2
Merge staging-next into staging 2024-09-19 00:14:04 +00:00
Fabián Heredia Montiel
d0b8a0b815
linux_xanmod, linux_xanmod_latest: 2024-09-13 (#342029) 2024-09-18 16:03:25 -06:00
Fabián Heredia Montiel
8edb205b42
linuxPackages.apfs: 0.3.10 -> 0.3.11 (#342555) 2024-09-18 15:38:10 -06:00
K900
a2787576bb linux_6_1: 6.1.110 -> 6.1.111 2024-09-18 21:14:57 +03:00
K900
9bb5c9ae1b linux_6_6: 6.6.51 -> 6.6.52 2024-09-18 21:14:48 +03:00
K900
ccdb30bc27 linux_6_10: 6.10.10 -> 6.10.11 2024-09-18 21:14:13 +03:00
github-actions[bot]
71d46fbcdf
Merge staging-next into staging 2024-09-18 18:04:48 +00:00
John Titor
f8a752fa37
linuxPackages_latest.nct6687d: 0-unstable-2024-02-23 -> 0-unstable-2024-09-02 2024-09-18 21:33:15 +05:30
rnhmjoj
a065b80b90
wpa_supplicant: add patch to fix ext_passwords_file bug
This fixes inconsistent behaviour in ext_passwords_file that makes
impossible to input passphrases containing certain characters.

Closes #342140
2024-09-18 16:06:17 +02:00
Adam C. Stephens
7f206b648b
zfs: deprecate latestCompatibleLinuxPackages (#341596) 2024-09-18 10:01:00 -04:00
github-actions[bot]
81d645b6a9
Merge staging-next into staging 2024-09-18 06:05:20 +00:00
Franz Pletz
421ef9a289
Migrate packages to pkgs/by-name, format with nixfmt-rfc-style (#342625) 2024-09-18 06:32:28 +02:00
Anthony ROUSSEL
417bc18feb adcli: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-17 22:02:49 +02:00
Anthony ROUSSEL
1246e83b48 powertop: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-17 22:02:49 +02:00
Alois Wohlschlager
cba9ec8bc8
linuxPackages.rtw88: 0-unstable-2024-07-27 -> 0-unstable-2024-08-22
Changes: 610e04fc38...764a1ee307
Notably, this fixes the build against Linux 6.11.
2024-09-17 18:57:57 +02:00
R. Ryantm
2d314787f4 intel-compute-runtime: 24.31.30508.7 -> 24.35.30872.22 2024-09-17 16:24:57 +00:00
nicoo
8af38be358 netbsd: sha256hash 2024-09-17 15:00:28 +00:00
R. Ryantm
7ff0f59a9b pcm: 202405 -> 202409 2024-09-17 13:31:02 +00:00
Adam Stephens
2dbc1128b3
zfs: deprecate latestCompatibleLinuxPackages
Using zfs.latestCompatibleLinuxPackages can result in downgrades to the kernel on a system, potentially causing breakage.
This breakage may not be apparent during build and switch, but only after attempting to reboot into the updated generation.
By forcing users to explicitly manage their kernel version, we can ensure that the breakage will be apparent at build time instead.
2024-09-17 08:57:38 -04:00
Luflosi
82cda379bb
linuxPackages.apfs: 0.3.10 -> 0.3.11
https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.11
2024-09-17 14:32:44 +02:00
K900
b24e9a53ca Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-17 09:07:34 +03:00
Aleksana
a2cad4db0b
treewide: migrate packages to by-name (#341412) 2024-09-17 11:17:16 +08:00
github-actions[bot]
1eb2a0e2d5
Merge staging-next into staging 2024-09-16 18:04:57 +00:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
Paul Meyer
18ecb38afd
fscryptctl: 1.0.0 -> 1.2.0 (#338344) 2024-09-16 15:17:26 +02:00
Alyssa Ross
98d8c29972 iproute2: apply patch for musl 1.2.5 2024-09-16 13:21:15 +02:00
Alyssa Ross
259cc0548e iproute2: fix building for musl with GCC 14 2024-09-16 13:21:15 +02:00
gaykitty
f388ebdb19
framework-laptop-kmod: 0-unstable-2024-01-02 -> 0-unstable-2024-09-15
add updateScript
2024-09-16 15:45:48 +05:30
github-actions[bot]
7aea2e99a8
Merge staging-next into staging 2024-09-16 00:14:57 +00:00
K900
eea86b8dec
linux_6_11: init at 6.11 (#342117) 2024-09-15 22:47:33 +03:00
arcnmx
a6a8bdf09c nfs-utils: optional LDAP support 2024-09-15 12:19:55 -07:00
K900
4e54a5a38a linuxPackages_6_11.perf: fix build 2024-09-15 21:14:52 +03:00
github-actions[bot]
952947bdf8
Merge staging-next into staging 2024-09-15 18:04:54 +00:00
K900
5fc58c6b7a linux_6_11: init at 6.11 2024-09-15 21:04:07 +03:00
Fabián Heredia Montiel
f72ed27f57
tcp_wrappers: 7.6.q-26 -> 7.6.q-33 (#342074) 2024-09-15 11:53:50 -06:00
R. Ryantm
a6d156bb3a linuxHeaders: 6.9 -> 6.10 2024-09-15 18:30:00 +02:00
Alyssa Ross
df3df617f0 libselinux: 3.6 -> 3.7 2024-09-15 16:19:29 +02:00
Alyssa Ross
68652a1fa9
tcp_wrappers: 7.6.q-26 -> 7.6.q-33
Fixes building with GCC 14.

postPatch is no longer necessary to avoid a build failure on musl.
2024-09-15 15:41:45 +02:00
Alyssa Ross
fc402c2ab8 systemd: fix building for musl with GCC 14 2024-09-15 14:56:51 +02:00
Alyssa Ross
0acc58ad63 util-linux: backport patch for musl 1.2.5 2024-09-15 14:29:14 +02:00
Alyssa Ross
f8cc30d102 libapparmor: backport patch for musl 1.2.5 2024-09-15 14:28:07 +02:00
Alyssa Ross
0d10cf9832 kexec-tools: 2.0.28 -> 2.0.29 2024-09-15 14:27:13 +02:00
github-actions[bot]
84a5c54b60
Merge staging-next into staging 2024-09-15 12:05:26 +00:00
Shawn8901
14dec03c87 linux_xanmod_latest: 6.10.9 -> 6.10.10 2024-09-15 11:46:24 +02:00
Shawn8901
cf71c1dfcd linux_xanmod: 6.6.50 -> 6.6.51 2024-09-15 11:43:27 +02:00
Aleksana
2e436c17b4
universal-pidff: init at 0.0.6 (#334445) 2024-09-15 16:34:05 +08:00
Sergei Trofimovich
14eeeb307c libapparmor: 4.0.1 -> 4.0.3
Changes: https://gitlab.com/apparmor/apparmor/-/compare/v4.0.1...v4.0.3?from_project_id=4484878&straight=false
2024-09-15 10:25:36 +02:00
dane
246c4d4fd9 universal-pidff: init at 0.0.6
Co-authored-by: DaRacci <me@racci.dev>
2024-09-15 15:09:08 +08:00
K900
5567f3ace5 deviceTree.applyOverlays: rewrite in Python/libfdt
Pros:
- code you can actually read
- compatible strings handled properly
- no shelling out to what's essentially test tools

Cons:
- Python
2024-09-15 06:46:01 +03:00
Fabián Heredia Montiel
7e9eb4ba45
Revert "libselinux: fix build with musl (#119472)" (#341764) 2024-09-14 12:06:54 -06:00
Alyssa Ross
98b8a9369b libcap: remove attr dependency
libcap hasn't used attr since commit 85f38a5 ("Drop use of libattr for
our trivial use case of kernel API.").

Because it was propagated, we have to be careful about packages that
depended on it indirectly.  To mitigate this, I've tested building
every direct dependency of libcap.  The only one I found that was
missing an attr dependency of its own was bfs.
2024-09-14 11:43:51 +02:00
Alyssa Ross
b8cccde6f7
Revert "libselinux: fix build with musl (#119472)"
This reverts commit fc141a889d.

Whatever build failure required this hack is no longer occurring, and
not inculding unistd.h had the side effect of turning a lot of
function calls into implicit declarations, which is now a hard error
with GCC 14.
2024-09-14 09:35:55 +02:00
github-actions[bot]
6c321f0183
Merge staging-next into staging 2024-09-14 06:04:58 +00:00
Peder Bergebakken Sundt
0ac9e3f7d5
linuxptp: 4.3 -> 4.4 (#341483) 2024-09-14 04:12:57 +02:00
github-actions[bot]
5c9c7359c3
Merge staging-next into staging 2024-09-14 00:13:49 +00:00
Fabián Heredia Montiel
ad1e85cdd5
raycast: 1.82.0 -> 1.82.5 (#341395) 2024-09-13 12:36:10 -06:00
github-actions[bot]
2616bf59e4
Merge staging-next into staging 2024-09-13 12:05:50 +00:00
Weijia Wang
2982749864
fwts: 24.03.00 -> 24.07.00 (#331211) 2024-09-13 11:54:07 +02:00
Weijia Wang
7cd6534e42
linuxPackages_latest.prl-tools: 19.4.1-54985 -> 20.0.0-55653 (#341283) 2024-09-13 11:50:54 +02:00
Fabián Heredia Montiel
c6c8ab1d56
systemd: 256.4 -> 256.6 (#341209) 2024-09-12 18:29:55 -06:00
github-actions[bot]
34de158a5f
Merge staging-next into staging 2024-09-13 00:13:45 +00:00
Weijia Wang
23bbb5fe47
ell: 0.67 -> 0.68, iwd: 2.19 -> 2.20 (#339183) 2024-09-13 02:07:47 +02:00
Nick Cao
fa02ca14c1
linux_xanmod, linux_xanmod_latest: 2024-09-08 (#340912) 2024-09-12 19:08:51 -04:00
Weijia Wang
fcfa995838
checkpolicy: 3.6 -> 3.7 (#332230) 2024-09-12 22:48:45 +02:00
Markus Kowalewski
15461c9aef
linuxptp: 4.3 -> 4.4 2024-09-12 20:20:04 +02:00
github-actions[bot]
83e85079ff
Merge staging-next into staging 2024-09-12 18:04:48 +00:00
K900
e05f91dc7b linux_latest-libre: 19624 -> 19631 2024-09-12 19:09:14 +03:00
K900
a4821155b8 linux_4_19: 4.19.321 -> 4.19.322 2024-09-12 19:08:53 +03:00
K900
8c909c6cf3 linux_5_4: 5.4.283 -> 5.4.284 2024-09-12 19:08:50 +03:00
K900
1677ac8d2d linux_5_10: 5.10.225 -> 5.10.226 2024-09-12 19:08:48 +03:00
K900
ab9afc141c linux_5_15: 5.15.166 -> 5.15.167 2024-09-12 19:08:45 +03:00
K900
2f9ebbe922 linux_6_1: 6.1.109 -> 6.1.110 2024-09-12 19:08:42 +03:00
K900
9be115990e linux_6_6: 6.6.50 -> 6.6.51 2024-09-12 19:08:38 +03:00
K900
9082362fda linux_6_10: 6.10.9 -> 6.10.10 2024-09-12 19:08:35 +03:00
K900
7689b6f5dd linux_testing: 6.11-rc6 -> 6.11-rc7 2024-09-12 19:08:32 +03:00
Eli Kogan-Wang
617a1a6e57 nixos-rebuild.sh: pass flags to nix-copy-closure whenever possible 2024-09-12 17:01:07 +02:00
DontEatOreo
7a5f33c57f
raycast: 1.82.0 -> 1.82.5 2024-09-12 17:45:54 +03:00
github-actions[bot]
9aa2846ef6
Merge staging-next into staging 2024-09-12 12:05:54 +00:00
Jörg Thalheim
0b520ff66e
apparmor: expand dependencies (#341183) 2024-09-12 13:03:31 +02:00
codgician
0f319902bb
linuxPackages_latest.prl-tools: 19.4.1-54985 -> 20.0.0-55653 2024-09-12 15:02:06 +08:00
Philip Taron
d1d2419804
treewide: support structuredAttrs in setup hooks (part 3) (#340592) 2024-09-11 12:45:10 -07:00
Ryan Omasta
160e68227e
linuxKernel.kernels.linux_zen: 6.10.7-zen1 -> 6.10.9-zen1; linuxKernel.kernels.linux_lqx: 6.10.6-lqx1 -> 6.10.9-lqx1 2024-09-11 12:12:08 -06:00
Jared Baur
5cd6d4ec03
systemd: 256.4 -> 256.6 2024-09-11 08:19:42 -07:00
Ganga Ram
246624ddf2 apparmorRulesFromClosure: include more directories
Signed-off-by: Ganga Ram <Ganga.Ram@tii.ae>
2024-09-11 15:09:37 +04:00
github-actions[bot]
e8bf28cd05
Merge staging-next into staging 2024-09-10 18:06:21 +00:00
Alyssa Ross
a89244a391 keyutils: backport .pc file for static builds 2024-09-10 17:32:25 +02:00
Sandro
2c041531f9
libnl: 3.8.0 -> 3.10.0 (#331018) 2024-09-10 17:23:26 +02:00
Adam C. Stephens
d174eca1fa
linux: remove unneeded and misleading passthru.isVanilla (#340806) 2024-09-10 10:53:39 -04:00
Mathias Zhang
7f5b5f2eba
linux_xanmod_latest: 6.10.7 -> 6.10.9 2024-09-10 10:35:58 +08:00
Mathias Zhang
55f090dee0
linux_xanmod: 6.6.48 -> 6.6.50 2024-09-10 10:13:23 +08:00
github-actions[bot]
b4c8dad507
Merge staging-next into staging 2024-09-10 00:13:45 +00:00
github-actions[bot]
6811659137
Merge master into staging-next 2024-09-10 00:13:21 +00:00
Weijia Wang
cf1efe5c1f
xsos: 0.7.19 -> 0.7.33 (#336104) 2024-09-09 22:43:59 +02:00
github-actions[bot]
8cfce50366
Merge staging-next into staging 2024-09-09 14:31:43 +00:00
github-actions[bot]
f3e8528ff7
Merge master into staging-next 2024-09-09 14:31:17 +00:00
Andrew Marshall
abc759221f linux: remove unneeded and misleading passthru.isVanilla
This was added for use by ZFS, but it turned out that `pname == "linux"`
is sufficient enough and has better coverage since many of our Linux
variants do not have an existing `passthru.isX`, and instead are
identifiable by a different pname.
2024-09-09 10:24:41 -04:00
K900
20b6eda372 linux-firmware: 20240811 -> 20240909 2024-09-09 15:53:18 +03:00
Dimitar Nestorov
cd76dbde70
bartender: 5.1.1 -> 5.1.2 2024-09-09 08:25:13 +03:00
Wolfgang Walther
202bfa48fd
freebsd: support structuredAttrs in setup hook
Couldn't test this, because freebsd.compat is failing with unrelated
errors for me.
2024-09-08 22:11:10 +02:00
Wolfgang Walther
9e836fddfe
openbsd: support structuredAttrs in setup hook
Tested openbsd.lorder with and without __structuredAttrs.
2024-09-08 22:11:10 +02:00
Wolfgang Walther
c3470fdfb7
netbsd: support structuredAttrs in setup hook
Tested netbsd.lorder with and without __structuredAttrs.
2024-09-08 22:11:10 +02:00
Wolfgang Walther
88a44bc843
bsd: shellcheck setup hook 2024-09-08 22:11:10 +02:00
Wolfgang Walther
c0e250354a
bsd: support structuredAttrs in setup hook
Tested netbsd.compat with and without structuredAttrs.
2024-09-08 22:11:10 +02:00
Wolfgang Walther
01126ae1e7
netbsd: use env. to pass RENAME environment variable
This is required to test netbsd.compat with structuredAttrs turned on
once the setup hooks support it.
2024-09-08 22:11:10 +02:00
github-actions[bot]
5725a1eed6
Merge staging-next into staging 2024-09-08 18:04:33 +00:00
github-actions[bot]
3b1652aad3
Merge master into staging-next 2024-09-08 18:04:04 +00:00
K900
e6b0cd5682 linux-rt_6_6: 6.6.48-rt40 -> 6.6.49-rt41 2024-09-08 17:34:58 +03:00
K900
88925f5a72 linux-rt_6_1: 6.1.107-rt39 -> 6.1.108-rt40 2024-09-08 17:34:18 +03:00
K900
53cffbe502 linux-rt_5_10: 5.10.223-rt115 -> 5.10.224-rt116 2024-09-08 17:33:55 +03:00
K900
bd33e4993c linux_6_1: 6.1.108 -> 6.1.109 2024-09-08 17:33:12 +03:00
K900
6c4a7440e3 linux_6_6: 6.6.49 -> 6.6.50 2024-09-08 17:33:07 +03:00
K900
7dfbfd4e0d linux_6_10: 6.10.8 -> 6.10.9 2024-09-08 17:32:46 +03:00
Nick Cao
13f904f2b1
sof-firmware: 2024.03 -> 2024.06 (#328215) 2024-09-08 09:41:47 -04:00
github-actions[bot]
14cae7d650
Merge staging-next into staging 2024-09-08 12:05:15 +00:00
github-actions[bot]
3eeaa2e678
Merge master into staging-next 2024-09-08 12:04:49 +00:00
Someone
f03439c94e
dcgm: 3.2.5 -> 3.3.5, etc. (#292459) 2024-09-08 11:17:40 +00:00
Alyssa Ross
808d4738b9 shadow: disable libbsd when unavailable
libbsd is not supported on all architectures, e.g. microblaze.
2024-09-08 08:32:07 +02:00
github-actions[bot]
6dfa6f38c7
Merge staging-next into staging 2024-09-08 06:04:48 +00:00
github-actions[bot]
69276ad883
Merge master into staging-next 2024-09-08 06:04:18 +00:00
Aleksana
d66e752306
shortcat: 0.11.0 -> 0.11.4 (#336075) 2024-09-08 09:50:57 +08:00
github-actions[bot]
da9c4b605a
Merge staging-next into staging 2024-09-08 00:15:06 +00:00
github-actions[bot]
0a9bd58ae0
Merge master into staging-next 2024-09-08 00:14:41 +00:00
Felix Singer
e6a1365cae iucode-tool: Move package file into by-name structure
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-09-07 22:56:04 +02:00