git: a4f82dfe13e1 - 2025Q1 - devel/electron33: update to 33.4.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Mar 2025 09:44:29 UTC
The branch 2025Q1 has been updated by tagattie:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a4f82dfe13e1a6c2694928eb914b3e55efcf9825
commit a4f82dfe13e1a6c2694928eb914b3e55efcf9825
Author: Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2025-02-09 14:38:28 +0000
Commit: Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-03-10 09:44:22 +0000
devel/electron33: update to 33.4.0
Changelog: https://github.com/electron/electron/releases/tag/v33.4.0
Reported by: GitHub (watch releases)
(cherry picked from commit 8cac27191424018d59827137aa5fd86c8164ae55)
---
devel/electron33/Makefile.version | 2 +-
devel/electron33/distinfo | 10 +++++-----
devel/electron33/files/patch-electron_BUILD.gn | 14 +++++++-------
...ectron_shell_browser_api_electron__api__web__contents.h | 4 ++--
.../electron33/files/patch-electron_spec_chromium-spec.ts | 4 ++--
5 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/devel/electron33/Makefile.version b/devel/electron33/Makefile.version
index 031888be1eac..a82073ea05cb 100644
--- a/devel/electron33/Makefile.version
+++ b/devel/electron33/Makefile.version
@@ -1,2 +1,2 @@
-ELECTRON_VER= 33.3.2
+ELECTRON_VER= 33.4.0
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}
diff --git a/devel/electron33/distinfo b/devel/electron33/distinfo
index 670c082c09d5..0281e8dd80f1 100644
--- a/devel/electron33/distinfo
+++ b/devel/electron33/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1737623300
+TIMESTAMP = 1738909368
SHA256 (electron/chromium-130.0.6723.191.tar.xz.0) = 5d75efea5a8e43b99e7fd86e20835218a2b80115e55f261e31d7c3723ebe067a
SIZE (electron/chromium-130.0.6723.191.tar.xz.0) = 2000000000
SHA256 (electron/chromium-130.0.6723.191.tar.xz.1) = adf26a3c24a77e0eb119ddb3932c0ee4f9127a1b7e63c7881047d482742d716a
@@ -7,10 +7,10 @@ SHA256 (electron/chromium-130.0.6723.191.tar.xz.2) = 16a8c26a52ed95dae9a5a0d6960
SIZE (electron/chromium-130.0.6723.191.tar.xz.2) = 417583932
SHA256 (electron/pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92
SIZE (electron/pulseaudio-16.1.tar.gz) = 2763111
-SHA256 (electron/electron-yarn-cache-33.3.2.tar.xz) = fbfce89a9781eba6a8dc2582fcc979f2cb4adbd95c42a09f595c7dfa45a47fdf
-SIZE (electron/electron-yarn-cache-33.3.2.tar.xz) = 32181868
-SHA256 (electron/electron-electron-v33.3.2_GH0.tar.gz) = 83c810dbafcf1aefd2e77dbe7140376029daa524cd292a4e959b9ae2dba085f9
-SIZE (electron/electron-electron-v33.3.2_GH0.tar.gz) = 14703940
+SHA256 (electron/electron-yarn-cache-33.4.0.tar.xz) = fbfce89a9781eba6a8dc2582fcc979f2cb4adbd95c42a09f595c7dfa45a47fdf
+SIZE (electron/electron-yarn-cache-33.4.0.tar.xz) = 32181868
+SHA256 (electron/electron-electron-v33.4.0_GH0.tar.gz) = 4e3aa5a1e31961c62f2b97c105e0a4ef1f3aeceec1f158dd35f3a04557b8dcf3
+SIZE (electron/electron-electron-v33.4.0_GH0.tar.gz) = 14706722
SHA256 (electron/nodejs-node-v20.18.1_GH0.tar.gz) = e52a6d719db786fffdc7ac3dc623023803336d8ce7a1dd61d9f68bd851d2a921
SIZE (electron/nodejs-node-v20.18.1_GH0.tar.gz) = 115585611
SHA256 (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 02edf8d5b3fef9af94d8a1355da60564a57e7f2c99cb422bce042400607ed2eb
diff --git a/devel/electron33/files/patch-electron_BUILD.gn b/devel/electron33/files/patch-electron_BUILD.gn
index 724597c8b031..9385e47ffb55 100644
--- a/devel/electron33/files/patch-electron_BUILD.gn
+++ b/devel/electron33/files/patch-electron_BUILD.gn
@@ -1,6 +1,6 @@
---- electron/BUILD.gn.orig 2024-10-22 02:29:46 UTC
+--- electron/BUILD.gn.orig 2025-02-05 15:28:01 UTC
+++ electron/BUILD.gn
-@@ -525,7 +525,7 @@ source_set("electron_lib") {
+@@ -526,7 +526,7 @@ source_set("electron_lib") {
defines += [ "GDK_DISABLE_DEPRECATION_WARNINGS" ]
}
@@ -9,7 +9,7 @@
deps += [
"//components/crash/core/app",
"//components/crash/core/browser",
-@@ -618,6 +618,12 @@ source_set("electron_lib") {
+@@ -619,6 +619,12 @@ source_set("electron_lib") {
cflags_objcc = [ "-fobjc-weak" ]
}
}
@@ -22,7 +22,7 @@
if (is_linux) {
libs = [ "xshmfence" ]
deps += [
-@@ -1184,7 +1190,7 @@ if (is_mac) {
+@@ -1185,7 +1191,7 @@ if (is_mac) {
":electron_lib",
":electron_win32_resources",
":packed_resources",
@@ -31,7 +31,7 @@
"//content:sandbox_helper_win",
"//electron/buildflags",
"//ui/strings",
-@@ -1210,7 +1216,7 @@ if (is_mac) {
+@@ -1211,7 +1217,7 @@ if (is_mac) {
public_deps = [ "//tools/v8_context_snapshot:v8_context_snapshot" ]
}
@@ -40,7 +40,7 @@
data_deps += [ "//components/crash/core/app:chrome_crashpad_handler" ]
}
-@@ -1277,7 +1283,7 @@ if (is_mac) {
+@@ -1278,7 +1284,7 @@ if (is_mac) {
configs += [ "//build/config/gcc:rpath_for_built_shared_libraries" ]
}
@@ -49,7 +49,7 @@
deps += [ "//sandbox/linux:chrome_sandbox" ]
}
}
-@@ -1385,7 +1391,7 @@ dist_zip("electron_dist_zip") {
+@@ -1386,7 +1392,7 @@ dist_zip("electron_dist_zip") {
":electron_version_file",
":licenses",
]
diff --git a/devel/electron33/files/patch-electron_shell_browser_api_electron__api__web__contents.h b/devel/electron33/files/patch-electron_shell_browser_api_electron__api__web__contents.h
index 1aa607012366..ac277a65d9cd 100644
--- a/devel/electron33/files/patch-electron_shell_browser_api_electron__api__web__contents.h
+++ b/devel/electron33/files/patch-electron_shell_browser_api_electron__api__web__contents.h
@@ -1,6 +1,6 @@
---- electron/shell/browser/api/electron_api_web_contents.h.orig 2024-11-07 16:14:43 UTC
+--- electron/shell/browser/api/electron_api_web_contents.h.orig 2025-02-05 15:28:01 UTC
+++ electron/shell/browser/api/electron_api_web_contents.h
-@@ -768,7 +768,7 @@ class WebContents final : public ExclusiveAccessContex
+@@ -772,7 +772,7 @@ class WebContents final : public ExclusiveAccessContex
#if defined(TOOLKIT_VIEWS) && !BUILDFLAG(IS_MAC)
ui::ImageModel GetDevToolsWindowIcon() override;
#endif
diff --git a/devel/electron33/files/patch-electron_spec_chromium-spec.ts b/devel/electron33/files/patch-electron_spec_chromium-spec.ts
index a80cedcfc2b8..0541cfd9f0e7 100644
--- a/devel/electron33/files/patch-electron_spec_chromium-spec.ts
+++ b/devel/electron33/files/patch-electron_spec_chromium-spec.ts
@@ -1,4 +1,4 @@
---- electron/spec/chromium-spec.ts.orig 2025-01-22 18:19:12 UTC
+--- electron/spec/chromium-spec.ts.orig 2025-02-05 15:28:01 UTC
+++ electron/spec/chromium-spec.ts
@@ -474,13 +474,13 @@ describe('command line switches', () => {
it('should not set an invalid locale', async () => testLocale('asdfkl', `${currentLocale}|${currentSystemLocale}|${currentPreferredLanguages}`));
@@ -42,7 +42,7 @@
const html = `
<html lang="ja-JP">
<head>
-@@ -3326,7 +3326,7 @@ describe('navigator.clipboard.write', () => {
+@@ -3473,7 +3473,7 @@ describe('paste execCommand', () => {
});
});