Skip to content

Commit 3f42445

Browse files
authored
Merge pull request #2557 from jhowardmsft/jjh/revendor
Revendor Microsoft/hcsshim and go-winio
2 parents 5d8ed81 + 2c4b7f6 commit 3f42445

File tree

7 files changed

+114
-35
lines changed

7 files changed

+114
-35
lines changed

archive/tar_windows.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ func fileInfoFromHeader(hdr *tar.Header) (name string, size int64, fileInfo *win
259259
if err != nil {
260260
return "", 0, nil, err
261261
}
262-
fileInfo.FileAttributes = uintptr(attr)
262+
fileInfo.FileAttributes = uint32(attr)
263263
} else {
264264
if hdr.Typeflag == tar.TypeDir {
265265
fileInfo.FileAttributes |= syscall.FILE_ATTRIBUTE_DIRECTORY

vendor.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ github.com/opencontainers/image-spec v1.0.1
3232
golang.org/x/sync 450f422ab23cf9881c94e2db30cac0eb1b7cf80c
3333
github.com/BurntSushi/toml a368813c5e648fee92e5f6c30e3944ff9d5e8895
3434
github.com/grpc-ecosystem/go-grpc-prometheus 6b7015e65d366bf3f19b2b2a000a831940f0f7e0
35-
github.com/Microsoft/go-winio v0.4.7
36-
github.com/Microsoft/hcsshim v0.6.11
35+
github.com/Microsoft/go-winio v0.4.10
36+
github.com/Microsoft/hcsshim v0.6.14
3737
github.com/boltdb/bolt e9cf4fae01b5a8ff89d0ec6b32f0d9c9f79aefdd
3838
google.golang.org/genproto d80a6e20e776b0b17a324d0ba1ab50a39c8e8944
3939
golang.org/x/text 19e51611da83d6be54ddafce4a4af510cb3e9ea4

vendor/github.com/Microsoft/go-winio/fileinfo.go

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/go-winio/pipe.go

+27-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/container.go

+45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/interface.go

+36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/legacy.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)