Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit dfe2d37

Browse files
Manual roll Dart SDK from d0b48a008559 to 10bbb376de7e (8 revisions)
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
1 parent 26a6575 commit dfe2d37

File tree

4 files changed

+87
-9
lines changed

4 files changed

+87
-9
lines changed

DEPS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ vars = {
6262
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
6363
# You can use //tools/dart/create_updated_flutter_deps.py to produce
6464
# updated revision list of existing dependencies.
65-
'dart_revision': 'd0b48a00855979eb7be9255aec7d8715729bd23e',
65+
'dart_revision': '10bbb376de7e4ec0047d6a949fe69e5dddfb7b97',
6666

6767
# WARNING: DO NOT EDIT MANUALLY
6868
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
6969
'dart_binaryen_rev': 'a51bd6df919a5b79574f0996a760cc20cb05697e',
70-
'dart_boringssl_gen_rev': 'a468ba9fec3f59edf46a7db98caaca893e1e4d96',
71-
'dart_boringssl_rev': '74646566e93de7551bfdfc5f49de7462f13d1d05',
70+
'dart_boringssl_gen_rev': '9c7294fd58261a79794f5afaa26598cf1442ad20',
71+
'dart_boringssl_rev': 'd24a38200fef19150eef00cad35b138936c08767',
7272
'dart_browser_launcher_rev': 'c68ec25e36187b050ac918d2b614f2d6320f0045',
7373
'dart_clock_rev': 'f975668839f45bad561d6227f88297bbbcff03fa',
7474
'dart_collection_rev': '2d57a82ad079fe2d127f5a9b188170de2f5cdedc',
@@ -375,7 +375,7 @@ deps = {
375375
Var('dart_git') + '/csslib.git@1ad2d1ec461fb1836180e917220a5a48fd641897',
376376

377377
'src/third_party/dart/third_party/pkg/dart_style':
378-
Var('dart_git') + '/dart_style.git@8b1f24a8475a0116757172cd9acca4acbf87d973',
378+
Var('dart_git') + '/dart_style.git@633b01cba68f4b42ddc2985c3d521c22149d5ce3',
379379

380380
'src/third_party/dart/third_party/pkg/dartdoc':
381381
Var('dart_git') + '/dartdoc.git@0f13e6443595f8e49cc86d783210d78c93d3502e',

ci/licenses_golden/excluded_files

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1978,14 +1978,14 @@
19781978
../../../third_party/boringssl/src/crypto/fipsmodule/ec/make_tables.go
19791979
../../../third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz_test.cc
19801980
../../../third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa_test.cc
1981+
../../../third_party/boringssl/src/crypto/fipsmodule/hkdf/hkdf_test.cc
19811982
../../../third_party/boringssl/src/crypto/fipsmodule/md5/md5_test.cc
19821983
../../../third_party/boringssl/src/crypto/fipsmodule/modes/gcm_test.cc
19831984
../../../third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg_test.cc
19841985
../../../third_party/boringssl/src/crypto/fipsmodule/rand/fork_detect_test.cc
19851986
../../../third_party/boringssl/src/crypto/fipsmodule/rand/urandom_test.cc
19861987
../../../third_party/boringssl/src/crypto/fipsmodule/service_indicator/service_indicator_test.cc
19871988
../../../third_party/boringssl/src/crypto/fipsmodule/sha/sha_test.cc
1988-
../../../third_party/boringssl/src/crypto/hkdf/hkdf_test.cc
19891989
../../../third_party/boringssl/src/crypto/hmac_extra/hmac_test.cc
19901990
../../../third_party/boringssl/src/crypto/hpke/hpke_test.cc
19911991
../../../third_party/boringssl/src/crypto/hpke/translate_test_vectors.py
@@ -2003,6 +2003,7 @@
20032003
../../../third_party/boringssl/src/crypto/pkcs8/test
20042004
../../../third_party/boringssl/src/crypto/poly1305/poly1305_test.cc
20052005
../../../third_party/boringssl/src/crypto/pool/pool_test.cc
2006+
../../../third_party/boringssl/src/crypto/rand_extra/getentropy_test.cc
20062007
../../../third_party/boringssl/src/crypto/rand_extra/rand_test.cc
20072008
../../../third_party/boringssl/src/crypto/refcount_test.cc
20082009
../../../third_party/boringssl/src/crypto/rsa_extra/rsa_test.cc
@@ -2024,6 +2025,8 @@
20242025
../../../third_party/boringssl/src/decrepit/ripemd/ripemd_test.cc
20252026
../../../third_party/boringssl/src/decrepit/xts/xts_test.cc
20262027
../../../third_party/boringssl/src/fuzz
2028+
../../../third_party/boringssl/src/pki/README.md
2029+
../../../third_party/boringssl/src/pki/testdata
20272030
../../../third_party/boringssl/src/rust
20282031
../../../third_party/boringssl/src/sources.cmake
20292032
../../../third_party/boringssl/src/ssl/CMakeLists.txt
@@ -2269,7 +2272,6 @@
22692272
../../../third_party/boringssl/src/third_party/wycheproof_testvectors/x448_test.json
22702273
../../../third_party/boringssl/src/third_party/wycheproof_testvectors/xchacha20_poly1305_test.json
22712274
../../../third_party/boringssl/src/third_party/wycheproof_testvectors/xchacha20_poly1305_test.txt
2272-
../../../third_party/boringssl/src/tool/CMakeLists.txt
22732275
../../../third_party/boringssl/src/util
22742276
../../../third_party/boringssl/win-aarch64/crypto/test
22752277
../../../third_party/boringssl/win-x86/crypto/test

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: 09b31858414571f133b9a727165c29bf
1+
Signature: 1fcd064754227797855c64a9b0bfca79
22

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

4708-
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/141ab6c14cd1b097b38191b379b9da3096595120
4708+
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/10bbb376de7e4ec0047d6a949fe69e5dddfb7b97
47094709
/third_party/fallback_root_certificates/
47104710

47114711
====================================================================================================

sky/packages/sky_engine/LICENSE

Lines changed: 77 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23710,6 +23710,22 @@ Permission to use, copy, modify, and/or distribute this software for any
2371023710
purpose with or without fee is hereby granted, provided that the above
2371123711
copyright notice and this permission notice appear in all copies.
2371223712

23713+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
23714+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
23715+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
23716+
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
23717+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
23718+
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
23719+
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
23720+
--------------------------------------------------------------------------------
23721+
boringssl
23722+
23723+
Copyright (c) 2022, Robert Nagy <robert.nagy@gmail.com>
23724+
23725+
Permission to use, copy, modify, and/or distribute this software for any
23726+
purpose with or without fee is hereby granted, provided that the above
23727+
copyright notice and this permission notice appear in all copies.
23728+
2371323729
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2371423730
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2371523731
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
2486324879
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2486424880
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2486524881
--------------------------------------------------------------------------------
24882+
boringssl
24883+
24884+
Copyright 2010 The Chromium Authors
24885+
Use of this source code is governed by a BSD-style license that can be
24886+
found in the LICENSE file
24887+
--------------------------------------------------------------------------------
2486624888
double-conversion
2486724889
icu
2486824890

@@ -25057,6 +25079,12 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2505725079
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2505825080
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2505925081
--------------------------------------------------------------------------------
25082+
boringssl
25083+
25084+
Copyright 2011 The Chromium Authors
25085+
Use of this source code is governed by a BSD-style license that can be
25086+
found in the LICENSE file
25087+
--------------------------------------------------------------------------------
2506025088
skia
2506125089

2506225090
Copyright 2012 Google Inc.
@@ -25219,6 +25247,12 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2521925247
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2522025248
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2522125249
--------------------------------------------------------------------------------
25250+
boringssl
25251+
25252+
Copyright 2012 The Chromium Authors
25253+
Use of this source code is governed by a BSD-style license that can be
25254+
found in the LICENSE file
25255+
--------------------------------------------------------------------------------
2522225256
double-conversion
2522325257
icu
2522425258

@@ -25665,6 +25699,12 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2566525699
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2566625700
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2566725701
--------------------------------------------------------------------------------
25702+
boringssl
25703+
25704+
Copyright 2014 The Chromium Authors
25705+
Use of this source code is governed by a BSD-style license that can be
25706+
found in the LICENSE file
25707+
--------------------------------------------------------------------------------
2566825708
accessibility
2566925709
angle
2567025710
icu
@@ -25902,6 +25942,12 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2590225942
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2590325943
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2590425944
--------------------------------------------------------------------------------
25945+
boringssl
25946+
25947+
Copyright 2015 The Chromium Authors
25948+
Use of this source code is governed by a BSD-style license that can be
25949+
found in the LICENSE file
25950+
--------------------------------------------------------------------------------
2590525951
accessibility
2590625952
skia
2590725953

@@ -26120,6 +26166,12 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2612026166
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2612126167
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2612226168
--------------------------------------------------------------------------------
26169+
boringssl
26170+
26171+
Copyright 2016 The Chromium Authors
26172+
Use of this source code is governed by a BSD-style license that can be
26173+
found in the LICENSE file
26174+
--------------------------------------------------------------------------------
2612326175
accessibility
2612426176

2612526177
Copyright 2016 The Chromium Authors. All rights reserved.
@@ -26337,6 +26389,12 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2633726389
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2633826390
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2633926391
--------------------------------------------------------------------------------
26392+
boringssl
26393+
26394+
Copyright 2017 The Chromium Authors
26395+
Use of this source code is governed by a BSD-style license that can be
26396+
found in the LICENSE file
26397+
--------------------------------------------------------------------------------
2634026398
accessibility
2634126399
angle
2634226400

@@ -27037,6 +27095,12 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2703727095
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2703827096
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2703927097
--------------------------------------------------------------------------------
27098+
boringssl
27099+
27100+
Copyright 2019 The Chromium Authors
27101+
Use of this source code is governed by a BSD-style license that can be
27102+
found in the LICENSE file
27103+
--------------------------------------------------------------------------------
2704027104
accessibility
2704127105
fuchsia_sdk
2704227106

@@ -27922,6 +27986,12 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2792227986
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2792327987
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2792427988
--------------------------------------------------------------------------------
27989+
boringssl
27990+
27991+
Copyright 2022 The Chromium Authors
27992+
Use of this source code is governed by a BSD-style license that can be
27993+
found in the LICENSE file
27994+
--------------------------------------------------------------------------------
2792527995
fuchsia_sdk
2792627996

2792727997
Copyright 2022 The Fuchsia Authors. All rights reserved.
@@ -28143,6 +28213,12 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2814328213
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2814428214
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2814528215
--------------------------------------------------------------------------------
28216+
boringssl
28217+
28218+
Copyright 2023 The Chromium Authors
28219+
Use of this source code is governed by a BSD-style license that can be
28220+
found in the LICENSE file
28221+
--------------------------------------------------------------------------------
2814628222
fuchsia_sdk
2814728223

2814828224
Copyright 2023 The Fuchsia Authors. All rights reserved.
@@ -31236,7 +31312,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
3123631312
This Source Code Form is "Incompatible With Secondary Licenses", as
3123731313
defined by the Mozilla Public License, v. 2.0.
3123831314

31239-
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/d0b48a00855979eb7be9255aec7d8715729bd23e
31315+
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/10bbb376de7e4ec0047d6a949fe69e5dddfb7b97
3124031316
/third_party/fallback_root_certificates/
3124131317

3124231318
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)