summaryrefslogtreecommitdiff
path: root/lang/go116/PLIST
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2021-08-11 19:00:24 +0000
committerbsiegert <bsiegert@pkgsrc.org>2021-08-11 19:00:24 +0000
commitb08bc0f60157ab7187ecf2cc445f99038e540f3f (patch)
tree3ec14dfcdd8cc183d2370fb74a7024301a88ad91 /lang/go116/PLIST
parent5e2c04cb70a5bf3d97ef914e2bf64f6ac8147585 (diff)
downloadpkgsrc-b08bc0f60157ab7187ecf2cc445f99038e540f3f.tar.gz
go116: update to 1.16.7.
This minor release includes a security fix according to the new security policy. A net/http/httputil ReverseProxy can panic due to a race condition if its Handler aborts with ErrAbortHandler, for example due to an error in copying the response body. An attacker might be able to force the conditions leading to the race condition. This is issue https://golang.org/issue/46866 and CVE-2021-36221. Thanks to Andrew Crump (VMware) for reporting this issue.
Diffstat (limited to 'lang/go116/PLIST')
-rw-r--r--lang/go116/PLIST7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/go116/PLIST b/lang/go116/PLIST
index c74c086832b..7ab6c996083 100644
--- a/lang/go116/PLIST
+++ b/lang/go116/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2021/07/13 10:12:00 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.8 2021/08/11 19:00:24 bsiegert Exp $
bin/go${GOVERSSUFFIX}
bin/gofmt${GOVERSSUFFIX}
go116/AUTHORS
@@ -2031,6 +2031,7 @@ go116/src/cmd/go/testdata/script/list_case_collision.txt
go116/src/cmd/go/testdata/script/list_compiled_imports.txt
go116/src/cmd/go/testdata/script/list_constraints.txt
go116/src/cmd/go/testdata/script/list_dedup_packages.txt
+go116/src/cmd/go/testdata/script/list_err_cycle.txt
go116/src/cmd/go/testdata/script/list_err_stack.txt
go116/src/cmd/go/testdata/script/list_find.txt
go116/src/cmd/go/testdata/script/list_gofile_in_goroot.txt
@@ -2179,6 +2180,7 @@ go116/src/cmd/go/testdata/script/mod_init_empty.txt
go116/src/cmd/go/testdata/script/mod_init_glide.txt
go116/src/cmd/go/testdata/script/mod_init_path.txt
go116/src/cmd/go/testdata/script/mod_init_tidy.txt
+go116/src/cmd/go/testdata/script/mod_install_hint.txt
go116/src/cmd/go/testdata/script/mod_install_pkg_version.txt
go116/src/cmd/go/testdata/script/mod_install_versioned.txt
go116/src/cmd/go/testdata/script/mod_internal.txt
@@ -9198,6 +9200,9 @@ go116/test/fixedbugs/issue46653.dir/bad/bad.go
go116/test/fixedbugs/issue46653.dir/main.go
go116/test/fixedbugs/issue46653.go
go116/test/fixedbugs/issue4667.go
+go116/test/fixedbugs/issue47185.dir/bad/bad.go
+go116/test/fixedbugs/issue47185.dir/main.go
+go116/test/fixedbugs/issue47185.go
go116/test/fixedbugs/issue4734.go
go116/test/fixedbugs/issue4748.go
go116/test/fixedbugs/issue4752.go