diff mbox series

[2021.02,1/1] package/go: security bump to version 1.16.13

Message ID 20220106214426.442534-1-christian@paral.in
State Accepted
Headers show
Series [2021.02,1/1] package/go: security bump to version 1.16.13 | expand

Commit Message

Christian Stewart Jan. 6, 2022, 9:44 p.m. UTC
go1.16.11 (released 2021-12-02) includes fixes to the compiler, runtime, and the
net/http, net/http/httptest, and time packages.

go1.16.12 (released 2021-12-09) includes security fixes to the syscall and
net/http packages.

go1.16.13 (released 2022-01-06) includes fixes to the compiler, linker, runtime,
and the net/http package.

Signed-off-by: Christian Stewart <christian@paral.in>
---
 package/go/go.hash | 2 +-
 package/go/go.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard Jan. 7, 2022, 5:55 p.m. UTC | #1
>>>>> "Christian" == Christian Stewart <christian@paral.in> writes:

 > go1.16.11 (released 2021-12-02) includes fixes to the compiler, runtime, and the
 > net/http, net/http/httptest, and time packages.

 > go1.16.12 (released 2021-12-09) includes security fixes to the syscall and
 > net/http packages.

 > go1.16.13 (released 2022-01-06) includes fixes to the compiler, linker, runtime,
 > and the net/http package.

 > Signed-off-by: Christian Stewart <christian@paral.in>

Committed to 2021.02.x, thanks.
diff mbox series

Patch

diff --git a/package/go/go.hash b/package/go/go.hash
index 10bbb741e0..7071fcd99d 100644
--- a/package/go/go.hash
+++ b/package/go/go.hash
@@ -1,3 +1,3 @@ 
 # From https://golang.org/dl/
-sha256  a905472011585e403d00d2a41de7ced29b8884309d73482a307f689fd0f320b5  go1.16.10.src.tar.gz
+sha256  b0926654eaeb01ef43816638f42d7b1681f2d3f41b9559f07735522b7afad41a  go1.16.13.src.tar.gz
 sha256  2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067  LICENSE
diff --git a/package/go/go.mk b/package/go/go.mk
index 8a65e20380..cac83c65ff 100644
--- a/package/go/go.mk
+++ b/package/go/go.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-GO_VERSION = 1.16.10
+GO_VERSION = 1.16.13
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz