aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Nagy <rnagy@FreeBSD.org>2023-10-18 13:31:49 +0000
committerRobert Nagy <rnagy@FreeBSD.org>2023-10-18 13:32:06 +0000
commit0b94f89b6a99c5f74658d7a282c31e9fcba505ec (patch)
treed463d1f7dd7271f032009fffea124fed6ca72f24
parentfee1d76936f6a36a27b271d0dbe7685b4fd84cc0 (diff)
downloadports-0b94f89b6a99c5f74658d7a282c31e9fcba505ec.tar.gz
ports-0b94f89b6a99c5f74658d7a282c31e9fcba505ec.zip
www/chromium: update to 118.0.5993.88
-rw-r--r--www/chromium/Makefile2
-rw-r--r--www/chromium/distinfo14
-rw-r--r--www/chromium/files/patch-chrome_common_chrome__features.cc11
3 files changed, 18 insertions, 9 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index d690a84f9f67..19cff62ec9c8 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -1,5 +1,5 @@
PORTNAME= chromium
-PORTVERSION= 118.0.5993.70
+PORTVERSION= 118.0.5993.88
CATEGORIES= www wayland
MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \
https://nerd.hu/distfiles/:external
diff --git a/www/chromium/distinfo b/www/chromium/distinfo
index b2f208fe9651..107d400ac5c9 100644
--- a/www/chromium/distinfo
+++ b/www/chromium/distinfo
@@ -1,9 +1,9 @@
-TIMESTAMP = 1697050996
-SHA256 (chromium-118.0.5993.70.tar.xz) = 49ee00a734de3dae7c421eb3c974e8d451b4de6f5b4e34b603fd6435eab6993d
-SIZE (chromium-118.0.5993.70.tar.xz) = 3236238920
-SHA256 (chrome-linux-118.0.5993.70-llvm13.profdata.tar.xz) = bd3bf4191752db7ccaa9c29e246f82f29f69a953c03ede7c818ff11d5db629f7
-SIZE (chrome-linux-118.0.5993.70-llvm13.profdata.tar.xz) = 28957632
-SHA256 (chromium-118.0.5993.70-testdata.tar.xz) = f02faeaa1dbc06ba8dbb61caddb9015e213fa548fc27b18533d75ce5cae08ee0
-SIZE (chromium-118.0.5993.70-testdata.tar.xz) = 267730908
+TIMESTAMP = 1697635855
+SHA256 (chromium-118.0.5993.88.tar.xz) = d59d772b448c07c9e95eff70f88975bd2b62a29f97202dd33c68c03c582512c2
+SIZE (chromium-118.0.5993.88.tar.xz) = 353452032
+SHA256 (chrome-linux-118.0.5993.88-llvm13.profdata.tar.xz) = 4f8de8da69c7965f4b383033afedbc84553ad44cea6c62e5d364e2add8378b98
+SIZE (chrome-linux-118.0.5993.88-llvm13.profdata.tar.xz) = 28955676
+SHA256 (chromium-118.0.5993.88-testdata.tar.xz) = 8f22c6b7e78b912509aeceb86ecc82fb35fc96db6c6b34b6f9fb1e05ba2b82a5
+SIZE (chromium-118.0.5993.88-testdata.tar.xz) = 270308544
SHA256 (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
SIZE (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = 32624734
diff --git a/www/chromium/files/patch-chrome_common_chrome__features.cc b/www/chromium/files/patch-chrome_common_chrome__features.cc
index e3d8a01a373a..e5c8a209110c 100644
--- a/www/chromium/files/patch-chrome_common_chrome__features.cc
+++ b/www/chromium/files/patch-chrome_common_chrome__features.cc
@@ -1,5 +1,14 @@
---- chrome/common/chrome_features.cc.orig 2023-10-11 18:22:24 UTC
+--- chrome/common/chrome_features.cc.orig 2023-10-18 13:29:25 UTC
+++ chrome/common/chrome_features.cc
+@@ -76,7 +76,7 @@ BASE_FEATURE(kAppShimNotificationAttribution,
+ BASE_FEATURE(kAsyncDns,
+ "AsyncDns",
+ #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_ANDROID) || \
+- BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
++ BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ base::FEATURE_ENABLED_BY_DEFAULT
+ #else
+ base::FEATURE_DISABLED_BY_DEFAULT
@@ -84,7 +84,7 @@ BASE_FEATURE(kAsyncDns,
);