Commit graph

1,007,765 commits

Author SHA1 Message Date
FraioVeio
72eed56b2f anydesk: fix broken updateScript, fix multi-arch hash update
(cherry picked from commit 7adb433f35)
2026-06-27 00:15:32 +00:00
Matt Sturgeon
3a45106ee8
[Backport release-26.05] Allow meta.problems while preventing internal use of certain kinds (#535859) 2026-06-26 23:48:40 +00:00
Silvan Mosberger
8a8a20ef2e release-checks: Prevent meta.problem warnings
CI already catches problematic uses, we don't need to bother about them
here

(cherry picked from commit 8fa1b2e979)
2026-06-26 23:43:08 +00:00
Silvan Mosberger
168b18f6e3 ci/eval: Allow preventing internal Nixpkgs use of certain problem kinds
(cherry picked from commit a90d993610)
2026-06-26 23:43:08 +00:00
Silvan Mosberger
caeedbd700 ci/eval: Refactor attrpaths.nix to a more generic pre-eval.nix
(cherry picked from commit 19a31658dc)
2026-06-26 23:43:07 +00:00
Silvan Mosberger
3c4f976c69 config: Introduce attrPathsDisallowedForInternalUse
This is very similar to how the aliases.nix overlay can be removed to
prevent usage of them in Nixpkgs itself, but this config attribute
allows preventing use of other existing attributes in Nixpkgs.

Needed for a follow-up commit.

(cherry picked from commit 7cc4d7dea8)
2026-06-26 23:43:07 +00:00
Silvan Mosberger
45a743c9f3 meta.problems: Fill out output meta with final list of problems
This ensures that external tooling can also process the problems, and
helps users with debugging.

(cherry picked from commit 8fcbb35929)
2026-06-26 23:43:07 +00:00
Silvan Mosberger
ff79595a29 meta.problems: Internal refactoring
Makes future changes easier

(cherry picked from commit eba1d51352)
2026-06-26 23:43:07 +00:00
Matt Sturgeon
43e856aed1
[Backport release-26.05] stdenv/problems: only run problem if it's not ignored (#535856) 2026-06-26 23:29:07 +00:00
Eman Resu
c63637a660 stdenv/problems: don't create pname variable
A package failing an automatic problem (of which there's currently only
one) is rare. A package having meta.problems specified is even rarer.
Inlining the getName call to its two usages saves a thunk in the vast,
vast majority of cases, and I consider it to be worth it.

(cherry picked from commit 85e32af8ef)
2026-06-26 23:21:14 +00:00
Eman Resu
5b0477b28d stdenv/problems: make handlerForProblem more performant with partial application
(cherry picked from commit 0b304744b8)
2026-06-26 23:21:14 +00:00
Eman Resu
dc025af019 stdenv/problems: reverse parameter order for handlerForProblem
kind and name are more likely to stay the same. Doing this allows us to
cache the kind and name when calling the handler for a problem.

(cherry picked from commit 41bafcbc34)
2026-06-26 23:21:13 +00:00
Eman Resu
3358486adb stdenv/problems: avoid a lookup for meta.broken
The stats may be lying to me when they say that this saves 1.86% of
attrset lookups, and `?` may just not be accurately tracked. But at
worst, performance will stay the same, since the check will fail for all
non-broken packages. And who knows, maybe it does help, by nature of not
checking the value!

(cherry picked from commit 753e43c931)
2026-06-26 23:21:13 +00:00
Eman Resu
bd8250ab96 stdenv/problems: use early knowledge of allowBroken and allowBrokenPredicate
(cherry picked from commit 5616e3d925)
2026-06-26 23:21:13 +00:00
Eman Resu
2fef77700c stdenv/problems: avoid creating manual problems attrset
(cherry picked from commit b88fba2fba)
2026-06-26 23:21:13 +00:00
Eman Resu
2199f6dce9 stdenv/problems: only run problem if it's not ignored
(cherry picked from commit 5c89ab858d)
2026-06-26 23:21:13 +00:00
Gergő Gutyina
ded728e2af
[Backport release-26.05] teleport_17: 17.7.23 -> 17.7.24; teleport_18: 18.7.6 -> 18.8.3 (#530208) 2026-06-26 22:01:54 +00:00
Emily
e80a9bedb4
[Backport release-26.05] {,ungoogled-}chromium,chromedriver: 149.0.7827.196 -> 149.0.7827.200 (#535824) 2026-06-26 21:46:44 +00:00
Adam C. Stephens
8e5a5a8bdc
[Backport release-26.05] zfs_2_4: apply patch for #18366 (dedup=on data corruption) (#535742) 2026-06-26 21:44:55 +00:00
networkException
eb197cfed7 ungoogled-chromium: 149.0.7827.196-1 -> 149.0.7827.200-1
https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_01245939337.html

This update includes 3 security fixes.

CVEs:
CVE-2026-13281 CVE-2026-13282 CVE-2026-13283

(cherry picked from commit 53a21295bc)
2026-06-26 21:30:14 +00:00
networkException
ce83b7ee8a chromium,chromedriver: 149.0.7827.196 -> 149.0.7827.200
https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_01245939337.html

This update includes 3 security fixes.

CVEs:
CVE-2026-13281 CVE-2026-13282 CVE-2026-13283

(cherry picked from commit b94af336c0)
2026-06-26 21:30:14 +00:00
Gergő Gutyina
c172214da4
[Backport release-26.05] pnpm_11: 11.8.0 -> 11.9.0 (#535767) 2026-06-26 21:17:57 +00:00
Gaétan Lepage
bc26245eca
[Backport release-26.05] nixosTests/cosmic: move core logic into a dedicated script (#535620) 2026-06-26 21:09:51 +00:00
Gergő Gutyina
08c5080586
[Backport release-26.05] pnpm_10: 10.33.4 -> 10.34.0 (#527932) 2026-06-26 21:07:14 +00:00
Florian Klink
a0c9df7118
[Backport release-26.05] python3Packages.itables: 2.8.0 -> 2.8.1 (#535796) 2026-06-26 20:29:46 +00:00
nixpkgs-ci[bot]
5ce25a8ab9
[Backport release-26.05] redmine: 6.1.2 -> 6.1.3 (#535780) 2026-06-26 20:24:22 +00:00
R. Ryantm
4f622148f9 python3Packages.itables: 2.8.0 -> 2.8.1
(cherry picked from commit bccf39549c)
2026-06-26 20:21:48 +00:00
Felix Singer
e803789c69 redmine: 6.1.2 -> 6.1.3
Signed-off-by: Felix Singer <felixsinger@posteo.net>
(cherry picked from commit aed3cb210c)
2026-06-26 19:21:34 +00:00
Nick Cao
52d53cc5da
[Backport release-26.05] linuxPackages.nvidiaPackages.legacy_470: support up to linux 7.1 (#535044) 2026-06-26 19:13:16 +00:00
Gutyina Gergő
b517e5b3bf pnpm_11: 11.8.0 -> 11.9.0
(cherry picked from commit 7a6046cd22)
2026-06-26 18:48:06 +00:00
Nick Cao
faa1c99088
[Backport release-26.05] sing-box: 1.13.13 -> 1.13.14 (#535391) 2026-06-26 18:26:57 +00:00
Kerstin Humm
c9dd5cbb18
[Backport release-26.05] mastodon: 4.6.1 -> 4.6.2 (#535691) 2026-06-26 18:22:53 +00:00
Florian Klink
69491ee2b1
[Backport release-26.05] asahi-audio: 3.4 -> 4.0 (#535748) 2026-06-26 17:36:25 +00:00
nixpkgs-ci[bot]
0f47d4bfbf
[Backport release-26.05] buf: 1.70.0 -> 1.71.0 (#535660) 2026-06-26 17:32:42 +00:00
Yureka
b6ac784981 asahi-audio: 3.4 -> 4.0
Changelog: https://github.com/AsahiLinux/asahi-audio/releases/tag/v4.0
Diff: https://github.com/AsahiLinux/asahi-audio/compare/v3.4...v4.0
(cherry picked from commit ce8593507d)
2026-06-26 17:30:59 +00:00
Florian Klink
b2baef005b
[Backport release-26.05] speakersafetyd: 2.0.0 -> 2.0.1 (#535668) 2026-06-26 17:29:11 +00:00
Niklas Korz
e21d170e51
[Backport release-26.05] sonarr: add nyanloutre to maintainers (#535688) 2026-06-26 17:28:40 +00:00
Morgan Jones
fd7cd5390f zfs_2_4: apply patch for #18366 (dedup=on data corruption)
This was reproducible with substitution of large NARs with a lot of
files and a dedup=on Nix store. While Nix would correctly produce a
signature verification error if the hash was known, builds could
silently be corrupt.

TrueNAS backported this, so let's as well so this doesn't bite anyone
else.

See: https://github.com/truenas/zfs/pull/390
See: https://github.com/openzfs/zfs/issues/18366
See: https://github.com/openzfs/zfs/pull/18544
Signed-off-by: Morgan Jones <me@numin.it>
(cherry picked from commit 371a819607)
2026-06-26 17:05:38 +00:00
Vincent Laporte
67eb2f9e74
[Backport release-26.05] ocamlPackages.landmarks: 1.5 → 1.7 (#535731) 2026-06-26 17:02:49 +00:00
Vincent Laporte
e76dda2b0c ocamlPackages.landmarks: 1.5 → 1.7
(cherry picked from commit 42cc694c39)
2026-06-26 16:43:17 +00:00
StepBroBD
6b433ccc48
[Backport release-26.05] ocamlPackages.ocsipersist: 2.0.0 → 2.1.0 (#535721) 2026-06-26 16:37:01 +00:00
Florian Klink
14c743a85b
[Backport release-26.05] m1n1: 1.5.2 -> 1.6.0, fix font (#535696) 2026-06-26 16:25:43 +00:00
Vincent Laporte
b4a0f1f201 ocamlPackages.ocsipersist: 2.0.0 → 2.1.0
(cherry picked from commit fa133b4f85)
2026-06-26 16:19:52 +00:00
Gaétan Lepage
ac9e10a385
[Backport release-26.05] kikit: fix version (#535611) 2026-06-26 15:57:04 +00:00
Herwig Hochleitner
f65360df05
[Backport release-26.05] cdemu-daemon: 3.3.0 -> 3.3.1 (#534280) 2026-06-26 14:34:23 +00:00
Herwig Hochleitner
8290213a0c
[Backport release-26.05] image-analyzer: 3.3.0 -> 3.3.1 (#534281) 2026-06-26 14:29:17 +00:00
Yureka
8724e2885d m1n1: remove broken font generation
This results in an oddly broken font, and it's unclear why it would be needed in the first place

(cherry picked from commit e0143a8364)
2026-06-26 14:28:12 +00:00
Yureka
bf7fa32121 m1n1: 1.5.2 -> 1.6.0
Changelog: https://github.com/AsahiLinux/m1n1/releases/tag/v1.6.0
Diff: https://github.com/AsahiLinux/m1n1/compare/v1.5.2...v1.6.0
(cherry picked from commit fd9e2ea29b)
2026-06-26 14:28:12 +00:00
nixpkgs-ci[bot]
27c12d3898
[Backport release-26.05] forge-mtg: 2.0.12 -> 2.0.13 (#535661) 2026-06-26 14:22:17 +00:00
Izorkin
8667d92307 mastodon: 4.6.1 -> 4.6.2
Changelog: https://github.com/mastodon/mastodon/releases/tag/v4.6.2
(cherry picked from commit 546a2ed6a1)
2026-06-26 14:14:08 +00:00