Skip to content

Commit

Permalink
Upgrade from Chromium 120.0.6099.199 to Chromium 120.0.6099.217 (1.62…
Browse files Browse the repository at this point in the history
….x). (#21532)

* Upgrade from Chromium 120.0.6099.199 to Chromium 120.0.6099.217

* Update pins list timestamp

---------

Co-authored-by: brave-builds <[email protected]>
  • Loading branch information
mkarolin and brave-builds authored Jan 10, 2024
1 parent b442808 commit 8805a46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -549,9 +549,9 @@ bool ParseCertificatesFile(std::string_view certs_input,
Pinsets* pinsets,
base::Time* timestamp) {
constexpr std::string_view brave_certs = R"brave_certs(
# Last updated: Wed Jan 3 19:49:43 UTC 2024
# Last updated: Wed Jan 10 01:12:59 UTC 2024
PinsListTimestamp
1704311383
1704849179
# =====BEGIN BRAVE ROOTS ASC=====
#From https://www.amazontrust.com/repository/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
"projects": {
"chrome": {
"dir": "src",
"tag": "120.0.6099.199",
"tag": "120.0.6099.217",
"repository": {
"url": "https://github.com/brave/chromium"
}
Expand Down
4 changes: 2 additions & 2 deletions patches/components-crx_file-crx_verifier.cc.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/components/crx_file/crx_verifier.cc b/components/crx_file/crx_verifier.cc
index 2378aa5a95159926c798281080f4e02a158c616a..e6df055145b916459f02e8b9204649fede4a8b47 100644
index cf038c50bdbe4167d446cc6bea6adbb8ae8c1894..73465d7892ec4abca564dd184c51dc0427ddfbe1 100644
--- a/components/crx_file/crx_verifier.cc
+++ b/components/crx_file/crx_verifier.cc
@@ -181,6 +181,7 @@ VerifierResult VerifyCrx3(
@@ -197,6 +197,7 @@ VerifierResult VerifyCrx3(
found_publisher_key =
found_publisher_key || key_hash == publisher_key ||
(accept_publisher_test_key && key_hash == *publisher_test_key);
Expand Down

0 comments on commit 8805a46

Please sign in to comment.