]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
go: upgrade 1.24.1 -> 1.24.2
authorArchana Polampalli <archana.polampalli@windriver.com>
Fri, 9 May 2025 10:22:26 +0000 (10:22 +0000)
committerSteve Sakoman <steve@sakoman.com>
Tue, 13 May 2025 16:05:03 +0000 (09:05 -0700)
Fixes CVE-2025-22871

https://github.com/golang/go/compare/go1.24.1...go1.24.2

Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/go/go-1.24.2.inc [moved from meta/recipes-devtools/go/go-1.24.1.inc with 91% similarity]
meta/recipes-devtools/go/go-binary-native_1.24.2.bb [moved from meta/recipes-devtools/go/go-binary-native_1.24.1.bb with 78% similarity]
meta/recipes-devtools/go/go-cross-canadian_1.24.2.bb [moved from meta/recipes-devtools/go/go-cross-canadian_1.24.1.bb with 100% similarity]
meta/recipes-devtools/go/go-cross_1.24.2.bb [moved from meta/recipes-devtools/go/go-cross_1.24.1.bb with 100% similarity]
meta/recipes-devtools/go/go-crosssdk_1.24.2.bb [moved from meta/recipes-devtools/go/go-crosssdk_1.24.1.bb with 100% similarity]
meta/recipes-devtools/go/go-runtime_1.24.2.bb [moved from meta/recipes-devtools/go/go-runtime_1.24.1.bb with 100% similarity]
meta/recipes-devtools/go/go_1.24.2.bb [moved from meta/recipes-devtools/go/go_1.24.1.bb with 100% similarity]

similarity index 91%
rename from meta/recipes-devtools/go/go-1.24.1.inc
rename to meta/recipes-devtools/go/go-1.24.2.inc
index 4cf66e705a39a015e43ba06219813750d1e77cbc..cb4ae9ef80a92c47c7354bd2bb19c495f2cd3167 100644 (file)
@@ -17,4 +17,4 @@ SRC_URI += "\
     file://0010-cmd-go-clear-GOROOT-for-func-ldShared-when-trimpath-.patch \
     file://6d265b008e3d106b2706645e5a88cd8e2fb98953.patch \
 "
-SRC_URI[main.sha256sum] = "8244ebf46c65607db10222b5806aeb31c1fcf8979c1b6b12f60c677e9a3c0656"
+SRC_URI[main.sha256sum] = "9dc77ffadc16d837a1bf32d99c624cb4df0647cee7b119edd9e7b1bcc05f2e00"
similarity index 78%
rename from meta/recipes-devtools/go/go-binary-native_1.24.1.bb
rename to meta/recipes-devtools/go/go-binary-native_1.24.2.bb
index ffe3d50b7bd78d9e4bfe8a8dcdd02e15ccb19d33..65ef93e2e004826cdbc6ca96ef920f795129fa4d 100644 (file)
@@ -9,10 +9,10 @@ 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] = "cb2396bae64183cdccf81a9a6df0aea3bce9511fc21469fb89a0c00470088073"
-SRC_URI[go_linux_arm64.sha256sum] = "8df5750ffc0281017fb6070fba450f5d22b600a02081dceef47966ffaf36a3af"
-SRC_URI[go_linux_ppc64le.sha256sum] = "0fb522efcefabae6e37e69bdc444094e75bfe824ea6d4cc3cbc70c7ae1b16858"
 
+SRC_URI[go_linux_amd64.sha256sum] = "68097bd680839cbc9d464a0edce4f7c333975e27a90246890e9f1078c7e702ad"
+SRC_URI[go_linux_arm64.sha256sum] = "756274ea4b68fa5535eb9fe2559889287d725a8da63c6aae4d5f23778c229f4b"
+SRC_URI[go_linux_ppc64le.sha256sum] = "5fff857791d541c71d8ea0171c73f6f99770d15ff7e2ad979104856d01f36563"
 UPSTREAM_CHECK_URI = "https://golang.org/dl/"
 UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"