diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2026-02-05 16:29:35 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2026-02-05 16:47:59 +0000 |
| commit | 49de854ec5048eff6392aad44c408a985f61eff9 (patch) | |
| tree | 51e6843e93a078c4b9c85487bc989dd033b3b587 | |
| parent | 34f8aece89e317eeec8d659c6129570e06694224 (diff) | |
lang/go125: Update to 1.25.7
Changes: go1.25.7 (released 2026-02-04) includes security fixes to the
go command and the crypto/tls package, as well as bug fixes to the
compiler and the crypto/x509 package. See the Go 1.25.7 milestone on our
issue tracker for details.
| -rw-r--r-- | lang/go125/Makefile | 2 | ||||
| -rw-r--r-- | lang/go125/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/go125/Makefile b/lang/go125/Makefile index 84144e72ecef..9fa0ff0413e0 100644 --- a/lang/go125/Makefile +++ b/lang/go125/Makefile @@ -1,4 +1,4 @@ -DISTVERSION= 1.25.6 +DISTVERSION= 1.25.7 BOOTSTRAP_VER= 1.24.6 .include "${.CURDIR}/../go/bsd.go.mk" diff --git a/lang/go125/distinfo b/lang/go125/distinfo index 2552cf016bf8..ea286be5824a 100644 --- a/lang/go125/distinfo +++ b/lang/go125/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1768583473 -SHA256 (go1.25.6.src.tar.gz) = 58cbf771e44d76de6f56d19e33b77d745a1e489340922875e46585b975c2b059 -SIZE (go1.25.6.src.tar.gz) = 31987986 +TIMESTAMP = 1770308031 +SHA256 (go1.25.7.src.tar.gz) = 178f2832820274b43e177d32f06a3ebb0129e427dd20a5e4c88df2c1763cf10a +SIZE (go1.25.7.src.tar.gz) = 31990868 SHA256 (go1.24.6.freebsd-arm64.tar.gz) = 76a75ad5125217c268029c0ad9c7295cc7f6042fe9cba4bebf9a89f7f42ad8af SIZE (go1.24.6.freebsd-arm64.tar.gz) = 74459381 SHA256 (go1.24.6.freebsd-amd64.tar.gz) = 4983e2b10ae1f754e4eb07e1e589691c7e1d0dc428a92c16bd0e2ba03cc23ed9 |
