Skip to content

Commit

Permalink
devel/electron23: update to 23.3.11
Browse files Browse the repository at this point in the history
Changelog: https://github.com/electron/electron/releases/tag/v23.3.11

Reported by:	GitHub (watch releases)
  • Loading branch information
Hiroki Tagato authored and Hiroki Tagato committed Jul 27, 2023
1 parent af0d3a4 commit 8b9e5cf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion devel/electron23/Makefile
Expand Up @@ -222,7 +222,7 @@ REACTIVEOBJC_VER= 74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76
# See ${WRKSRC}/electron/DEPS for MANTLE_VER
MANTLE_VER= 78d3966b3c331292ea29ec38661b25df0a245948

YARN_TIMESTAMP= 1688623631
YARN_TIMESTAMP= 1690413613

.include "Makefile.version"
.include <bsd.port.pre.mk>
Expand Down
2 changes: 1 addition & 1 deletion devel/electron23/Makefile.version
@@ -1,2 +1,2 @@
ELECTRON_VER= 23.3.10
ELECTRON_VER= 23.3.11
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}
10 changes: 5 additions & 5 deletions devel/electron23/distinfo
@@ -1,14 +1,14 @@
TIMESTAMP = 1688624103
TIMESTAMP = 1690414563
SHA256 (electron/chromium-110.0.5481.208.tar.xz) = 9f364e9a61a961b808ac241076fe25f8c48e5d7349a3236a9023a51018890ccc
SIZE (electron/chromium-110.0.5481.208.tar.xz) = 1554639732
SHA256 (electron/32dc8abec1486818f6ef4afc4996abc002b5218e) = b7f797156b45c21a104f732366dad74e5b401bae8e3ce75fe1e54769cda3c0c2
SIZE (electron/32dc8abec1486818f6ef4afc4996abc002b5218e) = 9903987
SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734
SHA256 (electron/electron-yarn-cache-23.3.10.tar.xz) = 271614bd5c9973270dfff91493cc841dc18cf0a41002c56f70ed8cae3e2477de
SIZE (electron/electron-yarn-cache-23.3.10.tar.xz) = 38871732
SHA256 (electron/electron-electron-v23.3.10_GH0.tar.gz) = d536edd63816242813867ee49643abdc876464f38376128b320f62c42e8bfb9c
SIZE (electron/electron-electron-v23.3.10_GH0.tar.gz) = 10534871
SHA256 (electron/electron-yarn-cache-23.3.11.tar.xz) = 7f7c32a6ee65ffbeb36456c16bd54e57149adc7ff9a8ba058bca3dbbe002e6fe
SIZE (electron/electron-yarn-cache-23.3.11.tar.xz) = 38871716
SHA256 (electron/electron-electron-v23.3.11_GH0.tar.gz) = e07ef79a8510480bc64965eb841dd261f54759959da8961904fc535602510048
SIZE (electron/electron-electron-v23.3.11_GH0.tar.gz) = 10536360
SHA256 (electron/nodejs-node-v18.12.1_GH0.tar.gz) = 7e7962209d25ed6c28b722b78a0b0ca304307d7bf536aca142be330901b11d50
SIZE (electron/nodejs-node-v18.12.1_GH0.tar.gz) = 108947341
SHA256 (electron/nodejs-nan-16fa32231e2ccd89d2804b3f765319128b20c4ac_GH0.tar.gz) = 3807ae6a1e451a29f068540472f100f9718d457c60ac62f2f8469d1d57475d39
Expand Down
@@ -1,4 +1,4 @@
--- electron/shell/browser/api/electron_api_desktop_capturer.cc.orig 2023-03-08 02:34:17 UTC
--- electron/shell/browser/api/electron_api_desktop_capturer.cc.orig 2023-07-25 16:04:23 UTC
+++ electron/shell/browser/api/electron_api_desktop_capturer.cc
@@ -36,7 +36,7 @@
#include "third_party/webrtc/modules/desktop_capture/win/dxgi_duplicator_controller.h"
Expand All @@ -18,7 +18,7 @@
// Private function in ui/base/x/x11_display_util.cc
std::map<x11::RandR::Output, int> GetMonitors(int version,
x11::RandR* randr,
@@ -296,7 +296,7 @@ void DesktopCapturer::UpdateSourcesList(DesktopMediaLi
@@ -348,7 +348,7 @@ void DesktopCapturer::UpdateSourcesList(DesktopMediaLi
for (auto& source : screen_sources) {
source.display_id = base::NumberToString(source.media_list_source.id.id);
}
Expand Down

0 comments on commit 8b9e5cf

Please sign in to comment.