Commit Graph

28996 Commits

Author SHA1 Message Date
Felix Singer
e9184559d1 microcodeAmd: Move package file into by-name structure
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-09-07 22:56:04 +02:00
Felix Singer
e8af0a82be microcode{Amd,Intel},iucode-tool: Format package files
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-09-07 22:56:04 +02:00
Felix Singer
e8c405cdd2 microcode{Amd,Intel}: Limit platforms to x86 Linux
These firmware blobs are only applicable on x86 hardware. It doesn't
make sense to package them for other architectures, e.g. aarch64. Thus,
limit them to x86 Linux.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-09-07 22:56:04 +02:00
Emily
61922738bb treewide: optimistically unpin FFmpeg 7 dependencies
Per the adjusted FFmpeg pinning advice, packages that work on the
default version should use the unversioned variants to ease the
migration to future versions and reduce the number of packages that
end up referencing old versions.

I have left HandBrake pinned as it builds a custom patched FFmpeg.
2024-09-07 20:31:41 +01:00
github-actions[bot]
5310eaa51e
Merge staging-next into staging 2024-09-07 18:04:28 +00:00
github-actions[bot]
5a5ebe5a1c
Merge master into staging-next 2024-09-07 18:04:01 +00:00
Artturin
9ae314d5c4
linuxPackages.nullfs: init at 0.17 (#339896) 2024-09-07 20:34:54 +03:00
github-actions[bot]
c35ab72937
Merge staging-next into staging 2024-09-07 12:05:25 +00:00
github-actions[bot]
de15243c9a
Merge master into staging-next 2024-09-07 12:04:51 +00:00
Aleksana
2cb8581d10
darwin.xcode: add 15.2, 15.3 and 15.4 (#313003) 2024-09-07 16:24:18 +08:00
Aleksana
42d5811352
microcode-intel: Add Felix Singer as maintainer (#337899) 2024-09-07 16:18:18 +08:00
github-actions[bot]
50da31693c
Merge staging-next into staging 2024-09-07 06:04:40 +00:00
github-actions[bot]
319af78438
Merge master into staging-next 2024-09-07 06:04:15 +00:00
Will Fancher
6ca18cee34
zfs: Fix samba freeform settings and 2.1 build (#340165) 2024-09-06 23:48:36 -04:00
github-actions[bot]
899adc3017
Merge staging-next into staging 2024-09-07 00:13:22 +00:00
github-actions[bot]
b6b2ac4f61
Merge master into staging-next 2024-09-07 00:12:59 +00:00
Felix Singer
bf34b9e432 microcode-intel: Add Felix Singer as maintainer
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-09-06 22:38:15 +02:00
Will Fancher
cf572e0f31 zfs: Fix bash completions with 2.1 2024-09-06 16:07:55 -04:00
Nick Cao
786930c879
raspberrypifw: 1.20240529 -> 1.20240902 (#339030) 2024-09-06 15:31:53 -04:00
John Ericson
f43cc75868
Clean up cross bootstrapping, take 2 (#321525) 2024-09-06 14:56:54 -04:00
Nick Cao
4fa78f34db
hwdata: 0.386 -> 0.387 (#340032) 2024-09-06 14:56:50 -04:00
github-actions[bot]
1fc7b4e48c
Merge staging-next into staging 2024-09-06 18:04:26 +00:00
github-actions[bot]
079813d5c4
Merge master into staging-next 2024-09-06 18:03:54 +00:00
Aleksana
de383830c4
nixos-rebuild: Fix repl with channels (#332705) 2024-09-06 23:07:25 +08:00
John Ericson
5f134ec6cf Clean up cross bootstrapping
For a long time, we've had `crossLibcStdenv`, `*Cross` libc attributes,
and `*bsdCross` pre-libc package sets. This was always bad because
having "cross" things is "not declarative": the naming doesn't reflect
what packages *need* but rather how we *provide* something. This is
ugly, and creates needless friction between cross and native building.

Now, almost all of these `*Cross` attributes are gone: just these are
kept:

- Glibc's and Musl's are kept, because those packages are widely used
  and I didn't want to risk changing the native builds of those at this
  time.

- generic `libcCross`, `theadsCross`, and friends, because these relate
  to the convolulted GCC bootstrap which still needs to be redone.

The BSD and obscure Linux or freestnanding libcs have conversely all
been made to use a new `stdenvNoLibc`, which is like the old
`crossLibcStdenv` except:

1. It usable for native and cross alike

2. It named according to what it *is* ("a standard environment without
   libc but with a C compiler"), rather than some non-compositional
   jargon ("the stdenv used for building libc when cross compiling",
   yuck).

I should have done this change long ago, but I was stymied because of
"infinite recursions". The problem was that in too many cases we are
overriding `stdenv` to *remove* things we don't need, and this risks
cyles since those more minimal stdenvs are used to build things in the
more maximal stdenvs.

The solution is to pass `stage.nix` `stdenvNoCC`, so we can override to
*build up* rather than *tear down*. For now, the full `stdenv` is also
passed, so I don't need to change the native bootstraps, but I can see
this changing as we make things more uniform and clean those up.

(adapted from commit 51f1ecaa59)
(adapted from commit 1743662e55)
2024-09-06 10:26:56 -04:00
github-actions[bot]
727c84916e
Merge staging-next into staging 2024-09-06 12:05:38 +00:00
github-actions[bot]
bd4b5a5be6
Merge master into staging-next 2024-09-06 12:05:08 +00:00
Sergei Trofimovich
6a2b44571d hwdata: 0.386 -> 0.387
Changes: https://github.com/vcrhonek/hwdata/releases/tag/v0.387
2024-09-06 09:59:02 +01:00
Kier Davis
3732e94603
maintainers: remove kierdavis 2024-09-06 07:01:02 +01:00
Callum Leslie
9838a041fb
linuxPackages.nullfs: init at 0.17 2024-09-05 21:30:50 +01:00
github-actions[bot]
d3523eddf0
Merge staging-next into staging 2024-09-05 12:05:59 +00:00
github-actions[bot]
37c947df6c
Merge master into staging-next 2024-09-05 12:05:31 +00:00
Adam C. Stephens
63aafed9dd
zfs_2_2: 2.2.5 -> 2.2.6 (#339696) 2024-09-05 07:42:32 -04:00
codgician
14efd10316
prl-tools: init Rosetta support (#334661)
prl-tools: install prlbinfmtconfig
2024-09-05 10:00:56 +02:00
Andrew Marshall
636134b8ed zfs_2_2: 2.2.5 -> 2.2.6
- This release brings official support for Kernel 6.10
- Also update zfs_unstable as it would otherwise lag behind
- Upstream now links `zpool` completion, so only do so on older zfs
  (since we still need to support 2.1.x)

Changelog: https://github.com/openzfs/zfs/releases/tag/zfs-2.2.6
2024-09-04 22:28:28 -04:00
github-actions[bot]
d76d809dd4
Merge staging-next into staging 2024-09-05 00:13:35 +00:00
github-actions[bot]
74cdd9c9b1
Merge master into staging-next 2024-09-05 00:13:11 +00:00
K900
44b3170e75
Kernel updates for 2024-09-04 (#339536) 2024-09-05 01:59:46 +03:00
Fabián Heredia Montiel
a99ac2f7be
libbpf: 1.4.5 -> 1.4.6 (#339413) 2024-09-04 14:40:52 -06:00
github-actions[bot]
30fb0f1a67
Merge staging-next into staging 2024-09-04 18:04:50 +00:00
github-actions[bot]
563bb0fbc2
Merge master into staging-next 2024-09-04 18:04:23 +00:00
DontEatOreo
b6b4f4044c
raycast: 1.81.2 -> 1.82.0
Changelog: https://www.raycast.com/changelog/1-82-0
2024-09-04 18:41:11 +03:00
Nick Cao
6977d263e9
hwdata: 0.385 -> 0.386 (#339352) 2024-09-04 09:08:59 -04:00
K900
661b7d8c12 linux_4_19: 4.19.320 -> 4.19.321 2024-09-04 15:56:45 +03:00
K900
9e7883060a linux_5_4: 5.4.282 -> 5.4.283 2024-09-04 15:56:43 +03:00
K900
8515cbc2fd linux_5_10: 5.10.224 -> 5.10.225 2024-09-04 15:56:40 +03:00
K900
3e5ef94029 linux_5_15: 5.15.165 -> 5.15.166 2024-09-04 15:56:35 +03:00
K900
d55d2b39c6 linux_6_1: 6.1.107 -> 6.1.108 2024-09-04 15:56:31 +03:00
K900
0afcd85cd7 linux_6_6: 6.6.48 -> 6.6.49 2024-09-04 15:56:27 +03:00
K900
987e8f6d67 linux_6_10: 6.10.7 -> 6.10.8 2024-09-04 15:56:21 +03:00
github-actions[bot]
d90699ae2f
Merge staging-next into staging 2024-09-04 06:05:29 +00:00
K900
23b4832da0 Merge remote-tracking branch 'origin/master' into staging-next 2024-09-04 08:53:48 +03:00
R. Ryantm
22813e9165 libbpf: 1.4.5 -> 1.4.6 2024-09-04 04:15:04 +00:00
R. Ryantm
3500e97c8e hwdata: 0.385 -> 0.386 2024-09-03 21:06:52 +00:00
Sandro
9155ee1f34
libtraceevent: 1.8.2 -> 1.8.3 (#329910) 2024-09-03 21:58:25 +02:00
Sandro
9672f8a700
libtracefs: 1.7.0 -> 1.8.1 + other updates (#332184) 2024-09-03 21:54:41 +02:00
Aleksana
973e135587
cpupower-gui: fix crash when freq is set (#337180) 2024-09-04 00:48:59 +08:00
Adam C. Stephens
0ed7df47b7
zfs: fix maybe getting wrong kernel in latestCompatibleLinuxPackages (#339238) 2024-09-03 11:36:20 -04:00
r-vdp
916f08fab3
power-profiles-daemon: move to pkgs/by-name 2024-09-03 15:03:00 +02:00
r-vdp
7d2350b795
power-profiles-daemon: reformat with nixfmt 2024-09-03 15:03:00 +02:00
Andrew Marshall
34e1748391 zfs: fix maybe getting wrong kernel in latestCompatibleLinuxPackages
E.g. might have gotten -rt, -xanmod, etc.
2024-09-03 08:18:28 -04:00
github-actions[bot]
20ce013c36
Merge staging-next into staging 2024-09-03 12:05:45 +00:00
github-actions[bot]
9b619f2f77
Merge master into staging-next 2024-09-03 12:05:18 +00:00
Sergei Trofimovich
e4bf5a79e9 ell: 0.67 -> 0.68, iwd: 2.19 -> 2.20
Changes:
- https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=0.68
- https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog?h=2.20
2024-09-03 07:00:13 +01:00
K900
2f4ad798e2 power-profiles-daemon: 0.21 -> 0.22
Diff: https://gitlab.freedesktop.org/upower/power-profiles-daemon/-/compare/0.21...0.22
2024-09-03 08:57:59 +03:00
Emily
f45757a91f
cryptsetup: 2.7.3 -> 2.7.4 (#331155) 2024-09-03 04:07:24 +01:00
github-actions[bot]
a07f612219
Merge master into staging-next 2024-09-03 00:13:11 +00:00
Fabián Heredia Montiel
2407ff00bb
linux_xanmod, linux_xanmod_latest: 2024-08-29 (#338803) 2024-09-02 17:18:17 -06:00
Majiir Paktu
5e50c99aa9 pam_rssh: 1.1.0 -> 1.2.0-rc2 2024-09-02 21:58:57 +02:00
github-actions[bot]
ce19166255
Merge master into staging-next 2024-09-02 18:04:19 +00:00
R. Ryantm
ff85fb798a raspberrypifw: 1.20240529 -> 1.20240902 2024-09-02 15:14:44 +00:00
R. Ryantm
2bdda80b0f intel-compute-runtime: 24.26.30049.6 -> 24.31.30508.7 2024-09-02 13:08:21 +00:00
github-actions[bot]
d834278999
Merge master into staging-next 2024-09-02 00:13:57 +00:00
Artturin
717f391705 zenmonitor: 2.0.0 -> unstable-2024-05-21 and new src
Old src disappeared, diffed old src and new src and it's okay
2024-09-01 20:06:04 +03:00
Jan Tojnar
e9179b4fa3 Merge branch 'master' into staging-next 2024-09-01 19:04:04 +02:00
Maximilian Bosch
00ac0bbead
Linux kernels 2024-09-01 (#338784) 2024-09-01 16:21:59 +02:00
Mathias Zhang
78bac42cb3
linux_xanmod_latest: 6.10.6 -> 6.10.7 2024-09-01 21:17:21 +08:00
Mathias Zhang
aa4fea2c08
linux_xanmod: 6.6.47 -> 6.6.48 2024-09-01 21:04:11 +08:00
github-actions[bot]
adf89e90c6
Merge staging-next into staging 2024-09-01 12:05:29 +00:00
Weijia Wang
5cbbd23d5d
utm: 4.5.3 -> 4.5.4 (#338560) 2024-09-01 13:49:51 +02:00
Julius Michaelis
ac48445434 linux_rpi{02w,1,2,3,4}: Add dtb for rpi-zero-2-w
Given that linux_rpi02w exists (as an alias for linux_rpi3),
not having the dtb makes little sense
2024-09-01 13:45:04 +02:00
Alyssa Ross
c4462ae03a
linux-rt_6_6: 6.6.44-rt39 -> 6.6.48-rt40 2024-09-01 13:44:02 +02:00
Alyssa Ross
294a3cb4cf
linux-rt_6_1: 6.1.105-rt38 -> 6.1.107-rt39 2024-09-01 13:43:27 +02:00
Alyssa Ross
08df2f9c3d
linux_testing: 6.11-rc5 -> 6.11-rc6 2024-09-01 13:42:50 +02:00
Alyssa Ross
e47b1f4578
systemd: be explicit about architecture support
systemd is not portable across all architectures.  It will only built
for architectures it recognises.  Listing them explicitly means
availableOn checks will work right for unsupported architectures, in
the way that's easiest to keep up to date as it can easily be compared
to the list in systemd's source code.
2024-09-01 12:15:03 +02:00
github-actions[bot]
f20de6f5f1
Merge staging-next into staging 2024-08-31 18:04:19 +00:00
Christina Sørensen
fec9daea49
usbutils: add usbreset, fix meta (#329651) 2024-08-31 18:30:53 +02:00
Nick Cao
4088596b40
bartender: 5.1.0 -> 5.1.1 (#338455) 2024-08-31 09:39:20 -04:00
Nick Cao
1bba3260c1
linuxPackages.nvidiaPackages.vulkan_beta: 550.40.70 -> 550.40.71 (#338468) 2024-08-31 09:02:31 -04:00
Nick Cao
73bba1275d
ima-evm-utils: 1.6 -> 1.6.2 (#338515) 2024-08-31 09:01:52 -04:00
Weijia Wang
c9f786d4f0 utm: 4.5.3 -> 4.5.4 2024-08-31 08:48:47 +02:00
R. Ryantm
da38fe138f ima-evm-utils: 1.6 -> 1.6.2 2024-08-31 01:16:40 +00:00
github-actions[bot]
fab50d5f8d
Merge staging-next into staging 2024-08-31 00:13:46 +00:00
github-actions[bot]
dcad9b571a
Merge master into staging-next 2024-08-31 00:13:18 +00:00
Kiskae
a428b4d4ad linuxPackages.nvidiaPackages.vulkan_beta: 550.40.70 -> 550.40.71 2024-08-30 22:38:57 +02:00
Nick Cao
64037c3ad6
android-udev-rules: 20240625 -> 20240829 (#338286) 2024-08-30 15:23:07 -04:00
Dimitar Nestorov
62341f79fb
bartender: 5.1.0 -> 5.1.1 2024-08-30 22:03:58 +03:00
github-actions[bot]
d8c78f272c
Merge staging-next into staging 2024-08-30 18:04:32 +00:00
github-actions[bot]
b857d97eec
Merge master into staging-next 2024-08-30 18:04:02 +00:00
Adam C. Stephens
3988df82e6
zfs: dynamically determine latestCompatibleLinuxPackages (#337933) 2024-08-30 13:44:49 -04:00
github-actions[bot]
758138647a
Merge staging-next into staging 2024-08-30 12:05:38 +00:00
github-actions[bot]
43febad8fc
Merge master into staging-next 2024-08-30 12:05:11 +00:00
Peter Hoeg
df05ee79ea compsize: fix build 2024-08-30 10:18:27 +02:00
Thiago Kenji Okada
74b75ddcb7
linuxKernel.kernels.linux_zen: 6.10.5-zen1 -> 6.10.7-zen1; linuxKernel.kernels.linux_lqx: 6.10.5-lqx1 -> 6.10.6-lqx1 (#338081) 2024-08-30 08:46:30 +01:00
Paul Meyer
4e49df05ed fscryptctl: move to by-name
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-30 09:24:32 +02:00
Paul Meyer
337bd8c31c fscryptctl: 1.0.0 -> 1.2.0
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-30 09:24:32 +02:00
Vladimír Čunát
d199bfdf09
nfs-utils: 2.6.4 -> 2.7.1
The previous version wouldn't build anymore, maybe after kerberos update
https://hydra.nixos.org/build/270621926/nixlog/1/tail
2024-08-30 08:16:14 +02:00
R. Ryantm
09c9c83e7b android-udev-rules: 20240625 -> 20240829 2024-08-30 00:30:21 +00:00
github-actions[bot]
a2cea72749
Merge staging-next into staging 2024-08-30 00:13:56 +00:00
github-actions[bot]
22c53603c5
Merge master into staging-next 2024-08-30 00:13:29 +00:00
Nick Cao
795ee6ce46
cshatag: 2.2.0 -> 2.2.1 (#338133) 2024-08-29 20:12:46 -04:00
Ryan Omasta
430ffc664a
linuxKernel.kernels.linux_zen: 6.10.5-zen1 -> 6.10.7-zen1; linuxKernel.kernels.linux_lqx: 6.10.5-lqx1 -> 6.10.6-lqx1 2024-08-29 18:05:19 -06:00
K900
080235871b linux_6_1: 6.1.106 -> 6.1.107 2024-08-29 19:24:54 +03:00
K900
7c396432e2 linux_6_6: 6.6.47 -> 6.6.48 2024-08-29 19:24:46 +03:00
K900
4c71b5b280 linux_6_10: 6.10.6 -> 6.10.7 2024-08-29 19:24:41 +03:00
R. Ryantm
44d191b860 cshatag: 2.2.0 -> 2.2.1 2024-08-29 08:18:18 +00:00
Andrew Marshall
7fa05c77b7 zfs: dynamically determine latestCompatibleLinuxPackages
This removes the need to micromanage this value, instead we simply find
the correct one based on the existing kernelCompatible attr (though that
is now a function). This not only simplifies ZFS upgrades, but also
whenever Kernel versions are removed due to EOL.
2024-08-28 20:55:06 -04:00
github-actions[bot]
3a4a3e98a8
Merge staging-next into staging 2024-08-29 00:13:35 +00:00
github-actions[bot]
e8d2ddc82e
Merge master into staging-next 2024-08-29 00:13:11 +00:00
Pol Dellaiera
2cae96e4ce
linuxPackages_latest.broadcom_sta: use entire patchset from remote GitHub repository 2024-08-28 17:29:05 +02:00
Pol Dellaiera
cbe502d86a
linuxPackages_latest.broadcom_sta: reformat 2024-08-28 17:28:23 +02:00
Pol Dellaiera
c385d2acf6
linuxPackages_latest.broadcom_sta: add missing phase hooks 2024-08-28 17:28:23 +02:00
Pol Dellaiera
b9817f06fb
linuxPackages_latest.broadcom_sta: use hash instead of sha256 2024-08-28 17:28:23 +02:00
Andrew Marshall
222e62af54 linux: add passthru.isVanilla
For use by consumers that want to iterate over all Linux Kernel packages
to, e.g., find the latest “vanilla” version that matches some version
constraint. (E.g. This will soon be used by ZFS’s
latestCompatibleLinuxPackages)
2024-08-28 09:07:55 -04:00
Andrew Marshall
52a7570e09 zfs_unstable: remove unused param 2024-08-28 09:07:55 -04:00
github-actions[bot]
3bbf8e8a6f
Merge staging-next into staging 2024-08-28 00:13:26 +00:00
github-actions[bot]
d62aaef66a
Merge master into staging-next 2024-08-28 00:13:03 +00:00
Sandro
58bd90220b
ffmpeg_4: almost drop (#336401) 2024-08-27 22:08:20 +02:00
github-actions[bot]
32f893fe9e
Merge staging-next into staging 2024-08-27 00:13:33 +00:00
github-actions[bot]
0629545b27
Merge master into staging-next 2024-08-27 00:13:08 +00:00
Martin Weinelt
9c50de8b57
tree-wide: remove eelco as maintainer from things he no longer maintains (#336287) 2024-08-26 20:39:56 +02:00
Zoom
48e00dda26 Kernel: update testing to 6.11-rc5
Update `linuxPackages_testing` from 6.11-rc4 to 6.11-rc5
2024-08-26 20:23:03 +02:00
github-actions[bot]
eb9c198aae
Merge staging-next into staging 2024-08-26 12:05:49 +00:00
github-actions[bot]
132f2322d0
Merge master into staging-next 2024-08-26 12:05:25 +00:00
7c6f434c
8e06d10fb6
Merge pull request #312314 from ajs124/upd/lvm2
lvm2: 2.03.23 -> 2.03.25
2024-08-26 09:40:45 +00:00
Pol Dellaiera
26616defe1
Merge pull request #337062 from drupol/nvidia/legacy390/minkernel-6-8
linuxKernel.packages.linux_6_10.nvidia_x11_legacy390: compatible with kernel <= 6.10
2024-08-26 08:14:24 +02:00
github-actions[bot]
d6ec3d9fd7
Merge master into staging-next 2024-08-26 00:13:15 +00:00
Nick Cao
2a7a22122f
Merge pull request #337289 from Kiskae/nvidia/fixes_2024_08_25
nixos/nvidia: various fixes
2024-08-25 17:36:24 -04:00
Pol Dellaiera
d7c59fc430
linuxKernel.packages.linux_6_10.nvidia_x11_legacy340: compatible with kernel 6.10 2024-08-25 22:15:17 +02:00
Sergei Trofimovich
76289d6e29 cryptsetup: 2.7.3 -> 2.7.4
Changes: https://gitlab.com/cryptsetup/cryptsetup/-/compare/v2.7.3...v2.7.4?from_project_id=195655&straight=false
2024-08-25 19:13:27 +01:00
Kiskae
8b52dae3ec linuxPackages.nvidiaPackages.*: don't package unused openssl 1.1 compat library
fixes #273064
2024-08-25 17:42:00 +02:00
Nash Pillai
fd7cfbba48
cpupower-gui: fix crash when freq is set 2024-08-25 02:38:31 -04:00
github-actions[bot]
a97ed4291e
Merge master into staging-next 2024-08-25 06:04:18 +00:00
Mathew Polzin
aecefeaa9e
Merge pull request #337115 from fpletz/pkgs/jool-4.1.13
jool: 4.1.12 -> 4.1.13
2024-08-24 21:36:42 -05:00
github-actions[bot]
981c565848
Merge master into staging-next 2024-08-25 00:14:11 +00:00
Franz Pletz
4c2494174c
jool: 4.1.12 -> 4.1.13 2024-08-25 01:09:23 +02:00
Robert Schütz
118df3852d teck-programmer: drop
It is broken in both master and release-24.05.
2024-08-23 21:27:31 -07:00
github-actions[bot]
8751a0ec8d
Merge master into staging-next 2024-08-24 00:12:18 +00:00
Nick Cao
a6287021da
Merge pull request #336808 from Kiskae/nvidia/550.40.70
linuxPackages.nvidiaPackages.vulkan_beta: 550.40.67 -> 550.40.70
2024-08-23 15:29:39 -04:00
ajs124
eec2ebe81a lvm2: 2.03.25 -> 2.03.26
https://gitlab.com/lvmteam/lvm2/-/blob/v2_03_26/WHATS_NEW
2024-08-23 20:01:58 +02:00
ajs124
31f61f5254 lvm2: 2.03.24 -> 2.03.25
https://gitlab.com/lvmteam/lvm2/-/blob/v2_03_25/WHATS_NEW
2024-08-23 19:59:33 +02:00
ajs124
9366ef0fbd vdo: 8.2.2.2 -> 8.3.0.71 2024-08-23 19:59:33 +02:00
ajs124
ee6a0e376d kvdo: drop 2024-08-23 19:59:31 +02:00
ajs124
0a4fb98655 lvm2: 2.03.23 -> 2.03.24
https://gitlab.com/lvmteam/lvm2/-/blob/v2_03_24/WHATS_NEW
2024-08-23 19:59:10 +02:00
Kiskae
434db06926 linuxPackages.nvidiaPackages.vulkan_beta: 550.40.67 -> 550.40.70 2024-08-23 17:50:54 +02:00
R. Ryantm
d01560ac29 cshatag: 2.1.0 -> 2.2.0 2024-08-23 12:29:30 +00:00
github-actions[bot]
3eb04240cf
Merge staging-next into staging 2024-08-22 18:04:25 +00:00
Fabián Heredia Montiel
1e55a8377f
Merge pull request #335905 from Shawn8901/update_xanmod-2024-08-19
linux_xanmod, linux_xanmod_latest: 2024-08-19
2024-08-22 10:01:41 -06:00
Emily
2f5176c2b4 guvcview: 2.0.6 -> 2.1.0
Includes fixes for FFmpeg 7.
2024-08-22 15:22:25 +01:00
github-actions[bot]
c4657445af
Merge staging-next into staging 2024-08-22 12:05:37 +00:00
github-actions[bot]
69716c980f
Merge staging-next into staging 2024-08-22 10:21:47 +00:00
K900
5c68540f8b Merge remote-tracking branch 'origin/staging-next' into staging 2024-08-22 13:20:38 +03:00
Markus Theil
a755db7192 mstflint_access: 4.28.0-1 -> 4.29.0-1
This is a small follow-up on the mstflint bump to 4.29.0-1.
I added a reminder for this in the future.

Signed-off-by: Markus Theil <theil.markus@gmail.com>
2024-08-22 10:51:36 +02:00
Pol Dellaiera
07c246bd4c
Merge pull request #336389 from drupol/evdi/bump/1-14-6
linuxKernel.packages.linux_6_10.evdi: 1.14.5 -> 1.14.6
2024-08-22 10:48:34 +02:00
Nick Cao
9b8c896616
Merge pull request #336334 from Kiskae/nvidia/560.35.03
linuxPackages.nvidiaPackages.latest: 555.58.02 -> 560.35.03
2024-08-21 19:18:23 -04:00
Pol Dellaiera
10d2333d2c
linuxKernel.packages.linux_6_10.evdi: 1.14.5 -> 1.14.6
Diff: https://github.com/DisplayLink/evdi/compare/refs/tags/v1.14.5...v1.14.6

Changelog: https://github.com/DisplayLink/evdi/releases/tag/v1.14.6
2024-08-21 21:33:28 +02:00
Weijia Wang
f441965069
Merge pull request #336079 from Kamillaova/update/raycast
raycast: 1.81.0 -> 1.81.2
2024-08-21 21:02:12 +02:00
Kiskae
3a4ac243bf linuxPackages.nvidiaPackages.latest: 555.58.02 -> 560.35.03 2024-08-21 17:14:51 +02:00
Jade Lovelace
5dfdb09561 tree-wide: remove eelco as maintainer from things he no longer maintains
While preparing this change, I read the git blame on all of the files I
touched. I saw a working lifetime of building this system which we use
every day and love dearly and keep maintained ourselves. I saw commits
from a 14 year range between 2003 to 2017!! I could not be more thankful
for Eelco's work on building large parts of the foundation of nixpkgs
that all of us rely on now.

However, the end date of that range of the files I looked at the blame
on was 2017. I did not see surviving code from any newer date than that.
Looking at the Git logs, Eelco has been working on other things, and
that's totally fine.

However, it means that our maintenance metadata is out of date on a lot
of packages, and *that*'s the reason I am submitting this change. There
are a lot of packages that don't have anyone with their name on them to
be pinged if they need attention, even if they have had recent activity
(although it is never clear if recent activity was just someone fixing
it because ZHF or because the package actually matters to them).
There are a lot of packages with storied history that maybe don't need
to be in the set anymore at all since they have not been touched in
years; or maybe they are simply finished.

Empty maintainer lists should be a sign that we need to figure out who
maintains it or potentially remove it if it has rotted, and allowing the
maintainer list to be empty if it is already not maintained is part of a
healthy repository ecology.

Either way, I would like to have the maintenance metadata not mislead
anyone into sending Eelco emails about packages he doesn't, in practice,
work on anymore. I have not removed his name from everything; there are
some things that he is the upstream for or has worked on more recently,
for instance, like Nix, which I have left alone.
2024-08-21 01:17:45 -07:00
Sebastián Mancilla
d7a16e05a1
Merge pull request #335444 from DimitarNestorov/update-bartender
bartender: 5.0.52 -> 5.1.0
2024-08-20 20:32:19 -04:00
R. Ryantm
687524806b xsos: 0.7.19 -> 0.7.33 2024-08-20 16:35:51 +00:00
Atemu
657b14eed0
Merge pull request #335700 from DontEatOreo/update-and-refactor-karabiner-elements
karabiner-elements: 14.13.0 -> 15.0.0, refactor and cleanup
2024-08-20 18:29:38 +02:00
Kamillaova
1e361a53fe
raycast: 1.81.0 -> 1.81.2 2024-08-20 17:43:54 +03:00
Martin Knudsen
9c79955b9f shortcat: 0.11.0 -> 0.11.4 2024-08-20 16:31:01 +02:00
éclairevoyant
eeb2588a59
Merge pull request #333768 from miallo/fix-list-generations-with-sudo
nixos-rebuild: remove list-generations piping into $PAGER to fix execution with sudo
2024-08-20 02:41:42 +00:00
zowoq
f165866308 darwin.xcode: set sourceProvenance 2024-08-20 09:45:53 +10:00
Shawn8901
503a4acb5e linux_xanmod_latest: 6.10.5 -> 6.10.6 2024-08-19 22:17:12 +02:00
Shawn8901
2e7e0134c4 linux_xanmod: 6.6.46 -> 6.6.47 2024-08-19 22:14:15 +02:00
K900
dba2363a18 linux-rt_6_1: 6.1.102-rt37 -> 6.1.105-rt38 2024-08-19 08:14:01 +02:00
K900
764392dcfc linux_4_19: 4.19.319 -> 4.19.320 2024-08-19 08:14:01 +02:00
K900
14aadc321b linux_5_4: 5.4.281 -> 5.4.282 2024-08-19 08:14:01 +02:00
K900
f407a43795 linux_5_10: 5.10.223 -> 5.10.224 2024-08-19 08:14:01 +02:00
K900
b073b43445 linux_5_15: 5.15.164 -> 5.15.165 2024-08-19 08:14:01 +02:00
K900
61e71859f4 linux_6_1: 6.1.105 -> 6.1.106 2024-08-19 08:14:01 +02:00
K900
97a2b970d9 linux_6_6: 6.6.46 -> 6.6.47 2024-08-19 08:14:01 +02:00
K900
ada73e57e7 linux_6_10: 6.10.5 -> 6.10.6 2024-08-19 08:14:01 +02:00
K900
69f24c5575 linux_testing: 6.11-rc3 -> 6.11-rc4 2024-08-19 08:14:01 +02:00
DontEatOreo
ea09687d5f
karabiner-elements: 14.13.0 -> 15.0.0
Changelog: https://github.com/pqrs-org/Karabiner-Elements/releases/tag/v15.0.0
Diff: https://github.com/pqrs-org/Karabiner-Elements/compare/v14.13.0...v15.0.0
2024-08-19 01:45:54 +03:00
DontEatOreo
e5aa8e2182
karabiner-elements: switch to finalAttrs pattern 2024-08-19 01:43:30 +03:00
DontEatOreo
b941404ab9
karabiner-elements: simplify updateScript 2024-08-19 01:42:21 +03:00
DontEatOreo
fa35b05955
karabiner-elements: refactor meta 2024-08-19 01:40:45 +03:00
DontEatOreo
f88424f5d8
karabiner-elements: format with nixfmt-rfc-style 2024-08-19 01:38:39 +03:00
Philip Taron
460c91c5ae
nv-fabricmanager: remove with statements 2024-08-18 06:31:18 -07:00
Philip Taron
9a6897925d
deviceTree: remove with statements 2024-08-18 06:31:18 -07:00
Philip Taron
17a74527b5
cryptsetup: remove with statements 2024-08-18 06:31:18 -07:00
Philip Taron
7b3a3f3f8b
freebsd.mkDerivation: remove with statements 2024-08-18 06:31:18 -07:00
github-actions[bot]
6855a1a5f4
Merge staging-next into staging 2024-08-18 12:02:30 +00:00
Atemu
69fe76ef9b
Merge pull request #334505 from mweinelt/microcode-intel-20240813
microcodeIntel: 20240531 -> 20240813
2024-08-18 13:51:38 +02:00
Dmitriy Kholkin
988bf19f2c
linux-packages: fix argsOverride 2024-08-18 10:38:23 +03:00
github-actions[bot]
3712736e23
Merge staging-next into staging 2024-08-18 06:01:41 +00:00
Mathew Polzin
335121e702
Merge pull request #332826 from tnias/update/usbguard-1.1.3 2024-08-18 00:12:18 -05:00
github-actions[bot]
0f820c1c5a
Merge staging-next into staging 2024-08-18 00:03:22 +00:00
Thiago Kenji Okada
ac91e987e8
Merge pull request #335410 from JohnRTitor/zen-kernel
zen-kernels: 6.10.1 -> 6.10.5 (zen), 6.9.11 -> 6.10.5 (lqx)
2024-08-17 23:40:28 +01:00
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
Sandro
e5d0561394
Merge pull request #330087 from Sigmanificient/libcgroup
libcgroup: 3.0 -> 3.1
2024-08-17 22:26:26 +02:00
Dimitar Nestorov
6fd0909cd7
bartender: 5.0.52 -> 5.1.0 2024-08-17 22:16:03 +03:00
github-actions[bot]
150d965bfb
Merge staging-next into staging 2024-08-17 18:01:41 +00:00
John Titor
d9e6adf4e7
linuxKernel.kernels.linux_lqx: 6.9.11 -> 6.10.5 2024-08-17 21:45:12 +05:30
John Titor
a958fad237
linuxKernel.kernels.linux_zen: 6.10.1 -> 6.10.5 2024-08-17 21:42:40 +05:30
Thomas Gerbet
7c11ef0889 busybox: apply patches for CVE-2022-48174, CVE-2023-42366, CVE-2023-42363, CVE-2023-42364 and CVE-2023-42365
I used some patches from Ubuntu and Alpine instead of upstream directly to avoid some conflicts.
2024-08-17 16:52:17 +02:00
github-actions[bot]
dfd7616ef8
Merge staging-next into staging 2024-08-17 12:01:34 +00:00
Masum Reza
34146ed1c5
Merge pull request #332346 from MatthewCash/fix/hyperv-deamons-fcopy
hyperv-daemons: fix fcopy build and nixfmt-rfc-style
2024-08-17 13:56:00 +05:30
Audrey Dutcher
9e9a1f737d freebsd: Add upstream patch fixing obscure c++98 interaction
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276738#c12

Using _Static_assert under -std=c++98 -pedantic-errors will fail in
FreeBSD 14.1. This fixes that, allowing software like gbenchmark to
run its tests against legacy c++ standards. This patch is pending for
FreeBSD 14.2, and should be removed for that release.
2024-08-16 14:26:48 -07:00
Fabián Heredia Montiel
3a112c9ba5
Merge pull request #330508 from trofi/nftables-update
nftables: 1.0.9 -> 1.1.0
2024-08-16 12:27:31 -06:00
github-actions[bot]
26d52a889c
Merge staging-next into staging 2024-08-16 18:01:47 +00:00
Felix Buehler
8a09548195 linuxPackages.nvidiaPackages: remove 'with lib;' 2024-08-16 16:09:03 +02:00
Felix Buehler
0020ef8cc4 linux/hardened: remove 'with lib;' 2024-08-16 16:09:03 +02:00
Felix Buehler
0a74830d71 linux: remove 'with lib;' 2024-08-16 16:09:03 +02:00
Felix Buehler
92d44ea36f cygwin-setup: remove 'with lib;' 2024-08-16 16:09:03 +02:00
Felix Buehler
3bf56ef4ea rtl8192su-firmware: remove 'with lib;' 2024-08-16 16:09:03 +02:00
Felix Buehler
400a0bbce5 libselinux: remove 'with lib;' 2024-08-16 16:09:03 +02:00
Felix Buehler
22078ef36e libsemanage: remove 'with lib;' 2024-08-16 16:09:03 +02:00
Felix Buehler
740cf77809 rtl8192eu: remove 'with lib;' 2024-08-16 16:09:03 +02:00
Felix Buehler
e531f98846 selinux-python: remove 'with lib;' 2024-08-16 16:09:03 +02:00
Felix Buehler
7c4beba7bc selinux-sandbox: remove 'with lib;' 2024-08-16 16:09:03 +02:00
Felix Buehler
3269966314 setools: remove 'with lib;' 2024-08-16 16:09:03 +02:00
Felix Buehler
8cbfd35f75 mwprocapture: remove 'with lib;' 2024-08-16 16:09:03 +02:00
Felix Buehler
1de6841a25 wpa_supplicant: remove 'with lib;' 2024-08-16 16:09:03 +02:00
Felix Buehler
95cf21bab2 conky: remove 'with lib;' 2024-08-16 16:09:03 +02:00
Franz Pletz
3a65998a95
Merge pull request #334679 from Shawn8901/update_xanmod-2024-08-13 2024-08-16 14:58:13 +02:00
Markus Theil
9c270a7bfa esdm: 1.1.1 -> 1.2.0
This release contains bug fixes related to wait operations on time
changes (CLOCK_REALTIME->CLOCK_MONOTONIC) and better cliend handling.

Changes:
https://github.com/smuellerDD/esdm/releases/tag/v1.2.0

As a small additional fix, esdm now sets propagatedBuildInputs correctly.

Signed-off-by: Markus Theil <theil.markus@gmail.com>
2024-08-16 13:21:44 +02:00
Jörg Thalheim
571e1a8251 iproute2: fix static build again 2024-08-16 10:40:53 +02:00
github-actions[bot]
78b5f97cfb
Merge staging-next into staging 2024-08-16 00:02:47 +00:00
Peder Bergebakken Sundt
4d27ef4708
Merge pull request #296701 from stepbrobd/aldente
aldente: 1.24.1 -> 1.27.3
2024-08-15 22:38:48 +02:00
github-actions[bot]
688ae1bcd3
Merge staging-next into staging 2024-08-15 12:02:43 +00:00
Martin Weinelt
598f10afeb
microcodeIntel: 20240531 -> 20240813
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20240813
2024-08-15 13:42:23 +02:00
Alyssa Ross
ce206b83a5 linux_6_10: 6.10.4 -> 6.10.5 2024-08-15 08:09:33 +02:00
Alyssa Ross
756c2a4b9e linux_6_1: 6.1.104 -> 6.1.105 2024-08-15 08:09:33 +02:00
Alyssa Ross
21b168a5a6 linux_6_6: 6.6.45 -> 6.6.46 2024-08-15 08:09:33 +02:00
Alyssa Ross
f1826a4e6d linux_testing: 6.11-rc2 -> 6.11-rc3 2024-08-15 08:09:33 +02:00
github-actions[bot]
76e1f6dd5e
Merge staging-next into staging 2024-08-15 00:02:46 +00:00
Shawn8901
b901880c37 linux_xanmod_latest: 6.10.4 -> 6.10.5 2024-08-14 23:15:08 +02:00
Shawn8901
bb2010319f linux_xanmod: 6.6.45 -> 6.6.46 2024-08-14 23:14:55 +02:00
Bernardo Meurer
d226132734
Merge pull request #334664 from DontEatOreo/update-raycast 2024-08-14 16:08:10 -03:00
github-actions[bot]
558b070029
Merge staging-next into staging 2024-08-14 18:01:35 +00:00
Shawn8901
efc6a51e74 Revert "linux_xanmod: set RCU_BOOST_DELAY to 100ms"
This reverts commit 5e098f6fac.

Follows 5cf7ba43e6
2024-08-14 19:34:57 +02:00
DontEatOreo
8bf88886de
raycast: 1.80.0 -> 1.81.0
Changelog: https://www.raycast.com/changelog/1-81-0
2024-08-14 19:59:17 +03:00
Andrew Marshall
f8a1ba0e7d zfs_2_2: fix latestCompatibleLinuxPackages
Broken in ba0d495264, which removed Linux
6.8 and 6.9, so now 6.6 is the latest compatible.
2024-08-14 11:05:55 -04:00
Maximilian Bosch
d2fca016fe
Merge pull request #331717 from alyssais/linux-6.9-drop
linux_6_8,linux_6_9: remove
2024-08-14 16:04:30 +02:00
github-actions[bot]
5254a09f0d
Merge staging-next into staging 2024-08-14 12:01:50 +00:00