Date: Thu, 20 Jun 2024 13:12:23 GMT 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: 54898b9a6952 - main - www/chromium: update to 126.0.6478.114 Message-ID: <202406201312.45KDCNHL092120@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rnagy: URL: https://cgit.FreeBSD.org/ports/commit/?id=54898b9a6952cbf38e21ea3b3dd6313c1402ed0b commit 54898b9a6952cbf38e21ea3b3dd6313c1402ed0b Author: Robert Nagy <rnagy@FreeBSD.org> AuthorDate: 2024-06-20 13:05:10 +0000 Commit: Robert Nagy <rnagy@FreeBSD.org> CommitDate: 2024-06-20 13:12:19 +0000 www/chromium: update to 126.0.6478.114 Security: https://vuxml.freebsd.org/freebsd/007e7e77-2f06-11ef-8a0f-a8a1599412c6.html --- www/chromium/Makefile | 2 +- www/chromium/distinfo | 14 +++++++------- ...rowser_ui_webui_chrome__web__ui__controller__factory.cc | 8 ++++---- .../files/patch-ui_ozone_platform_x11_x11__window.cc | 6 +++--- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 8ccd745771bb..ce389040f96e 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -1,5 +1,5 @@ PORTNAME= chromium -PORTVERSION= 126.0.6478.61 +PORTVERSION= 126.0.6478.114 PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= www wayland diff --git a/www/chromium/distinfo b/www/chromium/distinfo index 333f3eee8ad8..d5d7a725518c 100644 --- a/www/chromium/distinfo +++ b/www/chromium/distinfo @@ -1,11 +1,11 @@ -TIMESTAMP = 1718634893 -SHA256 (chromium-126.0.6478.61.tar.xz) = 4b4075b7885d212265053f1d87ca31496f21bbf6d2a3c5b0dbec153f6ed0f990 -SIZE (chromium-126.0.6478.61.tar.xz) = 4165076884 -SHA256 (chrome-linux-126.0.6478.61-llvm17.profdata.tar.xz) = 65e7bd8319196871cc4284608c02d39e5a699d7db93b81404604060f9688ace2 -SIZE (chrome-linux-126.0.6478.61-llvm17.profdata.tar.xz) = 30469864 +TIMESTAMP = 1718888462 +SHA256 (chromium-126.0.6478.114.tar.xz) = cf4aad7fccc2a6c2339691c23f4c46ef2818e2474a9f83292b237eaa958015ed +SIZE (chromium-126.0.6478.114.tar.xz) = 4167281776 +SHA256 (chrome-linux-126.0.6478.114-llvm17.profdata.tar.xz) = 7dc985d4491812247a84de34136b9c1372194b404e677c3c0230a7590c9eba06 +SIZE (chrome-linux-126.0.6478.114-llvm17.profdata.tar.xz) = 30459504 SHA256 (pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92 SIZE (pulseaudio-16.1.tar.gz) = 2763111 -SHA256 (chromium-126.0.6478.61-testdata.tar.xz) = e1d7d4ee8dbcb7c416e7a98d8dd4f2d1bfb6e265fa171e599f5e42c31c3c2879 -SIZE (chromium-126.0.6478.61-testdata.tar.xz) = 278952804 +SHA256 (chromium-126.0.6478.114-testdata.tar.xz) = 718c08b1ef3ea8a762b7a276071af9c7c728a2cf2b44721cc616687396d7ccbf +SIZE (chromium-126.0.6478.114-testdata.tar.xz) = 279963992 SHA256 (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8 SIZE (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = 32624734 diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc b/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc index 241263677056..a19372e4e37d 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc.orig 2024-06-17 12:56:06 UTC +--- chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc.orig 2024-06-20 12:56:26 UTC +++ chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc @@ -196,7 +196,7 @@ #include "chrome/browser/ui/webui/chromeos/chrome_url_disabled/chrome_url_disabled_ui.h" @@ -39,7 +39,7 @@ || url.host_piece() == chrome::kChromeUILinuxProxyConfigHost #endif #if BUILDFLAG(IS_CHROMEOS_ASH) -@@ -579,7 +579,7 @@ WebUIFactoryFunction GetWebUIFactoryFunction(WebUI* we +@@ -582,7 +582,7 @@ WebUIFactoryFunction GetWebUIFactoryFunction(WebUI* we if (url.host_piece() == chrome::kChromeUIMobileSetupHost) return &NewWebUI<ash::cellular_setup::MobileSetupUI>; #endif // BUILDFLAG(IS_CHROMEOS_ASH) @@ -48,7 +48,7 @@ if (url.host_piece() == chrome::kChromeUIWebUIJsErrorHost) return &NewWebUI<WebUIJsErrorUI>; #endif -@@ -635,7 +635,7 @@ WebUIFactoryFunction GetWebUIFactoryFunction(WebUI* we +@@ -638,7 +638,7 @@ WebUIFactoryFunction GetWebUIFactoryFunction(WebUI* we if (url.host_piece() == chrome::kChromeUINaClHost) return &NewWebUI<NaClUI>; #endif @@ -57,7 +57,7 @@ defined(TOOLKIT_VIEWS)) || \ defined(USE_AURA) if (url.host_piece() == chrome::kChromeUITabModalConfirmDialogHost) -@@ -683,26 +683,26 @@ WebUIFactoryFunction GetWebUIFactoryFunction(WebUI* we +@@ -686,26 +686,26 @@ WebUIFactoryFunction GetWebUIFactoryFunction(WebUI* we } #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/chromium/files/patch-ui_ozone_platform_x11_x11__window.cc b/www/chromium/files/patch-ui_ozone_platform_x11_x11__window.cc index 7202c8cff262..086aa114e75c 100644 --- a/www/chromium/files/patch-ui_ozone_platform_x11_x11__window.cc +++ b/www/chromium/files/patch-ui_ozone_platform_x11_x11__window.cc @@ -1,11 +1,11 @@ ---- ui/ozone/platform/x11/x11_window.cc.orig 2024-06-17 12:56:06 UTC +--- ui/ozone/platform/x11/x11_window.cc.orig 2024-06-20 12:56:26 UTC +++ ui/ozone/platform/x11/x11_window.cc -@@ -1493,7 +1493,7 @@ void X11Window::OnXWindowStateChanged() { +@@ -1495,7 +1495,7 @@ void X11Window::OnXWindowStateChanged() { WindowTiledEdges tiled_state = GetTiledState(); if (tiled_state != tiled_state_) { tiled_state_ = tiled_state; -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) platform_window_delegate_->OnWindowTiledStateChanged(tiled_state); + UpdateDecorationInsets(); #endif - }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406201312.45KDCNHL092120>