Skip to content

Commit 5a8b32f

Browse files
Upgrade from Chromium 110.0.5481.100 to Chromium 110.0.5481.104 (#17260)
* Upgrade from Chromium 110.0.5481.100 to Chromium 110.0.5481.104 * Upgrade patches from Chromium 110.0.5481.100 to Chromium 110.0.5481.104 * Update pins list timestamp --------- Co-authored-by: brave-builds <[email protected]>
1 parent 797a0a9 commit 5a8b32f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

chromium_src/net/tools/transport_security_state_generator/input_file_parsers.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ bool ParseCertificatesFile(base::StringPiece certs_input,
1717
Pinsets* pinsets,
1818
base::Time* timestamp) {
1919
base::StringPiece brave_certs = R"brave_certs(
20-
# Last updated: Tue Feb 14 19:44:42 UTC 2023
20+
# Last updated: Thu Feb 16 20:45:21 UTC 2023
2121
PinsListTimestamp
22-
1676403882
22+
1676580321
2323
2424
# =====BEGIN BRAVE ROOTS ASC=====
2525
#From https://www.amazontrust.com/repository/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
"projects": {
265265
"chrome": {
266266
"dir": "src",
267-
"tag": "110.0.5481.100",
267+
"tag": "110.0.5481.104",
268268
"repository": {
269269
"url": "https://github.com/chromium/chromium"
270270
}

patches/chrome-VERSION.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
diff --git a/chrome/VERSION b/chrome/VERSION
2-
index 762ed9048ee47b5ee2c2b9ffa15542d6dd83c891..0acf6c419f8213c6936f9cd1fd23e714ddfa2cf7 100644
2+
index b3500200391fd73445bcff81b216f5fd6df7722b..584fd5592058f72ee079eabdcbfa3f79b08cd222 100644
33
--- a/chrome/VERSION
44
+++ b/chrome/VERSION
55
@@ -1,4 +1,4 @@
66
MAJOR=110
77
-MINOR=0
88
-BUILD=5481
9-
-PATCH=100
9+
-PATCH=104
1010
+MINOR=1
1111
+BUILD=50
1212
+PATCH=43

0 commit comments

Comments
 (0)