|
|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
Index: src/cmd/go/internal/modfetch/fetch.go
|
|
|
|
|
--- src/cmd/go/internal/modfetch/fetch.go.orig 2020-02-25 19:32:50.000000000 +0100
|
|
|
|
|
+++ src/cmd/go/internal/modfetch/fetch.go 2020-02-26 13:44:55.222333000 +0100
|
|
|
|
|
@@ -123,11 +123,6 @@
|
|
|
|
|
return err
|
|
|
|
|
--- src/cmd/go/internal/modfetch/fetch.go.orig 2020-04-08 21:15:51.000000000 +0200
|
|
|
|
|
+++ src/cmd/go/internal/modfetch/fetch.go 2020-04-10 09:10:15.452582000 +0200
|
|
|
|
|
@@ -142,11 +142,6 @@
|
|
|
|
|
return "", err
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
- if !cfg.ModCacheRW {
|
|
|
|
|
@ -10,12 +10,12 @@ Index: src/cmd/go/internal/modfetch/fetch.go
|
|
|
|
|
- // os.Rename was observed to fail for read-only directories on macOS.
|
|
|
|
|
- makeDirsReadOnly(dir)
|
|
|
|
|
- }
|
|
|
|
|
return nil
|
|
|
|
|
return dir, nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Index: src/crypto/x509/root_unix.go
|
|
|
|
|
--- src/crypto/x509/root_unix.go.orig 2020-02-25 19:32:50.000000000 +0100
|
|
|
|
|
+++ src/crypto/x509/root_unix.go 2020-02-26 13:44:11.717242000 +0100
|
|
|
|
|
--- src/crypto/x509/root_unix.go.orig 2020-04-08 21:15:51.000000000 +0200
|
|
|
|
|
+++ src/crypto/x509/root_unix.go 2020-04-10 01:13:14.970917000 +0200
|
|
|
|
|
@@ -14,12 +14,7 @@
|
|
|
|
|
// Possible directories with certificate files; stop after successfully
|
|
|
|
|
// reading at least one file from a directory.
|
|
|
|
|
|