Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade from Chromium 105.0.5195.127 to Chromium 105.0.5195.136 (1.43.x) #15111

Merged
merged 3 commits into from
Sep 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ bool ParseCertificatesFile(base::StringPiece certs_input,
Pinsets* pinsets,
base::Time* timestamp) {
base::StringPiece brave_certs = R"brave_certs(
# Last updated: Tue Sep 13 17:31:42 UTC 2022
# Last updated: Thu Sep 15 17:21:58 UTC 2022
PinsListTimestamp
1663090302
1663262518
# =====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 @@ -257,7 +257,7 @@
"projects": {
"chrome": {
"dir": "src",
"tag": "105.0.5195.127",
"tag": "105.0.5195.136",
"repository": {
"url": "https://github.com/chromium/chromium"
}
Expand Down
4 changes: 2 additions & 2 deletions patches/chrome-VERSION.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
diff --git a/chrome/VERSION b/chrome/VERSION
index c7b2d7decf390cc3044cb384d4e3d22f42d9352a..dff0e612e8348671430d9dffdda583c4e30d6663 100644
index b40d000557c5312103268c67aebfceb96b22c811..7cff163f51bc441142753dce7124d8070e9ae227 100644
--- a/chrome/VERSION
+++ b/chrome/VERSION
@@ -1,4 +1,4 @@
MAJOR=105
-MINOR=0
-BUILD=5195
-PATCH=127
-PATCH=136
+MINOR=1
+BUILD=43
+PATCH=93