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 110.0.5481.97 to Chromium 110.0.5481.100 (1.48.x) #17231

Merged
merged 1 commit into from
Feb 15, 2023
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 Feb 14 01:04:51 UTC 2023
# Last updated: Tue Feb 14 19:18:02 UTC 2023
PinsListTimestamp
1676336691
1676402282

# =====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 @@ -262,7 +262,7 @@
"projects": {
"chrome": {
"dir": "src",
"tag": "110.0.5481.97",
"tag": "110.0.5481.100",
"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 9556b907b813eb0f1808fe58e7fc7a674ec549bf..f99288ddd66344aa33f13c75bb7d7a0348436046 100644
index 762ed9048ee47b5ee2c2b9ffa15542d6dd83c891..77621771c4c4d3a61d5bb9ffb76ef3264e64941d 100644
--- a/chrome/VERSION
+++ b/chrome/VERSION
@@ -1,4 +1,4 @@
MAJOR=110
-MINOR=0
-BUILD=5481
-PATCH=97
-PATCH=100
+MINOR=1
+BUILD=48
+PATCH=163