Commit Graph
977072 Commits
Author SHA1 Message Date
nixpkgs-ci[bot]andGitHub ab5ff095a0 oci-cli: 3.76.0 -> 3.77.0 (#507539) 2026-04-07 18:37:05 +00:00
SandroandGitHub 470fe75b62 demucs-rs: init at 0.3.4 (#498241) 2026-04-07 18:33:13 +00:00
R. Ryantm 2db45a5d93 python3Packages.textual: 8.2.1 -> 8.2.3 2026-04-07 18:29:22 +00:00
R. Ryantm 545dd30e9f libretro.bsnes: 0-unstable-2026-01-16 -> 0-unstable-2026-03-31 2026-04-07 18:23:42 +00:00
Fabian AffolterandGitHub ab38ea60e3 exploitdb: 2026-03-04 -> 2026-04-07 (#507606) 2026-04-07 18:23:24 +00:00
Matthias BeyerandGitHub f0f799d7db dioxus-cli: 0.7.4 -> 0.7.5 (#507354) 2026-04-07 18:20:59 +00:00
nixpkgs-ci[bot]andGitHub 17ebd03417 Merge master into staging-nixos 2026-04-07 18:20:52 +00:00
Fabian Affolter 84133f7f69 python3Packages.hole: migrate to finalAttrs 2026-04-07 20:19:26 +02:00
Fabian Affolter 4ee1cb7237 python3Packages.hole: 0.9.0 -> 0.9.1
Diff: https://github.com/home-assistant-ecosystem/python-hole/compare/0.9.0...0.9.1

Changelog: https://github.com/home-assistant-ecosystem/python-hole/releases/tag/0.9.1
2026-04-07 20:13:05 +02:00
Jörg ThalheimandGitHub 89c040ed9f nix: apply patches for GHSA-g3g9-5vj6-r3gj (#507672) 2026-04-07 18:07:48 +00:00
Pratham Patel 14c100ffb4 nixosTests.armagetronad: use virtio-gpu for client VMs 2026-04-07 23:36:16 +05:30
SandroandGitHub 24c474ca38 me3: init at 0.11.0 (#498117) 2026-04-07 18:02:52 +00:00
Martin WeineltandGitHub c67b51a445 python3Packages.django_6: 6.0.3 -> 6.0.4 (#507659) 2026-04-07 17:59:33 +00:00
SandroandGitHub d622727e59 tsm-client: 8.1.27.1 -> 8.2.1.0 (#504197) 2026-04-07 17:58:05 +00:00
SandroandGitHub a5019cfe33 me3: use effective install permissions 2026-04-07 19:57:25 +02:00
Yohann BonifaceandGitHub 98320de312 python3Packages.libdebug: init at 0.9.0 (#469398) 2026-04-07 17:54:53 +00:00
Jörg ThalheimandSergei Zimmerman 50eec35e48 nixComponents_git: add patches for GHSA-g3g9-5vj6-r3gj
This addresses GHSA-g3g9-5vj6-r3gj, a vulnerability where
std::filesystem::copy_file follows symlinks when copying FOD outputs,
allowing a malicious builder to overwrite files outside the build
sandbox.

The patch puts FOD output copies in a temporary directory inside the
store (instead of the chroot) and tightens permissions on the
in-store temporary directory.

The second patch partially fixes the issue with cooperating processes being able
to communicate via abstract sockets. The fix is partial, because processes
outside the landlock domain of the sandboxed process can still connect to
a socket created by the FOD. There's no equivalent way of restricting inbound
connections. This closes the gap when there's no cooperating process on the host
(i.e. 2 separate FODs).

The patch applies landlock LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET on
kernels >= 6.12 (default on NixOS 25.11+) to deny abstract socket
connect from inside the build sandbox.
2026-04-07 20:52:46 +03:00
Jörg ThalheimandSergei Zimmerman 7ca89c4ab6 nixComponents_2_34: add patches for GHSA-g3g9-5vj6-r3gj
This addresses GHSA-g3g9-5vj6-r3gj, a vulnerability where
std::filesystem::copy_file follows symlinks when copying FOD outputs,
allowing a malicious builder to overwrite files outside the build
sandbox.

The patch puts FOD output copies in a temporary directory inside the
store (instead of the chroot) and tightens permissions on the
in-store temporary directory.

The second patch partially fixes the issue with cooperating processes being able
to communicate via abstract sockets. The fix is partial, because processes
outside the landlock domain of the sandboxed process can still connect to
a socket created by the FOD. There's no equivalent way of restricting inbound
connections. This closes the gap when there's no cooperating process on the host
(i.e. 2 separate FODs).

The patch applies landlock LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET on
kernels >= 6.12 (default on NixOS 25.11+) to deny abstract socket
connect from inside the build sandbox.
2026-04-07 20:52:00 +03:00
Jörg ThalheimandSergei Zimmerman be23129938 nixComponents_2_31: add patches for GHSA-g3g9-5vj6-r3gj
This addresses GHSA-g3g9-5vj6-r3gj, a vulnerability where
std::filesystem::copy_file follows symlinks when copying FOD outputs,
allowing a malicious builder to overwrite files outside the build
sandbox.

The patch puts FOD output copies in a temporary directory inside the
store (instead of the chroot) and tightens permissions on the
in-store temporary directory.

The second patch partially fixes the issue with cooperating processes being able
to communicate via abstract sockets. The fix is partial, because processes
outside the landlock domain of the sandboxed process can still connect to
a socket created by the FOD. There's no equivalent way of restricting inbound
connections. This closes the gap when there's no cooperating process on the host
(i.e. 2 separate FODs).

The patch applies landlock LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET on
kernels >= 6.12 (default on NixOS 25.11+) to deny abstract socket
connect from inside the build sandbox.
2026-04-07 20:51:01 +03:00
MrSmörandSigmanificient 0559d6b958 python3Packages.libdebug: init at 0.9.0 2026-04-07 19:48:59 +02:00
Jörg ThalheimandSergei Zimmerman 69e8fef812 nixComponents_2_30: add patch for GHSA-g3g9-5vj6-r3gj
This addresses GHSA-g3g9-5vj6-r3gj, a vulnerability where
std::filesystem::copy_file follows symlinks when copying FOD outputs,
allowing a malicious builder to overwrite files outside the build
sandbox.

The patch puts FOD output copies in a temporary directory inside the
store (instead of the chroot) and tightens permissions on the
in-store temporary directory.
2026-04-07 20:44:30 +03:00
Jörg ThalheimandSergei Zimmerman 128dad70c6 nix_2_28: add patch for GHSA-g3g9-5vj6-r3gj
This addresses GHSA-g3g9-5vj6-r3gj, a vulnerability where
std::filesystem::copy_file follows symlinks when copying FOD outputs,
allowing a malicious builder to overwrite files outside the build
sandbox.

The patch puts FOD output copies in a temporary directory inside the
store (instead of the chroot) and tightens permissions on the
in-store temporary directory.
2026-04-07 20:44:23 +03:00
SandroandGitHub b1ada9cf30 oboete: 0.2.3 -> 0.2.4 (#507586) 2026-04-07 17:42:53 +00:00
Defelo 7ff7e9fd79 ketesa: 0.11.4-etke54 -> 1.1.0
Changelog: https://github.com/etkecc/ketesa/releases/tag/v1.0.0
Changelog: https://github.com/etkecc/ketesa/releases/tag/v1.1.0
Diff: https://github.com/etkecc/ketesa/compare/v0.11.4-etke54...v1.1.0
2026-04-07 19:37:38 +02:00
FélixandGitHub 3d7d2c95d4 esphome: 2026.3.2 -> 2026.3.3 (#507644) 2026-04-07 17:31:20 +00:00
nixpkgs-ci[bot]andGitHub 0e028439dc Merge master into staging-nixos 2026-04-07 17:29:15 +00:00
R. Ryantm 3cfa1bbc0f libretro.atari800: 0-unstable-2026-01-30 -> 0-unstable-2026-03-31 2026-04-07 17:21:31 +00:00
nixpkgs-ci[bot]andGitHub 77bb0683a4 openfreebuds: 0.17.1 -> 0.17.3 (#507658) 2026-04-07 17:11:47 +00:00
nixpkgs-ci[bot]andGitHub b6c1d99fc4 mark: 16.0.2 -> 16.2.0 (#507636) 2026-04-07 17:11:43 +00:00
André SilvaandGitHub 24a4534ee7 sone: init at 0.14.1 (#504965) 2026-04-07 17:07:27 +00:00
Adam C. Stephens 8cb3a579fb pleroma: update to OTP 27 and elixir 1.18
This is supported upstream, but we needed to patch an unused dep
(mochiweb).
2026-04-07 13:04:04 -04:00
R. Ryantm 7dd8afb21d terraform-providers.hashicorp_google: 7.25.0 -> 7.26.0 2026-04-07 16:59:41 +00:00
Martin Weinelt 5950c9de6a python3Packages.django_6: 6.0.3 -> 6.0.4
https://docs.djangoproject.com/en/6.0/releases/6.0.4/
https://www.djangoproject.com/weblog/2026/apr/07/security-releases/

Fixes: CVE-2026-3902, CVE-2026-4277, CVE-2026-4292, CVE-2026-33033,
       CVE-2026-33034
2026-04-07 18:55:04 +02:00
R. Ryantm 84d742bba8 openfreebuds: 0.17.1 -> 0.17.3 2026-04-07 16:44:35 +00:00
Adam C. Stephens 7954f69fd0 erlang_28: 28.4.1 -> 28.4.2
Changelog: https://github.com/erlang/otp/releases/tag/OTP-28.4.2
2026-04-07 12:33:52 -04:00
Paul MeyerandGitHub dfd9566f82 distribution: 3.0.0 -> 3.1.0 (#507442) 2026-04-07 16:32:49 +00:00
Adam C. Stephens 74fdecfbe4 erlang_27: 27.3.4.9 -> 27.3.4.10
Changelog: https://github.com/erlang/otp/releases/tag/OTP-27.3.4.10
2026-04-07 12:32:45 -04:00
Adam C. StephensandGitHub 97768c9a7d forgejo-runner: 12.7.3 -> 12.8.2 (#507649) 2026-04-07 16:32:29 +00:00
R. Ryantm d4bc492cb1 vscode-extensions.github.codespaces: 1.18.11 -> 1.18.12 2026-04-07 16:31:25 +00:00
Marc JakobiandGitHub 43a2418fcd vimPlugins.{better-diagnostic-virtual-text,garbage-day-nvim,runner-nvim}: init (#507562) 2026-04-07 16:18:35 +00:00
emilylange 1283f2ac3f forgejo-runner: 12.7.3 -> 12.8.2
https://code.forgejo.org/forgejo/runner/releases/tag/v12.8.0

https://code.forgejo.org/forgejo/runner/releases/tag/v12.8.1

https://code.forgejo.org/forgejo/runner/releases/tag/v12.8.2
2026-04-07 18:17:31 +02:00
R. Ryantm 3de646d9e0 python3Packages.cloup: 3.0.8 -> 3.0.9 2026-04-07 16:16:02 +00:00
Pratham Patel 422503a67b armagetronad: fix build failure for armagetronad."0.4" 2026-04-07 21:43:00 +05:30
StepBroBDandGitHub 29796a13e3 osu-lazer{,-bin}: 2026.401.0 -> 2026.406.0 (#507631) 2026-04-07 16:01:26 +00:00
R. Ryantm 3472429f21 esphome: 2026.3.2 -> 2026.3.3 2026-04-07 15:57:47 +00:00
BatteredBunny 0e8ed6fc0c feishin: 1.10.0 -> 1.11.0 2026-04-07 18:52:04 +03:00
Martin WeineltandGitHub 8865d5f325 Firefox: 149.0 -> 149.0.2 (#507607) 2026-04-07 15:44:52 +00:00
nixpkgs-ci[bot]andGitHub b63e805ce6 tango-database: 5.28 -> 5.29 (#507600) 2026-04-07 15:40:39 +00:00
nixpkgs-ci[bot]andGitHub 18f6f2598d velocity: 3.5.0-unstable-2026-03-21 -> 3.5.0-unstable-2026-04-01 (#507463) 2026-04-07 15:40:39 +00:00
nixpkgs-ci[bot]andGitHub e37f3c604a qbz: 1.2.2 -> 1.2.3 (#507440) 2026-04-07 15:40:37 +00:00