golang: Update to 1.13.15
This includes a fix for CVE-2020-16845 (encoding/binary: ReadUvarint and ReadVarint can read an unlimited number of bytes from invalid inputs). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
parent
f91521f756
commit
6970bc7436
2 changed files with 2 additions and 2 deletions
|
@ -11,4 +11,4 @@ endif
|
|||
|
||||
|
||||
GO_VERSION_MAJOR_MINOR:=1.13
|
||||
GO_VERSION_PATCH:=14
|
||||
GO_VERSION_PATCH:=15
|
||||
|
|
|
@ -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:=197333e97290e9ea8796f738d61019dcba1c377c2f3961fd6a114918ecc7ab06
|
||||
PKG_HASH:=5fb43171046cf8784325e67913d55f88a683435071eef8e9da1aa8a1588fcf5d
|
||||
|
||||
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
|
Loading…
Reference in a new issue