Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2022 05:16:37 GMT
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 78663f52a35d - main - devel/electron19: update to 19.0.12
Message-ID:  <202208170516.27H5Gbw8048270@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=78663f52a35d69b02548325108a39ec0d3acd431

commit 78663f52a35d69b02548325108a39ec0d3acd431
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2022-08-17 05:15:25 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2022-08-17 05:16:30 +0000

    devel/electron19: update to 19.0.12
    
    Changelog: https://github.com/electron/electron/releases/tag/v19.0.12
---
 devel/electron19/Makefile                          |  2 +-
 devel/electron19/Makefile.version                  |  2 +-
 devel/electron19/distinfo                          | 10 ++++-----
 devel/electron19/files/package.json                |  2 +-
 ...ome_browser_chrome__content__browser__client.cc |  6 ++---
 devel/electron19/files/patch-content_test_BUILD.gn |  4 ++--
 ...lectron_shell_browser_api_electron__api__app.cc |  8 +++----
 .../files/patch-electron_spec-main_api-app-spec.ts | 26 +++++++++++-----------
 8 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/devel/electron19/Makefile b/devel/electron19/Makefile
index 9f7607fceed8..d0c5c2438651 100644
--- a/devel/electron19/Makefile
+++ b/devel/electron19/Makefile
@@ -153,7 +153,7 @@ REACTIVEOBJC_VER=		74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76
 # See ${WRKSRC}/electron/DEPS for MANTLE_VER
 MANTLE_VER=			78d3966b3c331292ea29ec38661b25df0a245948
 
-YARN_TIMESTAMP=	1659596691
+YARN_TIMESTAMP=	1660529887
 
 GN_ARGS+=		clang_use_chrome_plugins=false \
 			enable_hangout_services_extension=true \
diff --git a/devel/electron19/Makefile.version b/devel/electron19/Makefile.version
index 870a2276e2a6..1a0e73b7e2fd 100644
--- a/devel/electron19/Makefile.version
+++ b/devel/electron19/Makefile.version
@@ -1,2 +1,2 @@
-ELECTRON_VER=	19.0.11
+ELECTRON_VER=	19.0.12
 ELECTRON_VER_MAJOR=	${ELECTRON_VER:C/\..*//}
diff --git a/devel/electron19/distinfo b/devel/electron19/distinfo
index 720abb53538a..5480812cf90b 100644
--- a/devel/electron19/distinfo
+++ b/devel/electron19/distinfo
@@ -1,14 +1,14 @@
-TIMESTAMP = 1659597265
+TIMESTAMP = 1660531281
 SHA256 (electron/chromium-102.0.5005.167.tar.xz) = 0ef31269e4fd0fe5871e29bb16a3a7aaea1de7eee5d7b2c4c209eff4b196d00e
 SIZE (electron/chromium-102.0.5005.167.tar.xz) = 1302429260
 SHA256 (electron/df473d4b1ab26ce6b669007521f2ffb8ff99f9d7) = 38fa60c59a8398ae33f8d12c1234735a74dc3c8d0c6d4bc7a9c212c2b4b7fef8
 SIZE (electron/df473d4b1ab26ce6b669007521f2ffb8ff99f9d7) = 12046529
 SHA256 (electron/cd96fc55dc243f6c6f4cb63ad117cad6cd48dceb) = ec973eccd669d417fbf2d0a4dac730744a3174268ff062db5451b55c82bc3492
 SIZE (electron/cd96fc55dc243f6c6f4cb63ad117cad6cd48dceb) = 26759650
-SHA256 (electron/electron-yarn-cache-19.0.11.tar.xz) = 3b478722fccec5e1f26cc03735005736e3ceaa6989526ea030afa89b0dd4db45
-SIZE (electron/electron-yarn-cache-19.0.11.tar.xz) = 37911756
-SHA256 (electron/electron-electron-v19.0.11_GH0.tar.gz) = ba75035d8a322e74f83ff20650563109a7996a5e240b554347ce8888b2a132e6
-SIZE (electron/electron-electron-v19.0.11_GH0.tar.gz) = 10475110
+SHA256 (electron/electron-yarn-cache-19.0.12.tar.xz) = 983e39e56b4a05cca3af5c25cf51eb885b83e82603d7899b3f916bbe6fa4304d
+SIZE (electron/electron-yarn-cache-19.0.12.tar.xz) = 37911800
+SHA256 (electron/electron-electron-v19.0.12_GH0.tar.gz) = cdb509a359a24b4eaf4214250a979ea9d7a09deaa9f3af688a9481cc6b5e72b7
+SIZE (electron/electron-electron-v19.0.12_GH0.tar.gz) = 10489450
 SHA256 (electron/nodejs-node-v16.14.2_GH0.tar.gz) = cc2331a5c35d3dda0035d9cba71c3b8e234bc68e18ffd955b385c1e97062528f
 SIZE (electron/nodejs-node-v16.14.2_GH0.tar.gz) = 88432213
 SHA256 (electron/nodejs-nan-65b32af46e9d7fab2e4ff657751205b3865f4920_GH0.tar.gz) = a649b75bfa9c1a0254c73d022c6e98924b9471f593bcc83832daaf68da4cae8d
diff --git a/devel/electron19/files/package.json b/devel/electron19/files/package.json
index 115f160bb912..ce8113b060c9 100644
--- a/devel/electron19/files/package.json
+++ b/devel/electron19/files/package.json
@@ -1,6 +1,6 @@
 {
   "name": "electron",
-  "version": "19.0.11",
+  "version": "19.0.12",
   "repository": "https://github.com/electron/electron",
   "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
   "devDependencies": {
diff --git a/devel/electron19/files/patch-chrome_browser_chrome__content__browser__client.cc b/devel/electron19/files/patch-chrome_browser_chrome__content__browser__client.cc
index 7787607d1172..45a56306e5e2 100644
--- a/devel/electron19/files/patch-chrome_browser_chrome__content__browser__client.cc
+++ b/devel/electron19/files/patch-chrome_browser_chrome__content__browser__client.cc
@@ -1,4 +1,4 @@
---- chrome/browser/chrome_content_browser_client.cc.orig	2022-06-19 00:44:36 UTC
+--- chrome/browser/chrome_content_browser_client.cc.orig	2022-08-15 02:47:57 UTC
 +++ chrome/browser/chrome_content_browser_client.cc
 @@ -378,7 +378,7 @@
  #include "components/user_manager/user_manager.h"
@@ -122,7 +122,7 @@
  void ChromeContentBrowserClient::GetAdditionalMappedFilesForChildProcess(
      const base::CommandLine& command_line,
      int child_process_id,
-@@ -4310,14 +4312,14 @@ ChromeContentBrowserClient::CreateThrottlesForNavigati
+@@ -4314,14 +4316,14 @@ ChromeContentBrowserClient::CreateThrottlesForNavigati
          &throttles);
    }
  
@@ -139,7 +139,7 @@
    MaybeAddThrottle(enterprise_connectors::DeviceTrustNavigationThrottle::
                         MaybeCreateThrottleFor(handle),
                     &throttles);
-@@ -4350,7 +4352,7 @@ ChromeContentBrowserClient::CreateThrottlesForNavigati
+@@ -4354,7 +4356,7 @@ ChromeContentBrowserClient::CreateThrottlesForNavigati
  
  // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
  // of lacros-chrome is complete.
diff --git a/devel/electron19/files/patch-content_test_BUILD.gn b/devel/electron19/files/patch-content_test_BUILD.gn
index e81d3e9d9d96..31881e2f791b 100644
--- a/devel/electron19/files/patch-content_test_BUILD.gn
+++ b/devel/electron19/files/patch-content_test_BUILD.gn
@@ -1,4 +1,4 @@
---- content/test/BUILD.gn.orig	2022-05-25 04:01:01 UTC
+--- content/test/BUILD.gn.orig	2022-08-15 02:47:57 UTC
 +++ content/test/BUILD.gn
 @@ -1938,7 +1938,7 @@ static_library("run_all_unittests") {
      ":test_support",
@@ -9,7 +9,7 @@
      deps += [ "//content/common:set_process_title_linux" ]
    }
  }
-@@ -2888,7 +2888,7 @@ test("content_unittests") {
+@@ -2887,7 +2887,7 @@ test("content_unittests") {
      deps += [ "//third_party/boringssl" ]
    }
  
diff --git a/devel/electron19/files/patch-electron_shell_browser_api_electron__api__app.cc b/devel/electron19/files/patch-electron_shell_browser_api_electron__api__app.cc
index 585f5723ca4b..f4106b764606 100644
--- a/devel/electron19/files/patch-electron_shell_browser_api_electron__api__app.cc
+++ b/devel/electron19/files/patch-electron_shell_browser_api_electron__api__app.cc
@@ -1,4 +1,4 @@
---- electron/shell/browser/api/electron_api_app.cc.orig	2022-06-08 15:30:58 UTC
+--- electron/shell/browser/api/electron_api_app.cc.orig	2022-08-10 15:31:56 UTC
 +++ electron/shell/browser/api/electron_api_app.cc
 @@ -704,7 +704,7 @@ void App::OnWillFinishLaunching() {
  }
@@ -18,7 +18,7 @@
    auto env = base::Environment::Create();
    env->SetVar("CHROME_DESKTOP", desktop_name);
  #endif
-@@ -1401,7 +1401,7 @@ std::vector<gin_helper::Dictionary> App::GetAppMetrics
+@@ -1403,7 +1403,7 @@ std::vector<gin_helper::Dictionary> App::GetAppMetrics
        pid_dict.Set("name", process_metric.second->name);
      }
  
@@ -27,7 +27,7 @@
      auto memory_info = process_metric.second->GetMemoryInfo();
  
      gin_helper::Dictionary memory_dict = gin::Dictionary::CreateEmpty(isolate);
-@@ -1707,7 +1707,7 @@ gin::ObjectTemplateBuilder App::GetObjectTemplateBuild
+@@ -1709,7 +1709,7 @@ gin::ObjectTemplateBuilder App::GetObjectTemplateBuild
        .SetMethod(
            "removeAsDefaultProtocolClient",
            base::BindRepeating(&Browser::RemoveAsDefaultProtocolClient, browser))
@@ -36,7 +36,7 @@
        .SetMethod(
            "getApplicationInfoForProtocol",
            base::BindRepeating(&Browser::GetApplicationInfoForProtocol, browser))
-@@ -1764,7 +1764,7 @@ gin::ObjectTemplateBuilder App::GetObjectTemplateBuild
+@@ -1766,7 +1766,7 @@ gin::ObjectTemplateBuilder App::GetObjectTemplateBuild
        .SetMethod("getJumpListSettings", &App::GetJumpListSettings)
        .SetMethod("setJumpList", &App::SetJumpList)
  #endif
diff --git a/devel/electron19/files/patch-electron_spec-main_api-app-spec.ts b/devel/electron19/files/patch-electron_spec-main_api-app-spec.ts
index 52658e1f7170..133d89c686ba 100644
--- a/devel/electron19/files/patch-electron_spec-main_api-app-spec.ts
+++ b/devel/electron19/files/patch-electron_spec-main_api-app-spec.ts
@@ -1,4 +1,4 @@
---- electron/spec-main/api-app-spec.ts.orig	2022-05-25 15:32:14 UTC
+--- electron/spec-main/api-app-spec.ts.orig	2022-08-10 15:31:56 UTC
 +++ electron/spec-main/api-app-spec.ts
 @@ -174,7 +174,7 @@ describe('app module', () => {
      });
@@ -9,7 +9,7 @@
          this.skip();
          return;
        }
-@@ -436,7 +436,7 @@ describe('app module', () => {
+@@ -438,7 +438,7 @@ describe('app module', () => {
    //   let w = null
  
    //   before(function () {
@@ -18,7 +18,7 @@
    //       this.skip()
    //     }
    //   })
-@@ -559,7 +559,7 @@ describe('app module', () => {
+@@ -561,7 +561,7 @@ describe('app module', () => {
    describe('app.badgeCount', () => {
      const platformIsNotSupported =
          (process.platform === 'win32') ||
@@ -27,7 +27,7 @@
  
      const expectedBadgeCount = 42;
  
-@@ -603,7 +603,7 @@ describe('app module', () => {
+@@ -605,7 +605,7 @@ describe('app module', () => {
      });
    });
  
@@ -36,7 +36,7 @@
      const updateExe = path.resolve(path.dirname(process.execPath), '..', 'Update.exe');
      const processStartArgs = [
        '--processStart', `"${path.basename(process.execPath)}"`,
-@@ -920,7 +920,7 @@ describe('app module', () => {
+@@ -922,7 +922,7 @@ describe('app module', () => {
      });
    });
  
@@ -45,7 +45,7 @@
      it('with properties', () => {
        it('can set accessibility support enabled', () => {
          expect(app.accessibilitySupportEnabled).to.eql(false);
-@@ -1038,7 +1038,7 @@ describe('app module', () => {
+@@ -1040,7 +1040,7 @@ describe('app module', () => {
      let w: BrowserWindow;
  
      before(function () {
@@ -54,7 +54,7 @@
          this.skip();
        }
        session.fromPartition('empty-certificate').setCertificateVerifyProc((req, cb) => { cb(0); });
-@@ -1179,7 +1179,7 @@ describe('app module', () => {
+@@ -1181,7 +1181,7 @@ describe('app module', () => {
        // We can't expect particular app names here, but these protocols should
        // at least have _something_ registered. Except on our Linux CI
        // environment apparently.
@@ -63,7 +63,7 @@
          this.skip();
        }
  
-@@ -1197,7 +1197,7 @@ describe('app module', () => {
+@@ -1199,7 +1199,7 @@ describe('app module', () => {
      });
    });
  
@@ -72,7 +72,7 @@
      it('returns promise rejection for a bogus protocol', async function () {
        await expect(
          app.getApplicationInfoForProtocol('bogus-protocol://')
-@@ -1247,7 +1247,7 @@ describe('app module', () => {
+@@ -1249,7 +1249,7 @@ describe('app module', () => {
    });
  
    // FIXME Get these specs running on Linux CI
@@ -81,7 +81,7 @@
      const iconPath = path.join(__dirname, 'fixtures/assets/icon.ico');
      const sizes = {
        small: 16,
-@@ -1328,7 +1328,7 @@ describe('app module', () => {
+@@ -1330,7 +1330,7 @@ describe('app module', () => {
            expect(entry.memory).to.have.property('privateBytes').that.is.greaterThan(0);
          }
  
@@ -90,7 +90,7 @@
            expect(entry.sandboxed).to.be.a('boolean');
          }
  
-@@ -1354,7 +1354,7 @@ describe('app module', () => {
+@@ -1356,7 +1356,7 @@ describe('app module', () => {
    });
  
    // FIXME https://github.com/electron/electron/issues/24224
@@ -99,7 +99,7 @@
      const appPath = path.join(fixturesPath, 'api', 'gpu-info.js');
  
      const getGPUInfo = async (type: string) => {
-@@ -1403,7 +1403,7 @@ describe('app module', () => {
+@@ -1405,7 +1405,7 @@ describe('app module', () => {
  
      it('succeeds with complete GPUInfo', async () => {
        const completeInfo = await getGPUInfo('complete');
@@ -108,7 +108,7 @@
          // For linux and macOS complete info is same as basic info
          await verifyBasicGPUInfo(completeInfo);
          const basicInfo = await getGPUInfo('basic');
-@@ -1433,7 +1433,7 @@ describe('app module', () => {
+@@ -1435,7 +1435,7 @@ describe('app module', () => {
      const socketPath = process.platform === 'win32' ? '\\\\.\\pipe\\electron-mixed-sandbox' : '/tmp/electron-mixed-sandbox';
  
      beforeEach(function (done) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208170516.27H5Gbw8048270>