Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roll Dart SDK from 9694974b6d41 to d3a963b2f237 (1 revision) #57074

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ 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': 'd3a963b2f237555fc8dc39d50c727a8a60b2f84a',

# 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_boringssl_rev': 'bb13a96931dd90d6570fa6151e19ef426d5c641f',
'dart_core_rev': 'abcf992cf9fe1e896ed9dcff15523c0a6c00621d',
'dart_devtools_rev': '3e5327a02693b1405359dc5322d7f0a40151b9b7',
'dart_http_rev': '79470d014b467f01b0e7c5b63ab6c86b22dec8db',
Expand Down
2 changes: 0 additions & 2 deletions ci/licenses_golden/excluded_files
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,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
Expand Down Expand Up @@ -1049,7 +1048,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
Expand Down
4 changes: 2 additions & 2 deletions ci/licenses_golden/licenses_dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 7f08c80849693b0e562a1ee849ce8ca9
Signature: 7535729b91e5c6bc8ef065de8e6f803d

====================================================================================================
LIBRARY: dart
Expand Down Expand Up @@ -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/+/d3a963b2f237555fc8dc39d50c727a8a60b2f84a
/third_party/fallback_root_certificates/

====================================================================================================
Expand Down
18 changes: 1 addition & 17 deletions sky/packages/sky_engine/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/+/d3a963b2f237555fc8dc39d50c727a8a60b2f84a
/third_party/fallback_root_certificates/

--------------------------------------------------------------------------------
Expand Down
Loading