[roll] Roll fuchsia Reland "[golibs] Update dependencies"

This is a reland of e3a50154d1cf4e2a05054cb6aa419802c7581766.

Compared to the original change, this change properly decrements the
reference count of a packet buffer created to deliver a packet to the
network dispatcher from the ethernet and netdevice clients.

Original change's description:
> [golibs] Update dependencies
>
> - gvisor.dev/gvisor
>   + ce194f2c1 Automated rollback of changelist 407638912
>   + 4ab52f3cf Drop connection on reply tuple conflict
>   + 511771703 Fix PacketBuffer memory leak.
>   + 115474bcf Always perform NAT in NAT-supported hooks
>   + 91f58d2cc Update Waitable API.
>   + 1dbdfd074 Remove unused member
>   + 2becb3141 Update connection state on iptables entrypoint
>   + ed3ac3a84 Move `defer pkt.DecRef()` to outside of the dispatch loop.
>   + 49e80a144 Refactor table ordering
>   + 6961f3ef4 Handle source port conflicts
>   + bb1ae811f Prevent PacketBuffers from being returned to the pool too early in nic.
>   + 1b806a230 Pool PacketBuffers.
>   + 3f5cfe694 Remove Stack.NewJob
>   + 84b38f4c6 Add reference counting to packet buffers.
>   + 822a64701 Fix unfair comparison to unbuffered channels in sleep_test.go.
>   + d80af5f8b Remove id from sleep.Sleeper API.
>   + 23a115dae [syserr] Reverse dependency for tcpip.Error
>
> Original-Bug: 69308, 85891, 89024
> OSRB: https://fxbug.dev/89024
>
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/608663

Original-Bug: 69308, 85891, 89024
OSRB: https://fxbug.dev/89024

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/612242
Original-Revision: beafff994b49ded138cdc7fbd3045592f6abb217
GitOrigin-RevId: ab5d48be50cb24cb16b0f4bc83f209b0edbf5004
Change-Id: I1a4c7134c2a1933e0cca57debacadb355dfcc007
1 file changed
tree: 5b257568f7aaf1bf1337b19ebb0edff4792d8dd6
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. 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 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.