Commit Graph

82 Commits

Author SHA1 Message Date
adisbladis 1be927ca66 Merge pull request #316983 from edolstra/let-float-json
Let-float various fromJSON calls to avoid repeated JSON reading/parsing
2024-07-04 13:47:08 +12:00
Yaya 5b61576af3 electron_30-bin: 30.0.6 -> 30.1.1
- Changelog: https://github.com/electron/electron/releases/tag/v30.1.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v30.0.6...v30.1.1
2024-06-14 09:36:44 +02:00
Yaya f64a67ff51 electron_29-bin: 29.4.0 -> 29.4.2
- Changelog: https://github.com/electron/electron/releases/tag/v29.4.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v29.4.0...v29.4.2
2024-06-14 09:36:44 +02:00
Yaya aa57afb706 electron_28-bin: 28.3.1 -> 28.3.3
- Changelog: https://github.com/electron/electron/releases/tag/v28.3.3
- Diff: https://github.com/electron/electron/compare/refs/tags/v28.3.1...v28.3.3
2024-06-14 09:36:44 +02:00
Alyssa Ross 7892638379 electron*: mark older versions as EOL
Link: https://www.electronjs.org/docs/latest/tutorial/electron-timelines#timeline
Link: https://github.com/NixOS/nixpkgs/pull/318857#issuecomment-2161462390
2024-06-12 09:09:54 +02:00
Eelco Dolstra 8d2a765adf Let-float various fromJSON calls to avoid repeated JSON reading/parsing
Some of these were read/parsed dozens of times in a `nix search`
invocation, and in particular the MELPA recipes archive (3 MiB) was
read 4 times.
2024-06-03 18:52:42 +02:00
Yaya 8435fc3cab electron_30-bin: 30.0.3 -> 30.0.6
- Changelog: https://github.com/electron/electron/releases/tag/v30.0.6
- Diff: https://github.com/electron/electron/compare/refs/tags/v30.0.3...v30.0.6
2024-05-20 19:54:45 +02:00
Yaya d62c20353a electron_29-bin: 29.3.3 -> 29.4.0
- Changelog: https://github.com/electron/electron/releases/tag/v29.4.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v29.3.3...v29.4.0
- Fixes CVE-2024-22017
2024-05-20 19:54:45 +02:00
Yaya d189975761 electron_30-bin: 30.0.2 -> 30.0.3
- Changelog: https://github.com/electron/electron/releases/tag/v30.0.3
- Diff: https://github.com/electron/electron/compare/refs/tags/v30.0.2...v30.0.3
2024-05-12 21:57:24 +02:00
Yaya dd6f51c6f0 electron_29-bin: 29.3.2 -> 29.3.3
- Changelog: https://github.com/electron/electron/releases/tag/v29.3.3
- Diff: https://github.com/electron/electron/compare/refs/tags/v29.3.2...v29.3.3
- Fixes CVE-2024-3914
- Fixes CVE-2024-4558
2024-05-12 21:57:24 +02:00
Yaya acc51bc86a electron_30-bin: init at 30.0.2
- Changelog: https://github.com/electron/electron/releases/tag/v30.0.2
2024-05-05 12:42:54 +02:00
Yaya eecceae03f electron_29-bin: 29.3.0 -> 29.3.2
- Changelog: https://github.com/electron/electron/releases/tag/v29.3.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v29.3.0...v29.3.2
- Fixes CVE-2024-4058
- Fixes CVE-2024-4060
2024-05-05 12:42:54 +02:00
Yaya 59b9b178c9 electron: Support updating electron-bin with update.py
This commits extends the functionality of electron's update script by
- making it possible to update both binary and from source built releases.
- adding the `--source-only` and `--bin-only` options for limiting the
  update mechanism to source or binary releases.
- adding a `--commit` option to automatically commit the changes for
  you.
2024-05-04 15:27:28 +02:00
Jan Tojnar eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Yaya 101d7ae0be electron_28-bin: 28.3.0 -> 28.3.1
https://github.com/electron/electron/releases/tag/v28.3.1

Fixes CVE-2024-1580
Fixes CVE-2024-3515
Fixes CVE-2024-3516
Fixes CVE-2024-3517
2024-04-18 20:09:30 +02:00
Yaya 0b00f7a2e6 electron_27-bin: 27.3.10 -> 27.3.11
https://github.com/electron/electron/releases/tag/v27.3.11

This is the last release before reaching end-of-life.

Fixes CVE-2024-1580
Fixes CVE-2024-3157
Fixes CVE-2024-3515
Fixes CVE-2024-3516
2024-04-18 20:09:30 +02:00
Thomas Gerbet be365f9dc9 Merge pull request #303726 from teutat3s/electron-bin-updates
`electron_27-bin`, `electron_28-bin`, `electron_29-bin` updates
2024-04-16 20:18:29 +02:00
Emily a82470b511 Merge pull request #293063 from Kiskae/chromium-vulkan-fix
chromium: fix ANGLE vulkan backend on NixOS
2024-04-13 17:36:35 +02:00
teutat3s 322fb8dde5 electron_29-bin: 29.2.0 -> 29.3.0
https://github.com/electron/electron/releases/v29.3.0
2024-04-13 00:25:37 +02:00
teutat3s 9ebdca62d5 electron_28-bin: 28.2.10 -> 28.3.0
https://github.com/electron/electron/releases/v28.3.0
2024-04-13 00:25:09 +02:00
teutat3s 1a41f44111 electron_27-bin: 27.3.9 -> 27.3.10
https://github.com/electron/electron/releases/v27.3.10
2024-04-13 00:24:08 +02:00
Kiskae 230e558635 electron-*-bin: fix vulkan-loader 2024-04-04 22:50:10 +02:00
teutat3s 8d033851ec electron_29-bin: 29.1.4 -> 29.2.0 2024-04-04 20:43:14 +02:00
teutat3s 0094669280 electron_28-bin: 28.0.0 -> 28.2.10 2024-04-04 20:42:43 +02:00
teutat3s 1d60d40090 electron_27-bin: 27.0.0 -> 27.3.9 2024-04-04 20:41:15 +02:00
Yureka 58f2ef7717 electron-bin: remove unused insecure versions 2024-03-22 11:44:47 +01:00
Mathew Polzin 428564f752 electron: support v29 binary option (#296218) 2024-03-16 16:39:01 +01:00
Yureka c076cc2157 electron_26-bin: mark as insecure 2024-03-14 12:29:00 +01:00
Kiskae 1f09eb4d9e electron_*-bin: fix libGL 2024-02-02 20:44:54 +01:00
Pol Dellaiera 7501d682b8 electron: add missing meta.mainProgram 2023-12-20 12:10:18 +03:00
Pavol Rusnak ca8e89e825 electron-bin: remove prusnak from maintainers 2023-12-10 23:59:13 +01:00
Yaya 181cc6ce34 electron_28-bin: init at v28.0.0 (#272762) 2023-12-09 00:24:27 +01:00
Yureka 9652f98da0 electron_25: eol 2023-12-05 19:38:28 +01:00
Yaya 3e8424248f electron-{22,24}-bin: Mark EOL
These are now EOL since 2023-10-10

https://endoflife.date/electron

Co-authored-by: Yureka <yuka@yuka.dev>
2023-10-21 16:40:45 +02:00
nixdrin 503e176e3d electron-bin: add pciutils to electronLibPath
libpci.so is needed at runtime to detect GPU vendor/device IDs properly,
so that Chromium's blocklists that workaround various GPU driver bugs
can be applied correctly.
2023-10-20 00:03:30 +02:00
Nick Cao 72b9db4a08 Merge pull request #260540 from yayayayaka/electron_22-bin-22.3.27
electron_22-bin: 22.3.26 -> 22.3.27
2023-10-12 11:47:44 -04:00
Yureka 46e2044bf5 electron_27-bin: init at 27.0.0 2023-10-12 15:45:58 +02:00
Yaya f156d0e629 electron_22-bin: 22.3.26 -> 22.3.27
https://github.com/electron/electron/releases/tag/v22.3.27

This is the last 22.x release and has now reached EOL.
2023-10-11 23:50:41 +02:00
Yaya d9623feedd electron_26-bin: 26.2.4 -> 26.3.0
https://github.com/electron/electron/releases/tag/v26.3.0
2023-10-07 22:36:25 +02:00
Yaya 50f5c57f95 electron_25-bin: 25.8.4 -> 25.9.0
https://github.com/electron/electron/releases/tag/v25.9.0
2023-10-07 22:36:25 +02:00
Yaya b3b1066b67 electron_24-bin: 24.8.5 -> 24.8.6
https://github.com/electron/electron/releases/tag/v24.8.6

Fixes CVE-2023-5217
2023-10-07 22:36:25 +02:00
Yaya f9c918e1db electron_22-bin: 22.3.25 -> 22.3.26
https://github.com/electron/electron/releases/tag/v22.3.26

Fixes CVE-2023-5217
2023-10-07 22:36:25 +02:00
Sandro Jäckel bbd62ccd6c electron-bin: use callPackage 2023-10-03 16:37:26 +02:00
Sandro Jäckel 5d5e71a3ac electron-bin: remove atomEnv 2023-10-03 16:37:26 +02:00
Yaya 1f6f2c5f9d electron_26-bin: 26.2.1 -> 26.2.4
https://github.com/electron/electron/releases/tag/v26.2.4

Resolves CVE-2023-5217
2023-09-30 06:50:02 +02:00
Yaya 3b4f30eea2 electron_25-bin: 25.8.1 -> 25.8.4
https://github.com/electron/electron/releases/tag/v25.8.4

Resolves CVE-2023-5217
2023-09-30 06:48:21 +02:00
Yaya 622be90411 electron_24-bin: 24.8.3 -> 24.8.5
https://github.com/electron/electron/releases/tag/v24.8.5

Resolves CVE-2023-5217
2023-09-30 06:46:47 +02:00
Yaya 31e23fcb1b electron_22-bin: 22.3.24 -> 22.3.25
https://github.com/electron/electron/releases/tag/v22.3.25

Resolves CVE-2023-5217
2023-09-30 06:45:08 +02:00
Pierre Bourdon 504148b135 electron_25: 25.7.0 -> 25.8.1 (CVE-2023-4863, #254798) 2023-09-14 10:11:11 +02:00
Pierre Bourdon e588b4441e electron_24: 24.8.1 -> 24.8.3 (CVE-2023-4863, #254798) 2023-09-14 10:11:11 +02:00