Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cache: replace pkg/fileutils with github.com/moby/patternmatcher #3139

Merged
merged 3 commits into from
Oct 7, 2022

Conversation

thaJeztah
Copy link
Member

@thaJeztah thaJeztah commented Sep 30, 2022

go.mod: github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5

full diff: tonistiigi/fsutil@0dbf3a8...4638ad6

vendor: docker v20.10.3-0.20221003085939-ed3c4e8d8ea2+incompatible (22.06 branch)

relevant changes:

  • vendor: golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
    Update to the latest version that contains a fix for CVE-2022-27664;
    golang/net@f3363e0
  • vendor: github.com/klauspost/compress v1.15.9
  • Update uses of Image platform fields in OCI image-spec
  • client: ignore kernel-memory on API >= 1.42
  • pkg/idtools: mkdirAs(): fix infinite loops and repeated "chown"
  • refactor(pkg/archive): factor out createImpliedDirectories helper
    fixes incorrect permissions on implied directories
  • replace pkg/fileutils Matching funcs with github.com/moby/patternmatcher
  • libnetwork/resolvconf: removed unused GetIfChanged() and GetLastModified()
  • migrate pkg/pubsub to github.com/moby/pubsub

full diff: moby/moby@b5a0d7a...ed3c4e8

@thaJeztah thaJeztah marked this pull request as ready for review September 30, 2022 22:22
@thaJeztah thaJeztah requested review from aaronlehmann, alexcb and AkihiroSuda and removed request for alexcb September 30, 2022 22:22
@thaJeztah
Copy link
Member Author

Let me also update fsutil, now that my PR was merged there (only remaining is moby/moby after that)

@thaJeztah
Copy link
Member Author

@tonistiigi PTAL

@thaJeztah
Copy link
Member Author

Updated the docker vendor as well; I think this should be all set now; @tonistiigi @AkihiroSuda @crazy-max PTAL

@thaJeztah
Copy link
Member Author

@tonistiigi PTAL 🙏

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
relevant changes:

- vendor: golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
  Update to the latest version that contains a fix for CVE-2022-27664;
  golang/net@f3363e0
- vendor: github.com/klauspost/compress v1.15.9
- Update uses of Image platform fields in OCI image-spec
- client: ignore kernel-memory on API >= 1.42
- pkg/idtools: mkdirAs(): fix infinite loops and repeated "chown"
- refactor(pkg/archive): factor out createImpliedDirectories helper
  fixes incorrect permissions on implied directories
- replace pkg/fileutils Matching funcs with github.com/moby/patternmatcher
- libnetwork/resolvconf: removed unused GetIfChanged() and GetLastModified()
- migrate pkg/pubsub to github.com/moby/pubsub

full diff: moby/moby@b5a0d7a...99aa9bb

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@tonistiigi tonistiigi merged commit f394afc into moby:master Oct 7, 2022
@thaJeztah thaJeztah deleted the replace_fileutils branch October 7, 2022 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants