diff options
| author | Sakib Sajal <sakib.sajal@windriver.com> | 2022-08-19 17:33:24 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-28 07:51:29 +0100 |
| commit | 55139508f266c31293c7e53c5aaa174ed48001d0 (patch) | |
| tree | 8daf1db9d5bfa4a1514bfe1c079ca526a704f9be /meta/recipes-devtools/go/go-runtime_1.17.13.bb | |
| parent | 6413ed11f83ea46a6fbe9f4a6a5fc5df02706c9f (diff) | |
| download | poky-55139508f266c31293c7e53c5aaa174ed48001d0.tar.gz | |
go: update v1.17.12 -> v1.17.13
Update to latest v1.17.x release.
Contains fix for CVE-2022-32189.
go.git$ git log --oneline go1.17.12^..go1.17.13
15da892a49 (tag: go1.17.13, origin/release-branch.go1.17) [release-branch.go1.17] go1.17.13
703c8ab7e5 [release-branch.go1.17] math/big: check buffer lengths in GobDecode
d9242f7a8c [release-branch.go1.17] cmd/compile: do not use special literal assignment if LHS is address-taken
489c148578 [release-branch.go1.17] cmd/compile: fix prove pass when upper condition is <= maxint
66c60f076c [release-branch.go1.17] runtime: clear timerModifiedEarliest when last timer is deleted
c25b12fb81 [release-branch.go1.17] runtime: use saved LR when unwinding through morestack
1ed3c127da (tag: go1.17.12) [release-branch.go1.17] go1.17.12
(From OE-Core rev: 5acea6ee55d36987609bfa38b579ba86ca1879d1)
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/go/go-runtime_1.17.13.bb')
| -rw-r--r-- | meta/recipes-devtools/go/go-runtime_1.17.13.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-runtime_1.17.13.bb b/meta/recipes-devtools/go/go-runtime_1.17.13.bb new file mode 100644 index 0000000000..63464a1501 --- /dev/null +++ b/meta/recipes-devtools/go/go-runtime_1.17.13.bb | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | require go-${PV}.inc | ||
| 2 | require go-runtime.inc | ||
| 3 | |||
