Date: Wed, 28 Jan 2026 20:55:23 +0000 From: Robert Nagy <rnagy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c52b51fea8f4 - main - www/ungoogled-chromium: update to 144.0.7559.109 Message-ID: <697a77bb.31367.4996e60e@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by rnagy: URL: https://cgit.FreeBSD.org/ports/commit/?id=c52b51fea8f43f4c89ea263a2bf5690d6250a524 commit c52b51fea8f43f4c89ea263a2bf5690d6250a524 Author: Robert Nagy <rnagy@FreeBSD.org> AuthorDate: 2026-01-28 20:55:04 +0000 Commit: Robert Nagy <rnagy@FreeBSD.org> CommitDate: 2026-01-28 20:55:04 +0000 www/ungoogled-chromium: update to 144.0.7559.109 Security: https://vuxml.freebsd.org/freebsd/409d70ab-fc23-11f0-85c5-a8a1599412c6.html --- www/ungoogled-chromium/Makefile | 3 +-- www/ungoogled-chromium/distinfo | 14 +++++++------- ...e_browser_ui_views_location__bar_location__bar__view.cc | 4 ++-- .../files/patch-chrome_common_chrome__features.cc | 8 ++++---- .../files/patch-chrome_common_chrome__features.h | 6 +++--- .../files/patch-third__party_blink_common_features.cc | 4 ++-- .../files/patch-ui_ozone_platform_x11_x11__window.cc | 4 ++-- .../files/patch-ui_views_window_dialog__delegate.cc | 4 ++-- 8 files changed, 23 insertions(+), 24 deletions(-) diff --git a/www/ungoogled-chromium/Makefile b/www/ungoogled-chromium/Makefile index 64b6ebe14316..9b9615f8bc34 100644 --- a/www/ungoogled-chromium/Makefile +++ b/www/ungoogled-chromium/Makefile @@ -1,6 +1,5 @@ PORTNAME= ungoogled-chromium -PORTVERSION= 144.0.7559.96 -PORTREVISION= 1 +PORTVERSION= 144.0.7559.109 PULSEMV= 16 PULSEV= ${PULSEMV}.1 UGVERSION= ${DISTVERSION}-1 diff --git a/www/ungoogled-chromium/distinfo b/www/ungoogled-chromium/distinfo index 82b9b33d0d91..e2b25aee15c8 100644 --- a/www/ungoogled-chromium/distinfo +++ b/www/ungoogled-chromium/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1769071896 -SHA256 (chromium-144.0.7559.96-lite.tar.xz) = 6f7fbeaa5ef0b1b4c0ede631edb7365ae48602f587c3c3b65af874922d21a064 -SIZE (chromium-144.0.7559.96-lite.tar.xz) = 1287892772 +TIMESTAMP = 1769633666 +SHA256 (chromium-144.0.7559.109-lite.tar.xz) = 06c6bf558a17636070495d2d33117501c361c6984d71356188cdfae7d9ee8bc1 +SIZE (chromium-144.0.7559.109-lite.tar.xz) = 1292530744 SHA256 (pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92 SIZE (pulseaudio-16.1.tar.gz) = 2763111 -SHA256 (chromium-144.0.7559.96-testdata.tar.xz) = 8cac918ad9e820acd8dacd150d2b31335dc85690e41e5881d1f6c5a503a95658 -SIZE (chromium-144.0.7559.96-testdata.tar.xz) = 1311335796 -SHA256 (ungoogled-software-ungoogled-chromium-144.0.7559.96-144.0.7559.96-1_GH0.tar.gz) = 769dff6846ee57058cb6a7c7c0a303d2d2c5e037e0b9f136d7367c7b396bb555 -SIZE (ungoogled-software-ungoogled-chromium-144.0.7559.96-144.0.7559.96-1_GH0.tar.gz) = 656258 +SHA256 (chromium-144.0.7559.109-testdata.tar.xz) = aa2cfc38ebbc811847ab8b0ba3ee951da52de2c239d82a3e4b7a886cde06a520 +SIZE (chromium-144.0.7559.109-testdata.tar.xz) = 1310706712 +SHA256 (ungoogled-software-ungoogled-chromium-144.0.7559.109-144.0.7559.109-1_GH0.tar.gz) = fd41306be5ee9411cae735a9a49a79dedeaacc5a8b9fb93f7b914192addf143e +SIZE (ungoogled-software-ungoogled-chromium-144.0.7559.109-144.0.7559.109-1_GH0.tar.gz) = 656244 diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_location__bar_location__bar__view.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_location__bar_location__bar__view.cc index 665fe7dfe0cb..b6ea07182f71 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_location__bar_location__bar__view.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_location__bar_location__bar__view.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/location_bar/location_bar_view.cc.orig 2026-01-16 13:40:34 UTC +--- chrome/browser/ui/views/location_bar/location_bar_view.cc.orig 2026-01-28 20:25:50 UTC +++ chrome/browser/ui/views/location_bar/location_bar_view.cc -@@ -1785,7 +1785,7 @@ void LocationBarView::OnPopupStateChanged(OmniboxPopup +@@ -1777,7 +1777,7 @@ void LocationBarView::OnPopupStateChanged(OmniboxPopup weak_factory_.GetWeakPtr()), base::Milliseconds(100)); diff --git a/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.cc b/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.cc index 6e7f9e8e871d..f74c683954a9 100644 --- a/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.cc +++ b/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.cc @@ -1,4 +1,4 @@ ---- chrome/common/chrome_features.cc.orig 2026-01-22 08:55:06 UTC +--- chrome/common/chrome_features.cc.orig 2026-01-28 20:25:50 UTC +++ chrome/common/chrome_features.cc @@ -90,7 +90,7 @@ BASE_FEATURE(kUseKeychainKeyProvider, base::FEATURE_EN #endif // BUILDFLAG(IS_MAC) @@ -27,7 +27,7 @@ // Controls whether Chrome Apps are supported. See https://crbug.com/1221251. // If the feature is disabled, Chrome Apps continue to work. If enabled, Chrome // Apps will not launch and will be marked in the UI as deprecated. -@@ -773,7 +773,7 @@ BASE_FEATURE(kGlicWarming, base::FEATURE_DISABLED_BY_D +@@ -777,7 +777,7 @@ BASE_FEATURE(kGlicWarming, base::FEATURE_DISABLED_BY_D // Killswitch that controls whether the guest WebContents visibility state is // set to hidden when the Glic panel is warming. BASE_FEATURE(kGlicGuestContentsVisibilityState, @@ -36,7 +36,7 @@ base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); -@@ -1317,7 +1317,7 @@ BASE_FEATURE(kKAnonymityServiceOHTTPRequests, base::FE +@@ -1321,7 +1321,7 @@ BASE_FEATURE(kKAnonymityServiceOHTTPRequests, base::FE // public keys. BASE_FEATURE(kKAnonymityServiceStorage, base::FEATURE_ENABLED_BY_DEFAULT); @@ -45,7 +45,7 @@ BASE_FEATURE(kLinuxLowMemoryMonitor, base::FEATURE_DISABLED_BY_DEFAULT); // Values taken from the low-memory-monitor documentation and also apply to the // portal API: -@@ -1328,7 +1328,7 @@ constexpr base::FeatureParam<int> kLinuxLowMemoryMonit +@@ -1332,7 +1332,7 @@ constexpr base::FeatureParam<int> kLinuxLowMemoryMonit &kLinuxLowMemoryMonitor, "critical_level", 255}; #endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) diff --git a/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.h b/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.h index 985274b62f23..588f9932ab4b 100644 --- a/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.h +++ b/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.h @@ -1,4 +1,4 @@ ---- chrome/common/chrome_features.h.orig 2026-01-22 08:55:06 UTC +--- chrome/common/chrome_features.h.orig 2026-01-28 20:25:50 UTC +++ chrome/common/chrome_features.h @@ -85,7 +85,7 @@ BASE_DECLARE_FEATURE(kUseKeychainKeyProvider); #endif // BUILDFLAG(IS_MAC) @@ -18,7 +18,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kChromeAppsDeprecation); COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kShortcutsNotApps); -@@ -968,7 +968,7 @@ BASE_DECLARE_FEATURE(kKAnonymityServiceOHTTPRequests); +@@ -970,7 +970,7 @@ BASE_DECLARE_FEATURE(kKAnonymityServiceOHTTPRequests); COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kKAnonymityServiceStorage); @@ -27,7 +27,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kLinuxLowMemoryMonitor); COMPONENT_EXPORT(CHROME_FEATURES) extern const base::FeatureParam<int> kLinuxLowMemoryMonitorModerateLevel; -@@ -976,7 +976,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) +@@ -978,7 +978,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) extern const base::FeatureParam<int> kLinuxLowMemoryMonitorCriticalLevel; #endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) diff --git a/www/ungoogled-chromium/files/patch-third__party_blink_common_features.cc b/www/ungoogled-chromium/files/patch-third__party_blink_common_features.cc index a3cce823b529..81795aa8c0ab 100644 --- a/www/ungoogled-chromium/files/patch-third__party_blink_common_features.cc +++ b/www/ungoogled-chromium/files/patch-third__party_blink_common_features.cc @@ -1,4 +1,4 @@ ---- third_party/blink/common/features.cc.orig 2026-01-16 13:40:34 UTC +--- third_party/blink/common/features.cc.orig 2026-01-28 20:25:50 UTC +++ third_party/blink/common/features.cc @@ -604,7 +604,7 @@ BASE_FEATURE(kDevToolsImprovedNetworkError, base::FEAT @@ -9,7 +9,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -1913,7 +1913,7 @@ BASE_FEATURE(kPrefetchFontLookupTables, +@@ -1916,7 +1916,7 @@ BASE_FEATURE(kPrefetchFontLookupTables, // currently out of scope. BASE_FEATURE(kPreloadingEagerHoverHeuristics, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-ui_ozone_platform_x11_x11__window.cc b/www/ungoogled-chromium/files/patch-ui_ozone_platform_x11_x11__window.cc index b5d15319e5a7..7fa077252667 100644 --- a/www/ungoogled-chromium/files/patch-ui_ozone_platform_x11_x11__window.cc +++ b/www/ungoogled-chromium/files/patch-ui_ozone_platform_x11_x11__window.cc @@ -1,6 +1,6 @@ ---- ui/ozone/platform/x11/x11_window.cc.orig 2026-01-16 13:40:34 UTC +--- ui/ozone/platform/x11/x11_window.cc.orig 2026-01-28 20:25:50 UTC +++ ui/ozone/platform/x11/x11_window.cc -@@ -1504,7 +1504,7 @@ void X11Window::OnXWindowStateChanged() { +@@ -1505,7 +1505,7 @@ void X11Window::OnXWindowStateChanged() { WindowTiledEdges tiled_state = GetTiledState(); if (tiled_state != tiled_state_) { tiled_state_ = tiled_state; diff --git a/www/ungoogled-chromium/files/patch-ui_views_window_dialog__delegate.cc b/www/ungoogled-chromium/files/patch-ui_views_window_dialog__delegate.cc index 1b0d5d30c93e..e1c637a9153d 100644 --- a/www/ungoogled-chromium/files/patch-ui_views_window_dialog__delegate.cc +++ b/www/ungoogled-chromium/files/patch-ui_views_window_dialog__delegate.cc @@ -1,6 +1,6 @@ ---- ui/views/window/dialog_delegate.cc.orig 2026-01-16 13:40:34 UTC +--- ui/views/window/dialog_delegate.cc.orig 2026-01-28 20:25:50 UTC +++ ui/views/window/dialog_delegate.cc -@@ -118,7 +118,7 @@ Widget* DialogDelegate::CreateDialogWidget( +@@ -129,7 +129,7 @@ Widget* DialogDelegate::CreateDialogWidget( // static bool DialogDelegate::CanSupportCustomFrame(gfx::NativeView parent) {home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697a77bb.31367.4996e60e>
