mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
update to go-1.25.3, tweak/ok jsing
security fixes in 1.25.2; see https://go.dev/doc/devel/release add comment about PLIST entry which update-plist incorrectly changes (and seems resistant to UPDATE_PLIST_ARGS=-i MACHINE_ARCH).
This commit is contained in:
+1
-1
@@ -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.25.1
|
||||
VERSION = 1.25.3
|
||||
DISTNAME = go${VERSION}.src
|
||||
PKGNAME = go-${VERSION}
|
||||
PKGSPEC = ${FULLPKGNAME:S/go-/go-=/}
|
||||
|
||||
+2
-2
@@ -3,10 +3,10 @@ SHA256 (go-openbsd-amd64-bootstrap-1.24.6.tar.gz) = 9rFgA1y1f3TlJVTtAYOrZUM+rxpc
|
||||
SHA256 (go-openbsd-arm-bootstrap-1.24.6.tar.gz) = SVEURX/O3M19mV7W74PgdWWF+RE1y0E6ffZiCy/luBY=
|
||||
SHA256 (go-openbsd-arm64-bootstrap-1.24.6.tar.gz) = YTDxjLEJN8S8nTuSx33uhn4D6f9BHHXUfIsawzxQsao=
|
||||
SHA256 (go-openbsd-riscv64-bootstrap-1.24.6.tar.gz) = CkQRksGfthKNn+l2wkcQncxawR+Q73OZBZsBmOrEB2s=
|
||||
SHA256 (go1.25.1.src.tar.gz) = 0BDBCc7pTYDv5oHqtGvepJGskGv0ZYPDLp8NuwvRpZQ=
|
||||
SHA256 (go1.25.3.src.tar.gz) = qBpLpZPQAV4QxR4mfeP/B8eskU38oDfZUX0ClRcJd5U=
|
||||
SIZE (go-openbsd-386-bootstrap-1.24.6.tar.gz) = 78278271
|
||||
SIZE (go-openbsd-amd64-bootstrap-1.24.6.tar.gz) = 89686558
|
||||
SIZE (go-openbsd-arm-bootstrap-1.24.6.tar.gz) = 87485540
|
||||
SIZE (go-openbsd-arm64-bootstrap-1.24.6.tar.gz) = 86439260
|
||||
SIZE (go-openbsd-riscv64-bootstrap-1.24.6.tar.gz) = 87969712
|
||||
SIZE (go1.25.1.src.tar.gz) = 31974863
|
||||
SIZE (go1.25.3.src.tar.gz) = 31980799
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# increment after a go compiler update to trigger updates of
|
||||
# compiled go packages (see arch-defines.mk)
|
||||
_MODGO_SYSTEM_VERSION = 28
|
||||
_MODGO_SYSTEM_VERSION = 29
|
||||
|
||||
ONLY_FOR_ARCHS ?= ${GO_ARCHS}
|
||||
|
||||
|
||||
+6
-1
@@ -65,7 +65,8 @@ go/lib/fips140/Makefile
|
||||
go/lib/fips140/README.md
|
||||
go/lib/fips140/fips140.sum
|
||||
go/lib/fips140/inprocess.txt
|
||||
go/lib/fips140/v1.0.0.zip
|
||||
go/lib/fips140/v1.0.0-c2097c7c.zip
|
||||
go/lib/fips140/v1.0.0.txt
|
||||
go/lib/time/
|
||||
go/lib/time/README
|
||||
go/lib/time/mkzip.go
|
||||
@@ -150,6 +151,7 @@ go/src/archive/tar/testdata/gnu-nil-sparse-data.tar
|
||||
go/src/archive/tar/testdata/gnu-nil-sparse-hole.tar
|
||||
go/src/archive/tar/testdata/gnu-not-utf8.tar
|
||||
go/src/archive/tar/testdata/gnu-sparse-big.tar
|
||||
go/src/archive/tar/testdata/gnu-sparse-many-zeros.tar.bz2
|
||||
go/src/archive/tar/testdata/gnu-utf8.tar
|
||||
go/src/archive/tar/testdata/gnu.tar
|
||||
go/src/archive/tar/testdata/hardlink.tar
|
||||
@@ -6640,6 +6642,7 @@ go/src/debug/elf/testdata/compressed-64.obj
|
||||
go/src/debug/elf/testdata/gcc-386-freebsd-exec
|
||||
go/src/debug/elf/testdata/gcc-amd64-linux-exec
|
||||
go/src/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj
|
||||
@comment beware update-plist incorrectly replacing above line
|
||||
go/src/debug/elf/testdata/gcc-riscv64-linux-exec
|
||||
go/src/debug/elf/testdata/go-relocation-test-clang-arm.obj
|
||||
go/src/debug/elf/testdata/go-relocation-test-clang-x86.obj
|
||||
@@ -10595,6 +10598,7 @@ go/src/runtime/debuglog.go
|
||||
go/src/runtime/debuglog_off.go
|
||||
go/src/runtime/debuglog_on.go
|
||||
go/src/runtime/debuglog_test.go
|
||||
go/src/runtime/decoratemappings_test.go
|
||||
go/src/runtime/defer_test.go
|
||||
go/src/runtime/defs1_linux.go
|
||||
go/src/runtime/defs1_netbsd_386.go
|
||||
@@ -15067,6 +15071,7 @@ go/test/fixedbugs/issue7538a.go
|
||||
go/test/fixedbugs/issue7538b.go
|
||||
go/test/fixedbugs/issue7547.go
|
||||
go/test/fixedbugs/issue7550.go
|
||||
go/test/fixedbugs/issue75569.go
|
||||
go/test/fixedbugs/issue7590.go
|
||||
go/test/fixedbugs/issue7648.dir/
|
||||
go/test/fixedbugs/issue7648.dir/a.go
|
||||
|
||||
Reference in New Issue
Block a user