azurelinux icon indicating copy to clipboard operation
azurelinux copied to clipboard

Updated `blobfuse2` to version 2.1.2.

Open PawelWMS opened this issue 1 year ago • 1 comments

Merge Checklist

All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)

  • [X] The toolchain has been rebuilt successfully (or no changes were made to it)
  • [X] The toolchain/worker package manifests are up-to-date
  • [X] Any updated packages successfully build (or no packages were changed)
  • [X] Packages depending on static components modified in this PR (Golang, *-static subpackages, etc.) have had their Release tag incremented.
  • [X] Package tests (%check section) have been verified with RUN_CHECK=y for existing SPEC files, or added to new SPEC files
  • [X] All package sources are available
  • [X] cgmanifest files are up-to-date and sorted (./cgmanifest.json, ./toolkit/scripts/toolchain/cgmanifest.json, .github/workflows/cgmanifest.json)
  • [X] LICENSE-MAP files are up-to-date (./SPECS/LICENSES-AND-NOTICES/data/licenses.json, ./SPECS/LICENSES-AND-NOTICES/LICENSES-MAP.md, ./SPECS/LICENSES-AND-NOTICES/LICENSE-EXCEPTIONS.PHOTON)
  • [X] All source files have up-to-date hashes in the *.signatures.json files
  • [X] sudo make go-tidy-all and sudo make go-test-coverage pass
  • [X] Documentation has been updated to match any changes to the build system
  • [X] Ready to merge

Summary

While working on CVEs, we've noticed 3.0's blobfuse2 is behind the 2.0 version. Fixing this here.

Does this affect the toolchain?

No.

Test Methodology

PawelWMS avatar Jul 09 '24 18:07 PawelWMS

It looks like https://github.com/Azure/azure-storage-fuse/releases/tag/blobfuse2-2.3.0 has the updated version of net required to fix CVE-2023-45288, so you wouldn't need to patch it.

Any reason to not do that?

I was trying to not rock the boat too much before GA, so I limited the changes to what we know already works in 2.0. Having said that, I've read the release notes for the newer versions now and looks like none introduce any breaking changes, so I'll give it a shot.

PawelWMS avatar Jul 11 '24 18:07 PawelWMS