[roll] Roll fuchsia [dns] Change fnet.name.DnsServerSource to flexible

Update DnsServerSource in fuchsia.net.name to be flexible instead of
strict starting in the current API version. This change allows for other
variants to be added to this type in the future. Mark the DnsServer and
DnsServerWatcher as available starting at HEAD to make the SDK history
"more accurate" by displaying the protocol as unavailable in previous
SDK versions.

This history rewriting is only acceptable due to `fuchsia.net.name`
being part of the prebuilt Fuchsia SDK. The prebuilts are not using
these DnsServerSource messages, therefore the type can be updated to
flexible without breaking older clients.

Original-Fixed: 416059465
Original-Bug: 416012531

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1269590
Original-Revision: 0edfbfcdb60d2c6f3a2c375e97033ba8dd911e87
GitOrigin-RevId: 0eb28af14bc949d43faa4cee570ec9e938322bdc
Change-Id: Ifcc125044b190e9a6b6e0d26ef37c36550c54d9f
1 file changed
tree: 5bdf1433a17cc8fa32be15cf06ccb1dcc25b6bef
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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 in one of the communication channels documented at get involved.

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.