Skip to content

Commit

Permalink
www/chromium: update to 105.0.5195.125
Browse files Browse the repository at this point in the history
Security:	b59847e0-346d-11ed-8fe9-3065ec8fd3ec
(cherry picked from commit 8b165c2)
  • Loading branch information
rnagy authored and rene0 committed Sep 15, 2022
1 parent d41618b commit 5c9d28a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion www/chromium/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= chromium
PORTVERSION= 105.0.5195.102
PORTVERSION= 105.0.5195.125
CATEGORIES= www wayland
MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \
https://nerd.hu/distfiles/:external
Expand Down
14 changes: 7 additions & 7 deletions www/chromium/distinfo
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
TIMESTAMP = 1662203957
SHA256 (chromium-105.0.5195.102.tar.xz) = 1cba0527c951e3c506ade96cf6ec2507ee9d43661764731ed896348182369262
SIZE (chromium-105.0.5195.102.tar.xz) = 1597977496
SHA256 (chrome-linux-105.0.5195.102-llvm13.profdata.tar.xz) = a32f0155ff13a09e3cd9a34b2eb1ab91d193058c89be8d1a3037bd80d8136c31
SIZE (chrome-linux-105.0.5195.102-llvm13.profdata.tar.xz) = 24879584
SHA256 (chromium-105.0.5195.102-testdata.tar.xz) = 8ae1595c598a0941c877d4be1874a07bbef68665f5419433c9b91d2d5416d72a
SIZE (chromium-105.0.5195.102-testdata.tar.xz) = 264553400
TIMESTAMP = 1663188936
SHA256 (chromium-105.0.5195.125.tar.xz) = 201b5c44668a415e3e05c0a806ab43a0904024340531332fc3ce39eb0cf10a66
SIZE (chromium-105.0.5195.125.tar.xz) = 1597584952
SHA256 (chrome-linux-105.0.5195.125-llvm13.profdata.tar.xz) = a7180aec05ab138c250b36bce4e4c1aef7d3874ee16a7c1c09d7f621025451e8
SIZE (chrome-linux-105.0.5195.125-llvm13.profdata.tar.xz) = 24841916
SHA256 (chromium-105.0.5195.125-testdata.tar.xz) = 9d9b1de3bc4808d00fde6d6fe97ba3557a7d45758c6c1c23b4175acda69f01ef
SIZE (chromium-105.0.5195.125-testdata.tar.xz) = 264246492
SHA256 (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
SIZE (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = 32624734
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc.orig 2022-08-31 12:19:35 UTC
--- chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc.orig 2022-09-14 21:13:04 UTC
+++ chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
@@ -308,7 +308,7 @@
#include "chrome/browser/ui/webui/app_launcher_page_ui.h"
Expand Down Expand Up @@ -39,7 +39,7 @@
|| url.host_piece() == chrome::kChromeUILinuxProxyConfigHost
#endif
#if BUILDFLAG(IS_CHROMEOS_ASH)
@@ -1130,7 +1130,7 @@ WebUIFactoryFunction GetWebUIFactoryFunction(WebUI* we
@@ -1132,7 +1132,7 @@ WebUIFactoryFunction GetWebUIFactoryFunction(WebUI* we
#endif // !defined(USE_REAL_DBUS_CLIENTS)
#endif // !defined(OFFICIAL_BUILD)
#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Expand All @@ -48,7 +48,7 @@
if (url.host_piece() == chrome::kChromeUIWebUIJsErrorHost)
return &NewWebUI<WebUIJsErrorUI>;
#endif
@@ -1188,7 +1188,7 @@ WebUIFactoryFunction GetWebUIFactoryFunction(WebUI* we
@@ -1190,7 +1190,7 @@ WebUIFactoryFunction GetWebUIFactoryFunction(WebUI* we
if (url.host_piece() == chrome::kChromeUINaClHost)
return &NewWebUI<NaClUI>;
#endif
Expand All @@ -57,7 +57,7 @@
defined(TOOLKIT_VIEWS)) || \
defined(USE_AURA)
if (url.host_piece() == chrome::kChromeUITabModalConfirmDialogHost)
@@ -1248,27 +1248,27 @@ WebUIFactoryFunction GetWebUIFactoryFunction(WebUI* we
@@ -1250,27 +1250,27 @@ WebUIFactoryFunction GetWebUIFactoryFunction(WebUI* we
}
#endif
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- third_party/sqlite/src/amalgamation/sqlite3.c.orig 2022-08-31 12:19:35 UTC
--- third_party/sqlite/src/amalgamation/sqlite3.c.orig 2022-09-14 21:13:04 UTC
+++ third_party/sqlite/src/amalgamation/sqlite3.c
@@ -42090,7 +42090,12 @@ static int unixRandomness(sqlite3_vfs *NotUsed, int nB
@@ -42109,7 +42109,12 @@ static int unixRandomness(sqlite3_vfs *NotUsed, int nB
memset(zBuf, 0, nBuf);
randomnessPid = osGetpid(0);
#if !defined(SQLITE_TEST) && !defined(SQLITE_OMIT_RANDOMNESS)
Expand All @@ -13,7 +13,7 @@
int fd, got;
fd = robust_open("/dev/urandom", O_RDONLY, 0);
if( fd<0 ){
@@ -42105,6 +42110,7 @@ static int unixRandomness(sqlite3_vfs *NotUsed, int nB
@@ -42124,6 +42129,7 @@ static int unixRandomness(sqlite3_vfs *NotUsed, int nB
robust_close(0, fd, __LINE__);
}
}
Expand Down

0 comments on commit 5c9d28a

Please sign in to comment.