Skip to content

Commit

Permalink
devel/electron22: update to 22.3.13
Browse files Browse the repository at this point in the history
Changelog: https://github.com/electron/electron/releases/tag/v22.3.13

Reported by:	GitHub (watch releases)
Security:	3c3d3dcb-bef7-4d20-9580-b4216b5ff6a2
  • Loading branch information
tagattie committed Jun 17, 2023
1 parent 5e0e92c commit 347bcec
Show file tree
Hide file tree
Showing 7 changed files with 114 additions and 244 deletions.
2 changes: 1 addition & 1 deletion devel/electron22/Makefile
Expand Up @@ -221,7 +221,7 @@ REACTIVEOBJC_VER= 74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76
# See ${WRKSRC}/electron/DEPS for MANTLE_VER
MANTLE_VER= 78d3966b3c331292ea29ec38661b25df0a245948

YARN_TIMESTAMP= 1685583499
YARN_TIMESTAMP= 1686904845

.include "Makefile.version"
.include <bsd.port.pre.mk> # required for COMPILER_VERSION
Expand Down
2 changes: 1 addition & 1 deletion devel/electron22/Makefile.version
@@ -1,2 +1,2 @@
ELECTRON_VER= 22.3.12
ELECTRON_VER= 22.3.13
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}
10 changes: 5 additions & 5 deletions devel/electron22/distinfo
@@ -1,14 +1,14 @@
TIMESTAMP = 1685584474
TIMESTAMP = 1686905243
SHA256 (electron/chromium-108.0.5359.215.tar.xz) = aba0730b347269efda217affe804f6fced296aa02f810c8c9a6fd7d46cd7bf9a
SIZE (electron/chromium-108.0.5359.215.tar.xz) = 1584734880
SHA256 (electron/f8b5da24d33317766d3933fb6711b0603fc4fb6f) = 63706737ca75e0e5c97885186b2a7ab019ca71d1315ee08870193bbfa7486bfc
SIZE (electron/f8b5da24d33317766d3933fb6711b0603fc4fb6f) = 9900677
SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734
SHA256 (electron/electron-yarn-cache-22.3.12.tar.xz) = a540cd6c5ec9ea18d72adf647944d0afcc923938831ee2380e6a6caef876b376
SIZE (electron/electron-yarn-cache-22.3.12.tar.xz) = 38903504
SHA256 (electron/electron-electron-v22.3.12_GH0.tar.gz) = b1967cf985741cd53be0c541bd8a5d5889d347e1ef463498b2862e3f675e68ae
SIZE (electron/electron-electron-v22.3.12_GH0.tar.gz) = 10597588
SHA256 (electron/electron-yarn-cache-22.3.13.tar.xz) = d2aa6dbd44d4264aa01fcfdc352c8e8aa21d34f25274c84c94a9f5692eaea130
SIZE (electron/electron-yarn-cache-22.3.13.tar.xz) = 38838360
SHA256 (electron/electron-electron-v22.3.13_GH0.tar.gz) = fccbe34abe6b7422597d3a29534f8c766c722db1861504b3a05fd293dbb63acb
SIZE (electron/electron-electron-v22.3.13_GH0.tar.gz) = 10625305
SHA256 (electron/nodejs-node-v16.17.1_GH0.tar.gz) = e63378aa6aa18b9e05486e46eaca6c6e09904366e5100d7e04c6dbd344a42f60
SIZE (electron/nodejs-node-v16.17.1_GH0.tar.gz) = 90485310
SHA256 (electron/nodejs-nan-16fa32231e2ccd89d2804b3f765319128b20c4ac_GH0.tar.gz) = 3807ae6a1e451a29f068540472f100f9718d457c60ac62f2f8469d1d57475d39
Expand Down
2 changes: 1 addition & 1 deletion devel/electron22/files/package.json
Expand Up @@ -7,7 +7,7 @@
"@azure/storage-blob": "^12.9.0",
"@electron/docs-parser": "^1.0.0",
"@electron/fiddle-core": "^1.0.4",
"@electron/github-app-auth": "^1.5.0",
"@electron/github-app-auth": "^2.0.0",
"@electron/typescript-definitions": "^8.10.0",
"@octokit/rest": "^19.0.7",
"@primer/octicons": "^10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions devel/electron22/files/patch-v8_src_api_api.cc
@@ -1,4 +1,4 @@
--- v8/src/api/api.cc.orig 2022-11-30 08:12:58 UTC
--- v8/src/api/api.cc.orig 2023-06-16 08:54:54 UTC
+++ v8/src/api/api.cc
@@ -140,7 +140,7 @@
#include "src/wasm/wasm-serialization.h"
Expand All @@ -9,7 +9,7 @@
#include <signal.h>

#if V8_ENABLE_WEBASSEMBLY
@@ -6206,7 +6206,7 @@ bool v8::V8::Initialize(const int build_config) {
@@ -6217,7 +6217,7 @@ bool v8::V8::Initialize(const int build_config) {
return true;
}

Expand Down

0 comments on commit 347bcec

Please sign in to comment.