summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2023-10-12 20:25:31 +0900
committerHiroki Tagato <tagattie@FreeBSD.org>2023-10-12 20:27:22 +0900
commit8e2ce36f95112042df67dfdd255f7ba1e1fbc115 (patch)
treefc5bb0444ad703e47d370d1b654890f5fe14b5a9
parentsecurity/vuxml: add www/*chromium < 118.0.5993.70 (diff)
devel/electron25: update to 25.9.1
Changelog: https://github.com/electron/electron/releases/tag/v25.9.1 Reported by: GitHub (watch releases) MFH: 2023Q4 Security: 4281b712-ad6b-4c21-8f66-619a9150691f
-rw-r--r--devel/electron25/Makefile2
-rw-r--r--devel/electron25/Makefile.version2
-rw-r--r--devel/electron25/distinfo10
-rw-r--r--devel/electron25/files/patch-electron_shell_browser_api_electron__api__web__contents.cc14
-rw-r--r--devel/electron25/files/patch-electron_shell_browser_ui_views_inspectable__web__contents__view__views.cc4
-rw-r--r--devel/electron25/files/patch-electron_spec_api-browser-window-spec.ts8
6 files changed, 20 insertions, 20 deletions
diff --git a/devel/electron25/Makefile b/devel/electron25/Makefile
index 41c981091931..2db6b6b12753 100644
--- a/devel/electron25/Makefile
+++ b/devel/electron25/Makefile
@@ -223,7 +223,7 @@ REACTIVEOBJC_VER= 74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76
# See ${WRKSRC}/electron/DEPS for MANTLE_VER
MANTLE_VER= 78d3966b3c331292ea29ec38661b25df0a245948
-YARN_TIMESTAMP= 1696735073
+YARN_TIMESTAMP= 1697094398
.include "Makefile.version"
.include <bsd.port.pre.mk>
diff --git a/devel/electron25/Makefile.version b/devel/electron25/Makefile.version
index c25e00fcf3dd..9f43a67ff061 100644
--- a/devel/electron25/Makefile.version
+++ b/devel/electron25/Makefile.version
@@ -1,2 +1,2 @@
-ELECTRON_VER= 25.9.0
+ELECTRON_VER= 25.9.1
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}
diff --git a/devel/electron25/distinfo b/devel/electron25/distinfo
index fb6a32b76183..d9af8cdc51b3 100644
--- a/devel/electron25/distinfo
+++ b/devel/electron25/distinfo
@@ -1,14 +1,14 @@
-TIMESTAMP = 1696735676
+TIMESTAMP = 1697094785
SHA256 (electron/chromium-114.0.5735.289.tar.xz) = 12dee4e585dab6e7dc2117f4ee40484a947ac7a6b5a33c87dfae7cbf8b8799b0
SIZE (electron/chromium-114.0.5735.289.tar.xz) = 1413670648
SHA256 (electron/de0af8ec3401004cd1a420ab25892880330464c8) = 401097f07b4feb3e03ce7c2412e978b32aea5334f4fbaf26f873e60e8bb92647
SIZE (electron/de0af8ec3401004cd1a420ab25892880330464c8) = 8880520
SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734
-SHA256 (electron/electron-yarn-cache-25.9.0.tar.xz) = 76b9f3b7bfa21297219e604a40fd2fbbde0601d89b7624a622642cba8a928498
-SIZE (electron/electron-yarn-cache-25.9.0.tar.xz) = 41288836
-SHA256 (electron/electron-electron-v25.9.0_GH0.tar.gz) = ffa76d1e9bae1e2ef4674a321c25f195e2b339430c8e3c36d6eb82ec0b65ffad
-SIZE (electron/electron-electron-v25.9.0_GH0.tar.gz) = 11348209
+SHA256 (electron/electron-yarn-cache-25.9.1.tar.xz) = 2c98d1bfe3549a39bb74fe6be927b1322381ab6ab31b9994e38682f350c676be
+SIZE (electron/electron-yarn-cache-25.9.1.tar.xz) = 41289496
+SHA256 (electron/electron-electron-v25.9.1_GH0.tar.gz) = 3f5811252d8e7f2212ff89d920b6d29c643609e7d01cb0cc1ac09c8ac0328067
+SIZE (electron/electron-electron-v25.9.1_GH0.tar.gz) = 11353060
SHA256 (electron/nodejs-node-v18.15.0_GH0.tar.gz) = 33c4b5b77c98398a3c0d99a146f602d164e014ff3a5713697beef1a971faf573
SIZE (electron/nodejs-node-v18.15.0_GH0.tar.gz) = 111925667
SHA256 (electron/nodejs-nan-16fa32231e2ccd89d2804b3f765319128b20c4ac_GH0.tar.gz) = 3807ae6a1e451a29f068540472f100f9718d457c60ac62f2f8469d1d57475d39
diff --git a/devel/electron25/files/patch-electron_shell_browser_api_electron__api__web__contents.cc b/devel/electron25/files/patch-electron_shell_browser_api_electron__api__web__contents.cc
index 5ef480c1cd7a..fad1c21a2e2e 100644
--- a/devel/electron25/files/patch-electron_shell_browser_api_electron__api__web__contents.cc
+++ b/devel/electron25/files/patch-electron_shell_browser_api_electron__api__web__contents.cc
@@ -1,6 +1,6 @@
---- electron/shell/browser/api/electron_api_web_contents.cc.orig 2023-09-12 18:44:33 UTC
+--- electron/shell/browser/api/electron_api_web_contents.cc.orig 2023-10-10 19:38:56 UTC
+++ electron/shell/browser/api/electron_api_web_contents.cc
-@@ -154,11 +154,11 @@
+@@ -155,11 +155,11 @@
#include "ui/base/cocoa/defaults_utils.h"
#endif
@@ -14,7 +14,7 @@
#include "ui/gfx/font_render_params.h"
#endif
-@@ -520,7 +520,7 @@ absl::optional<base::TimeDelta> GetCursorBlinkInterval
+@@ -521,7 +521,7 @@ absl::optional<base::TimeDelta> GetCursorBlinkInterval
ui::TextInsertionCaretBlinkPeriodFromDefaults());
if (system_value)
return *system_value;
@@ -23,7 +23,7 @@
if (auto* linux_ui = ui::LinuxUi::instance())
return linux_ui->GetCursorBlinkInterval();
#elif BUILDFLAG(IS_WIN)
-@@ -975,7 +975,7 @@ void WebContents::InitWithSessionAndOptions(
+@@ -976,7 +976,7 @@ void WebContents::InitWithSessionAndOptions(
accept_languages.pop_back();
prefs->accept_languages = accept_languages;
@@ -32,7 +32,7 @@
// Update font settings.
static const gfx::FontRenderParams params(
gfx::GetFontRenderParams(gfx::FontRenderParamsQuery(), nullptr));
-@@ -2643,7 +2643,7 @@ void WebContents::ForcefullyCrashRenderer() {
+@@ -2649,7 +2649,7 @@ void WebContents::ForcefullyCrashRenderer() {
content::RenderProcessHost* rph = rwh->GetProcess();
if (rph) {
@@ -41,7 +41,7 @@
// A generic |CrashDumpHungChildProcess()| is not implemented for Linux.
// Instead we send an explicit IPC to crash on the renderer's IO thread.
rph->ForceCrash();
-@@ -3306,7 +3306,7 @@ void WebContents::CopyImageAt(int x, int y) {
+@@ -3312,7 +3312,7 @@ void WebContents::CopyImageAt(int x, int y) {
void WebContents::Focus() {
// Focusing on WebContents does not automatically focus the window on macOS
// and Linux, do it manually to match the behavior on Windows.
@@ -50,7 +50,7 @@
if (owner_window())
owner_window()->Focus(true);
#endif
-@@ -4120,7 +4120,7 @@ ui::ImageModel WebContents::GetDevToolsWindowIcon() {
+@@ -4126,7 +4126,7 @@ ui::ImageModel WebContents::GetDevToolsWindowIcon() {
}
#endif
diff --git a/devel/electron25/files/patch-electron_shell_browser_ui_views_inspectable__web__contents__view__views.cc b/devel/electron25/files/patch-electron_shell_browser_ui_views_inspectable__web__contents__view__views.cc
index 49761bb50a00..a56a87fcb0d1 100644
--- a/devel/electron25/files/patch-electron_shell_browser_ui_views_inspectable__web__contents__view__views.cc
+++ b/devel/electron25/files/patch-electron_shell_browser_ui_views_inspectable__web__contents__view__views.cc
@@ -1,6 +1,6 @@
---- electron/shell/browser/ui/views/inspectable_web_contents_view_views.cc.orig 2023-06-20 12:38:26 UTC
+--- electron/shell/browser/ui/views/inspectable_web_contents_view_views.cc.orig 2023-10-10 19:38:56 UTC
+++ electron/shell/browser/ui/views/inspectable_web_contents_view_views.cc
-@@ -182,7 +182,7 @@ void InspectableWebContentsViewViews::SetIsDocked(bool
+@@ -185,7 +185,7 @@ void InspectableWebContentsViewViews::SetIsDocked(bool
params.delegate = devtools_window_delegate_;
params.bounds = inspectable_web_contents()->GetDevToolsBounds();
diff --git a/devel/electron25/files/patch-electron_spec_api-browser-window-spec.ts b/devel/electron25/files/patch-electron_spec_api-browser-window-spec.ts
index e5d380a60e68..6c74752eca5d 100644
--- a/devel/electron25/files/patch-electron_spec_api-browser-window-spec.ts
+++ b/devel/electron25/files/patch-electron_spec_api-browser-window-spec.ts
@@ -1,4 +1,4 @@
---- electron/spec/api-browser-window-spec.ts.orig 2023-08-30 15:08:12 UTC
+--- electron/spec/api-browser-window-spec.ts.orig 2023-10-10 19:38:56 UTC
+++ electron/spec/api-browser-window-spec.ts
@@ -65,7 +65,7 @@ describe('BrowserWindow module', () => {
}).not.to.throw();
@@ -126,7 +126,7 @@
const w = new BrowserWindow();
const minimize = once(w, 'minimize');
w.minimize();
-@@ -5018,7 +5018,7 @@ describe('BrowserWindow module', () => {
+@@ -5038,7 +5038,7 @@ describe('BrowserWindow module', () => {
});
// On Linux there is no "resizable" property of a window.
@@ -135,7 +135,7 @@
const w = new BrowserWindow({ show: false });
expect(w.resizable).to.be.true('resizable');
-@@ -5108,7 +5108,7 @@ describe('BrowserWindow module', () => {
+@@ -5128,7 +5128,7 @@ describe('BrowserWindow module', () => {
});
});
@@ -144,7 +144,7 @@
// Not implemented on Linux.
afterEach(closeAllWindows);
-@@ -6250,7 +6250,7 @@ describe('BrowserWindow module', () => {
+@@ -6270,7 +6270,7 @@ describe('BrowserWindow module', () => {
describe('"transparent" option', () => {
afterEach(closeAllWindows);