]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
go: update 1.19.3 -> 1.19.4
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 30 Dec 2022 18:38:43 +0000 (19:38 +0100)
committerSteve Sakoman <steve@sakoman.com>
Wed, 11 Jan 2023 16:07:36 +0000 (06:07 -1000)
go1.19.4 (released 2022-12-06) includes security fixes to the net/http
and os packages, as well as bug fixes to the compiler, the runtime,
and the crypto/x509, os/exec, and sync/atomic packages.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 67301425ac2696ccc07d6f47856336d6336382fb)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/go/go-1.19.4.inc [moved from meta/recipes-devtools/go/go-1.19.3.inc with 89% similarity]
meta/recipes-devtools/go/go-binary-native_1.19.4.bb [moved from meta/recipes-devtools/go/go-binary-native_1.19.3.bb with 84% similarity]
meta/recipes-devtools/go/go-cross-canadian_1.19.4.bb [moved from meta/recipes-devtools/go/go-cross-canadian_1.19.3.bb with 100% similarity]
meta/recipes-devtools/go/go-cross_1.19.4.bb [moved from meta/recipes-devtools/go/go-cross_1.19.3.bb with 100% similarity]
meta/recipes-devtools/go/go-crosssdk_1.19.4.bb [moved from meta/recipes-devtools/go/go-crosssdk_1.19.3.bb with 100% similarity]
meta/recipes-devtools/go/go-native_1.19.4.bb [moved from meta/recipes-devtools/go/go-native_1.19.3.bb with 100% similarity]
meta/recipes-devtools/go/go-runtime_1.19.4.bb [moved from meta/recipes-devtools/go/go-runtime_1.19.3.bb with 100% similarity]
meta/recipes-devtools/go/go_1.19.4.bb [moved from meta/recipes-devtools/go/go_1.19.3.bb with 100% similarity]

similarity index 89%
rename from meta/recipes-devtools/go/go-1.19.3.inc
rename to meta/recipes-devtools/go/go-1.19.4.inc
index 1245faba938b44de062edc7a860e1f52ce6d3736..49349ba6ecb4ed064232ba3d6f8662d43f80b324 100644 (file)
@@ -15,4 +15,4 @@ SRC_URI += "\
     file://0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \
     file://filter-build-paths.patch \
 "
-SRC_URI[main.sha256sum] = "18ac263e39210bcf68d85f4370e97fb1734166995a1f63fb38b4f6e07d90d212"
+SRC_URI[main.sha256sum] = "eda74db4ac494800a3e66ee784e495bfbb9b8e535df924a8b01b1a8028b7f368"
similarity index 84%
rename from meta/recipes-devtools/go/go-binary-native_1.19.3.bb
rename to meta/recipes-devtools/go/go-binary-native_1.19.4.bb
index 334f63b30b8f5cf20391ed15fff681b63464b2b0..f1208d183aa40aa71b04fe46dd442da3d51de869 100644 (file)
@@ -9,8 +9,8 @@ PROVIDES = "go-native"
 
 # Checksums available at https://go.dev/dl/
 SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}"
-SRC_URI[go_linux_amd64.sha256sum] = "74b9640724fd4e6bb0ed2a1bc44ae813a03f1e72a4c76253e2d5c015494430ba"
-SRC_URI[go_linux_arm64.sha256sum] = "99de2fe112a52ab748fb175edea64b313a0c8d51d6157dba683a6be163fd5eab"
+SRC_URI[go_linux_amd64.sha256sum] = "c9c08f783325c4cf840a94333159cc937f05f75d36a8b307951d5bd959cf2ab8"
+SRC_URI[go_linux_arm64.sha256sum] = "9df122d6baf6f2275270306b92af3b09d7973fb1259257e284dba33c0db14f1b"
 
 UPSTREAM_CHECK_URI = "https://golang.org/dl/"
 UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"