Skip to content

Commit

Permalink
devel/electron24: update to 24.4.1
Browse files Browse the repository at this point in the history
Changelog: https://github.com/electron/electron/releases/tag/v24.4.1

Reported by:	GitHub (watch releases)
  • Loading branch information
tagattie committed Jun 5, 2023
1 parent 601e20d commit ca4f850
Show file tree
Hide file tree
Showing 7 changed files with 996 additions and 446 deletions.
2 changes: 1 addition & 1 deletion devel/electron24/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ REACTIVEOBJC_VER= 74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76
# See ${WRKSRC}/electron/DEPS for MANTLE_VER
MANTLE_VER= 78d3966b3c331292ea29ec38661b25df0a245948

YARN_TIMESTAMP= 1685152823
YARN_TIMESTAMP= 1685855429

.include "Makefile.version"
.include <bsd.port.pre.mk>
Expand Down
2 changes: 1 addition & 1 deletion devel/electron24/Makefile.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ELECTRON_VER= 24.4.0
ELECTRON_VER= 24.4.1
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}
10 changes: 5 additions & 5 deletions devel/electron24/distinfo
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
TIMESTAMP = 1685156535
TIMESTAMP = 1685856181
SHA256 (electron/chromium-112.0.5615.204.tar.xz) = 4eb23f689df9685fc4ce38fe751023ac98aab2ca21af1ee7ebe47fa5c095a09d
SIZE (electron/chromium-112.0.5615.204.tar.xz) = 1572906744
SHA256 (electron/a98dcca3c46a718770b2cb3430785ea4ed7e3f09) = 386332ab89cbe19c427a3febcf2e93ee89a3007243da3e3e466823f50d00eba5
SIZE (electron/a98dcca3c46a718770b2cb3430785ea4ed7e3f09) = 9822544
SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734
SHA256 (electron/electron-yarn-cache-24.4.0.tar.xz) = 809d7644b63ead4e0ba62a32fd473137e27a70d8227e01b43d74ca9596381728
SIZE (electron/electron-yarn-cache-24.4.0.tar.xz) = 39582416
SHA256 (electron/electron-electron-v24.4.0_GH0.tar.gz) = e471a4a4f3275fdbad0141e6827d815391d8000864a7bff55aeb5456fc0a8472
SIZE (electron/electron-electron-v24.4.0_GH0.tar.gz) = 10457494
SHA256 (electron/electron-yarn-cache-24.4.1.tar.xz) = 145d9125c1aa43ebc40c8a51117b77c33775a71ff8045d22974c6980e8f78bcb
SIZE (electron/electron-yarn-cache-24.4.1.tar.xz) = 41689564
SHA256 (electron/electron-electron-v24.4.1_GH0.tar.gz) = f3bd352131ea8bc63d09b5bec4e82816ca319b7083d779796cee7581adf0af48
SIZE (electron/electron-electron-v24.4.1_GH0.tar.gz) = 10467790
SHA256 (electron/nodejs-node-v18.14.0_GH0.tar.gz) = 31bbccdff73269baebcc9f32c2ffe428f28be79841527c63e95da93e8c630829
SIZE (electron/nodejs-node-v18.14.0_GH0.tar.gz) = 113058999
SHA256 (electron/nodejs-nan-16fa32231e2ccd89d2804b3f765319128b20c4ac_GH0.tar.gz) = 3807ae6a1e451a29f068540472f100f9718d457c60ac62f2f8469d1d57475d39
Expand Down
6 changes: 3 additions & 3 deletions devel/electron24/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@electron/docs-parser": "^1.0.0",
"@electron/fiddle-core": "^1.0.4",
"@electron/github-app-auth": "^1.5.0",
"@electron/lint-roller": "^1.1.0",
"@electron/lint-roller": "^1.2.1",
"@electron/typescript-definitions": "^8.10.0",
"@octokit/rest": "^19.0.7",
"@primer/octicons": "^10.0.0",
Expand Down Expand Up @@ -45,6 +45,7 @@
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-mocha": "^7.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-typescript": "^0.14.0",
"events": "^3.2.0",
Expand All @@ -64,7 +65,6 @@
"remark-preset-lint-markdown-style-guide": "^4.0.0",
"semver": "^5.6.0",
"shx": "^0.3.2",
"standard-markdown": "^6.0.0",
"stream-json": "^1.7.1",
"tap-xunit": "^2.4.1",
"temp": "^0.8.3",
Expand Down Expand Up @@ -92,7 +92,7 @@
"lint:docs-fiddles": "standard \"docs/fiddles/**/*.js\"",
"lint:docs-relative-links": "electron-lint-markdown-links --root docs \"**/*.md\"",
"lint:markdownlint": "electron-markdownlint \"*.md\" \"docs/**/*.md\"",
"lint:js-in-markdown": "standard-markdown docs",
"lint:js-in-markdown": "electron-lint-markdown-standard --root docs \"**/*.md\"",
"create-api-json": "node script/create-api-json.js",
"create-typescript-definitions": "npm run create-api-json && electron-typescript-definitions --api=electron-api.json && node spec/ts-smoke/runner.js",
"gn-typescript-definitions": "npm run create-typescript-definitions && shx cp electron.d.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- electron/spec/api-browser-window-spec.ts.orig 2023-05-22 19:19:22 UTC
--- electron/spec/api-browser-window-spec.ts.orig 2023-05-31 15:28:22 UTC
+++ electron/spec/api-browser-window-spec.ts
@@ -59,7 +59,7 @@ describe('BrowserWindow module', () => {
}).not.to.throw();
Expand Down Expand Up @@ -126,7 +126,7 @@
const w = new BrowserWindow();
const minimize = emittedOnce(w, 'minimize');
w.minimize();
@@ -4499,7 +4499,7 @@ describe('BrowserWindow module', () => {
@@ -4554,7 +4554,7 @@ describe('BrowserWindow module', () => {
});

// On Linux there is no "resizable" property of a window.
Expand All @@ -135,7 +135,7 @@
const w = new BrowserWindow({ show: false });
expect(w.resizable).to.be.true('resizable');

@@ -4591,7 +4591,7 @@ describe('BrowserWindow module', () => {
@@ -4646,7 +4646,7 @@ describe('BrowserWindow module', () => {
});
});

Expand All @@ -144,7 +144,7 @@
// Not implemented on Linux.
afterEach(closeAllWindows);

@@ -5655,7 +5655,7 @@ describe('BrowserWindow module', () => {
@@ -5710,7 +5710,7 @@ describe('BrowserWindow module', () => {
describe('"transparent" option', () => {
afterEach(closeAllWindows);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- third_party/electron_node/deps/uv/BUILD.gn.orig 2022-05-13 07:19:54 UTC
--- third_party/electron_node/deps/uv/BUILD.gn.orig 2023-06-04 05:29:42 UTC
+++ third_party/electron_node/deps/uv/BUILD.gn
@@ -3,7 +3,7 @@ config("libuv_config") {

Expand All @@ -9,7 +9,7 @@
defines += [ "_POSIX_C_SOURCE=200112" ]
}
if (!is_win) {
@@ -155,7 +155,7 @@ static_library("uv") {
@@ -157,7 +157,7 @@ static_library("uv") {
libs += [ "m" ]
ldflags += [ "-pthread" ]
}
Expand All @@ -18,7 +18,7 @@
sources += [ "src/unix/proctitle.c" ]
}
if (is_mac) {
@@ -170,7 +170,7 @@ static_library("uv") {
@@ -172,7 +172,7 @@ static_library("uv") {
"_DARWIN_UNLIMITED_SELECT=1",
]
}
Expand All @@ -27,7 +27,7 @@
defines += [ "_GNU_SOURCE" ]
sources += [
"src/unix/epoll.c",
@@ -191,6 +191,16 @@ static_library("uv") {
@@ -193,6 +193,16 @@ static_library("uv") {
sources += [
"src/unix/bsd-ifaddrs.c",
"src/unix/kqueue.c",
Expand Down

0 comments on commit ca4f850

Please sign in to comment.