mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00

Upgrade to latest 1.24.x release [1]: $ git --no-pager log --oneline go1.24.2..go1.24.3 34c8b14ca9 (release-branch.go1.24) [release-branch.go1.24] go1.24.3 8947f3395e [release-branch.go1.24] os: avoid escape from Root via paths ending in ../ 06fd2f115b [release-branch.go1.24] cmd/compile: remove no-longer-necessary recursive inlining checks f66ab6521c [release-branch.go1.24] cmd/internal/obj/wasm: use i64 for large return addr c1f9c2c7b0 [release-branch.go1.24] cmd/go/internal/load: join incompatible and dirty build specifiers with . 0ab64e2caa [release-branch.go1.24] runtime: cleanup M vgetrandom state before dropping P 56eb99859d [release-branch.go1.24] internal/runtime/maps: pass proper func PC to race.WritePC/race.ReadPC 43130aff52 [release-branch.go1.24] runtime: fix 9-arg syscall on darwin/amd64 b2c005e7b2 [release-branch.go1.24] crypto/tls: fix ECH compatibility a9d9b55709 [release-branch.go1.24] cmd/link: choose one with larger size for duplicated BSS symbols fa7217f74d [release-branch.go1.24] os: avoid panic in Root when symlink references the root Fixes CVE-2025-22873 [1] https://github.com/golang/go/compare/go1.24.2...go1.24.3 (From OE-Core rev: f53e4b16d1b4e4a25f9cd9118d17c52f096fbae2) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
21 lines
1.0 KiB
HTML
21 lines
1.0 KiB
HTML
require go-common.inc
|
|
|
|
FILESEXTRAPATHS:prepend := "${FILE_DIRNAME}/go:"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=7998cb338f82d15c0eff93b7004d272a"
|
|
|
|
SRC_URI += "\
|
|
file://0001-cmd-go-make-content-based-hash-generation-less-pedan.patch \
|
|
file://0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch \
|
|
file://0003-ld-add-soname-to-shareable-objects.patch \
|
|
file://0004-make.bash-override-CC-when-building-dist-and-go_boot.patch \
|
|
file://0005-cmd-dist-separate-host-and-target-builds.patch \
|
|
file://0006-cmd-go-make-GOROOT-precious-by-default.patch \
|
|
file://0007-exec.go-filter-out-build-specific-paths-from-linker-.patch \
|
|
file://0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \
|
|
file://0009-go-Filter-build-paths-on-staticly-linked-arches.patch \
|
|
file://0010-cmd-go-clear-GOROOT-for-func-ldShared-when-trimpath-.patch \
|
|
file://6d265b008e3d106b2706645e5a88cd8e2fb98953.patch \
|
|
"
|
|
SRC_URI[main.sha256sum] = "229c08b600b1446798109fae1f569228102c8473caba8104b6418cb5bc032878"
|