golang: Update to version 1.13.3
authorJosef Schlehofer <redacted>
Sat, 19 Oct 2019 20:53:14 +0000 (22:53 +0200)
committerJosef Schlehofer <redacted>
Sat, 19 Oct 2019 20:53:25 +0000 (22:53 +0200)
Fixes CVE-2019-17596

Signed-off-by: Josef Schlehofer <redacted>
lang/golang/golang-version.mk
lang/golang/golang/Makefile

index 196ea7ccc7d5b697a0edf7ec19154a2a5a0ed54f..7b3f02e23ac8fdca342be7de9d34eaa472bad4e1 100644 (file)
@@ -11,4 +11,4 @@ endif
 
 
 GO_VERSION_MAJOR_MINOR:=1.13
-GO_VERSION_PATCH:=1
+GO_VERSION_PATCH:=3
index 41837ac4d44588bd9f412ef48bc0fc6616445295..71a30472a91ae1f385cb31bae0b52992ea4a78fc 100644 (file)
@@ -18,7 +18,7 @@ GO_SOURCE_URLS:=https://dl.google.com/go/ \
 
 PKG_SOURCE:=go$(PKG_VERSION).src.tar.gz
 PKG_SOURCE_URL:=$(GO_SOURCE_URLS)
-PKG_HASH:=81f154e69544b9fa92b1475ff5f11e64270260d46e7e36c34aafc8bc96209358
+PKG_HASH:=4f7123044375d5c404280737fbd2d0b17064b66182a65919ffe20ffe8620e3df
 
 PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=LICENSE
git clone https://git.99rst.org/PROJECT