mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00

Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to "*.example.com", a request to "[::1%25.example.com]:80` will incorrectly match and not be proxied. (From OE-Core rev: 88e79f915137edc5a37a110abdc79f5800404e45) Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
20 lines
934 B
HTML
20 lines
934 B
HTML
require go-common.inc
|
|
|
|
FILESEXTRAPATHS:prepend := "${FILE_DIRNAME}/go:"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707"
|
|
|
|
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://CVE-2025-22870.patch \
|
|
"
|
|
SRC_URI[main.sha256sum] = "012a7e1f37f362c0918c1dfa3334458ac2da1628c4b9cf4d9ca02db986e17d71"
|