Skip to content

Commit c068f67

Browse files
Roll Dart SDK from 4494ffead9af to 65fe9906a916 (7 revisions) (#166162)
https://dart.googlesource.com/sdk.git/+log/4494ffead9af..65fe9906a916 2025-03-28 [email protected] Version 3.8.0-238.0.dev 2025-03-28 [email protected] Version 3.8.0-237.0.dev 2025-03-28 [email protected] Version 3.8.0-236.0.dev 2025-03-27 [email protected] Version 3.8.0-235.0.dev 2025-03-27 [email protected] Version 3.8.0-234.0.dev 2025-03-27 [email protected] Version 3.8.0-233.0.dev 2025-03-27 [email protected] Version 3.8.0-232.0.dev If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dart-sdk-flutter Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Co-authored-by: engine-flutter-autoroll <[email protected]>
1 parent 9f1e7ed commit c068f67

File tree

5 files changed

+19
-52
lines changed

5 files changed

+19
-52
lines changed

DEPS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ vars = {
5656
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
5757
# You can use //tools/dart/create_updated_flutter_deps.py to produce
5858
# updated revision list of existing dependencies.
59-
'dart_revision': '4494ffead9af72ea24007d7bc0366ce8a585ed25',
59+
'dart_revision': '65fe9906a916ca3f54a398e062cd461c97e35a2f',
6060

6161
# WARNING: DO NOT EDIT MANUALLY
6262
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
6363
'dart_binaryen_rev': 'b4bdcc33115b31758c56b83bb9de4642c411a042',
64-
'dart_boringssl_rev': 'c6292fa69a65ab116923993757eb2110db7799ba',
64+
'dart_boringssl_rev': '02f0d8776ecd83a1c663db2eaba6283aa72cc5b8',
6565
'dart_core_rev': '61e677100b06d56a1b3731ab1178ebf9102ecb1f',
6666
'dart_devtools_rev': 'f10e8df8c517fb0412b9a66c626581867c9c267d',
6767
'dart_ecosystem_rev': '23172636e60c52384b40e6bd1240d12c8e860122',
@@ -70,8 +70,8 @@ vars = {
7070
'dart_libprotobuf_rev': '24487dd1045c7f3d64a21f38a3f0c06cc4cf2edb',
7171
'dart_perfetto_rev': '13ce0c9e13b0940d2476cd0cff2301708a9a2e2b',
7272
'dart_protobuf_gn_rev': 'ca669f79945418f6229e4fef89b666b2a88cbb10',
73-
'dart_protobuf_rev': '0bab78d9538e49d50023bab36159b15ff3c369eb',
74-
'dart_pub_rev': '528f5103fb5e9a7d5f5bc4e365a3514927bd43db',
73+
'dart_protobuf_rev': 'cf4f3a8d68f713b32eb03261ab3a72bb6910147b',
74+
'dart_pub_rev': 'b2c03b448a47fdd52800609b9222cd737be3a934',
7575
'dart_sync_http_rev': 'dc54465f07d9652875deeade643256dafa2fbc6c',
7676
'dart_tools_rev': '62bc13bc086a66ce9a6a3e64865c82d17a1379b3',
7777
'dart_vector_math_rev': 'f08d7d2652e9ecf7d8f8605d9983335174511c95',
@@ -371,7 +371,7 @@ deps = {
371371
Var('dart_git') + '/external/github.com/google/webkit_inspection_protocol.dart.git' + '@' + Var('dart_webkit_inspection_protocol_rev'),
372372

373373
'engine/src/flutter/third_party/dart/tools/sdks/dart-sdk':
374-
{'dep_type': 'cipd', 'packages': [{'package': 'dart/dart-sdk/${{platform}}', 'version': 'git_revision:2d5dfe32cf2e6b3c3d6b396885502a5402b4fc72'}]},
374+
{'dep_type': 'cipd', 'packages': [{'package': 'dart/dart-sdk/${{platform}}', 'version': 'git_revision:4a4ff9fba9ca67e9406743a24a3c47ad64d9e9c2'}]},
375375

376376
# WARNING: end of dart dependencies list that is cleaned up automatically - see create_updated_flutter_deps.py.
377377

engine/src/flutter/ci/licenses.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function verify_licenses() (
173173

174174
local actualLicenseCount
175175
actualLicenseCount="$(tail -n 1 flutter/ci/licenses_golden/licenses_flutter | tr -dc '0-9')"
176-
local expectedLicenseCount=843
176+
local expectedLicenseCount=842
177177

178178
if [[ $actualLicenseCount -ne $expectedLicenseCount ]]; then
179179
echo "=============================== ERROR ==============================="

engine/src/flutter/ci/licenses_golden/licenses_dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 9ec3b72e7de626e6afb095de8e5a3591
1+
Signature: bde84e03cee06929cd092f1b2c867115
22

33
====================================================================================================
44
LIBRARY: dart
@@ -4862,7 +4862,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
48624862
This Source Code Form is "Incompatible With Secondary Licenses", as
48634863
defined by the Mozilla Public License, v. 2.0.
48644864

4865-
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/4494ffead9af72ea24007d7bc0366ce8a585ed25
4865+
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/65fe9906a916ca3f54a398e062cd461c97e35a2f
48664866
/third_party/fallback_root_certificates/
48674867

48684868
====================================================================================================

engine/src/flutter/ci/licenses_golden/licenses_flutter

Lines changed: 10 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3456,6 +3456,7 @@ ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutt
34563456
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/utility/utility.h
34573457
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/ci/absl_alternate_options.h
34583458
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/MODULE.bazel
3459+
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/aes/aes.cc
34593460
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bitstr.cc
34603461
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bool.cc
34613462
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/a_d2i_fp.cc
@@ -3691,6 +3692,7 @@ ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutt
36913692
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/wots.h
36923693
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/internal.h
36933694
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/kdf.cc.inc
3695+
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fuzzer_mode.cc
36943696
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/hpke/hpke.cc
36953697
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/hrss/asm/poly_rq_mul.S
36963698
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/hrss/hrss.cc
@@ -3737,10 +3739,10 @@ ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutt
37373739
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rand/forkunsafe.cc
37383740
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rand/getentropy.cc
37393741
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rand/getrandom_fillin.h
3742+
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rand/internal.h
37403743
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rand/ios.cc
37413744
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rand/passive.cc
37423745
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rand/rand.cc
3743-
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rand/sysrand_internal.h
37443746
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rand/trusty.cc
37453747
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rand/urandom.cc
37463748
ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rand/windows.cc
@@ -4806,6 +4808,7 @@ FILE: ../../../flutter/third_party/boringssl/src/MODULE.bazel
48064808
FILE: ../../../flutter/third_party/boringssl/src/MODULE.bazel.lock
48074809
FILE: ../../../flutter/third_party/boringssl/src/PrivacyInfo.xcprivacy
48084810
FILE: ../../../flutter/third_party/boringssl/src/build.json
4811+
FILE: ../../../flutter/third_party/boringssl/src/crypto/aes/aes.cc
48094812
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bitstr.cc
48104813
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bool.cc
48114814
FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_d2i_fp.cc
@@ -5197,6 +5200,7 @@ FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/wots.c
51975200
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/wots.h
51985201
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/internal.h
51995202
FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/kdf.cc.inc
5203+
FILE: ../../../flutter/third_party/boringssl/src/crypto/fuzzer_mode.cc
52005204
FILE: ../../../flutter/third_party/boringssl/src/crypto/hmac/hmac_tests.txt
52015205
FILE: ../../../flutter/third_party/boringssl/src/crypto/hpke/hpke.cc
52025206
FILE: ../../../flutter/third_party/boringssl/src/crypto/hpke/hpke_test_vectors.txt
@@ -5265,10 +5269,10 @@ FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/fork_detect.cc
52655269
FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/forkunsafe.cc
52665270
FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/getentropy.cc
52675271
FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/getrandom_fillin.h
5272+
FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/internal.h
52685273
FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/ios.cc
52695274
FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/passive.cc
52705275
FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/rand.cc
5271-
FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/sysrand_internal.h
52725276
FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/trusty.cc
52735277
FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/urandom.cc
52745278
FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/windows.cc
@@ -5392,12 +5396,12 @@ FILE: ../../../flutter/third_party/boringssl/src/decrepit/ssl/ssl_decrepit.cc
53925396
FILE: ../../../flutter/third_party/boringssl/src/decrepit/x509/x509_decrepit.cc
53935397
FILE: ../../../flutter/third_party/boringssl/src/decrepit/xts/xts.cc
53945398
FILE: ../../../flutter/third_party/boringssl/src/docs/releasing.md
5395-
FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aes-gcm-avx10-x86_64-apple.S
5396-
FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aes-gcm-avx10-x86_64-linux.S
5397-
FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aes-gcm-avx10-x86_64-win.asm
53985399
FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aes-gcm-avx2-x86_64-apple.S
53995400
FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aes-gcm-avx2-x86_64-linux.S
54005401
FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aes-gcm-avx2-x86_64-win.asm
5402+
FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aes-gcm-avx512-x86_64-apple.S
5403+
FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aes-gcm-avx512-x86_64-linux.S
5404+
FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aes-gcm-avx512-x86_64-win.asm
54015405
FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesni-gcm-x86_64-apple.S
54025406
FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesni-gcm-x86_64-linux.S
54035407
FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesni-gcm-x86_64-win.asm
@@ -62047,27 +62051,6 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
6204762051
POSSIBILITY OF SUCH DAMAGE.
6204862052
====================================================================================================
6204962053

62050-
====================================================================================================
62051-
LIBRARY: boringssl
62052-
ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/aes/aes.cc
62053-
TYPE: LicenseType.unknown
62054-
FILE: ../../../flutter/third_party/boringssl/src/crypto/aes/aes.cc
62055-
----------------------------------------------------------------------------------------------------
62056-
Copyright 2025 The BoringSSL Authors
62057-
62058-
Permission to use, copy, modify, and/or distribute this software for any
62059-
purpose with or without fee is hereby granted, provided that the above
62060-
copyright notice and this permission notice appear in all copies.
62061-
62062-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
62063-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
62064-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
62065-
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
62066-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
62067-
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
62068-
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
62069-
====================================================================================================
62070-
6207162054
====================================================================================================
6207262055
LIBRARY: angle
6207362056
ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/DmaBufImageSiblingEGL.cpp + ../../../flutter/third_party/angle/LICENSE
@@ -78919,4 +78902,4 @@ freely, subject to the following restrictions:
7891978902
3. This notice may not be removed or altered from any source distribution.
7892078903
====================================================================================================
7892178904

78922-
Total license count: 843
78905+
Total license count: 842

engine/src/flutter/sky/packages/sky_engine/LICENSE

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27295,22 +27295,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2729527295
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2729627296
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2729727297
--------------------------------------------------------------------------------
27298-
boringssl
27299-
27300-
Copyright 2025 The BoringSSL Authors
27301-
27302-
Permission to use, copy, modify, and/or distribute this software for any
27303-
purpose with or without fee is hereby granted, provided that the above
27304-
copyright notice and this permission notice appear in all copies.
27305-
27306-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
27307-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
27308-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
27309-
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
27310-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
27311-
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
27312-
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
27313-
--------------------------------------------------------------------------------
2731427298
fuchsia_sdk
2731527299

2731627300
Copyright 2025 The Fuchsia Authors. All rights reserved.
@@ -30367,7 +30351,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
3036730351
This Source Code Form is "Incompatible With Secondary Licenses", as
3036830352
defined by the Mozilla Public License, v. 2.0.
3036930353

30370-
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/4494ffead9af72ea24007d7bc0366ce8a585ed25
30354+
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/65fe9906a916ca3f54a398e062cd461c97e35a2f
3037130355
/third_party/fallback_root_certificates/
3037230356

3037330357
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)