[roll] Roll fuchsia [lowpan-ot-driver] Address race condition when updating meshcop DNS-SD.

When updating the DNS-SD records for meshcop, there is a chance that
the updated service information could be registered before the previous
information was fully removed. This commit addresses this by waiting
for the previous registration to be fully removed before adding the
new one.

Original-Bug: b/289240101
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/884331
Original-Revision: 265dd40c84adeb734b13f26399b3065f9eb1cff2
GitOrigin-RevId: 0af3a99784b6a9a99c38fc5de61888d798a687bd
Change-Id: Ic6113ef4154f09920ee0aa3116354e44b743ae2a
1 file changed
tree: 541c16f0b33f0a075cb70b7eaf86b1b85a2d2c98
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.