Commit Graph

809783 Commits

Author SHA1 Message Date
zowoq
7fb914354f linux_5_4: 5.4.298 -> 5.4.299
(cherry picked from commit 718d792bee)
2025-09-10 08:12:34 +02:00
zowoq
f1513f91cd linux_5_10: 5.10.242 -> 5.10.243
(cherry picked from commit 7170de339b)
2025-09-10 08:12:34 +02:00
zowoq
566a34df4d linux_5_15: 5.15.191 -> 5.15.192
(cherry picked from commit df88742360)
2025-09-10 08:12:34 +02:00
zowoq
b524e29e5c linux_6_1: 6.1.150 -> 6.1.151
(cherry picked from commit f20203081d)
2025-09-10 08:12:34 +02:00
zowoq
ba3ee5aea2 linux_6_6: 6.6.104 -> 6.6.105
(cherry picked from commit fee9232449)
2025-09-10 08:12:34 +02:00
zowoq
23b1e00924 linux_6_12: 6.12.45 -> 6.12.46
(cherry picked from commit 7f7d17a771)
2025-09-10 08:12:34 +02:00
zowoq
f8b4d64918 linux_6_16: 6.16.5 -> 6.16.6
(cherry picked from commit 6a0b5259d2)
2025-09-10 08:12:34 +02:00
zowoq
f081cc4014 linux_testing: 6.17-rc4 -> 6.17-rc5
(cherry picked from commit 222caccafe)
2025-09-10 08:12:34 +02:00
Philip Taron
3404217783 [Backport release-25.05] epson-inkjet-printer-workforce-840-series: init at 1.0.0 (#441463) 2025-09-10 07:07:24 +02:00
Fausto Núñez Alberro
f75695404d gemini-cli: fix file collisions
Multiple Node.js packages in nixpkgs create file collisions when installed together in home-manager or system profiles. Specifically:

- `gemini-cli` vs `eslint`: collision on `lib/node_modules/eslint/conf/default-cli-options.js`
- `gemini-cli` vs `angular-language-server`: collision on `lib/node_modules/semver/README.md` (with permission differences: 0555 vs 0444)

This occurs because these packages install their bundled dependencies directly to `$out/lib/node_modules/`, causing path conflicts when multiple packages provide the same transitive dependencies.

The issue stems from packages copying their entire `node_modules` directory to a shared location (`$out/lib/node_modules/`) rather than isolating their dependencies in package-specific directories.

Before:
```nix
cp -r node_modules "$out/lib/"
```

After:
```nix
cp -r node_modules "$out/share/gemini-cli/"
```

This is probably counterproductive in some ways (would ideally share deps?) but at least this fix allows these packages to coexist.

(cherry picked from commit 1aff5d6e7e)
2025-09-09 23:59:22 +00:00
skoove
2917a17f85 vintagestory: 1.21.0 -> 1.21.1
(cherry picked from commit 7b04f942cf)
2025-09-09 23:47:25 +00:00
e1mo
44f19a926c dokuwiki: apply xss fix
Backported fix for https://github.com/dokuwiki/dokuwiki/issues/4512
(Unauthenticated Reflected Cross Site Scripting) since the 2024-02-06
release didn't receive it.

Not-cherry-picked-because: Manually applying upstream patch to avoid
  breaking updates where this would not be needed.
2025-09-09 23:38:47 +02:00
dish
5babfe78c0 [Backport release-25.05] lockbook: 0.9.26 -> 0.9.27 (#441533) 2025-09-09 17:24:11 -04:00
dish
040bce98f0 [Backport release-25.05] lockbook-desktop: 0.9.26 -> 0.9.27 (#441534) 2025-09-09 17:24:03 -04:00
Kerstin Humm
d6326ce0bf nixos/canaille: remove HTTP header X-XSS-Protection
Addresses https://github.com/NixOS/nixpkgs/issues/438800

(cherry picked from commit 301e5cca9c)
2025-09-09 21:20:33 +00:00
R. Ryantm
f31698c53c tutanota-desktop: 304.250825.0 -> 304.250901.0
(cherry picked from commit 654d24144a)
2025-09-09 20:53:39 +00:00
jopejoe1
3d0cc0fb4e [Backport release-25.05] firefox-{devedition,beta}-unwrapped: 143.0b8 -> 143.0b9 (#441507) 2025-09-09 20:51:21 +02:00
R. Ryantm
a17c78422c lockbook-desktop: 0.9.26 -> 0.9.27
(cherry picked from commit 6797f0c7af)
2025-09-09 17:55:15 +00:00
R. Ryantm
f79aa14532 lockbook: 0.9.26 -> 0.9.27
(cherry picked from commit 404ccc741b)
2025-09-09 17:54:33 +00:00
Felix Bargfeldt
738253daee [Backport release-25.05] zipline: 4.3.0 -> 4.3.1 (#441515) 2025-09-09 19:18:10 +02:00
Defelo
4cfb1f0de6 zipline: 4.3.0 -> 4.3.1
Changelog: https://github.com/diced/zipline/releases/tag/v4.3.1
Diff: https://github.com/diced/zipline/compare/v4.3.0...v4.3.1
(cherry picked from commit 86283ed33c)
2025-09-09 17:06:30 +00:00
jopejoe1
238ed234f5 firefox-devedition-unwrapped: 143.0b8 -> 143.0b9
(cherry picked from commit 3e96324c46)
2025-09-09 16:48:05 +00:00
jopejoe1
1df2d11509 firefox-beta-unwrapped: 143.0b8 -> 143.0b9
(cherry picked from commit 0fdb9ab038)
2025-09-09 16:48:05 +00:00
jopejoe1
36002b97e3 [Backport release-25.05] discord-canary: 0.0.751 -> 0.0.752 (#441496) 2025-09-09 18:39:52 +02:00
jopejoe1
32d8652941 pkgsCross.aarch64-darwin.discord-canary: 0.0.857 -> 0.0.858
(cherry picked from commit c9c64965a9)
2025-09-09 15:57:21 +00:00
jopejoe1
5c69452f74 discord-canary: 0.0.751 -> 0.0.752
(cherry picked from commit fe38fcf5b2)
2025-09-09 15:57:21 +00:00
heichro
5d8ec6c1dd epson-inkjet-printer-workforce-840-series: init at 1.0.0
(cherry picked from commit 19502c059b)
2025-09-09 13:30:19 +00:00
heichro
885f7f0206 maintainers: add heichro
(cherry picked from commit 1195e6757a)
2025-09-09 13:30:18 +00:00
Austin Horstman
05a7a7ee1c [Backport release-25.05] teams-for-linux: 2.1.0 -> 2.5.3 (#440421) 2025-09-09 08:25:10 -05:00
Austin Horstman
a06bdd9cd5 [Backport release-25.05] yaziPlugins.recycle-bin: init at 1.0.0-unstable-2025-08-20 (#437770) 2025-09-09 08:12:09 -05:00
Fernando Rodrigues
f6fd7105b5 xen: patch with XSA-473
This patch only affects ARM, but it's better than setting ARM as knownVulnerabilities.

Arm issues with page refcounting

There are two issues related to the mapping of pages belonging to other
domains: For one, an assertion is wrong there, where the case actually
needs handling.  A NULL pointer de-reference could result on a release
build.  This is CVE-2025-58144.

And then the P2M lock isn't held until a page reference was actually
obtained (or the attempt to do so has failed).  Otherwise the page can
not only change type, but even ownership in between, thus allowing
domain boundaries to be violated.  This is CVE-2025-58145.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>

(cherry picked from commit 15968113a2)
2025-09-09 22:59:06 +10:00
Fernando Rodrigues
fbc146f31e xen: patch with XSA-472
Mutiple vulnerabilities in the Viridian interface

There are multiple issues related to the handling and accessing of guest
memory pages in the viridian code:

 1. A NULL pointer dereference in the updating of the reference TSC area.
    This is CVE-2025-27466.

 2. A NULL pointer dereference by assuming the SIM page is mapped when
    a synthetic timer message has to be delivered.  This is
    CVE-2025-58142.

 3. A race in the mapping of the reference TSC page, where a guest can
    get Xen to free a page while still present in the guest physical to
    machine (p2m) page tables.  This is CVE-2025-58143.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>

(cherry picked from commit 2648215258)
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2025-09-09 22:59:06 +10:00
Niklas Korz
f8bded8df5 [release-25.05] renovate: fix build failure by pinning to nodejs_20 (#440849) 2025-09-09 13:11:57 +02:00
Emily
b6c90bad11 [Backport release-25.05] ungoogled-chromium: 139.0.7258.154-1 -> 140.0.7339.80-1 (#441432) 2025-09-09 13:09:23 +02:00
emilylange
04a51d3037 ungoogled-chromium: 139.0.7258.154-1 -> 140.0.7339.80-1
https://developer.chrome.com/blog/new-in-chrome-140

https://developer.chrome.com/release-notes/140

https://chromereleases.googleblog.com/2025/09/stable-channel-update-for-desktop.html

CVEs:
CVE-2025-9864 CVE-2025-9865 CVE-2025-9866 CVE-2025-9867

(cherry picked from commit 00ef480b67)
2025-09-09 11:01:31 +00:00
Weijia Wang
798120a86b [Backport release-25.05] firebird_3: 3.0.12 -> 3.0.13 (#441419) 2025-09-09 12:41:08 +02:00
Weijia Wang
339d627826 firebird_3: 3.0.12 -> 3.0.13
(cherry picked from commit 6c9f81f034)
2025-09-09 11:56:51 +02:00
jopejoe1
d179d77c13 [release-25.05] pgadmin: 9.3 -> 9.8 (#441037) 2025-09-09 11:09:30 +02:00
Sandro
d2b0de5297 [Backport release-25.05] yt-dlp: 2025.08.27 -> 2025.09.05 (#441278) 2025-09-09 11:06:58 +02:00
Wolfgang Walther
8a6eff30b3 [25.05] ci/eval/README.md: adjust wording (#441405) 2025-09-09 08:10:05 +00:00
Ben Siraphob
8bb3b72d53 ci/eval/README.md: adjust wording
(cherry picked from commit 807ce4b7b3)
2025-09-09 10:06:12 +02:00
Wolfgang Walther
62c3302639 [Backport release-25.05] ci/github-script/labels: keep "needs reviewer" if only automated reviews (#441401) 2025-09-09 07:53:33 +00:00
Ryan Omasta
ebe9db6538 ci/github-script/labels: keep "needs reviewer" if only automated reviews
(cherry picked from commit 32373aff1c)
2025-09-09 07:49:29 +00:00
Yohann Boniface
be057f1650 [Backport release-25.05] lmstudio: 0.3.24.6 -> 0.3.25.2 (#440808) 2025-09-08 23:48:33 +02:00
JuliusFreudenberger
674734f597 teleport_16: 16.5.14 -> 16.5.15
Changelog: https://github.com/gravitational/teleport/releases/tag/v16.5.15
Diff: https://github.com/gravitational/teleport/compare/v16.5.14...v16.5.15
(cherry picked from commit 266a75ebbb)
2025-09-08 22:21:25 +02:00
JuliusFreudenberger
d32c25ef77 teleport_17: 17.7.0 -> 17.7.3
Changelogs: https://github.com/gravitational/teleport/releases/tag/v17.7.1 https://github.com/gravitational/teleport/releases/tag/v17.7.2 https://github.com/gravitational/teleport/releases/tag/v17.7.3
Diff: https://github.com/gravitational/teleport/compare/v17.7.0...v17.7.3
(cherry picked from commit e171fab899)
2025-09-08 22:21:24 +02:00
JuliusFreudenberger
c5f31425ce teleport_18: 18.1.1 -> 18.2.0
Changelogs: https://github.com/gravitational/teleport/releases/tag/v18.1.2 https://github.com/gravitational/teleport/releases/tag/v18.1.3 https://github.com/gravitational/teleport/releases/tag/v18.1.4 https://github.com/gravitational/teleport/releases/tag/v18.1.5 https://github.com/gravitational/teleport/releases/tag/v18.1.6 https://github.com/gravitational/teleport/releases/tag/v18.1.7 https://github.com/gravitational/teleport/releases/tag/v18.1.8 https://github.com/gravitational/teleport/releases/tag/v18.2.0
Diff: https://github.com/gravitational/teleport/compare/v18.1.1...v18.2.0
(cherry picked from commit 2c32d07791)
2025-09-08 22:21:24 +02:00
JuliusFreudenberger
f1982a4b8c teleport: rename references to rdp library to librdpclient.h
The file was renamed upstream, so the patch and import have to be
updated respectively.

(cherry picked from commit b2570e4cb3)
2025-09-08 22:21:24 +02:00
JuliusFreudenberger
48e58b28b4 teleport_17: 17.5.4 -> 17.7.0
Changelogs: https://github.com/gravitational/teleport/releases/tag/v17.5.5 https://github.com/gravitational/teleport/releases/tag/v17.5.6 https://github.com/gravitational/teleport/releases/tag/v17.6.0 https://github.com/gravitational/teleport/releases/tag/v17.7.0
Diff: https://github.com/gravitational/teleport/compare/v17.5.4...v17.7.0

Also add fix for error: "ERROR: mkdir /homeless-shelter: permission denied"

(cherry picked from commit 475e7fd75d)
2025-09-08 22:21:24 +02:00
JuliusFreudenberger
6dc0ee4377 teleport_16: 16.5.13 -> 16.5.14
Changelog: https://github.com/gravitational/teleport/releases/tag/v16.5.14
Diff: https://github.com/gravitational/teleport/compare/v16.5.13...v16.5.14
(cherry picked from commit 5fdc599923)
2025-09-08 22:21:23 +02:00