devel/electron40: Update to 40.10.6

Changelog: https://github.com/electron/electron/releases/tag/v40.10.6

Reported by:	GitHub (watch releases)
This commit is contained in:
Hiroki Tagato
2026-07-05 22:33:39 +09:00
parent eb1bac8c37
commit 6359fd9536
7 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
ELECTRON_VER= 40.10.5
ELECTRON_VER= 40.10.6
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}
+5 -5
View File
@@ -1,4 +1,4 @@
TIMESTAMP = 1782276945
TIMESTAMP = 1783194441
SHA256 (electron/chromium-144.0.7559.236.tar.xz.0) = 21556e44d5f5e464a7603afc1e912127c4546d3c55d777055614b769247d2714
SIZE (electron/chromium-144.0.7559.236.tar.xz.0) = 2000000000
SHA256 (electron/chromium-144.0.7559.236.tar.xz.1) = 389e96ab80e7f3ea7a330060c51ed714f2277810b13bbd1d72bb9e6119dce3a2
@@ -9,10 +9,10 @@ SHA256 (electron/pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1
SIZE (electron/pulseaudio-16.1.tar.gz) = 2763111
SHA256 (electron/yarn-4.12.0.tgz) = bd58d06826ce9542c4cd904fe10bab7bc718ea2cc39a45d9fbd15f2edb45761c
SIZE (electron/yarn-4.12.0.tgz) = 1056794
SHA256 (electron/electron40-40.10.5-node-modules.tar.xz) = 37b35304d8c96fe56dc1ad11e4ad910d9a76e674262608b7fc014103ed281300
SIZE (electron/electron40-40.10.5-node-modules.tar.xz) = 69034107
SHA256 (electron/electron-electron-v40.10.5_GH0.tar.gz) = b302dd980cdda1e2425a543411d60fd8b1149950f4c0a41df425cd08c5e6d5ce
SIZE (electron/electron-electron-v40.10.5_GH0.tar.gz) = 17527824
SHA256 (electron/electron40-40.10.6-node-modules.tar.xz) = 37b35304d8c96fe56dc1ad11e4ad910d9a76e674262608b7fc014103ed281300
SIZE (electron/electron40-40.10.6-node-modules.tar.xz) = 69034107
SHA256 (electron/electron-electron-v40.10.6_GH0.tar.gz) = 3ce775708e56c20754d66f0e167d24329f51bc84a2245315def26b12ee9375b2
SIZE (electron/electron-electron-v40.10.6_GH0.tar.gz) = 17554486
SHA256 (electron/nodejs-node-v24.15.0_GH0.tar.gz) = 5cfb169b21878f50876e0c6a77db1a5e40d733960232682bebb5e267246a2e80
SIZE (electron/nodejs-node-v24.15.0_GH0.tar.gz) = 126716937
SHA256 (electron/nodejs-nan-675cefebca42410733da8a454c8d9391fcebfbc2_GH0.tar.gz) = 3983c68f19ed75dd37dc228eab385093ae2533132730f253f0c3d19ff10788e3
@@ -1,6 +1,6 @@
--- electron/shell/browser/ui/inspectable_web_contents.cc.orig 2026-05-27 13:37:43 UTC
--- electron/shell/browser/ui/inspectable_web_contents.cc.orig 2026-06-29 20:21:48 UTC
+++ electron/shell/browser/ui/inspectable_web_contents.cc
@@ -589,7 +589,7 @@ void InspectableWebContents::LoadCompleted() {
@@ -590,7 +590,7 @@ void InspectableWebContents::LoadCompleted() {
dock_state_ = "right";
}
}
@@ -1,6 +1,6 @@
--- electron/spec/api-protocol-spec.ts.orig 2026-05-08 13:55:13 UTC
--- electron/spec/api-protocol-spec.ts.orig 2026-06-29 20:21:48 UTC
+++ electron/spec/api-protocol-spec.ts
@@ -2056,7 +2056,7 @@ describe('protocol module', () => {
@@ -2095,7 +2095,7 @@ describe('protocol module', () => {
// TODO(nornagon): this test doesn't pass on Linux currently, investigate.
// test is also flaky on CI on macOS so it is currently disabled there as well.
@@ -1,6 +1,6 @@
--- gpu/command_buffer/service/gles2_cmd_decoder.cc.orig 2026-06-24 04:59:03 UTC
--- gpu/command_buffer/service/gles2_cmd_decoder.cc.orig 2026-07-04 19:50:28 UTC
+++ gpu/command_buffer/service/gles2_cmd_decoder.cc
@@ -2854,7 +2854,7 @@ std::unique_ptr<GLES2Decoder> GLES2Decoder::Create(
@@ -3006,7 +3006,7 @@ std::unique_ptr<GLES2Decoder> GLES2Decoder::Create(
}
// Allow linux to run fuzzers.
@@ -1,4 +1,4 @@
--- mojo/core/channel.cc.orig 2026-01-07 00:52:53 UTC
--- mojo/core/channel.cc.orig 2026-07-04 19:50:28 UTC
+++ mojo/core/channel.cc
@@ -81,7 +81,11 @@ const size_t kMaxAttachedHandles = 253;
const size_t kMaxAttachedHandles = 253;
@@ -21,7 +21,7 @@
namespace {
@@ -1309,7 +1313,7 @@ bool Channel::OnControlMessage(Message::MessageType me
@@ -1314,7 +1318,7 @@ bool Channel::OnControlMessage(Message::MessageType me
}
// Currently only CrOs, Linux, and Android support upgrades.
@@ -1,6 +1,6 @@
--- mojo/core/channel_posix.cc.orig 2026-01-07 00:52:53 UTC
--- mojo/core/channel_posix.cc.orig 2026-07-04 19:50:28 UTC
+++ mojo/core/channel_posix.cc
@@ -594,6 +594,13 @@ void Channel::OfferChannelUpgrade() {
@@ -601,6 +601,13 @@ void Channel::OfferChannelUpgrade() {
}
static_cast<ChannelLinux*>(this)->OfferSharedMemUpgrade();
}