mirror of https://git.FreeBSD.org/ports.git
lang/go123: Update to 1.23.12
While here: golang.org now points to go.dev (thanks to Meng Zhuo in the Review below). Changes: go1.23.12 (released 2025-08-06) includes security fixes to the database/sql and os/exec packages, as well as bug fixes to the runtime. See the Go 1.23.12 milestone (follows) on our issue tracker for details. https://github.com/golang/go/issues?q=milestone%3AGo1.23.12+label%3ACherryPickApproved Differential Revision: https://reviews.freebsd.org/D50595
This commit is contained in:
parent
53610681ea
commit
0edd2ff108
|
@ -1,7 +1,7 @@
|
|||
DISTVERSION= 1.23.7
|
||||
DISTVERSION= 1.23.12
|
||||
# Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel
|
||||
PORTREVISION= 4
|
||||
MASTER_SITES= https://golang.org/dl/ \
|
||||
PORTREVISION= 0
|
||||
MASTER_SITES= https://go.dev/dl/ \
|
||||
https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \
|
||||
LOCAL/dmgk:bootstrap
|
||||
DISTFILES= go${DISTVERSION}.src.tar.gz \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1741189197
|
||||
SHA256 (go1.23.7.src.tar.gz) = 7cfabd46b73eb4c26b19d69515dd043d7183a6559acccd5cfdb25eb6b266a458
|
||||
SIZE (go1.23.7.src.tar.gz) = 28181215
|
||||
TIMESTAMP = 1754525175
|
||||
SHA256 (go1.23.12.src.tar.gz) = e1cce9379a24e895714a412c7ddd157d2614d9edbe83a84449b6e1840b4f1226
|
||||
SIZE (go1.23.12.src.tar.gz) = 28185486
|
||||
SHA256 (go-freebsd-arm64-go1.20.tar.xz) = 674e0a9bce8b64dcc085b000eb83ae880e96be1ee47dad6ec86c82dbe5550623
|
||||
SIZE (go-freebsd-arm64-go1.20.tar.xz) = 32640640
|
||||
SHA256 (go-freebsd-amd64-go1.20.tar.xz) = 170f612c4b8a59400f27d642aab37afa831fe2d6df3e7473dec2d4574a59a46c
|
||||
|
|
Loading…
Reference in New Issue