mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Manual roll Dart SDK from d0b48a008559 to 10bbb376de7e (8 revisions) (flutter/engine#50172)
Manual roll requested by jacksongardner@google.com https://dart.googlesource.com/sdk.git/+log/d0b48a008559..10bbb376de7e 2024-01-30 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.4.0-90.0.dev 2024-01-30 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.4.0-89.0.dev 2024-01-29 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.4.0-88.0.dev 2024-01-29 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.4.0-87.0.dev 2024-01-29 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.4.0-86.0.dev 2024-01-28 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.4.0-85.0.dev 2024-01-27 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.4.0-84.0.dev 2024-01-27 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.4.0-83.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 dart-vm-team@google.com,jacksongardner@google.com,matanl@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
This commit is contained in:
parent
60a7698818
commit
72d65e3139
8
DEPS
8
DEPS
@ -62,13 +62,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': 'd0b48a00855979eb7be9255aec7d8715729bd23e',
|
||||
'dart_revision': '10bbb376de7e4ec0047d6a949fe69e5dddfb7b97',
|
||||
|
||||
# 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': 'a51bd6df919a5b79574f0996a760cc20cb05697e',
|
||||
'dart_boringssl_gen_rev': 'a468ba9fec3f59edf46a7db98caaca893e1e4d96',
|
||||
'dart_boringssl_rev': '74646566e93de7551bfdfc5f49de7462f13d1d05',
|
||||
'dart_boringssl_gen_rev': '9c7294fd58261a79794f5afaa26598cf1442ad20',
|
||||
'dart_boringssl_rev': 'd24a38200fef19150eef00cad35b138936c08767',
|
||||
'dart_browser_launcher_rev': 'c68ec25e36187b050ac918d2b614f2d6320f0045',
|
||||
'dart_clock_rev': 'f975668839f45bad561d6227f88297bbbcff03fa',
|
||||
'dart_collection_rev': '2d57a82ad079fe2d127f5a9b188170de2f5cdedc',
|
||||
@ -375,7 +375,7 @@ deps = {
|
||||
Var('dart_git') + '/csslib.git@1ad2d1ec461fb1836180e917220a5a48fd641897',
|
||||
|
||||
'src/third_party/dart/third_party/pkg/dart_style':
|
||||
Var('dart_git') + '/dart_style.git@8b1f24a8475a0116757172cd9acca4acbf87d973',
|
||||
Var('dart_git') + '/dart_style.git@633b01cba68f4b42ddc2985c3d521c22149d5ce3',
|
||||
|
||||
'src/third_party/dart/third_party/pkg/dartdoc':
|
||||
Var('dart_git') + '/dartdoc.git@0f13e6443595f8e49cc86d783210d78c93d3502e',
|
||||
|
||||
@ -1979,6 +1979,7 @@
|
||||
../../../third_party/boringssl/src/crypto/fipsmodule/ec/make_tables.go
|
||||
../../../third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz_test.cc
|
||||
../../../third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa_test.cc
|
||||
../../../third_party/boringssl/src/crypto/fipsmodule/hkdf/hkdf_test.cc
|
||||
../../../third_party/boringssl/src/crypto/fipsmodule/md5/md5_test.cc
|
||||
../../../third_party/boringssl/src/crypto/fipsmodule/modes/gcm_test.cc
|
||||
../../../third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg_test.cc
|
||||
@ -1986,7 +1987,6 @@
|
||||
../../../third_party/boringssl/src/crypto/fipsmodule/rand/urandom_test.cc
|
||||
../../../third_party/boringssl/src/crypto/fipsmodule/service_indicator/service_indicator_test.cc
|
||||
../../../third_party/boringssl/src/crypto/fipsmodule/sha/sha_test.cc
|
||||
../../../third_party/boringssl/src/crypto/hkdf/hkdf_test.cc
|
||||
../../../third_party/boringssl/src/crypto/hmac_extra/hmac_test.cc
|
||||
../../../third_party/boringssl/src/crypto/hpke/hpke_test.cc
|
||||
../../../third_party/boringssl/src/crypto/hpke/translate_test_vectors.py
|
||||
@ -2004,6 +2004,7 @@
|
||||
../../../third_party/boringssl/src/crypto/pkcs8/test
|
||||
../../../third_party/boringssl/src/crypto/poly1305/poly1305_test.cc
|
||||
../../../third_party/boringssl/src/crypto/pool/pool_test.cc
|
||||
../../../third_party/boringssl/src/crypto/rand_extra/getentropy_test.cc
|
||||
../../../third_party/boringssl/src/crypto/rand_extra/rand_test.cc
|
||||
../../../third_party/boringssl/src/crypto/refcount_test.cc
|
||||
../../../third_party/boringssl/src/crypto/rsa_extra/rsa_test.cc
|
||||
@ -2025,6 +2026,8 @@
|
||||
../../../third_party/boringssl/src/decrepit/ripemd/ripemd_test.cc
|
||||
../../../third_party/boringssl/src/decrepit/xts/xts_test.cc
|
||||
../../../third_party/boringssl/src/fuzz
|
||||
../../../third_party/boringssl/src/pki/README.md
|
||||
../../../third_party/boringssl/src/pki/testdata
|
||||
../../../third_party/boringssl/src/rust
|
||||
../../../third_party/boringssl/src/sources.cmake
|
||||
../../../third_party/boringssl/src/ssl/CMakeLists.txt
|
||||
@ -2270,7 +2273,6 @@
|
||||
../../../third_party/boringssl/src/third_party/wycheproof_testvectors/x448_test.json
|
||||
../../../third_party/boringssl/src/third_party/wycheproof_testvectors/xchacha20_poly1305_test.json
|
||||
../../../third_party/boringssl/src/third_party/wycheproof_testvectors/xchacha20_poly1305_test.txt
|
||||
../../../third_party/boringssl/src/tool/CMakeLists.txt
|
||||
../../../third_party/boringssl/src/util
|
||||
../../../third_party/boringssl/win-aarch64/crypto/test
|
||||
../../../third_party/boringssl/win-x86/crypto/test
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: 09b31858414571f133b9a727165c29bf
|
||||
Signature: 1fcd064754227797855c64a9b0bfca79
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: dart
|
||||
@ -4705,7 +4705,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/+/141ab6c14cd1b097b38191b379b9da3096595120
|
||||
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/10bbb376de7e4ec0047d6a949fe69e5dddfb7b97
|
||||
/third_party/fallback_root_certificates/
|
||||
|
||||
====================================================================================================
|
||||
|
||||
@ -23710,6 +23710,22 @@ 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) 2022, Robert Nagy <robert.nagy@gmail.com>
|
||||
|
||||
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
|
||||
@ -24863,6 +24879,12 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
--------------------------------------------------------------------------------
|
||||
boringssl
|
||||
|
||||
Copyright 2010 The Chromium Authors
|
||||
Use of this source code is governed by a BSD-style license that can be
|
||||
found in the LICENSE file
|
||||
--------------------------------------------------------------------------------
|
||||
double-conversion
|
||||
icu
|
||||
|
||||
@ -25057,6 +25079,12 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
--------------------------------------------------------------------------------
|
||||
boringssl
|
||||
|
||||
Copyright 2011 The Chromium Authors
|
||||
Use of this source code is governed by a BSD-style license that can be
|
||||
found in the LICENSE file
|
||||
--------------------------------------------------------------------------------
|
||||
skia
|
||||
|
||||
Copyright 2012 Google Inc.
|
||||
@ -25219,6 +25247,12 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
--------------------------------------------------------------------------------
|
||||
boringssl
|
||||
|
||||
Copyright 2012 The Chromium Authors
|
||||
Use of this source code is governed by a BSD-style license that can be
|
||||
found in the LICENSE file
|
||||
--------------------------------------------------------------------------------
|
||||
double-conversion
|
||||
icu
|
||||
|
||||
@ -25665,6 +25699,12 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
--------------------------------------------------------------------------------
|
||||
boringssl
|
||||
|
||||
Copyright 2014 The Chromium Authors
|
||||
Use of this source code is governed by a BSD-style license that can be
|
||||
found in the LICENSE file
|
||||
--------------------------------------------------------------------------------
|
||||
accessibility
|
||||
angle
|
||||
icu
|
||||
@ -25902,6 +25942,12 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
--------------------------------------------------------------------------------
|
||||
boringssl
|
||||
|
||||
Copyright 2015 The Chromium Authors
|
||||
Use of this source code is governed by a BSD-style license that can be
|
||||
found in the LICENSE file
|
||||
--------------------------------------------------------------------------------
|
||||
accessibility
|
||||
skia
|
||||
|
||||
@ -26120,6 +26166,12 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
--------------------------------------------------------------------------------
|
||||
boringssl
|
||||
|
||||
Copyright 2016 The Chromium Authors
|
||||
Use of this source code is governed by a BSD-style license that can be
|
||||
found in the LICENSE file
|
||||
--------------------------------------------------------------------------------
|
||||
accessibility
|
||||
|
||||
Copyright 2016 The Chromium Authors. All rights reserved.
|
||||
@ -26337,6 +26389,12 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
--------------------------------------------------------------------------------
|
||||
boringssl
|
||||
|
||||
Copyright 2017 The Chromium Authors
|
||||
Use of this source code is governed by a BSD-style license that can be
|
||||
found in the LICENSE file
|
||||
--------------------------------------------------------------------------------
|
||||
accessibility
|
||||
angle
|
||||
|
||||
@ -27037,6 +27095,12 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
--------------------------------------------------------------------------------
|
||||
boringssl
|
||||
|
||||
Copyright 2019 The Chromium Authors
|
||||
Use of this source code is governed by a BSD-style license that can be
|
||||
found in the LICENSE file
|
||||
--------------------------------------------------------------------------------
|
||||
accessibility
|
||||
fuchsia_sdk
|
||||
|
||||
@ -27922,6 +27986,12 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
--------------------------------------------------------------------------------
|
||||
boringssl
|
||||
|
||||
Copyright 2022 The Chromium Authors
|
||||
Use of this source code is governed by a BSD-style license that can be
|
||||
found in the LICENSE file
|
||||
--------------------------------------------------------------------------------
|
||||
fuchsia_sdk
|
||||
|
||||
Copyright 2022 The Fuchsia Authors. All rights reserved.
|
||||
@ -28143,6 +28213,12 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
--------------------------------------------------------------------------------
|
||||
boringssl
|
||||
|
||||
Copyright 2023 The Chromium Authors
|
||||
Use of this source code is governed by a BSD-style license that can be
|
||||
found in the LICENSE file
|
||||
--------------------------------------------------------------------------------
|
||||
fuchsia_sdk
|
||||
|
||||
Copyright 2023 The Fuchsia Authors. All rights reserved.
|
||||
@ -31236,7 +31312,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/+/d0b48a00855979eb7be9255aec7d8715729bd23e
|
||||
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/10bbb376de7e4ec0047d6a949fe69e5dddfb7b97
|
||||
/third_party/fallback_root_certificates/
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user