git: 0972b65fc44c - 2024Q3 - devel/electron29: update to 29.4.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Jul 2024 11:21:38 UTC
The branch 2024Q3 has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=0972b65fc44cfca673e3e786891495d4aa99de48 commit 0972b65fc44cfca673e3e786891495d4aa99de48 Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2024-07-19 11:17:31 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2024-07-19 11:21:31 +0000 devel/electron29: update to 29.4.5 Changelog: https://github.com/electron/electron/releases/tag/v29.4.5 Reported by: GitHub (watch releases) MFH: 2024Q3 Security: 574028b4-a181-455b-a78b-ec5c62781235 (cherry picked from commit 9a39387e4e721817a9060d10a00a22c331d72b83) --- devel/electron29/Makefile.version | 2 +- devel/electron29/distinfo | 10 +++++----- devel/electron29/files/patch-electron_spec_webview-spec.ts | 11 ++++++++++- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/devel/electron29/Makefile.version b/devel/electron29/Makefile.version index 62c84660798d..1514ed93cfb5 100644 --- a/devel/electron29/Makefile.version +++ b/devel/electron29/Makefile.version @@ -1,2 +1,2 @@ -ELECTRON_VER= 29.4.4 +ELECTRON_VER= 29.4.5 ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//} diff --git a/devel/electron29/distinfo b/devel/electron29/distinfo index 6ef63e72a2c0..b77963271b68 100644 --- a/devel/electron29/distinfo +++ b/devel/electron29/distinfo @@ -1,14 +1,14 @@ -TIMESTAMP = 1721009121 +TIMESTAMP = 1721377739 SHA256 (electron/chromium-122.0.6261.156.tar.xz) = c29e0d546920a788d664f241739c1b9ee6f5235cfab91f8d4cf3026f42bceead SIZE (electron/chromium-122.0.6261.156.tar.xz) = 1660787092 SHA256 (electron/e0b8a95aed06c02287872a2d15c28509b9808446) = 6c964b838cc8b73e6014d6f57ae132455e3b0787449a10d4cf12b1415f2abda2 SIZE (electron/e0b8a95aed06c02287872a2d15c28509b9808446) = 9601507 SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8 SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734 -SHA256 (electron/electron-yarn-cache-29.4.4.tar.xz) = 7bf31c8b9c55ee317c217cd6605eb85ed015cef96246188be0ab3b2681200368 -SIZE (electron/electron-yarn-cache-29.4.4.tar.xz) = 29229388 -SHA256 (electron/electron-electron-v29.4.4_GH0.tar.gz) = 69b568aa8e4b13ba87a6b1db6aad0a8cf5ee583fc56d71bc1bfa21bdf742b5c0 -SIZE (electron/electron-electron-v29.4.4_GH0.tar.gz) = 13458215 +SHA256 (electron/electron-yarn-cache-29.4.5.tar.xz) = 7bf31c8b9c55ee317c217cd6605eb85ed015cef96246188be0ab3b2681200368 +SIZE (electron/electron-yarn-cache-29.4.5.tar.xz) = 29229388 +SHA256 (electron/electron-electron-v29.4.5_GH0.tar.gz) = e195aa6f3f9172a8f3265fc9058cf03cb825d5f0c026f06284fac6f24926caf2 +SIZE (electron/electron-electron-v29.4.5_GH0.tar.gz) = 13457835 SHA256 (electron/nodejs-node-v20.9.0_GH0.tar.gz) = 97fa9283e5472d4252794c930ad59270e4851cc523fe5469f37f65a344f5f2e2 SIZE (electron/nodejs-node-v20.9.0_GH0.tar.gz) = 114905754 SHA256 (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 02edf8d5b3fef9af94d8a1355da60564a57e7f2c99cb422bce042400607ed2eb diff --git a/devel/electron29/files/patch-electron_spec_webview-spec.ts b/devel/electron29/files/patch-electron_spec_webview-spec.ts index db630d225c1b..7ce0f28a4feb 100644 --- a/devel/electron29/files/patch-electron_spec_webview-spec.ts +++ b/devel/electron29/files/patch-electron_spec_webview-spec.ts @@ -1,4 +1,4 @@ ---- electron/spec/webview-spec.ts.orig 2024-02-14 18:35:26 UTC +--- electron/spec/webview-spec.ts.orig 2024-07-15 16:16:34 UTC +++ electron/spec/webview-spec.ts @@ -555,7 +555,7 @@ describe('<webview> tag', function () { }); @@ -9,3 +9,12 @@ const [w, webview] = await loadWebViewWindow(); const enterFullScreen = once(w, 'enter-full-screen'); await webview.executeJavaScript('document.getElementById("div").requestFullscreen()', true); +@@ -1989,7 +1989,7 @@ describe('<webview> tag', function () { + + ifdescribe(features.isPrintingEnabled())('<webview>.printToPDF()', () => { + // FIXME: This test is flaky on Linux x64 only in 29-x-y, skip it there. +- ifit(process.platform !== 'linux' && process.arch !== 'x64')('rejects on incorrectly typed parameters', async () => { ++ ifit((process.platform !== 'linux' && process.platform !== 'freebsd') && process.arch !== 'x64')('rejects on incorrectly typed parameters', async () => { + const badTypes = { + landscape: [], + displayHeaderFooter: '123',