Path to this page:
./
lang/go113,
The Go programming language
Branch: pkgsrc-2020Q2,
Version: 1.13.14,
Package name: go113-1.13.14,
Maintainer: bsiegertThe 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.
Master sites:
SHA1: a7b1983a06181784a9e3b0c2912c0b45b4e486d3
RMD160: 20f2592e6c91e415373e2dbe607f69884e8e8733
Filesize: 21196.183 KB
Version history: (Expand)
- (2020-07-20) Updated to version: go113-1.13.14
- (2020-07-01) Package added to pkgsrc.se, version go113-1.13.11 (created)
CVS history: (Expand)
2020-07-20 16:52:21 by S.P.Zeidler | Files touched by this commit (3) | |
Log message:
Pullup ticket #6278 - requested by bsiegert
lang/go113: security update
Revisions pulled up:
- lang/go/version.mk 1.93
- lang/go113/PLIST 1.4
- lang/go113/distinfo 1.8
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: bsiegert
Date: Fri Jul 17 17:10:20 UTC 2020
Modified Files:
pkgsrc/lang/go: version.mk
pkgsrc/lang/go113: PLIST distinfo
Log message:
Update go113 to 1.13.14.
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.
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/lang/go/version.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/go113/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/go113/distinfo
|