Updated to 88.0.4324.96

This commit is contained in:
Alzim 2021-01-20 18:26:24 +03:00
parent 75c4bf51fa
commit 93cf45c5ad
4 changed files with 18 additions and 36 deletions

View file

@ -1,6 +1,6 @@
sources: sources:
chromium-87.0.4280.141.tar.xz: 567dee418972cc3b570312264f6d21a009ca6176 chromium-88.0.4324.96.tar.xz: 007a583ed783a30b6c96c0dfb5fb36e70e9a45e1
chromium-gost-87.0.4280.88.tar.gz: 3e8f87ec2490aba777149095b20be533896e2218 chromium-gost-87.0.4280.141.tar.gz: e424ae4b8c2c4bb8d9ed9dce3c662baa6305967c
depot_tools.tar.xz: 082b7f9a4dfa7eb03900755b4866aef2d73543a5 depot_tools.tar.xz: 082b7f9a4dfa7eb03900755b4866aef2d73543a5
icons.tar.bz2: a835954af164bf38f8ea4ea80608839bed7800a3 icons.tar.bz2: a835954af164bf38f8ea4ea80608839bed7800a3
msspi-0.1.41.tar.gz: b48c1109a5caa93e44394214b85a4b75475ea1b3 msspi-0.1.41.tar.gz: b48c1109a5caa93e44394214b85a4b75475ea1b3

View file

@ -385,7 +385,7 @@ diff -up chromium-62.0.3192.0/net/base/mime_util.cc.extra-media chromium-62.0.31
- return false; - return false;
- -
case kCodecMPEG4: case kCodecMPEG4:
-#if defined(OS_CHROMEOS) -#if BUILDFLAG(IS_ASH)
return true; return true;
-#else -#else
+ +

View file

@ -41,7 +41,7 @@
%define google_default_client_secret mRHXPjlS4cLpp1beCiXoYbLZ %define google_default_client_secret mRHXPjlS4cLpp1beCiXoYbLZ
# GOST patches and sources # GOST patches and sources
%define chromium_gost_ver 87.0.4280.88 %define chromium_gost_ver 87.0.4280.141
%define msspi_ver 0.1.41 %define msspi_ver 0.1.41
%define _gostsourcedir %{_builddir}/chromium-gost %define _gostsourcedir %{_builddir}/chromium-gost
@ -65,8 +65,8 @@
Summary: A fast web browser based on the Blink engine Summary: A fast web browser based on the Blink engine
Name: chromium-browser-stable Name: chromium-browser-stable
Version: 87.0.4280.141 Version: 88.0.4324.96
Release: 3 Release: 0.1
License: BSD, LGPL License: BSD, LGPL
Group: Networking/WWW Group: Networking/WWW
Url: https://www.chromium.org/Home Url: https://www.chromium.org/Home

View file

@ -10,7 +10,7 @@ Subject: [PATCH] Disable various compiler configs
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
--- a/build/config/compiler/BUILD.gn --- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn +++ b/build/config/compiler/BUILD.gn
@@ -258,8 +258,6 @@ @@ -254,8 +254,6 @@
configs += [ configs += [
# See the definitions below. # See the definitions below.
@ -19,7 +19,7 @@ diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
":compiler_codegen", ":compiler_codegen",
":compiler_deterministic", ":compiler_deterministic",
] ]
@@ -478,36 +478,6 @@ @@ -476,17 +474,6 @@
# platforms can be added later if needed. # platforms can be added later if needed.
if ((is_linux || is_chromeos) && use_lld && use_text_section_splitting) { if ((is_linux || is_chromeos) && use_lld && use_text_section_splitting) {
ldflags += [ "-Wl,-z,keep-text-section-prefix" ] ldflags += [ "-Wl,-z,keep-text-section-prefix" ]
@ -34,29 +34,10 @@ diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
- "-mllvm", - "-mllvm",
- "-instcombine-lower-dbg-declare=0", - "-instcombine-lower-dbg-declare=0",
- ] - ]
-
- # Pinned clang has enable-dse-memoryssa enabled by default but it's broken,
- # so we have to force it off.
- # Trunk clang has it disabled by default but it might work, so we force it
- # on so the ToT bots can check if it works now.
- if (!llvm_force_head_revision) {
- cflags += [
- # TODO(https://crbug.com/1127713): Investigate, remove.
- "-mllvm",
- "-enable-dse-memoryssa=false",
- ]
- }
- if (llvm_force_head_revision) {
- cflags += [
- # TODO(https://crbug.com/1127713): Investigate, remove.
- "-mllvm",
- "-enable-dse-memoryssa=true",
- ]
- }
} }
# C11/C++11 compiler flags setup. # C11/C++11 compiler flags setup.
@@ -1518,11 +1518,6 @@ @@ -1514,11 +1501,6 @@
# Flags NaCl (Clang 3.7) and Xcode 9.2 (Clang clang-900.0.39.2) do not # Flags NaCl (Clang 3.7) and Xcode 9.2 (Clang clang-900.0.39.2) do not
# recognize. # recognize.
cflags += [ cflags += [
@ -68,7 +49,7 @@ diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
# Ignore warnings about MSVC optimization pragmas. # Ignore warnings about MSVC optimization pragmas.
# TODO(thakis): Only for no_chromium_code? http://crbug.com/912662 # TODO(thakis): Only for no_chromium_code? http://crbug.com/912662
"-Wno-ignored-pragma-optimize", "-Wno-ignored-pragma-optimize",
@@ -1536,22 +1526,12 @@ @@ -1534,9 +1516,6 @@
# TODO(https://crbug.com/1028110): Evaluate and possible enable. # TODO(https://crbug.com/1028110): Evaluate and possible enable.
"-Wno-deprecated-copy", "-Wno-deprecated-copy",
@ -78,9 +59,10 @@ diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
] ]
cflags_c += [ cflags_c += [
# TODO(https://crbug.com/995993): Clean up and enable. @@ -1548,13 +1527,6 @@
"-Wno-implicit-fallthrough", # TODO(https://crbug.com/1143700): Clean up and re-enable.
] cflags_objc = [ "-Wno-gnu-folding-constant" ]
}
- -
- if (enable_wmax_tokens) { - if (enable_wmax_tokens) {
- cflags += [ "-Wmax-tokens" ] - cflags += [ "-Wmax-tokens" ]
@ -91,7 +73,7 @@ diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
} }
} }
} }
@@ -1576,7 +1553,7 @@ @@ -1574,7 +1546,7 @@
defines = [ "_HAS_NODISCARD" ] defines = [ "_HAS_NODISCARD" ]
} }
} else { } else {
@ -100,7 +82,7 @@ diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
if (treat_warnings_as_errors) { if (treat_warnings_as_errors) {
cflags += [ "-Werror" ] cflags += [ "-Werror" ]
@@ -1584,10 +1561,6 @@ @@ -1582,10 +1554,6 @@
# the actual linker. Make sure these warnings are treated as errors as # the actual linker. Make sure these warnings are treated as errors as
# well. # well.
ldflags = [ "-Werror" ] ldflags = [ "-Werror" ]
@ -111,7 +93,7 @@ diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
} }
# In Chromium code, we define __STDC_foo_MACROS in order to get the # In Chromium code, we define __STDC_foo_MACROS in order to get the
@@ -1596,15 +1569,6 @@ @@ -1594,15 +1562,6 @@
"__STDC_CONSTANT_MACROS", "__STDC_CONSTANT_MACROS",
"__STDC_FORMAT_MACROS", "__STDC_FORMAT_MACROS",
] ]
@ -127,7 +109,7 @@ diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
if (is_mac) { if (is_mac) {
cflags_objc = [ "-Wobjc-missing-property-synthesis" ] cflags_objc = [ "-Wobjc-missing-property-synthesis" ]
@@ -1691,12 +1655,6 @@ @@ -1685,12 +1644,6 @@
# suppressing them individually, we just blanket suppress them here. # suppressing them individually, we just blanket suppress them here.
"-Wno-unused-variable", "-Wno-unused-variable",
] ]