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,23 +1,23 @@ -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 SIZE (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 180646 SHA256 (electron/Squirrel-Squirrel.Mac-0e5d146ba13101a1302d59ea6e6e0b3cace4ae38_GH0.tar.gz) = f4ebb40a8d85dbb7ef02aa0571b2f8e22182c6d73b6992484a53c90047779d01 SIZE (electron/Squirrel-Squirrel.Mac-0e5d146ba13101a1302d59ea6e6e0b3cace4ae38_GH0.tar.gz) = 2112918 SHA256 (electron/ReactiveCocoa-ReactiveObjC-74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76_GH0.tar.gz) = 88e65f116c7a06fccedb43970fba63080a57a4e5dc29147d2cdfe1ee58dd0546 SIZE (electron/ReactiveCocoa-ReactiveObjC-74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76_GH0.tar.gz) = 1136238 SHA256 (electron/Mantle-Mantle-78d3966b3c331292ea29ec38661b25df0a245948_GH0.tar.gz) = a365df6d83e0be3cc000b70bd39734d80c28f0d9983ebe44698337a2ca464bb1 SIZE (electron/Mantle-Mantle-78d3966b3c331292ea29ec38661b25df0a245948_GH0.tar.gz) = 62962 SHA256 (electron/EngFlow-reclient-configs-955335c30a752e9ef7bff375baab5e0819b6c00d_GH0.tar.gz) = c148f76220fc41a89ffeaf370c2cc175577be184688b12aa6fec5f8ac6c714c4 SIZE (electron/EngFlow-reclient-configs-955335c30a752e9ef7bff375baab5e0819b6c00d_GH0.tar.gz) = 13014 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,11 +1,20 @@ ---- 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(' tag', function () { }); // FIXME(zcbenz): Fullscreen events do not work on Linux. - ifit(process.platform !== 'linux')('exiting fullscreen should unfullscreen window', async () => { + ifit(process.platform !== 'linux' && process.platform !== 'freebsd')('exiting fullscreen should unfullscreen window', async () => { 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(' tag', function () { + + ifdescribe(features.isPrintingEnabled())('.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',