summaryrefslogtreecommitdiff
path: root/lang/go113
AgeCommit message (Collapse)AuthorFilesLines
2020-08-24We say goodbye to go113.bsiegert12-9400/+0
go115 is now in the tree. Upstream supports the last two releases.
2020-08-14Update go113 to 1.13.15.bsiegert1-5/+5
go1.13.15 (released 2020/08/06) includes security fixes to the encoding/binary package. See the Go 1.13.15 milestone on our issue tracker for details.
2020-07-17Update go113 to 1.13.14.bsiegert2-6/+9
go1.13.12 (released 2020/06/01) includes fixes to the runtime, and the go/types and math/big packages. See the Go 1.13.12 milestone on our issue tracker for details. go1.13.13 (released 2020/07/14) includes security fixes to the crypto/x509 and net/http packages. See the Go 1.13.13 milestone on our issue tracker for details. go1.13.14 (released 2020/07/16) includes fixes to the compiler, vet, and the database/sql, net/http, and reflect packages. See the Go 1.13.14 milestone on our issue tracker for details.
2020-05-16Update go113 to 1.13.11.bsiegert1-5/+5
go1.13.11 (released 2020/05/14) includes fixes to the compiler. See the Go 1.13.11 milestone on our issue tracker for details.
2020-05-08go113, go114: when bootstrapped using a modules capable Go bootstrap,maya1-2/+8
put the cache in the work directory. Helps bulk building on netbsd/aarch64.
2020-05-01go*: delete dup PLISTs. pkglint says "unix.a" is listed in main PLIST.tnn2-4/+0
2020-05-01really drop bsd.prefs.mk includetnn1-3/+1
2020-05-01go*: move definition of GOROOT_BOOTSTRAP to go/bootstrap.mk.tnn1-4/+2
NFC. But will later need to do something else when MACHINE_ARCH == aarch64. Also drop dup include of bsd.prefs.mk. go/version.mk does this already.
2020-04-12Update go113 to 1.13.10.bsiegert2-8/+10
go1.13.10 (released 2020/04/08) includes fixes to the go command, the runtime, os/exec, and time packages. See the Go 1.13.10 milestone on our issue tracker for details.
2020-03-21Update go113 to 1.13.9.bsiegert2-6/+7
This release includes fixes to the go command, tools, the runtime, the toolchain, and to the crypto/cypher package. View the release notes for more information: https://golang.org/doc/devel/release.html#go1.13.minor
2020-02-27Update go113 to 1.13.8.bsiegert1-5/+5
This release includes fixes to the runtime, the crypto/x509, and net/http packages.
2020-02-02Update go113 to 1.13.7 (security release).bsiegert1-5/+5
Panic in crypto/x509 certificate parsing and golang.org/x/crypto/cryptobyte On 32-bit architectures, a malformed input to crypto/x509 or the ASN.1 parsing functions of golang.org/x/crypto/cryptobyte can lead to a panic. The malformed certificate can be delivered via a crypto/tls connection to a client, or to a server that accepts client certificates. net/http clients can be made to crash by an HTTPS server, while net/http servers that accept client certificates will recover the panic and are unaffected. Thanks to Project Wycheproof for providing the test cases that led to the discovery of this issue. The issue is CVE-2020-7919 and Go issue golang.org/issue/36837. This is also fixed in version v0.0.0-20200124225646-8b5121be2f68 of golang.org/x/crypto/cryptobyte.
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2020-01-10Update go113 to 1.13.6.bsiegert1-5/+5
These releases include fixes to the runtime and to the net/http package. The macOS releases enable the Hardened Runtime. See https://golang.org/issue/34986 for details. View the release notes for more information: https://golang.org/doc/devel/release.html#go1.13.minor
2019-12-09go113: Update SunOS PLIST for new layout.jperkin1-2/+2
2019-12-07Add a package for go113-1.13.5. From wip.bsiegert14-0/+9396
The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.