Skip to content

Commit

Permalink
Bump bosh-utils to add --no-mac-metadata flag to tar invocations
Browse files Browse the repository at this point in the history
On recent MacOS Ventura machines, tar files created (i.e. from `bosh
create-release --tarball`) include files prefixed by `._`.  As a result,
once you transfer this tar file to a Linux system and untar, these files
may interfere with globbing in release packaging scripts.  This flag
will prevent that from happening.

[#185761915](https://www.pivotaltracker.com/story/show/185761915)
  • Loading branch information
selzoc committed Aug 10, 2023
1 parent 78031a1 commit 5011f43
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 46 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/cloudfoundry/bosh-davcli v0.0.253
github.com/cloudfoundry/bosh-gcscli v0.0.148
github.com/cloudfoundry/bosh-s3cli v0.0.212
github.com/cloudfoundry/bosh-utils v0.0.380
github.com/cloudfoundry/bosh-utils v0.0.383
github.com/cloudfoundry/config-server v0.1.131
github.com/cloudfoundry/socks5-proxy v0.2.95
github.com/cppforlife/go-patch v0.2.0
Expand All @@ -28,7 +28,7 @@ require (
github.com/vito/go-interact v1.0.1
golang.org/x/crypto v0.12.0
golang.org/x/text v0.12.0
golang.org/x/tools v0.11.1
golang.org/x/tools v0.12.0
gopkg.in/yaml.v2 v2.4.0
)

Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ github.com/cloudfoundry/bosh-gcscli v0.0.148 h1:PsjTDYFaKY32Qi6XKNalL3vAue3LBoBW
github.com/cloudfoundry/bosh-gcscli v0.0.148/go.mod h1:zQlVl2lsn4jWOvT0Z1DeWwLV9oYkwCDCcJmhjVZygVo=
github.com/cloudfoundry/bosh-s3cli v0.0.212 h1:FamaglSmQWNGdoQaN+mrCRTogrhBrliH8YF3PtjhdUw=
github.com/cloudfoundry/bosh-s3cli v0.0.212/go.mod h1:Fs3zahmWhduyuEfrUelHGp4PmBbfC4HodP2tU5YJ0J8=
github.com/cloudfoundry/bosh-utils v0.0.380 h1:X5TKXrx0g+k1/B4VCQIRZWRTptRLFK/TZraWGb+Lxv4=
github.com/cloudfoundry/bosh-utils v0.0.380/go.mod h1:4+2bpZGAWbTlCh2DuqwHpCiBQz9+IO6rNhU6o7rAPF4=
github.com/cloudfoundry/bosh-utils v0.0.383 h1:74ySQb+/4xXpFji/20qcgsY6tt1dSeD/etaqNiBJ76I=
github.com/cloudfoundry/bosh-utils v0.0.383/go.mod h1:+arJdltnFAOXuTf10pm9TqqLTOr41hdhAVPp8uG5m3s=
github.com/cloudfoundry/config-server v0.1.131 h1:bhJqU5aLIGV1Z2XYoUs6k3FwHGDRJzVmCaD1xhL9PlQ=
github.com/cloudfoundry/config-server v0.1.131/go.mod h1:VNy6K4B8HajAGXzXhuG19TpAfprxchisTqykaAHVt80=
github.com/cloudfoundry/go-socks5 v0.0.0-20180221174514-54f73bdb8a8e h1:FQdRViaoDphGRfgrotl2QGsX1gbloe57dbGBS5CG6KY=
Expand Down Expand Up @@ -983,8 +983,8 @@ golang.org/x/tools v0.2.0/go.mod h1:y4OqIKeOV/fWJetJ8bXPU1sEVniLMIyDAZWeHdV+NTA=
golang.org/x/tools v0.3.0/go.mod h1:/rWhSS2+zyEVwoJf8YAX6L2f0ntZ7Kn/mGgAWcipA5k=
golang.org/x/tools v0.5.0/go.mod h1:N+Kgy78s5I24c24dU8OfWNEotWjutIs8SnJvn5IDq+k=
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
golang.org/x/tools v0.11.1 h1:ojD5zOW8+7dOGzdnNgersm8aPfcDjhMp12UfG93NIMc=
golang.org/x/tools v0.11.1/go.mod h1:anzJrxPjNtfgiYQYirP2CPGzGLxrH2u2QBhn6Bf3qY8=
golang.org/x/tools v0.12.0 h1:YW6HUoUmYBpwSgyaGaZq1fHjrBjX1rlpZ54T6mu2kss=
golang.org/x/tools v0.12.0/go.mod h1:Sc0INKfu04TlqNoRA1hgpFZbhYXHPr4V5DzpSBTPqQM=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 10 additions & 16 deletions vendor/golang.org/x/tools/go/analysis/passes/copylock/copylock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 21 additions & 19 deletions vendor/golang.org/x/tools/internal/gcimporter/iexport.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ github.com/cloudfoundry/bosh-gcscli/config
## explicit; go 1.20
github.com/cloudfoundry/bosh-s3cli/client
github.com/cloudfoundry/bosh-s3cli/config
# github.com/cloudfoundry/bosh-utils v0.0.380
# github.com/cloudfoundry/bosh-utils v0.0.383
## explicit; go 1.20
github.com/cloudfoundry/bosh-utils/blobstore
github.com/cloudfoundry/bosh-utils/blobstore/fakes
Expand Down Expand Up @@ -1024,7 +1024,7 @@ golang.org/x/text/transform
golang.org/x/text/unicode/bidi
golang.org/x/text/unicode/norm
golang.org/x/text/width
# golang.org/x/tools v0.11.1
# golang.org/x/tools v0.12.0
## explicit; go 1.18
golang.org/x/tools/cmd/goimports
golang.org/x/tools/go/analysis
Expand Down

0 comments on commit 5011f43

Please sign in to comment.