[roll] Roll fuchsia [lowpan][resolver] use ephemeral source port for upstream DNS queries

Update `on_start_dns_upstream_query` to bind the local UDP socket to
port 0 instead of 53.

Port 53 is reserved for listening DNS servers. Using port 0 allows
the OS to assign a random ephemeral port, properly supporting parallel
outbound queries.

A raw DNS query message with port 53 bound on local address:
```
2005:1234:abcd:100:b898:3f59:6689:62e9 2005:1234:abcd:100::e1 DNS 96 1 Standard query 0x67c9 AAAA threadgroup1.org

Internet Protocol Version 6, Src: 2005:1234:abcd:100:b898:3f59:6689:62e9, Dst: 2005:1234:abcd:100::e1
User Datagram Protocol, Src Port: 53, Dst Port: 53
    Source Port: 53
    Destination Port: 53
    Length: 42
    ...
    UDP payload (34 bytes)
Domain Name System (query)
```

Original-Original-Bug: b/501556088
Test: manual testing
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1587549
Original-Original-Revision: c59329c209b0e3fd5cf80eb2b176b5631053d399
GitOrigin-RevId: 1566ffcb526cf634331d13a827252f64cfa30813
Change-Id: I51894828069a2411ee5f1b1591007cb26cb283a1
1 file changed
tree: 89a105d243326bc621a067be87822ae8d0820e89
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.