package/go: security bump to version 1.25.5

Release notes:
https://go.dev/doc/devel/release#go1.25.5
https://groups.google.com/g/golang-announce/c/8FJoBkPddm4
Fixes CVE-2025-61727 & CVE-2025-61729.

https://go.dev/doc/devel/release#go1.25.4
https://groups.google.com/g/golang-announce/c/tVVHm9gnwl8

Updated _SITE because previous URL returns 403.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2025-12-04 21:54:11 +01:00
committed by Julien Olivain
parent 9ae99d19b9
commit eed28fd448
6 changed files with 12 additions and 12 deletions

View File

@@ -7,7 +7,7 @@
# Use last Go version that go-bootstrap-stage1 can build: v1.19.x
# See https://golang.org/doc/install/source#bootstrapFromSource
GO_BOOTSTRAP_STAGE2_VERSION = 1.19.13
GO_BOOTSTRAP_STAGE2_SITE = https://storage.googleapis.com/golang
GO_BOOTSTRAP_STAGE2_SITE = https://go.dev/dl
GO_BOOTSTRAP_STAGE2_SOURCE = go$(GO_BOOTSTRAP_STAGE2_VERSION).src.tar.gz
GO_BOOTSTRAP_STAGE2_LICENSE = BSD-3-Clause

View File

@@ -7,7 +7,7 @@
# Use last Go version that go-bootstrap-stage2 can build: v1.21.x
# See https://go.dev/doc/go1.22#bootstrap
GO_BOOTSTRAP_STAGE3_VERSION = 1.21.8
GO_BOOTSTRAP_STAGE3_SITE = https://storage.googleapis.com/golang
GO_BOOTSTRAP_STAGE3_SITE = https://go.dev/dl
GO_BOOTSTRAP_STAGE3_SOURCE = go$(GO_BOOTSTRAP_STAGE3_VERSION).src.tar.gz
GO_BOOTSTRAP_STAGE3_LICENSE = BSD-3-Clause

View File

@@ -7,7 +7,7 @@
# Use last Go version that go-bootstrap-stage3 can build: v1.23.x
# See https://go.dev/doc/go1.24#bootstrap
GO_BOOTSTRAP_STAGE4_VERSION = 1.23.12
GO_BOOTSTRAP_STAGE4_SITE = https://storage.googleapis.com/golang
GO_BOOTSTRAP_STAGE4_SITE = https://go.dev/dl
GO_BOOTSTRAP_STAGE4_SOURCE = go$(GO_BOOTSTRAP_STAGE4_VERSION).src.tar.gz
GO_BOOTSTRAP_STAGE4_LICENSE = BSD-3-Clause

View File

@@ -5,7 +5,7 @@
################################################################################
GO_SRC_VERSION = $(GO_VERSION)
GO_SRC_SITE = https://storage.googleapis.com/golang
GO_SRC_SITE = https://go.dev/dl
GO_SRC_SOURCE = go$(GO_VERSION).src.tar.gz
GO_SRC_DL_SUBDIR = go

View File

@@ -1,9 +1,9 @@
# sha256 checksum from https://go.dev/dl/
sha256 a81a4ba593d0015e10c51e267de3ff07c7ac914dfca037d9517d029517097795 go1.25.3.src.tar.gz
sha256 acb585c13e7acb10e3b53743c39a7996640c745dffd7d828758786bde92f44ca go1.25.3.linux-386.tar.gz
sha256 0335f314b6e7bfe08c3d0cfaa7c19db961b7b99fb20be62b0a826c992ad14e0f go1.25.3.linux-amd64.tar.gz
sha256 1d42ebc84999b5e2069f5e31b67d6fc5d67308adad3e178d5a2ee2c9ff2001f5 go1.25.3.linux-arm64.tar.gz
sha256 3992bd28316484be0af36494124588581aa27e0659a436d607b11d534045bc1f go1.25.3.linux-armv6l.tar.gz
sha256 68d1a08bf3567f330717d821b266a0be1c5080bd05dc238b5a43a24ca0c47d7c go1.25.3.linux-ppc64le.tar.gz
sha256 a0b5ccd631743f01230030412fdc9252b18d96b4e63d44ba1c4e9469e79cfcb1 go1.25.3.linux-s390x.tar.gz
sha256 22a5fd0a91efcd28a1b0537106b9959b2804b61f59c3758b51e8e5429c1a954f go1.25.5.src.tar.gz
sha256 db908a86e888574ed3432355ba5372ad3ef2c0821ba9b91ceaa0f6634620c40c go1.25.5.linux-386.tar.gz
sha256 9e9b755d63b36acf30c12a9a3fc379243714c1c6d3dd72861da637f336ebb35b go1.25.5.linux-amd64.tar.gz
sha256 b00b694903d126c588c378e72d3545549935d3982635ba3f7a964c9fa23fe3b9 go1.25.5.linux-arm64.tar.gz
sha256 0b27e3dec8d04899d6941586d2aa2721c3dee67c739c1fc1b528188f3f6e8ab5 go1.25.5.linux-armv6l.tar.gz
sha256 f0904b647b5b8561efc5d48bb59a34f2b7996afab83ccd41c93b1aeb2c0067e4 go1.25.5.linux-ppc64le.tar.gz
sha256 a5d0a72b0dfd57f9c2c0cdd8b7e0f401e0afb9e8c304d3410f9b0982ce0953da go1.25.5.linux-s390x.tar.gz
sha256 911f8f5782931320f5b8d1160a76365b83aea6447ee6c04fa6d5591467db9dad LICENSE

View File

@@ -4,7 +4,7 @@
#
################################################################################
GO_VERSION = 1.25.3
GO_VERSION = 1.25.5
HOST_GO_GOPATH = $(HOST_DIR)/share/go-path
HOST_GO_HOST_CACHE = $(HOST_DIR)/share/host-go-cache