Commit Graph
820881 Commits
Author SHA1 Message Date
Mauricio CollaresandGitHub 824c56f528 jmol: 16.3.25 -> 16.3.27 (#419058) 2025-06-24 15:08:33 -03:00
Gaétan LepageandGitHub 75176a6719 python313Packages.textual-textarea: unskip test_comments (#419628) 2025-06-24 20:07:24 +02:00
Gaétan LepageandGitHub 8019c3d92c python3Packages.guidance-stitch: 0.1.4 -> 0.1.5 (#419641) 2025-06-24 20:04:59 +02:00
R. Ryantm 29c307117b python3Packages.guidance-stitch: 0.1.4 -> 0.1.5 2025-06-24 17:44:01 +00:00
500dc1e7fc cargo-show-asm: 0.2.49 -> 0.2.50 (#419568)
Co-authored-by: matthiasbeyer <mail@beyermatthias.de>
2025-06-24 17:41:01 +00:00
R. RyantmandMasum Reza 5c2cad16c8 vimix-gtk-themes: 2024-04-20 -> 2025-06-20 2025-06-24 22:51:58 +05:30
DontEatOreoandMasum Reza b3bcdb7498 warp-terminal: 0.2025.06.18.08.11.stable_03 -> 0.2025.06.20.22.47.stable_05
Changelog: https://docs.warp.dev/getting-started/changelog#id-2025.06.20-v0.2025.06.20.22.47
2025-06-24 22:51:37 +05:30
SandroandGitHub a6f85bdd8e libblake3: split dev outputs from runtime (#417077) 2025-06-24 19:02:43 +02:00
Gutyina Gergő 2267d2b1d8 python313Packages.textual-textarea: unskip test_comments 2025-06-24 18:54:03 +02:00
Wolfgang WaltherandGitHub 0c437d83ab workflows: nix: 2.29.0 -> 2.29.1 (#419612) 2025-06-24 16:45:17 +00:00
Azat BahawiandGitHub 10a4b33d31 expected-lite: 0.8.0 -> 0.9.0 (#419589) 2025-06-24 19:41:20 +03:00
dec58049de firefly-iii: 6.2.17 -> 6.2.18 (#419328)
Co-authored-by: savyajha <savyajha@users.noreply.github.com>
2025-06-24 16:32:46 +00:00
Wolfgang Walther ea10312659 workflows: nix: 2.29.0 -> 2.29.1 2025-06-24 18:26:59 +02:00
R. RyantmandAlyssa Ross 08881f6be7 crosvm: 0-unstable-2025-06-06 -> 0-unstable-2025-06-17 2025-06-24 18:22:11 +02:00
PerchunPakandMasum Reza 6ff856f8db appmenu-glib-translator: adress code review 2025-06-24 21:48:14 +05:30
9b1ffb0486 supermariowar: 2024-unstable-2025-04-03 -> 2024-unstable-2025-06-18 (#419406)
Co-authored-by: theobori <theobori@users.noreply.github.com>
2025-06-24 16:01:07 +00:00
Moritz SanftandGitHub 9a2b894079 libnvidia-container: 1.17.6 -> 1.17.8 (#419506) 2025-06-24 17:27:51 +02:00
Thiago Kenji OkadaandGitHub 30a61f056a maintainers/team-list: jetbrains add jamesward (#419463) 2025-06-24 15:47:00 +01:00
Martin WeineltandGitHub 4396a13749 lixPackageSets.*: fix CVE-46415 and CVE-46416 (#419582) 2025-06-24 16:45:46 +02:00
Jörg ThalheimandGitHub 39a90ff6d4 nix: security updates for 2.24, 2.26, 2.28 and 2.29 (#419575) 2025-06-24 16:36:46 +02:00
Raito Bezarius cafe161f05 lixPackageSets.git: patch for CVE-2025-4641{5,6}
Change-Id: I5990ddd1d7eb16ca5023d4496550d67c4e361bc9
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2025-06-24 16:33:48 +02:00
Raito Bezarius dc090e801c lixPackageSets.lix_2_92: patch for CVE-2025-4641{5,6}
Change-Id: Ie7ec879d499be1e67982871659f3a414157a329d
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2025-06-24 16:33:47 +02:00
Raito Bezarius 69bd6a5315 lixPackageSets.lix_2_93: patch for CVE-2025-4641{5,6}
Change-Id: I724ca7bc993594d8b1b262202e423021f6288548
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2025-06-24 16:33:47 +02:00
Raito Bezarius be4026079c lixPackageSets.lix_2_91: patch for CVE-2025-4641{5,6}
Change-Id: I8042bca710f047ca3c312c6fa7c8227d96f328d4
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2025-06-24 16:33:47 +02:00
Raito Bezarius c2da8de4d1 lixPackageSets.lix_2_90: mark as vulnerable
Change-Id: I10fedc7098aaddb0df67acb76fe730ddd8883319
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2025-06-24 16:33:47 +02:00
R. Ryantm ccae07c836 expected-lite: 0.8.0 -> 0.9.0 2025-06-24 14:18:13 +00:00
Jörg Thalheim 923146e927 nixComponents_2_29: add patch for GHSA-g948-229j-48j3
This addresses a TOCTOU (Time-of-Check to Time-of-Use) vulnerability in Nix's
build system that could potentially allow privilege escalation or unauthorized
file access during the build process.

The patch includes:
- Safe file operations using file descriptors
- Secure temporary directory handling
- Safe chown operations
- PassAsFile security improvements
- Path validation fixes
2025-06-24 16:11:11 +02:00
Jörg Thalheim a1eacc0a2c nix_2_28: add patch for GHSA-g948-229j-48j3
This addresses a TOCTOU (Time-of-Check to Time-of-Use) vulnerability in Nix's
build system that could potentially allow privilege escalation or unauthorized
file access during the build process.

The patch includes:
- Safe file operations using file descriptors
- Secure temporary directory handling
- Safe chown operations
- PassAsFile security improvements
- Path validation fixes
2025-06-24 16:11:11 +02:00
Jörg Thalheim 639ad31060 nix_2_26: add patch for GHSA-g948-229j-48j3
This addresses a TOCTOU (Time-of-Check to Time-of-Use) vulnerability in Nix's
build system that could potentially allow privilege escalation or unauthorized
file access during the build process.

The patch includes:
- Safe file operations using file descriptors
- Secure temporary directory handling
- Safe chown operations
- PassAsFile security improvements
- Path validation fixes
2025-06-24 16:11:11 +02:00
Jörg Thalheim 3d27c5f248 nix_2_24: add patch for GHSA-g948-229j-48j3
This addresses a TOCTOU (Time-of-Check to Time-of-Use) vulnerability in Nix's
build system that could potentially allow privilege escalation or unauthorized
file access during the build process.

The patch includes:
- Safe file operations using file descriptors
- Secure temporary directory handling
- Safe chown operations
- PassAsFile security improvements
- Path validation fixes
2025-06-24 16:11:11 +02:00
Wolfgang WaltherandGitHub 5ec9d25793 Revert "workflows/labels: manage stale & merge conflict labels" (#419574) 2025-06-24 14:08:28 +00:00
Wolfgang WaltherandGitHub c366efa6e2 Revert "workflows/labels: manage stale & merge conflict labels" 2025-06-24 14:00:20 +00:00
K900andGitHub 1795b08791 Plasma 6.4.1 (#419554) 2025-06-24 16:46:59 +03:00
Wolfgang WaltherandGitHub 802980b927 workflows/labels: manage stale & merge conflict labels (#419481) 2025-06-24 13:39:26 +00:00
SandroandGitHub eb6c37b47f wezterm: fix darwin build, produce a valid macOS Application bundle (#419449) 2025-06-24 15:38:45 +02:00
dotlambdaandGitHub 6bfa692871 quickemu: correctly handle version 10.0.0 of QEMU (#419119) 2025-06-24 06:38:18 -07:00
SandroandGitHub 52408e8d7b nixos/waydroid: allow override waydroid, adopt (#418875) 2025-06-24 15:36:43 +02:00
R. Ryantm 8a4770fc7b cargo-show-asm: 0.2.49 -> 0.2.50 2025-06-24 13:34:38 +00:00
Azat BahawiandGitHub 6ff3d7b7b0 nelm: 1.6.0 -> 1.7.0 (#419454) 2025-06-24 16:31:05 +03:00
Kerstin Humm dd3ce1ee90 weblate: 5.12.1 -> 5.12.2
Changelog: https://github.com/WeblateOrg/weblate/releases/tag/weblate-5.12.2
2025-06-24 15:25:46 +02:00
Martin WeineltandGitHub 926b3601ce home-assistant: 2025.6.1 -> 2025.6.2 (#419384) 2025-06-24 15:23:20 +02:00
Wolfgang WaltherandGitHub 3a63b54b2c nipap: init at v0.32.7 (#417076) 2025-06-24 13:18:00 +00:00
eb9d14ad4a tana: 1.0.32 -> 1.0.36 (#416811)
Co-authored-by: massix <massimo.gengarelli@proton.me>
2025-06-24 13:07:23 +00:00
Sandro Jäckel 4853556b1f nix: fix another lib.optional taking a list 2025-06-24 15:04:57 +02:00
Sandro Jäckel 867c79b3c9 libutil: fix splicing of libblake3 2025-06-24 15:04:56 +02:00
Felix BargfeldtandGitHub 1f72498913 olivetin: 2025.6.6 -> 2025.6.22 (#419110) 2025-06-24 15:01:07 +02:00
Philip TaronandGitHub cf46ee2c19 lstr: 0.2.0 -> 0.2.1 (#419479) 2025-06-24 05:57:46 -07:00
wxt e1d83e3cee waydroid: adopt 2025-06-24 20:54:31 +08:00
wxt ee0937ff0d nixos/waydroid: allow override waydroid 2025-06-24 20:54:30 +08:00
SandroandGitHub dac4fe7c59 bruijn: init at 0-unstable-2025-06-23 (#418817) 2025-06-24 14:53:55 +02:00