On Fri, Jun 05, 2026 at 06:19:55PM -0400, Adriano Barbosa wrote:
> Hi!
> 
> Latest version of net/tailcale needs go>=1.26.3 and this diff updates
> lang/go to v1.26.4.

Thanks. Please Cc the maintainer (here jsing, now done) when sending an
update for a port. I'm sure something like it will land soon enough.

> -go/src/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj
> +go/src/debug/elf/testdata/gcc-${MACHINE_ARCH}-openbsd-debug-with-rela.obj

This above will cause package failure on !amd64, for example:

Error: 
/usr/ports/pobj/go-1.26.4/fake-aarch64/usr/local/go/src/debug/elf/testdata/gcc-aarch64-openbsd-debug-with-rela.obj
 does not exist

So I left that out below. (Unfortunately, ReverseSubstitution.pm special
cases MACHINE_ARCH, so this can't be disabled with UPDATE_PLIST_ARGs.)

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/go/Makefile,v
diff -u -p -r1.178 Makefile
--- Makefile    14 Apr 2026 14:20:31 -0000      1.178
+++ Makefile    5 Jun 2026 22:15:24 -0000
@@ -7,7 +7,7 @@ COMMENT =               Go programming language
 
 # increment _MODGO_SYSTEM_VERSION in go.port.mk after updating to a new
 # version, to trigger updates of go-compiled ports
-VERSION =              1.26.2
+VERSION =              1.26.4
 DISTNAME =             go${VERSION}.src
 PKGNAME =              go-${VERSION}
 PKGSPEC =              ${FULLPKGNAME:S/go-/go-=/}
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/go/distinfo,v
diff -u -p -r1.118 distinfo
--- distinfo    14 Apr 2026 14:20:31 -0000      1.118
+++ distinfo    5 Jun 2026 22:15:24 -0000
@@ -3,10 +3,10 @@ SHA256 (go-openbsd-amd64-bootstrap-1.25.
 SHA256 (go-openbsd-arm-bootstrap-1.25.7.tar.gz) = 
Zsa0mE24uGyL+yRerBwRW7ovlPLTbJcs6aSe8xtslKI=
 SHA256 (go-openbsd-arm64-bootstrap-1.25.7.tar.gz) = 
2sH7SHUgL4lq8BAsp0J0vFnC+liQ4TUgf30SbG1fiW4=
 SHA256 (go-openbsd-riscv64-bootstrap-1.25.7.tar.gz) = 
we8O/lwQmYpr3ssnNGrtWQeSJl+g4mzoR9Htr0Jxrp8=
-SHA256 (go1.26.2.src.tar.gz) = LpHrtpR6lulDb7KzkmqIAu/mOm03Xf/sT4Kqnb1v1Ds=
+SHA256 (go1.26.4.src.tar.gz) = T2aKMvv8ETLmqIH7lowvHa2mMUkqM5IRc1+7JVpCYC0=
 SIZE (go-openbsd-386-bootstrap-1.25.7.tar.gz) = 58861554
 SIZE (go-openbsd-amd64-bootstrap-1.25.7.tar.gz) = 69278430
 SIZE (go-openbsd-arm-bootstrap-1.25.7.tar.gz) = 68137477
 SIZE (go-openbsd-arm64-bootstrap-1.25.7.tar.gz) = 67510215
 SIZE (go-openbsd-riscv64-bootstrap-1.25.7.tar.gz) = 68884008
-SIZE (go1.26.2.src.tar.gz) = 34120738
+SIZE (go1.26.4.src.tar.gz) = 34118246
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/lang/go/pkg/PLIST,v
diff -u -p -r1.96 PLIST
--- pkg/PLIST   14 Apr 2026 14:20:31 -0000      1.96
+++ pkg/PLIST   5 Jun 2026 22:15:26 -0000
@@ -64,6 +64,7 @@ go/lib/
 go/lib/fips140/
 go/lib/fips140/Makefile
 go/lib/fips140/README.md
+go/lib/fips140/certified.txt
 go/lib/fips140/fips140.sum
 go/lib/fips140/inprocess.txt
 go/lib/fips140/v1.0.0-c2097c7c.zip
@@ -1205,6 +1206,7 @@ go/src/cmd/compile/internal/loopvar/test
 go/src/cmd/compile/internal/loopvar/testdata/opt.go
 go/src/cmd/compile/internal/loopvar/testdata/range_esc_address.go
 go/src/cmd/compile/internal/loopvar/testdata/range_esc_closure.go
+go/src/cmd/compile/internal/loopvar/testdata/range_esc_closure_linedir.go
 go/src/cmd/compile/internal/loopvar/testdata/range_esc_method.go
 go/src/cmd/compile/internal/loopvar/testdata/range_esc_minimal_closure.go
 go/src/cmd/compile/internal/mips/
@@ -2692,6 +2694,7 @@ go/src/cmd/go/testdata/script/cover_runs
 go/src/cmd/go/testdata/script/cover_single_vs_multiple.txt
 go/src/cmd/go/testdata/script/cover_statements.txt
 go/src/cmd/go/testdata/script/cover_swig.txt
+go/src/cmd/go/testdata/script/cover_switch_toolchain.txt
 go/src/cmd/go/testdata/script/cover_sync_atomic_import.txt
 go/src/cmd/go/testdata/script/cover_test_localpkg_filepath.txt
 go/src/cmd/go/testdata/script/cover_test_pkgselect.txt
@@ -2719,6 +2722,7 @@ go/src/cmd/go/testdata/script/env_write.
 go/src/cmd/go/testdata/script/fileline.txt
 go/src/cmd/go/testdata/script/fips.txt
 go/src/cmd/go/testdata/script/fipssnap.txt
+go/src/cmd/go/testdata/script/fix_diff_exitcode.txt
 go/src/cmd/go/testdata/script/fix_suite.txt
 go/src/cmd/go/testdata/script/fix_vendor.txt
 go/src/cmd/go/testdata/script/fmt_load_errors.txt
@@ -3132,6 +3136,7 @@ go/src/cmd/go/testdata/script/mod_skip_w
 go/src/cmd/go/testdata/script/mod_stale.txt
 go/src/cmd/go/testdata/script/mod_std_vendor.txt
 go/src/cmd/go/testdata/script/mod_string_alias.txt
+go/src/cmd/go/testdata/script/mod_sum_absent.txt
 go/src/cmd/go/testdata/script/mod_sum_ambiguous.txt
 go/src/cmd/go/testdata/script/mod_sum_issue56222.txt
 go/src/cmd/go/testdata/script/mod_sum_lookup.txt
@@ -3245,6 +3250,8 @@ go/src/cmd/go/testdata/script/test_build
 go/src/cmd/go/testdata/script/test_buildinfo.txt
 go/src/cmd/go/testdata/script/test_buildinfo_godebug_issue68053.txt
 go/src/cmd/go/testdata/script/test_buildvcs.txt
+go/src/cmd/go/testdata/script/test_cache_coverpkg_bug.txt
+go/src/cmd/go/testdata/script/test_cache_coverpkg_no_profile.txt
 go/src/cmd/go/testdata/script/test_cache_inputs.txt
 go/src/cmd/go/testdata/script/test_chatty_fail.txt
 go/src/cmd/go/testdata/script/test_chatty_parallel_fail.txt
@@ -5708,6 +5715,8 @@ go/src/crypto/internal/fips140/check/che
 go/src/crypto/internal/fips140/drbg/
 go/src/crypto/internal/fips140/drbg/cast.go
 go/src/crypto/internal/fips140/drbg/ctrdrbg.go
+go/src/crypto/internal/fips140/drbg/entropy_fips140.go
+go/src/crypto/internal/fips140/drbg/entropy_wasm.go
 go/src/crypto/internal/fips140/drbg/rand.go
 go/src/crypto/internal/fips140/drbg/rand_test.go
 go/src/crypto/internal/fips140/ecdh/
@@ -9477,6 +9486,7 @@ go/src/internal/types/testdata/fixedbugs
 go/src/internal/types/testdata/fixedbugs/issue76383.go
 go/src/internal/types/testdata/fixedbugs/issue76384.go
 go/src/internal/types/testdata/fixedbugs/issue76478.go
+go/src/internal/types/testdata/fixedbugs/issue78163.go
 go/src/internal/types/testdata/spec/
 go/src/internal/types/testdata/spec/assignability.go
 go/src/internal/types/testdata/spec/comparable.go
@@ -15663,9 +15673,12 @@ go/test/fixedbugs/issue77779.go
 go/test/fixedbugs/issue77815.go
 go/test/fixedbugs/issue77919.go
 go/test/fixedbugs/issue7794.go
+go/test/fixedbugs/issue78404.go
 go/test/fixedbugs/issue7863.go
+go/test/fixedbugs/issue78641.go
 go/test/fixedbugs/issue7867.go
 go/test/fixedbugs/issue7884.go
+go/test/fixedbugs/issue79182.go
 go/test/fixedbugs/issue7921.go
 go/test/fixedbugs/issue7944.go
 go/test/fixedbugs/issue7995.go

Reply via email to