Skip to content

Commit 24b2e9f

Browse files
committed
devel/electron29: update to 29.1.1
Changelog: https://github.com/electron/electron/releases/tag/v29.1.1
1 parent 6827c42 commit 24b2e9f

7 files changed

+26
-17
lines changed

devel/electron29/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ SNDIO_VARS= GN_ARGS+=use_sndio=true
218218
SNDIO_VARS_OFF= GN_ARGS+=use_sndio=false
219219

220220
# See ${WRKSRC}/electron/DEPS for CHROMIUM_VER
221-
CHROMIUM_VER= 122.0.6261.70
221+
CHROMIUM_VER= 122.0.6261.111
222222
# See ${WRKSRC}/third_party/test_fonts/test_fonts.tar.gz.sha1 for CHROMIUM_TEST_FONTS_HASH
223223
CHROMIUM_TEST_FONTS_HASH= 336e775eec536b2d785cc80eff6ac39051931286
224224
# See ${WRKSRC}/electron/DEPS for NODE_VER

devel/electron29/Makefile.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ELECTRON_VER= 29.1.0
1+
ELECTRON_VER= 29.1.1
22
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}

devel/electron29/distinfo

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
TIMESTAMP = 1709157282
2-
SHA256 (electron/chromium-122.0.6261.70.tar.xz) = 479c646db520e559e12d832f61a5128546644f198c3de22c80b5d18df1cd0dc3
3-
SIZE (electron/chromium-122.0.6261.70.tar.xz) = 3418724740
1+
TIMESTAMP = 1709882210
2+
SHA256 (electron/chromium-122.0.6261.111.tar.xz) = 0b3da2f0ca63625e84a1b36571f23591248b8fcb422ce683c09283dbfc35c309
3+
SIZE (electron/chromium-122.0.6261.111.tar.xz) = 3422993788
44
SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
55
SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734
6-
SHA256 (electron/electron-yarn-cache-29.1.0.tar.xz) = 33fb5418c9bd9a90ba8a04ecce54acb230f87a66b90033f8b72376bca566a689
7-
SIZE (electron/electron-yarn-cache-29.1.0.tar.xz) = 29177856
8-
SHA256 (electron/electron-electron-v29.1.0_GH0.tar.gz) = 534846c97ee0b838edfb922aad67474052cdeb1f626bc8a6ee474ae124dc65fe
9-
SIZE (electron/electron-electron-v29.1.0_GH0.tar.gz) = 11430089
6+
SHA256 (electron/electron-yarn-cache-29.1.1.tar.xz) = 33fb5418c9bd9a90ba8a04ecce54acb230f87a66b90033f8b72376bca566a689
7+
SIZE (electron/electron-yarn-cache-29.1.1.tar.xz) = 29177856
8+
SHA256 (electron/electron-electron-v29.1.1_GH0.tar.gz) = 8d9a98f668309bef47c8cc4372a66b9c0c456598fc6df3202b9e634651b6b4c8
9+
SIZE (electron/electron-electron-v29.1.1_GH0.tar.gz) = 11430119
1010
SHA256 (electron/nodejs-node-v20.9.0_GH0.tar.gz) = 97fa9283e5472d4252794c930ad59270e4851cc523fe5469f37f65a344f5f2e2
1111
SIZE (electron/nodejs-node-v20.9.0_GH0.tar.gz) = 114905754
1212
SHA256 (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 02edf8d5b3fef9af94d8a1355da60564a57e7f2c99cb422bce042400607ed2eb

devel/electron29/files/patch-base_allocator_partition__allocator_partition__alloc.gni

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
--- base/allocator/partition_allocator/partition_alloc.gni.orig 2024-02-21 00:20:30 UTC
1+
--- base/allocator/partition_allocator/partition_alloc.gni.orig 2024-03-06 00:14:36 UTC
22
+++ base/allocator/partition_allocator/partition_alloc.gni
3+
@@ -30,7 +30,7 @@ has_memory_tagging =
4+
}
5+
6+
has_memory_tagging =
7+
- current_cpu == "arm64" && is_clang && !is_asan && (is_linux || is_android)
8+
+ current_cpu == "arm64" && is_clang && !is_asan && !is_bsd && (is_linux || is_android)
9+
10+
declare_args() {
11+
# Causes all the allocations to be routed via allocator_shim.cc. Usually,
312
@@ -335,7 +335,7 @@ declare_args() {
413
# dependencies that use partition_allocator are compiled in AOSP against a
514
# version of glibc that does not include pkeys syscall numbers.

devel/electron29/files/patch-components_search__engines_template__url__service.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
--- components/search_engines/template_url_service.cc.orig 2024-02-21 00:20:42 UTC
1+
--- components/search_engines/template_url_service.cc.orig 2024-03-06 00:14:48 UTC
22
+++ components/search_engines/template_url_service.cc
3-
@@ -2907,7 +2907,7 @@ TemplateURLService::GetEnterpriseSiteSearchManager(Pre
3+
@@ -2915,7 +2915,7 @@ TemplateURLService::GetEnterpriseSiteSearchManager(Pre
44
std::unique_ptr<EnterpriseSiteSearchManager>
55
TemplateURLService::GetEnterpriseSiteSearchManager(PrefService* prefs) {
66
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \

devel/electron29/files/patch-content_browser_renderer__host_render__process__host__impl.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--- content/browser/renderer_host/render_process_host_impl.cc.orig 2024-02-27 21:36:00 UTC
1+
--- content/browser/renderer_host/render_process_host_impl.cc.orig 2024-03-08 07:25:01 UTC
22
+++ content/browser/renderer_host/render_process_host_impl.cc
33
@@ -224,7 +224,7 @@
44
#include "third_party/blink/public/mojom/android_font_lookup/android_font_lookup.mojom.h"
@@ -45,7 +45,7 @@
4545
mojo::Remote<media::mojom::VideoEncodeAcceleratorProviderFactory>
4646
video_encode_accelerator_factory_remote_;
4747
ChildThreadTypeSwitcher child_thread_type_switcher_;
48-
@@ -3374,7 +3374,7 @@ void RenderProcessHostImpl::AppendRendererCommandLine(
48+
@@ -3383,7 +3383,7 @@ void RenderProcessHostImpl::AppendRendererCommandLine(
4949
base::TimeTicks::UnixEpoch().since_origin().InMicroseconds()));
5050
}
5151

@@ -54,7 +54,7 @@
5454
// Append `kDisableVideoCaptureUseGpuMemoryBuffer` flag if there is no support
5555
// for NV12 GPU memory buffer.
5656
if (switches::IsVideoCaptureUseGpuMemoryBufferEnabled() &&
57-
@@ -3434,6 +3434,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLin
57+
@@ -3443,6 +3443,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLin
5858
switches::kDisableSpeechAPI,
5959
switches::kDisableThreadedCompositing,
6060
switches::kDisableTouchDragDrop,

devel/electron29/files/patch-electron_shell_app_node__main.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--- electron/shell/app/node_main.cc.orig 2024-02-21 08:43:43 UTC
1+
--- electron/shell/app/node_main.cc.orig 2024-03-07 10:38:05 UTC
22
+++ electron/shell/app/node_main.cc
33
@@ -48,7 +48,7 @@
44
#include "shell/common/mac/codesign_util.h"
@@ -27,7 +27,7 @@
2727
electron::crash_keys::GetCrashKeys(&keys);
2828
#endif
2929
return gin::ConvertToV8(isolate, keys);
30-
@@ -271,7 +271,7 @@ int NodeMain(int argc, char* argv[]) {
30+
@@ -270,7 +270,7 @@ int NodeMain(int argc, char* argv[]) {
3131
// Setup process.crashReporter in child node processes
3232
auto reporter = gin_helper::Dictionary::CreateEmpty(isolate);
3333
reporter.SetMethod("getParameters", &GetParameters);

0 commit comments

Comments
 (0)