diff --git a/go/go.patch b/go/go.patch index b76a867907..d4d149c15a 100644 --- a/go/go.patch +++ b/go/go.patch @@ -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. diff --git a/go/go.spec b/go/go.spec index 00f31b5890..d363a429b9 100644 --- a/go/go.spec +++ b/go/go.spec @@ -31,8 +31,8 @@ Distribution: OpenPKG Community Class: PLUS Group: Language License: BSD -Version: 1.14.1 -Release: 20200320 +Version: 1.14.2 +Release: 20200410 # list of sources Source0: http://golang.org/dl/go%{version}.src.tar.gz