[roll] Roll fuchsia [golibs] Update dependencies

- cloud.google.com/go/storage:
  + retry io.ErrUnexpectedEOF
- golang.org/x/crypto:
  + poly1305: cleanup ppc64le R0/$0 usage (immaterial)
- golang.org/x/net:
  + internal/socket: use SizeofSockaddrInet{4,6} constants from x/sys/unix
- golang.org/x/sys:
  + unix/linux: add ppc system call definitions, for use with gccgo
- gvisor.dev/pkg/tcpip:
  + 2739cf462 Fix AF_UNIX listen() w/ zero backlog

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/519907
Original-Revision: df12e055c32455025169747994037979d3516a5a
GitOrigin-RevId: 75cd1e86c544a6b63a528707682b294b669972fa
Change-Id: I087a884eac79f649fdb506a151aee3d27af46a89
1 file changed
tree: 75e0268429a649894319f798fb70e227084f29c6
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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.