Skip to content

Commit f7973ba

Browse files
authored
Merge pull request #16138 from brave/108.0.5359.71_1.47.x
Upgrade from Chromium 108.0.5359.62 to Chromium 108.0.5359.71 (1.47.x).
2 parents 68ae4e3 + 01f685b commit f7973ba

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: Mon Nov 28 18:58:34 UTC 2022
20+
# Last updated: Tue Nov 29 17:57:58 UTC 2022
2121
PinsListTimestamp
22-
1669661914
22+
1669744678
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
@@ -262,7 +262,7 @@
262262
"projects": {
263263
"chrome": {
264264
"dir": "src",
265-
"tag": "108.0.5359.62",
265+
"tag": "108.0.5359.71",
266266
"repository": {
267267
"url": "https://github.com/chromium/chromium"
268268
}

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 50c943108e0842b5019a72da5b7835d6b8971d91..fc41600c436690c0855236d81bc014e02a2f7f28 100644
2+
index 4af65e8827bb3e5c09a0b96b117d0987d9910101..67a7ab50aff34433e3f5db5eab9d4b340bc8c902 100644
33
--- a/chrome/VERSION
44
+++ b/chrome/VERSION
55
@@ -1,4 +1,4 @@
66
MAJOR=108
77
-MINOR=0
88
-BUILD=5359
9-
-PATCH=62
9+
-PATCH=71
1010
+MINOR=1
1111
+BUILD=47
1212
+PATCH=107

0 commit comments

Comments
 (0)