Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144938959
D24169.id69811.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D24169.id69811.diff
View Options
Index: www/chromium/Makefile
===================================================================
--- www/chromium/Makefile
+++ www/chromium/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= chromium
-PORTVERSION= 80.0.3987.132
-PORTREVISION= 1
+PORTVERSION= 80.0.3987.149
CATEGORIES?= www java
MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \
LOCAL/cpm/chromium/:fonts
@@ -104,20 +103,19 @@
# Some parts don't have use_system_* flag, and can be turned on/off by using
# replace_gn_files.py script, some parts just turned on/off for target host
# OS "target_os == is_bsd", like libusb, libpci.
-GN_ARGS+= clang_use_chrome_plugins=false \
+GN_ARGS+= \
+ clang_use_chrome_plugins=false \
enable_hangout_services_extension=true \
enable_nacl=false \
enable_one_click_signin=true \
enable_remoting=false \
fieldtrial_testing_like_official_build=true \
is_clang=true \
- jumbo_file_merge_limit=8 \
toolkit_views=true \
treat_warnings_as_errors=false \
use_allocator="none" \
use_allocator_shim=false \
use_aura=true \
- use_bundled_fontconfig=false \
use_custom_libcxx=false \
use_gnome_keyring=false \
use_lld=true \
@@ -158,12 +156,14 @@
ALSA_VARS= GN_ARGS+=use_alsa=true
ALSA_VARS_OFF= GN_ARGS+=use_alsa=false
-CODECS_VARS= GN_ARGS+=ffmpeg_branding="Chrome" \
+CODECS_VARS= \
+ GN_ARGS+=ffmpeg_branding="Chrome" \
GN_ARGS+=proprietary_codecs=true \
- GN_ARGS+=enable_platform_hevc=true
-CODECS_VARS_OFF= GN_ARGS+=ffmpeg_branding="Chromium" \
+ GN_ARGS+=use_openh264=true
+CODECS_VARS_OFF= \
+ GN_ARGS+=ffmpeg_branding="Chromium" \
GN_ARGS+=proprietary_codecs=false \
- GN_ARGS+=enable_platform_hevc=false
+ GN_ARGS+=use_openh264=false
CUPS_LIB_DEPENDS= libcups.so:print/cups
CUPS_VARS= GN_ARGS+=use_cups=true
Index: www/chromium/distinfo
===================================================================
--- www/chromium/distinfo
+++ www/chromium/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1583291717
-SHA256 (chromium-80.0.3987.132.tar.xz) = 2c0012059046a5a7e2bf6e9502f1898f1953226d63b724b82fc18226e285c201
-SIZE (chromium-80.0.3987.132.tar.xz) = 796975056
-SHA256 (chromium-80.0.3987.132-testdata.tar.xz) = 6cbe559778ab75386c90b2de29416bc63b5b6d5b1232876b6a7626359362a91b
-SIZE (chromium-80.0.3987.132-testdata.tar.xz) = 251267384
+TIMESTAMP = 1584486585
+SHA256 (chromium-80.0.3987.149.tar.xz) = 50bedde7932921e375b521ceab8989be134a8d937751847e9d9287f7e0a02c1e
+SIZE (chromium-80.0.3987.149.tar.xz) = 797049332
+SHA256 (chromium-80.0.3987.149-testdata.tar.xz) = e13e10e16949c57bae899d7f552c7c2b615be8030ac5e38decc83991abb7d90c
+SIZE (chromium-80.0.3987.149-testdata.tar.xz) = 251285868
SHA256 (test_fonts.tar.xz) = cf9cbe3b7f1c4c42d426bddc65ec178d333ad7e205a36fe0a606a3c0c545ece1
SIZE (test_fonts.tar.xz) = 200040
Index: www/chromium/files/patch-chrome_browser_about__flags.cc
===================================================================
--- www/chromium/files/patch-chrome_browser_about__flags.cc
+++ www/chromium/files/patch-chrome_browser_about__flags.cc
@@ -158,7 +158,17 @@
#if defined(OS_CHROMEOS)
{"crostini-webui-installer", flag_descriptions::kCrostiniWebUIInstallerName,
-@@ -4587,12 +4587,12 @@ const FeatureEntry kFeatureEntries[] = {
+@@ -4564,8 +4564,7 @@ const FeatureEntry kFeatureEntries[] = {
+
+ {"dns-over-https", flag_descriptions::kDnsOverHttpsName,
+ flag_descriptions::kDnsOverHttpsDescription,
+- kOsMac | kOsWin | kOsCrOS | kOsAndroid,
+- FEATURE_VALUE_TYPE(features::kDnsOverHttps)},
++ kOsAll, FEATURE_VALUE_TYPE(features::kDnsOverHttps)},
+
+ #if defined(OS_ANDROID)
+ {"tab-switcher-longpress-menu",
+@@ -4587,12 +4586,12 @@ const FeatureEntry kFeatureEntries[] = {
chrome::android::kDarkenWebsitesCheckboxInThemesSetting)},
#endif // defined(OS_ANDROID)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 15, 7:42 AM (5 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28732395
Default Alt Text
D24169.id69811.diff (3 KB)
Attached To
Mode
D24169: www/chromium: update to 80.0.3987.149
Attached
Detach File
Event Timeline
Log In to Comment