FreeBSD Bugzilla – Attachment 222507 Details for
Bug 253576
lang/go: Update to 1.16
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update patch
go.patch (text/plain), 2.12 KB, created by
Felix Hanley
on 2021-02-17 05:06:52 UTC
(
hide
)
Description:
Update patch
Filename:
MIME Type:
Creator:
Felix Hanley
Created:
2021-02-17 05:06:52 UTC
Size:
2.12 KB
patch
obsolete
>diff --git a/lang/go/Makefile b/lang/go/Makefile >index fec6e66978ed..168b5229f294 100644 >--- a/lang/go/Makefile >+++ b/lang/go/Makefile >@@ -2,11 +2,11 @@ > # $FreeBSD$ > > PORTNAME= go >-PORTVERSION?= 1.15.8 >+PORTVERSION?= 1.16 > PORTREVISION?= 0 > PORTEPOCH?= 1 > CATEGORIES= lang >-MASTER_SITES?= https://golang.org/dl/ \ >+MASTER_SITES?= https://dl.google.com/go/ \ > https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \ > LOCAL/dmgk:bootstrap > DISTFILES?= go${PORTVERSION}.src.tar.gz \ >diff --git a/lang/go/distinfo b/lang/go/distinfo >index 81bd984a2c3d..49c1c76e7a8d 100644 >--- a/lang/go/distinfo >+++ b/lang/go/distinfo >@@ -1,6 +1,6 @@ >-TIMESTAMP = 1612525048 >-SHA256 (go1.15.8.src.tar.gz) = 540c0ab7781084d124991321ed1458e479982de94454a98afab6acadf38497c2 >-SIZE (go1.15.8.src.tar.gz) = 23018628 >+TIMESTAMP = 1613538192 >+SHA256 (go1.16.src.tar.gz) = 7688063d55656105898f323d90a79a39c378d86fe89ae192eb3b7fc46347c95a >+SIZE (go1.16.src.tar.gz) = 20895394 > SHA256 (go-freebsd-arm64-go1.14.tar.xz) = f8b0cf0d323e581c9e3e0d5c217847a3e0294fcc92dbac92a5b02cea9d97ad8d > SIZE (go-freebsd-arm64-go1.14.tar.xz) = 34944548 > SHA256 (go-freebsd-amd64-go1.14.tar.xz) = 3b259247fb228258a4f31e283e9aa23cafd590eabce334666a9e9b2ffe47c19b >diff --git a/lang/go/files/patch-src_cmd_go_internal_modload_vendor.go b/lang/go/files/patch-src_cmd_go_internal_modload_vendor.go >deleted file mode 100644 >index d4610796b18f..000000000000 >--- a/lang/go/files/patch-src_cmd_go_internal_modload_vendor.go >+++ /dev/null >@@ -1,11 +0,0 @@ >---- src/cmd/go/internal/modload/vendor.go.orig 2020-06-11 12:36:37 UTC >-+++ src/cmd/go/internal/modload/vendor.go >-@@ -133,7 +133,7 @@ func checkVendorConsistency() { >- readVendorList() >- >- pre114 := false >-- if modFile.Go == nil || semver.Compare("v"+modFile.Go.Version, "v1.14") < 0 { >-+ if modFile.Go == nil || semver.Compare("v"+modFile.Go.Version, "v1.14") < 0 || (os.Getenv("GO_NO_VENDOR_CHECKS") == "1" && len(vendorMeta) == 0) { >- // Go versions before 1.14 did not include enough information in >- // vendor/modules.txt to check for consistency. >- // If we know that we're on an earlier version, relax the consistency check.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 253576
: 222507