From 1ebe6313d6fd5d1d4cb2aec12f325526fc670b5c Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Tue, 10 Dec 2024 04:58:51 +0000 Subject: [PATCH] Roll Dart SDK from 9694974b6d41 to 46357ae500e1 (3 revisions) https://dart.googlesource.com/sdk.git/+log/9694974b6d41..46357ae500e1 2024-12-10 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.7.0-229.0.dev 2024-12-10 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.7.0-228.0.dev 2024-12-09 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.7.0-227.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-engine Please CC bdero@google.com,dart-vm-team@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter Engine: 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 --- DEPS | 10 +++++----- ci/licenses_golden/excluded_files | 2 -- ci/licenses_golden/licenses_dart | 4 ++-- sky/packages/sky_engine/LICENSE | 18 +----------------- 4 files changed, 8 insertions(+), 26 deletions(-) diff --git a/DEPS b/DEPS index 74256b664a730..129ed1a4868fc 100644 --- a/DEPS +++ b/DEPS @@ -56,13 +56,13 @@ vars = { # Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS # You can use //tools/dart/create_updated_flutter_deps.py to produce # updated revision list of existing dependencies. - 'dart_revision': '9694974b6d411e685af0fc53e9a1197025b29fb3', + 'dart_revision': '46357ae500e19419c7bde7e54759c86bce9abc3f', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py 'dart_binaryen_rev': '93883fde36ac158fd415dcd6dbd387dcfd928d3c', - 'dart_boringssl_rev': '567289e4bb1958153f428bba52d953f3c080b4d7', - 'dart_core_rev': 'abcf992cf9fe1e896ed9dcff15523c0a6c00621d', + 'dart_boringssl_rev': 'bb13a96931dd90d6570fa6151e19ef426d5c641f', + 'dart_core_rev': '7f9f597e64fa52faebd3c0a2214f61a7b081174d', 'dart_devtools_rev': '3e5327a02693b1405359dc5322d7f0a40151b9b7', 'dart_http_rev': '79470d014b467f01b0e7c5b63ab6c86b22dec8db', 'dart_libprotobuf_rev': '24487dd1045c7f3d64a21f38a3f0c06cc4cf2edb', @@ -70,7 +70,7 @@ vars = { 'dart_protobuf_gn_rev': 'ca669f79945418f6229e4fef89b666b2a88cbb10', 'dart_protobuf_rev': 'da7279c56734cffed4deb1e3a6f93bdcefccf6b8', 'dart_pub_rev': '30bfc439fedba1ee3daadcf542f1483479bc4909', - 'dart_tools_rev': '1c5b8b949128d62182e162ef65a2e6f3feb19acf', + 'dart_tools_rev': '223daf5300a5e3f6e09b7e24a5fda1009d6708f7', 'dart_watcher_rev': 'bc44e6f6b85972e516c44b9ae6c042b4cbd7c72b', 'dart_web_rev': 'bdf112ec64d28285cc29c6c78274ff3a827bb79b', 'dart_webdev_rev': '5f30c560dc4e3df341356c43ec1a766ee6b74a7c', @@ -398,7 +398,7 @@ deps = { Var('dart_git') + '/term_glyph.git@9ed8ed96fdd84cb7b72ee1be3e86010969fa95d4', 'src/flutter/third_party/dart/third_party/pkg/test': - Var('dart_git') + '/test.git@20967732ea9dd30240a6429621ab2f82874bd9f0', + Var('dart_git') + '/test.git@dc0f8ea4d09aabb0fed16daea3d4653c8f967b02', 'src/flutter/third_party/dart/third_party/pkg/test_reflective_loader': Var('dart_git') + '/test_reflective_loader.git@faade6299d1823f0d062eb5e98f3b440ddcea7c6', diff --git a/ci/licenses_golden/excluded_files b/ci/licenses_golden/excluded_files index 45e6771274782..fc87ccf46c344 100644 --- a/ci/licenses_golden/excluded_files +++ b/ci/licenses_golden/excluded_files @@ -991,7 +991,6 @@ ../../../flutter/third_party/boringssl/src/crypto/curve25519/x25519_test.cc ../../../flutter/third_party/boringssl/src/crypto/dh_extra/dh_test.cc ../../../flutter/third_party/boringssl/src/crypto/digest_extra/digest_test.cc -../../../flutter/third_party/boringssl/src/crypto/dilithium/dilithium_test.cc ../../../flutter/third_party/boringssl/src/crypto/dsa/dsa_test.cc ../../../flutter/third_party/boringssl/src/crypto/ecdh_extra/ecdh_test.cc ../../../flutter/third_party/boringssl/src/crypto/err/err_test.cc @@ -1050,7 +1049,6 @@ ../../../flutter/third_party/boringssl/src/crypto/self_test.cc ../../../flutter/third_party/boringssl/src/crypto/siphash/siphash_test.cc ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa_test.cc -../../../flutter/third_party/boringssl/src/crypto/spx/spx_test.cc ../../../flutter/third_party/boringssl/src/crypto/stack/stack_test.cc ../../../flutter/third_party/boringssl/src/crypto/test ../../../flutter/third_party/boringssl/src/crypto/thread_test.cc diff --git a/ci/licenses_golden/licenses_dart b/ci/licenses_golden/licenses_dart index 79f8aa0308c16..3ca8d76efb621 100644 --- a/ci/licenses_golden/licenses_dart +++ b/ci/licenses_golden/licenses_dart @@ -1,4 +1,4 @@ -Signature: 7f08c80849693b0e562a1ee849ce8ca9 +Signature: a14cbf08822211e550c1f4dc4e8183ae ==================================================================================================== LIBRARY: dart @@ -4807,7 +4807,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. -You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/9694974b6d411e685af0fc53e9a1197025b29fb3 +You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/46357ae500e19419c7bde7e54759c86bce9abc3f /third_party/fallback_root_certificates/ ==================================================================================================== diff --git a/sky/packages/sky_engine/LICENSE b/sky/packages/sky_engine/LICENSE index ac9302b915c9d..72ff77e1c3f96 100644 --- a/sky/packages/sky_engine/LICENSE +++ b/sky/packages/sky_engine/LICENSE @@ -24248,22 +24248,6 @@ Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2023, Google LLC - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY @@ -32269,7 +32253,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. -You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/9694974b6d411e685af0fc53e9a1197025b29fb3 +You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/46357ae500e19419c7bde7e54759c86bce9abc3f /third_party/fallback_root_certificates/ --------------------------------------------------------------------------------