]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
go: update 1.19.2 -> 1.19.3
authorSakib Sajal <sakib.sajal@windriver.com>
Tue, 1 Nov 2022 18:52:45 +0000 (14:52 -0400)
committerSteve Sakoman <steve@sakoman.com>
Fri, 18 Nov 2022 02:38:45 +0000 (16:38 -1000)
go1.19.3 (released 2022-11-01) includes security fixes to the os/exec and syscall
packages, as well as bug fixes to the compiler and the runtime.

Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit fd33d169a5febb37eac03312c4014e35d29d06df)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/go/go-1.19.3.inc [moved from meta/recipes-devtools/go/go-1.19.2.inc with 89% similarity]
meta/recipes-devtools/go/go-binary-native_1.19.3.bb [moved from meta/recipes-devtools/go/go-binary-native_1.19.2.bb with 84% similarity]
meta/recipes-devtools/go/go-cross-canadian_1.19.3.bb [moved from meta/recipes-devtools/go/go-cross-canadian_1.19.2.bb with 100% similarity]
meta/recipes-devtools/go/go-cross_1.19.3.bb [moved from meta/recipes-devtools/go/go-cross_1.19.2.bb with 100% similarity]
meta/recipes-devtools/go/go-crosssdk_1.19.3.bb [moved from meta/recipes-devtools/go/go-crosssdk_1.19.2.bb with 100% similarity]
meta/recipes-devtools/go/go-native_1.19.3.bb [moved from meta/recipes-devtools/go/go-native_1.19.2.bb with 100% similarity]
meta/recipes-devtools/go/go-runtime_1.19.3.bb [moved from meta/recipes-devtools/go/go-runtime_1.19.2.bb with 100% similarity]
meta/recipes-devtools/go/go_1.19.3.bb [moved from meta/recipes-devtools/go/go_1.19.2.bb with 100% similarity]

similarity index 89%
rename from meta/recipes-devtools/go/go-1.19.2.inc
rename to meta/recipes-devtools/go/go-1.19.3.inc
index 206ee3ca45b68eaf64899ad63b52a39f6d5ad4de..1245faba938b44de062edc7a860e1f52ce6d3736 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] = "2ce930d70a931de660fdaf271d70192793b1b240272645bf0275779f6704df6b"
+SRC_URI[main.sha256sum] = "18ac263e39210bcf68d85f4370e97fb1734166995a1f63fb38b4f6e07d90d212"
similarity index 84%
rename from meta/recipes-devtools/go/go-binary-native_1.19.2.bb
rename to meta/recipes-devtools/go/go-binary-native_1.19.3.bb
index 80c24095dd14334e6a3c5819d85dfa7a0ce0918e..334f63b30b8f5cf20391ed15fff681b63464b2b0 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] = "5e8c5a74fe6470dd7e055a461acda8bb4050ead8c2df70f227e3ff7d8eb7eeb6"
-SRC_URI[go_linux_arm64.sha256sum] = "b62a8d9654436c67c14a0c91e931d50440541f09eb991a987536cb982903126d"
+SRC_URI[go_linux_amd64.sha256sum] = "74b9640724fd4e6bb0ed2a1bc44ae813a03f1e72a4c76253e2d5c015494430ba"
+SRC_URI[go_linux_arm64.sha256sum] = "99de2fe112a52ab748fb175edea64b313a0c8d51d6157dba683a6be163fd5eab"
 
 UPSTREAM_CHECK_URI = "https://golang.org/dl/"
 UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"