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

[backport v2.1] deps: update tar-rs to handle very large uid/gid in image unpack #1398

Merged
merged 1 commit into from
Aug 9, 2023

Commits on Aug 8, 2023

  1. deps: update tar-rs to handle very large uid/gid in image unpack

    Update tar-rs to support read large uid/gid from PAX extensions to
    fix very large UIDs/GIDs (>=2097151, limit of USTAR tar) lost in
    PAX style tar during unpack.
    
    Update tar-rs dependency xattr to 1.0.1 as well.
    
    Signed-off-by: Qinqi Qu <[email protected]>
    adamqqqplay committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    db488c9 View commit details
    Browse the repository at this point in the history