30 Commits

Author SHA1 Message Date
jsing
964270cb22 Update lang/go to version 1.11.4.
This minor revision update includes various fixes, three of which address
security related issues.
2018-12-15 14:54:41 +00:00
jsing
4d07fd460a Update lang/go to 1.11.2. 2018-11-04 20:49:46 +00:00
jsing
126d7b3255 Update lang/go to 1.11. 2018-09-23 17:19:10 +00:00
kn
d6091e4b61 Update to go 1.10.1
OK jsing
2018-04-06 13:01:39 +00:00
jsing
8ae8d8fb90 Update PLIST for lang/go MAP_STACK change.
The MAP_STACK patches create a new source file, however the PLIST was not
updated to include it.

Found the hard way by abieber@ and nigel@
2018-04-06 05:56:44 +00:00
jsing
cc12b02993 Update lang/go to Go 1.10.
ok jasper@
2018-03-14 14:14:36 +00:00
jsing
02bb071ec1 Update lang/go to 1.9.2
From Klemens Nanni <kl3 at posteo dot org> - thanks.
2017-11-28 16:27:21 +00:00
jsing
24fbcf9e7e Update lang/go to version 1.9.
ok ajacoutot@ jasper@
2017-09-03 15:42:25 +00:00
pea
a883867877 Update to 1.8.3
ok jsing@
2017-05-27 11:18:27 +00:00
jsing
70dca0b655 Update lang/go to 1.8.1. 2017-04-10 16:50:19 +00:00
sthen
b165d00cd2 unbreak !amd64 packaging, duplicate item in packing-list:
-go/src/cmd/vet/all/whitelist${GOCFG}.txt
+go/src/cmd/vet/all/whitelist/openbsd_amd64.txt
2017-02-26 20:05:12 +00:00
jsing
3b234e6ab1 Update lang/go to version 1.8.
ok ajacoutot@
2017-02-23 15:57:42 +00:00
jsing
cd64551231 Update lang/go to 1.7.4.
This release addresses a security issue with net/http package's
Request.ParseMultipartForm method:

  https://golang.org/doc/devel/release.html#go1.7.minor

ok jasper@
2016-12-06 15:40:09 +00:00
jsing
6c8e51f58a Upgrade lang/go to 1.7.
ok czarkoff@ pea@
2016-08-18 17:23:03 +00:00
jsing
64a2bf49e4 Update lang/go to 1.6.2. 2016-05-20 16:03:24 +00:00
czarkoff
fd3cfcf84f update to go 1.6
OK jsing (MAINTAINER)
2016-05-11 15:19:04 +00:00
juanfra
c1e0f9a3a3 Update to go 1.5.4. OK jasper@ jsing@ (MAINTAINER).
https://groups.google.com/forum/#!topic/golang-announce/9eqIHqaWvck

"Go's crypto libraries passed certain parameters unchecked to the
underlying big integer library, possibly leading to extremely
long-running computations, which in turn makes Go programs vulnerable to
remote denial of service attacks.  Programs using HTTPS client
certificates or the Go SSH server libraries are both exposed to this
vulnerability.
This is CVE-2016-3959 and was addressed by this change:
https://golang.org/cl/21533
Thanks to David Wong for identifying this issue."
2016-04-14 17:43:26 +00:00
jsing
1f47045c93 Update to Go 1.5.2.
This also installs in a manner that allows /usr/local/go to now be used for
GOROOT_BOOTSTRAP, if building from source.

ok jasper@
2015-12-05 05:01:24 +00:00
jsing
e1f15078f3 Update lang/go to version 1.4.
ok bmercer@ daniel@ sthen@
2014-12-23 12:21:37 +00:00
jsing
9b64e75a2f Update lang/go to 1.3.3.
ok sthen@
2014-10-26 13:07:14 +00:00
jsing
8ab8f40717 Update lang/go to version 1.3.
ok matthew@ naddy@ sthen@
2014-07-25 13:36:55 +00:00
jsing
24f4541b86 Upgrade lang/go to version 1.2.1.
Update API exceptions so that make regress passes fully - this is the same
change that has already been made in Go tip.

ok sthen@, "Go for it" krw@
2014-03-25 13:21:20 +00:00
jsing
575dd6134b Add missing PLIST entries for lang/go 1.2.
Spotted by David Hill.

ok sthen@
2013-12-08 15:09:15 +00:00
jsing
065f5275b2 Update lang/go to Go 1.2.
ok sthen@
2013-12-02 15:35:49 +00:00
jsing
d7e57c3701 Update lang/go to version 1.1.
Also preserve the timestamps of the source and compiled binaries so that
"go build" does not think installed libraries should be recompiled.

ok jasper@ sthen@
2013-05-15 12:10:15 +00:00
jsing
566078e7ce Update to go 1.0.3.
- Fix a bug in the regress tests that may result in the tests being built/run
  with the installed binaries rather than the new binaries.
- Fix a bug related to 'go install' trying to rebuild non-writeable $GOROOT
  packages, when used with a $GOPATH (issue 4106).
- Include the 'misc' part of the package, which contains editor
  configuration files, etc.

ok jsg@, sthen@
2012-10-01 06:20:09 +00:00
jsing
1b3eb18043 Update to Go version 1.0.2.
ok jasper@ sthen@
2012-07-04 15:18:39 +00:00
jsing
30a5bd85bc Update lang/go to version 1.0.1.
ok sthen@
2012-05-20 16:32:51 +00:00
jsing
d2d32d4d60 Remove incorrect ${FULLPKGNAME} from PLIST. 2012-04-15 13:19:15 +00:00
jsing
fe4700260e Import go-1.
Go is an open source programming environment that makes it easy to build
simple, reliable, and efficient software.

With assistance from sthen@

ok sthen@
2012-03-31 12:37:15 +00:00