diff --git a/DEPS b/DEPS index f551fc5a26..293b044510 100644 --- a/DEPS +++ b/DEPS @@ -56,23 +56,23 @@ 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': '2d5dfe32cf2e6b3c3d6b396885502a5402b4fc72', + 'dart_revision': '404de187d1e568cc92f16d8fb65db249d6cbc11d', # 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': '3f6831c0bd147ae1ae0ab1d9187d37bce7cca38b', - 'dart_boringssl_rev': '5e73d0302c50cc38324686f937a75233d13ae4f0', + 'dart_boringssl_rev': '5d4b8d99a14a64df946f48d87dbaf6691f3cdeaf', 'dart_core_rev': '15c7fe9958b95998ba2f5a4ad1beab66b9d815fb', 'dart_devtools_rev': 'e4d5a4cf4ea9b85882dc1a505633b7f825777731', 'dart_http_rev': '900da9fe7d576caa4882053cf26d3a70bd3106e0', - 'dart_i18n_rev': '06a664f7beaab1f8eaf82a60b722982c03c8657c', + 'dart_i18n_rev': 'bdeec2590a1fda55d8ca95616aa8ff4c101765de', 'dart_libprotobuf_rev': '24487dd1045c7f3d64a21f38a3f0c06cc4cf2edb', 'dart_perfetto_rev': '13ce0c9e13b0940d2476cd0cff2301708a9a2e2b', 'dart_protobuf_gn_rev': 'ca669f79945418f6229e4fef89b666b2a88cbb10', - 'dart_protobuf_rev': '610943a3bed70c1c2079af5fca02462df10d223f', + 'dart_protobuf_rev': '7838e4485a4bbcfd5c9f0be1d0c95d38bf720c1b', 'dart_pub_rev': '639536aa78f7382b4a948669bfdc283f830b2ae9', - 'dart_tools_rev': 'b51f39d01f5a4af33428a0189cd62595c01e23de', - 'dart_web_rev': 'c2d5f63e9ea4c1409d6e159fc7b92dbcf4dc0d4d', + 'dart_tools_rev': 'd67cd0022095a138c66df94f100e5a129c15a65e', + 'dart_web_rev': '5a39fdc396ae40344308975140343c23b6863261', 'dart_webdev_rev': 'f4856867de3e7b6ea6778dbc47cff44b12f9eed2', 'dart_webkit_inspection_protocol_rev': 'effa75205516757795683d527c3dea9546eb0c32', @@ -310,7 +310,7 @@ deps = { Var('dart_git') + '/dart_style.git@21de99ec0ff8ace4d946a746fb427fffd6afa535', 'engine/src/flutter/third_party/dart/third_party/pkg/dartdoc': - Var('dart_git') + '/dartdoc.git@34561d6ebf5fa89ca1f93b981de96a75ff573562', + Var('dart_git') + '/dartdoc.git@6c770bfb1f72cc96044bac46dd65abc819d1ed42', 'engine/src/flutter/third_party/dart/third_party/pkg/http': Var('dart_git') + '/http.git' + '@' + Var('dart_http_rev'), @@ -331,13 +331,13 @@ deps = { Var('dart_git') + '/pub.git' + '@' + Var('dart_pub_rev'), 'engine/src/flutter/third_party/dart/third_party/pkg/shelf': - Var('dart_git') + '/shelf.git@b39e61196ce555dc1d3a0c3da695228fa6bdebb8', + Var('dart_git') + '/shelf.git@2af8529640d10a247ebfa4e17e629a2ff5273656', 'engine/src/flutter/third_party/dart/third_party/pkg/tar': Var('dart_git') + '/external/github.com/simolus3/tar.git@5a1ea943e70cdf3fa5e1102cdbb9418bd9b4b81a', 'engine/src/flutter/third_party/dart/third_party/pkg/test': - Var('dart_git') + '/test.git@a833663e56b6182f8372180f5c95d1c01b531150', + Var('dart_git') + '/test.git@9e349d0e9f6c477584ea320f7ba2f49f761d84ac', 'engine/src/flutter/third_party/dart/third_party/pkg/tools': Var('dart_git') + '/tools.git' + '@' + Var('dart_tools_rev'), @@ -352,7 +352,7 @@ deps = { Var('dart_git') + '/external/github.com/google/webkit_inspection_protocol.dart.git' + '@' + Var('dart_webkit_inspection_protocol_rev'), 'engine/src/flutter/third_party/dart/tools/sdks/dart-sdk': - {'dep_type': 'cipd', 'packages': [{'package': 'dart/dart-sdk/${{platform}}', 'version': 'git_revision:a8bfb132c5f7b9555d13ea79eaf0eaa77825824d'}]}, + {'dep_type': 'cipd', 'packages': [{'package': 'dart/dart-sdk/${{platform}}', 'version': 'git_revision:2d5dfe32cf2e6b3c3d6b396885502a5402b4fc72'}]}, # WARNING: end of dart dependencies list that is cleaned up automatically - see create_updated_flutter_deps.py. diff --git a/engine/src/flutter/ci/licenses_golden/excluded_files b/engine/src/flutter/ci/licenses_golden/excluded_files index 8fe3366da2..18bee6e560 100644 --- a/engine/src/flutter/ci/licenses_golden/excluded_files +++ b/engine/src/flutter/ci/licenses_golden/excluded_files @@ -1073,6 +1073,7 @@ ../../../flutter/third_party/boringssl/src/gen/README.md ../../../flutter/third_party/boringssl/src/gen/sources.bzl ../../../flutter/third_party/boringssl/src/gen/sources.cmake +../../../flutter/third_party/boringssl/src/gen/sources.mk ../../../flutter/third_party/boringssl/src/gen/test_support ../../../flutter/third_party/boringssl/src/infra/config/README.md ../../../flutter/third_party/boringssl/src/pki/README.md diff --git a/engine/src/flutter/ci/licenses_golden/licenses_dart b/engine/src/flutter/ci/licenses_golden/licenses_dart index 6667e460df..9d7850682e 100644 --- a/engine/src/flutter/ci/licenses_golden/licenses_dart +++ b/engine/src/flutter/ci/licenses_golden/licenses_dart @@ -1,4 +1,4 @@ -Signature: d8f6f077216aa92c495c0680be4a0eff +Signature: 2e6cfdec5d13abed9af1acc3a3583102 ==================================================================================================== LIBRARY: dart @@ -4862,7 +4862,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/+/2d5dfe32cf2e6b3c3d6b396885502a5402b4fc72 +You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/404de187d1e568cc92f16d8fb65db249d6cbc11d /third_party/fallback_root_certificates/ ==================================================================================================== diff --git a/engine/src/flutter/ci/licenses_golden/licenses_flutter b/engine/src/flutter/ci/licenses_golden/licenses_flutter index de4b1fc032..35f1912aff 100644 --- a/engine/src/flutter/ci/licenses_golden/licenses_flutter +++ b/engine/src/flutter/ci/licenses_golden/licenses_flutter @@ -5048,6 +5048,7 @@ FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/intcheck3.png FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/keccak/internal.h FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/keccak/keccak.cc.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/keccak/keccak_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/mldsa/fips_known_values.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/mldsa/mldsa.cc.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/mlkem/fips_known_values.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/mlkem/mlkem.cc.inc @@ -5181,6 +5182,7 @@ FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha1.cc.i FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha256.cc.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha512.cc.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/address.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/fips_known_values.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/fors.cc.inc FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/fors.h FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/merkle.cc.inc