[roll] Roll fuchsia [fuchsia-pkg] MetaContents does more validation

MetaContents::from_map now rejects paths of "meta" and file/dir
collisions, and MetaContents::deserialize now does all the validation
that from_map does.

Changed MetaContents to use a HashMap instead of a BTreeMap because we
want O(1) lookup when checking for file/dir collisions and
package-directory was converting the contents into a HashMap. None of
the clients of MetaContents::{contents,into_contents} were relying on
the sorted iteration order of the BTreeMap.

Multiply: fuchsia-pkg://fuchsia.com/fuchsia-pkg-tests

Original-Fixed: 80958
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/568575
Original-Revision: e986715616eb93cabdec835f03ebc0c5ef88ecbf
GitOrigin-RevId: 09cdca3247296abaed51619c06cff3cd20d23dbd
Change-Id: I4b2bc286de9eb8fea996ea42e5c50a5a9440eba9
1 file changed
tree: bc1a1387c2b3c339ef40e07b7eb029766e939687
  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.