git: cde0ff84f617 - main - www/ungoogled-chromium: update to 107.0.5304.110

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Thu, 10 Nov 2022 12:21:40 UTC
The branch main has been updated by rene:

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

commit cde0ff84f617ecd9ea92fa64caa5a591e78cbf68
Author:     Robert Nagy <robert@openbsd.org>
AuthorDate: 2022-11-10 11:12:57 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-11-10 12:21:18 +0000

    www/ungoogled-chromium: update to 107.0.5304.110
    
    Security:       6b04476f-601c-11ed-92ce-3065ec8fd3ec
---
 www/ungoogled-chromium/Makefile                      |  2 +-
 www/ungoogled-chromium/distinfo                      | 14 +++++++-------
 .../files/patch-build_config_compiler_BUILD.gn       | 20 ++++++++++----------
 3 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/www/ungoogled-chromium/Makefile b/www/ungoogled-chromium/Makefile
index dcbf38722427..d22c20ccab49 100644
--- a/www/ungoogled-chromium/Makefile
+++ b/www/ungoogled-chromium/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	ungoogled-chromium
-PORTVERSION=	107.0.5304.87
+PORTVERSION=	107.0.5304.110
 UGVERSION=	${DISTVERSION}-1
 CATEGORIES=	www wayland
 MASTER_SITES=	https://commondatastorage.googleapis.com/chromium-browser-official/ \
diff --git a/www/ungoogled-chromium/distinfo b/www/ungoogled-chromium/distinfo
index 9acc76970753..d1d6339bc37a 100644
--- a/www/ungoogled-chromium/distinfo
+++ b/www/ungoogled-chromium/distinfo
@@ -1,9 +1,9 @@
-TIMESTAMP = 1667066021
-SHA256 (chromium-107.0.5304.87.tar.xz) = 6c0e00c186e22a1be29177ea410ba40ff0bf65f3ded67a345eb5b17f76c93c59
-SIZE (chromium-107.0.5304.87.tar.xz) = 1688896996
-SHA256 (ungoogled-chromium-107.0.5304.87-1.tar.gz) = de6f84f9a1c49fb316f4f4ce1c1fde8e0710a6a196f0bf11dd403b9a53f65c12
-SIZE (ungoogled-chromium-107.0.5304.87-1.tar.gz) = 670222
-SHA256 (chromium-107.0.5304.87-testdata.tar.xz) = 9b4ebb4c1d5bcab70f4eb0738cc2cc9a6545780f9b4d8f7ee1abb4708fa09b35
-SIZE (chromium-107.0.5304.87-testdata.tar.xz) = 266527724
+TIMESTAMP = 1668077576
+SHA256 (chromium-107.0.5304.110.tar.xz) = d33548074a62ee63b3b790fc7cfdf5a1935cc43f1b05306b89a89e489696fecc
+SIZE (chromium-107.0.5304.110.tar.xz) = 1688613008
+SHA256 (ungoogled-chromium-107.0.5304.110-1.tar.gz) = c497b0f3256a3c0bb1e48dd14115040b97bd7319b9def1c6501f9155fc56fef6
+SIZE (ungoogled-chromium-107.0.5304.110-1.tar.gz) = 670238
+SHA256 (chromium-107.0.5304.110-testdata.tar.xz) = 4fc94e50d36894a227d69048aa2ec100be4d5a22807b894f8527de721326b3dd
+SIZE (chromium-107.0.5304.110-testdata.tar.xz) = 266480884
 SHA256 (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
 SIZE (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = 32624734
diff --git a/www/ungoogled-chromium/files/patch-build_config_compiler_BUILD.gn b/www/ungoogled-chromium/files/patch-build_config_compiler_BUILD.gn
index b617ab933241..c7e0f42885fe 100644
--- a/www/ungoogled-chromium/files/patch-build_config_compiler_BUILD.gn
+++ b/www/ungoogled-chromium/files/patch-build_config_compiler_BUILD.gn
@@ -1,4 +1,4 @@
---- build/config/compiler/BUILD.gn.orig	2022-10-29 17:50:56 UTC
+--- build/config/compiler/BUILD.gn.orig	2022-11-09 11:19:08 UTC
 +++ build/config/compiler/BUILD.gn
 @@ -222,13 +222,16 @@ config("default_include_dirs") {
  # Compiler instrumentation can introduce dependencies in DSOs to symbols in
@@ -38,7 +38,7 @@
      cflags += [ "-fcrash-diagnostics-dir=" + clang_diagnostic_dir ]
  
      # TODO(hans): Remove this once Clang generates better optimized debug info
-@@ -909,7 +916,7 @@ config("compiler_cpu_abi") {
+@@ -913,7 +920,7 @@ config("compiler_cpu_abi") {
          ]
        }
      } else if (current_cpu == "arm") {
@@ -47,7 +47,7 @@
            !(is_chromeos_lacros && is_chromeos_device)) {
          cflags += [ "--target=arm-linux-gnueabihf" ]
          ldflags += [ "--target=arm-linux-gnueabihf" ]
-@@ -924,7 +931,7 @@ config("compiler_cpu_abi") {
+@@ -928,7 +935,7 @@ config("compiler_cpu_abi") {
          cflags += [ "-mtune=$arm_tune" ]
        }
      } else if (current_cpu == "arm64") {
@@ -56,7 +56,7 @@
            !(is_chromeos_lacros && is_chromeos_device)) {
          cflags += [ "--target=aarch64-linux-gnu" ]
          ldflags += [ "--target=aarch64-linux-gnu" ]
-@@ -1252,7 +1259,7 @@ config("compiler_deterministic") {
+@@ -1256,7 +1263,7 @@ config("compiler_deterministic") {
      # different build directory like "out/feature_a" and "out/feature_b" if
      # we build same files with same compile flag.
      # Other paths are already given in relative, no need to normalize them.
@@ -65,7 +65,7 @@
        # TODO(https://crbug.com/1231236): Use -ffile-compilation-dir= here.
        cflags += [
          "-Xclang",
-@@ -1303,7 +1310,7 @@ config("compiler_deterministic") {
+@@ -1307,7 +1314,7 @@ config("compiler_deterministic") {
  }
  
  config("clang_revision") {
@@ -74,7 +74,7 @@
      update_args = [
        "--print-revision",
        "--verify-version=$clang_version",
-@@ -1540,7 +1547,7 @@ config("default_warnings") {
+@@ -1544,7 +1551,7 @@ config("default_warnings") {
          "-Wno-ignored-pragma-optimize",
        ]
  
@@ -83,7 +83,7 @@
          cflags += [
            # TODO(crbug.com/1343975) Evaluate and possibly enable.
            "-Wno-deprecated-builtins",
-@@ -1723,7 +1730,7 @@ config("no_chromium_code") {
+@@ -1727,7 +1734,7 @@ config("no_chromium_code") {
        # third-party libraries.
        "-Wno-c++11-narrowing",
      ]
@@ -92,7 +92,7 @@
        cflags += [
          # Disabled for similar reasons as -Wunused-variable.
          "-Wno-unused-but-set-variable",
-@@ -2245,7 +2252,7 @@ config("afdo_optimize_size") {
+@@ -2249,7 +2256,7 @@ config("afdo_optimize_size") {
  # There are some targeted places that AFDO regresses, so we provide a separate
  # config to allow AFDO to be disabled per-target.
  config("afdo") {
@@ -101,7 +101,7 @@
      cflags = []
      if (clang_emit_debug_info_for_profiling) {
        # Add the following flags to generate debug info for profiling.
-@@ -2261,7 +2268,7 @@ config("afdo") {
+@@ -2265,7 +2272,7 @@ config("afdo") {
        cflags += [ "-fprofile-sample-use=${rebased_clang_sample_profile}" ]
        inputs = [ _clang_sample_profile ]
      }
@@ -110,7 +110,7 @@
      cflags = [ "-fauto-profile=${auto_profile_path}" ]
      inputs = [ auto_profile_path ]
    }
-@@ -2409,7 +2416,8 @@ config("symbols") {
+@@ -2413,7 +2420,8 @@ config("symbols") {
      configs += [ "//build/config:compress_debug_sections" ]
    }