diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2026-03-06 03:15:37 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2026-03-06 03:15:37 +0000 |
| commit | 47025a4253289a3a385385c9e1e448511032ed96 (patch) | |
| tree | a00d829c175add08dd77b62ab326356841b408e8 | |
| parent | 462afa7280cea5622985efbaf1e8ce2b9865e970 (diff) | |
lang/go126: Update to 1.26.1
Changes:
go1.26.1 (released 2026-03-05) includes security fixes to the
crypto/x509, html/template, net/url, and os packages, as well as bug
fixes to the go command, the go fix command, the compiler, and the
os and reflect packages. See the Go 1.26.1 milestone on our issue
tracker for details.
| -rw-r--r-- | lang/go126/Makefile | 2 | ||||
| -rw-r--r-- | lang/go126/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/go126/Makefile b/lang/go126/Makefile index d5134c381af6..04190f90b4a9 100644 --- a/lang/go126/Makefile +++ b/lang/go126/Makefile @@ -1,4 +1,4 @@ -DISTVERSION= 1.26.0 +DISTVERSION= 1.26.1 BOOTSTRAP_VER= 1.25.7 .include "${.CURDIR}/../go/bsd.go.mk" diff --git a/lang/go126/distinfo b/lang/go126/distinfo index 86aefcb2c788..dc3ed5610611 100644 --- a/lang/go126/distinfo +++ b/lang/go126/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1770827469 -SHA256 (go1.26.0.src.tar.gz) = c9132a8a1f6bd2aa4aad1d74b8231d95274950483a4950657ee6c56e6e817790 -SIZE (go1.26.0.src.tar.gz) = 34095450 +TIMESTAMP = 1772766207 +SHA256 (go1.26.1.src.tar.gz) = 3172293d04b209dc1144698e7ba13f0477f6ba8c5ffd0be66c20fdbc9785dfbb +SIZE (go1.26.1.src.tar.gz) = 34108253 SHA256 (go1.25.7.freebsd-arm64.tar.gz) = 631e03d5fd4c526e2f499154d8c6bf4cb081afb2fff171c428722afc9539d53a SIZE (go1.25.7.freebsd-arm64.tar.gz) = 57006314 SHA256 (go1.25.7.freebsd-amd64.tar.gz) = 055f9e138787dcafa81eb0314c8ff70c6dd0f6dba1e8a6957fef5d5efd1ab8fd |
