go: updated to version 1.8.3

This commit is contained in:
Matt Housh 2017-05-25 16:59:36 -05:00
parent 5a285a8c97
commit f18be9df0b
4 changed files with 11 additions and 6 deletions

View File

@ -1658,6 +1658,7 @@ drwxr-xr-x root/root usr/lib/go/src/cmd/compile/internal/gc/testdata/
-rw-r--r-- root/root usr/lib/go/src/cmd/compile/internal/gc/testdata/chan.go
-rw-r--r-- root/root usr/lib/go/src/cmd/compile/internal/gc/testdata/closure.go
-rw-r--r-- root/root usr/lib/go/src/cmd/compile/internal/gc/testdata/cmp.go
-rw-r--r-- root/root usr/lib/go/src/cmd/compile/internal/gc/testdata/cmpConst.go
-rw-r--r-- root/root usr/lib/go/src/cmd/compile/internal/gc/testdata/compound.go
-rw-r--r-- root/root usr/lib/go/src/cmd/compile/internal/gc/testdata/copy.go
-rw-r--r-- root/root usr/lib/go/src/cmd/compile/internal/gc/testdata/ctl.go
@ -1668,6 +1669,7 @@ drwxr-xr-x root/root usr/lib/go/src/cmd/compile/internal/gc/testdata/
drwxr-xr-x root/root usr/lib/go/src/cmd/compile/internal/gc/testdata/gen/
-rw-r--r-- root/root usr/lib/go/src/cmd/compile/internal/gc/testdata/gen/arithBoundaryGen.go
-rw-r--r-- root/root usr/lib/go/src/cmd/compile/internal/gc/testdata/gen/arithConstGen.go
-rw-r--r-- root/root usr/lib/go/src/cmd/compile/internal/gc/testdata/gen/cmpConstGen.go
-rw-r--r-- root/root usr/lib/go/src/cmd/compile/internal/gc/testdata/gen/constFoldGen.go
-rw-r--r-- root/root usr/lib/go/src/cmd/compile/internal/gc/testdata/gen/copyGen.go
-rw-r--r-- root/root usr/lib/go/src/cmd/compile/internal/gc/testdata/gen/zeroGen.go
@ -7058,6 +7060,9 @@ drwxr-xr-x root/root usr/lib/go/test/fixedbugs/issue16616.dir/
-rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue19217.go
-rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue19323.go
-rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue19743.go
-rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue20029.go
-rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue20097.go
-rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue20335.go
-rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue2615.go
drwxr-xr-x root/root usr/lib/go/test/fixedbugs/issue3552.dir/
-rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue3552.dir/one.go

View File

@ -1,3 +1,3 @@
a121383b430da9050355544d132d8630 go-certpath.diff
814fad4ac7dedfb5e286df83cdc7fc21 go1.4.3.linux-amd64.tar.gz
409dd21e7347dd1ea9efe64a700073cc go1.8.1.src.tar.gz
64e9380e07bba907e26a00cf5fcbe77e go1.8.3.src.tar.gz

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+0kDAMI4e8iqRb8S1q97the6DFpZzlpkfO5VRaK56oETjMlhOGl+kS+KzsBYFx+54qvNUZZHtSVIIoGbK3ZTgI=
SHA256 (Pkgfile) = 37568f4b8bc586387002f0638a183dc401b56a7914eac6481a1ed44e1b3c50bb
SHA256 (.footprint) = d50588712a9a1464cc1a6b6c705d395eeaf0e476a4f446a512f4a430ecb17554
RWSagIOpLGJF35ucKeY+RUohc4Yzei73+MTVQ065KyiixAloB5X6aLnbp4Fcx+4QAiD5dSM9sm0slzaDPEZRN1FzwFdmGZLuwQE=
SHA256 (Pkgfile) = 224a2489035eeb734e07122912505a42104aca3a325ec58eef8606baa8541850
SHA256 (.footprint) = 7c6a646b9fe97079847197f613d7f45d3f2532a75c578a504f60a6545817f183
SHA256 (go1.4.3.linux-amd64.tar.gz) = ce3140662f45356eb78bc16a88fc7cfb29fb00e18d7c632608245b789b2086d2
SHA256 (go1.8.1.src.tar.gz) = 33daf4c03f86120fdfdc66bddf6bfff4661c7ca11c5da473e537f4d69b470e57
SHA256 (go1.8.3.src.tar.gz) = 5f5dea2447e7dcfdc50fa6b94c512e58bfba5673c039259fd843f68829d99fa6
SHA256 (go-certpath.diff) = 3907aed875a3d4e19dfb9aa2aa5b6c4aea821637c8d6f0dd0af54a4e99e8309f

View File

@ -3,7 +3,7 @@
# Maintainer: Matt Housh, jaeger at crux dot ninja
name=go
version=1.8.1
version=1.8.3
release=1
source=(https://storage.googleapis.com/golang/go1.4.3.linux-amd64.tar.gz \
https://storage.googleapis.com/golang/${name}${version}.src.tar.gz \