Commit Graph

9 Commits

Author SHA1 Message Date
zhusir
f937504996
golang: update to 1.21.0, remove patch (#717)
Upstream has updated the Go compiler to not use gold when building for
arm, and is waiting for a fix to binutils (released in 2.41) before
doing the same for aarch64.[1]

Based on the above, it does not appear that
golang/go#49748 will be merged. This removes the
patch from that pull request.

[1]: golang/go#22040

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-10-02 03:45:04 +08:00
Jeffery To
b6468a6bd5 golang: Update to 1.20.2, refresh patch
Includes fixes for:

* 1.20.1:
  * CVE-2022-41722: path/filepath: path traversal in filepath.Clean on
    Windows
  * CVE-2022-41723: net/http: avoid quadratic complexity in HPACK
    decoding
  * CVE-2022-41724: crypto/tls: large handshake records may cause panics
  * CVE-2022-41725: net/http, mime/multipart: denial of service from
    excessive resource consumption

* 1.20.2:
  * CVE-2023-24532: crypto/elliptic: specific unreduced P-256 scalars
    produce incorrect results

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-03-30 06:57:34 +00:00
Beginner-Go
18602753bb Revert "golang: bump to v1.19.2"
This reverts commit e5fc54e17f.
2023-03-30 06:57:18 +00:00
coolsnowwolf
e5fc54e17f golang: bump to v1.19.2 2023-03-19 21:47:32 +08:00
Michael Pratt
19ee8dd834 golang: enable verbose output
allow the building script of Go to output verbose
when make is executed with "V=s..."

Signed-off-by: Michael Pratt <mcpratt@pm.me>
2022-05-31 07:20:58 +00:00
Jeffery To
f3dc2471d8 golang: Update to 1.17
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-08-22 17:48:44 +00:00
Beginner-Go
8065ec2902 同步上游 2020-11-30 14:58:15 +00:00
LEAN-ESX
066cb56911 golang: bump to v1.14 2020-02-29 22:50:21 -08:00
coolsnowwolf
d17588da1a first commit 2018-10-18 16:56:47 +08:00