Path to this page:
./
lang/go114,
The Go programming language
Branch: pkgsrc-2020Q2,
Version: 1.14.6,
Package name: go114-1.14.6,
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.
Required to run:[
lang/perl5]
Master sites:
SHA1: 7cdd6edb158e41d7be2c93c2fc3bd89f73bc3bf2
RMD160: 0441aabf6b098a4b1a318e24c22e678f82b7966e
Filesize: 22006.557 KB
Version history: (Expand)
- (2020-07-20) Updated to version: go114-1.14.6
- (2020-07-01) Package added to pkgsrc.se, version go114-1.14.4 (created)
CVS history: (Expand)
2020-07-20 16:59:01 by S.P.Zeidler | Files touched by this commit (3) | |
Log message:
Pullup ticket #6279 - requested by bsiegert
lang/go114: security update
Revisions pulled up:
- lang/go/version.mk 1.94
- lang/go114/PLIST 1.5
- lang/go114/distinfo 1.8
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: bsiegert
Date: Fri Jul 17 17:20:06 UTC 2020
Modified Files:
pkgsrc/lang/go: version.mk
pkgsrc/lang/go114: PLIST distinfo
Log message:
Update go114 to 1.14.6.
go1.14.5 (released 2020/07/14) includes security fixes to the crypto/x509
and
net/http packages. See the Go 1.14.5 milestone on our issue tracker for
details.
go1.14.6 (released 2020/07/16) includes fixes to the go command, the
compiler,
the linker, vet, and the database/sql, encoding/json, net/http, reflect, and
testing packages. See the Go 1.14.6 milestone on our issue tracker for
details.
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/lang/go/version.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/go114/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/go114/distinfo
|