991 Commits
Author SHA1 Message Date
teutat3s c636aab378 electron-{bin,chromedriver}: drop x86_64-darwin support
See: #541145 and 492ef5cbeb
2026-07-17 08:37:03 +02:00
teutat3s ad7bfe9461 electron-chromedriver_43: init at 43.1.0
- Changelog: https://github.com/electron/electron/releases/tag/v43.0.0
- Changelog: https://github.com/electron/electron/releases/tag/v43.1.0

- Diff: https://github.com/electron/electron/compare/refs/tags/v43.0.0...v43.1.0
2026-07-17 08:37:03 +02:00
teutat3s aa8118cd09 electron_43-bin: init at 43.1.0
- Changelog: https://github.com/electron/electron/releases/tag/v43.0.0
- Changelog: https://github.com/electron/electron/releases/tag/v43.1.0

- Diff: https://github.com/electron/electron/compare/refs/tags/v43.0.0...v43.1.0
2026-07-17 08:37:03 +02:00
teutat3s 450726460d electron-source.electron_43: init at 43.1.0
- Changelog: https://github.com/electron/electron/releases/tag/v43.0.0
- Changelog: https://github.com/electron/electron/releases/tag/v43.1.0

- Diff: https://github.com/electron/electron/compare/refs/tags/v43.0.0...v43.1.0

Synced `gnFlags` with https://github.com/electron/electron/blob/v43.1.0/build/args/all.gn and removed all flags that are no longer in use by either electron 41, 42, 43.
- `v8_builtins_profiling_log_file` was removed in https://github.com/electron/electron/commit/29750dda082501f5b728f58fb57765813d59a193 (and backported for all electron versions)
- `dawn_use_built_dxc` was removed in https://github.com/electron/electron/commit/9b740594fbdd0a205a1c2062c27184bb691a0b05
- `clang_unsafe_buffers_paths` was removed in https://github.com/electron/electron/commit/041ada15867b4ed24193f2023747f275806bcf10
- `enterprise_cloud_content_analysis` was removed in https://github.com/electron/electron/commit/76c5257fea58dad31de77d85861f88c0cc6aa954
- `node_openssl_path` using boringssl was added in version 43 https://github.com/electron/electron/commit/e4a5c5a3b9532e1ac1bfa561f0ee95b4ee64363a
2026-07-17 08:35:07 +02:00
Emily 464931110a electron-bin: drop x86_64-darwin from update script 2026-07-15 03:58:17 +01:00
Emily fdb820602b treewide: drop simple x86_64-darwin mentions
To reproduce:

    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: nix-x86_64-darwin
          language: nix
          rule:
            any:
              - pattern: "\"x86_64-darwin\""
                kind: list_expression > string_expression
              - pattern:
                  context: "{ \"x86_64-darwin\" = $EXPR; }"
                  selector: binding
              - pattern:
                  context: "{ x86_64-darwin = $EXPR; }"
                  selector: binding
          fix:
            template: ""
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-first-x86_64-darwin
          language: json
          rule:
            kind: object > pair:nth-child(1)
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandEnd: { regex: "," }
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-x86_64-darwin
          language: json
          rule:
            kind: object > pair
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandStart: { regex: "," }
        ' pkgs
    $ git restore pkgs/by-name/om/omnix/package.nix
    $ git diff --name-only -z \
        | nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
            -c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
    $ treefmt
2026-07-15 03:58:16 +01:00
teutat3s 05151e55ad electron_40-bin: mark as insecure
electron 40 is EOL
2026-07-14 16:52:52 +02:00
teutat3s f995734340 electron-source.electron_40: remove
electron 40 is EOL.
2026-07-14 16:52:40 +02:00
TomaSajt 4ad5733fe5 electron_38-bin,electron-chromedriver_38: drop 2026-07-07 11:38:25 +02:00
teutat3s f07c9f3fd3 electron-chromedriver_42: 42.4.0 -> 42.5.1
- Changelog: https://github.com/electron/electron/releases/tag/v42.5.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.4.0...v42.5.1
2026-06-29 17:07:27 +02:00
teutat3s f614e907b4 electron_42-bin: 42.4.0 -> 42.5.1
- Changelog: https://github.com/electron/electron/releases/tag/v42.5.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.4.0...v42.5.1
2026-06-29 17:06:23 +02:00
teutat3s e7426a3efa electron-chromedriver_41: 41.7.2 -> 41.9.1
- Changelog: https://github.com/electron/electron/releases/tag/v41.9.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.7.2...v41.9.1
2026-06-29 17:05:19 +02:00
teutat3s b3bdd23ef9 electron_41-bin: 41.7.2 -> 41.9.1
- Changelog: https://github.com/electron/electron/releases/tag/v41.9.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.7.2...v41.9.1
2026-06-29 17:04:15 +02:00
teutat3s 4978c71e9a electron-chromedriver_40: 40.10.3 -> 40.10.5
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.5
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.10.3...v40.10.5
2026-06-29 17:03:12 +02:00
teutat3s 831469dedc electron_40-bin: 40.10.3 -> 40.10.5
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.5
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.10.3...v40.10.5
2026-06-29 17:02:07 +02:00
teutat3s 78c7621733 electron-source.electron_42: 42.4.0 -> 42.5.1
- Changelog: https://github.com/electron/electron/releases/tag/v42.5.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.4.0...v42.5.1
2026-06-29 16:27:43 +02:00
teutat3s 1f079da317 electron-source.electron_41: 41.7.2 -> 41.9.1
- Changelog: https://github.com/electron/electron/releases/tag/v41.9.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.7.2...v41.9.1
2026-06-29 16:12:27 +02:00
teutat3s adf90c573b electron-source.electron_40: 40.10.3 -> 40.10.5
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.5
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.10.3...v40.10.5
2026-06-29 16:11:13 +02:00
teutat3s d9cf234350 electron-chromedriver_42: 42.3.0 -> 42.4.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.4.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.3.0...v42.4.0
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
2026-06-11 15:25:14 +02:00
teutat3s e9abfa86b0 electron_42-bin: 42.3.0 -> 42.4.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.4.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.3.0...v42.4.0
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
2026-06-11 15:25:01 +02:00
teutat3s fb75776163 electron-chromedriver_41: 41.7.1 -> 41.7.2
- Changelog: https://github.com/electron/electron/releases/tag/v41.7.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.7.1...v41.7.2
- Fixes CVE-2026-9110
- Fixes CVE-2026-9111
- Fixes CVE-2026-9114
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
- Fixes CVE-2026-9117
- Fixes CVE-2026-9118
- Fixes CVE-2026-9120
- Fixes CVE-2026-9121
- Fixes CVE-2026-9122
- Fixes CVE-2026-9124
- Fixes CVE-2026-9126
2026-06-11 15:24:48 +02:00
teutat3s 14459880ca electron_41-bin: 41.7.1 -> 41.7.2
- Changelog: https://github.com/electron/electron/releases/tag/v41.7.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.7.1...v41.7.2
- Fixes CVE-2026-9110
- Fixes CVE-2026-9111
- Fixes CVE-2026-9114
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
- Fixes CVE-2026-9117
- Fixes CVE-2026-9118
- Fixes CVE-2026-9120
- Fixes CVE-2026-9121
- Fixes CVE-2026-9122
- Fixes CVE-2026-9124
- Fixes CVE-2026-9126
2026-06-11 15:24:35 +02:00
teutat3s 523d7b5c8c electron-chromedriver_40: 40.10.2 -> 40.10.3
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.3
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.10.2...v40.10.3
- Fixes CVE-2026-9110
- Fixes CVE-2026-9111
- Fixes CVE-2026-9112
- Fixes CVE-2026-9113
- Fixes CVE-2026-9114
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
- Fixes CVE-2026-9117
- Fixes CVE-2026-9118
- Fixes CVE-2026-9119
- Fixes CVE-2026-9120
- Fixes CVE-2026-9121
- Fixes CVE-2026-9122
- Fixes CVE-2026-9124
- Fixes CVE-2026-9126
2026-06-11 15:24:21 +02:00
teutat3s 729b5f94e5 electron_40-bin: 40.10.2 -> 40.10.3
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.3
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.10.2...v40.10.3
- Fixes CVE-2026-9110
- Fixes CVE-2026-9111
- Fixes CVE-2026-9112
- Fixes CVE-2026-9113
- Fixes CVE-2026-9114
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
- Fixes CVE-2026-9117
- Fixes CVE-2026-9118
- Fixes CVE-2026-9119
- Fixes CVE-2026-9120
- Fixes CVE-2026-9121
- Fixes CVE-2026-9122
- Fixes CVE-2026-9124
- Fixes CVE-2026-9126
2026-06-11 15:24:08 +02:00
teutat3s 2765b648f9 electron-source.electron_41: 41.7.1 -> 41.7.2
- Changelog: https://github.com/electron/electron/releases/tag/v41.7.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.7.1...v41.7.2
- Fixes CVE-2026-9110
- Fixes CVE-2026-9111
- Fixes CVE-2026-9114
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
- Fixes CVE-2026-9117
- Fixes CVE-2026-9118
- Fixes CVE-2026-9120
- Fixes CVE-2026-9121
- Fixes CVE-2026-9122
- Fixes CVE-2026-9124
- Fixes CVE-2026-9126
2026-06-11 15:23:45 +02:00
teutat3s 28cf837ea7 electron-source.electron_40: 40.10.2 -> 40.10.3
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.3
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.10.2...v40.10.3
- Fixes CVE-2026-9110
- Fixes CVE-2026-9111
- Fixes CVE-2026-9112
- Fixes CVE-2026-9113
- Fixes CVE-2026-9114
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
- Fixes CVE-2026-9117
- Fixes CVE-2026-9118
- Fixes CVE-2026-9119
- Fixes CVE-2026-9120
- Fixes CVE-2026-9121
- Fixes CVE-2026-9122
- Fixes CVE-2026-9124
- Fixes CVE-2026-9126
2026-06-11 15:07:37 +02:00
Yureka 503b3f2002 electron-source.electron_42: 42.3.0 -> 42.4.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.4.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.3.0...v42.4.0
- Fixes CVE-2026-9115
- Fixes CVE-2026-9116
2026-06-10 09:52:43 +02:00
TomaSajt ec419f35be electron-source: remove unused patches 2026-06-01 23:49:08 +02:00
Jhonas WerneryandGitHub 3ea774bbf2 electron_{40,41,42}: updates (#522548) 2026-05-28 18:43:50 +00:00
teutat3s 1dfbc500bd electron-chromedriver_42: 42.2.0 -> 42.3.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.3.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.2.0...v42.3.0
2026-05-28 11:46:56 +02:00
teutat3s 41e8fdefe0 electron_42-bin: 42.2.0 -> 42.3.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.3.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.2.0...v42.3.0
2026-05-28 11:46:52 +02:00
teutat3s 255ffe870b electron-chromedriver_41: 41.7.0 -> 41.7.1
- Changelog: https://github.com/electron/electron/releases/tag/v41.7.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.7.0...v41.7.1
2026-05-28 11:46:48 +02:00
teutat3s 67f4d62779 electron_41-bin: 41.7.0 -> 41.7.1
- Changelog: https://github.com/electron/electron/releases/tag/v41.7.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.7.0...v41.7.1
2026-05-28 11:46:45 +02:00
teutat3s b4b7495a81 electron-chromedriver_40: 40.10.1 -> 40.10.2
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.10.1...v40.10.2
2026-05-28 11:46:42 +02:00
teutat3s d4c6134472 electron_40-bin: 40.10.1 -> 40.10.2
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.10.1...v40.10.2
2026-05-28 11:46:38 +02:00
teutat3s b06f2ab17f electron-source.electron_42: 42.2.0 -> 42.3.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.3.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.2.0...v42.3.0
2026-05-28 11:14:12 +02:00
teutat3s 56c67f7f2a electron-source.electron_41: 41.7.0 -> 41.7.1
- Changelog: https://github.com/electron/electron/releases/tag/v41.7.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.7.0...v41.7.1
2026-05-28 11:05:05 +02:00
teutat3s 84d3a10d69 electron-source.electron_40: 40.10.1 -> 40.10.2
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.10.1...v40.10.2
2026-05-28 11:04:40 +02:00
teutat3s 4e2f3b4904 electron_39-bin: mark as insecure 2026-05-22 22:33:47 +02:00
teutat3s 65b67d5ec1 electron-source.electron_39: remove 2026-05-22 22:33:45 +02:00
yaya 4015868668 electron-source.electron_42: 42.1.0 -> 42.2.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.2.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.1.0...v42.2.0
2026-05-21 10:01:08 +02:00
yaya 73df9eb6e6 electron-source.electron_41: 41.6.1 -> 41.7.0
- Changelog: https://github.com/electron/electron/releases/tag/v41.7.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.6.1...v41.7.0
2026-05-21 10:01:08 +02:00
yaya ec588199a5 electron-source.electron_40: 40.10.0 -> 40.10.1
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.10.0...v40.10.1
2026-05-21 10:01:08 +02:00
yaya 2595d33117 electron-chromedriver_42: 42.1.0 -> 42.2.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.2.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.1.0...v42.2.0
2026-05-21 10:01:08 +02:00
yaya 17d01dc56f electron_42-bin: 42.1.0 -> 42.2.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.2.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.1.0...v42.2.0
2026-05-21 10:01:08 +02:00
yaya 04875e4ff0 electron-chromedriver_41: 41.6.1 -> 41.7.0
- Changelog: https://github.com/electron/electron/releases/tag/v41.7.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.6.1...v41.7.0
2026-05-21 10:01:08 +02:00
yaya 952ee85bfe electron_41-bin: 41.6.1 -> 41.7.0
- Changelog: https://github.com/electron/electron/releases/tag/v41.7.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v41.6.1...v41.7.0
2026-05-21 10:01:08 +02:00
yaya f4c584ec37 electron-chromedriver_40: 40.10.0 -> 40.10.1
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.10.0...v40.10.1
2026-05-21 10:01:08 +02:00
yaya d1afa1f0a6 electron_40-bin: 40.10.0 -> 40.10.1
- Changelog: https://github.com/electron/electron/releases/tag/v40.10.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v40.10.0...v40.10.1
2026-05-21 10:01:07 +02:00
teutat3s 783b977dc2 electron-chromedriver_42: 42.0.1 -> 42.1.0
- Changelog: https://github.com/electron/electron/releases/tag/v42.1.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v42.0.1...v42.1.0
2026-05-17 18:49:50 +02:00