Thu Mar 16 19:14:19 2017 UTC ()
Update go-net to 20170308. Part of PR pkg/52081 (a dependency of go-tools).

No changelog from upstream other than "git log".


(bsiegert)
diff -r1.12 -r1.13 pkgsrc/net/go-net/Makefile
diff -r1.4 -r1.5 pkgsrc/net/go-net/PLIST
diff -r1.4 -r1.5 pkgsrc/net/go-net/buildlink3.mk
diff -r1.5 -r1.6 pkgsrc/net/go-net/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/net/go-net/Makefile (expand / switch to unified diff)

--- pkgsrc/net/go-net/Makefile 2016/12/10 19:07:20 1.12
+++ pkgsrc/net/go-net/Makefile 2017/03/16 19:14:19 1.13
@@ -1,22 +1,20 @@ @@ -1,22 +1,20 @@
1# $NetBSD: Makefile,v 1.12 2016/12/10 19:07:20 wiedi Exp $ 1# $NetBSD: Makefile,v 1.13 2017/03/16 19:14:19 bsiegert Exp $
2# 
3 2
4DISTNAME= go-net-20160910 3DISTNAME= go-net-20170308
5PKGREVISION= 2 
6CATEGORIES= net 4CATEGORIES= net
7MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
8GITHUB_PROJECT= net 6GITHUB_PROJECT= net
9GITHUB_TAG= cfe3c2a752 7GITHUB_TAG= a6577fa
10 8
11MAINTAINER= bsiegert@NetBSD.org 9MAINTAINER= bsiegert@NetBSD.org
12HOMEPAGE= http://golang.org/ 10HOMEPAGE= http://golang.org/
13COMMENT= Supplementary network libraries for Go 11COMMENT= Supplementary network libraries for Go
14LICENSE= modified-bsd 12LICENSE= modified-bsd
15 13
16GO_SRCPATH= golang.org/x/net 14GO_SRCPATH= golang.org/x/net
17GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}* 15GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}*
18 16
19.include "../../mk/bsd.prefs.mk" 17.include "../../mk/bsd.prefs.mk"
20 18
21PLIST_VARS+= notsunos 19PLIST_VARS+= notsunos
22 20

cvs diff -r1.4 -r1.5 pkgsrc/net/go-net/PLIST (expand / switch to unified diff)

--- pkgsrc/net/go-net/PLIST 2016/12/10 19:07:20 1.4
+++ pkgsrc/net/go-net/PLIST 2017/03/16 19:14:19 1.5
@@ -1,33 +1,35 @@ @@ -1,33 +1,35 @@
1@comment $NetBSD: PLIST,v 1.4 2016/12/10 19:07:20 wiedi Exp $ 1@comment $NetBSD: PLIST,v 1.5 2017/03/16 19:14:19 bsiegert Exp $
2${PLIST.notsunos}bin/h2i 2${PLIST.notsunos}bin/h2i
3gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/bpf.a 3gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/bpf.a
4gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/context.a 4gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/context.a
5gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/context/ctxhttp.a 5gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/context/ctxhttp.a
6gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/dict.a 6gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/dict.a
 7gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/dns/dnsmessage.a
7gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/html.a 8gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/html.a
8gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/html/atom.a 9gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/html/atom.a
9gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/html/charset.a 10gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/html/charset.a
10gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/http2.a 11gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/http2.a
11gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/http2/hpack.a 12gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/http2/hpack.a
12gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/icmp.a 13gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/icmp.a
13gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/idna.a 14gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/idna.a
14gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/iana.a 15gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/iana.a
15gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/netreflect.a 16gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/netreflect.a
16gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/nettest.a 17gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/nettest.a
17gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/timeseries.a 18gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/timeseries.a
18gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/ipv4.a 19gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/ipv4.a
19gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/ipv6.a 20gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/ipv6.a
20gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/lex/httplex.a 21gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/lex/httplex.a
 22gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/nettest.a
21gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/netutil.a 23gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/netutil.a
22gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/proxy.a 24gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/proxy.a
23gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/publicsuffix.a 25gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/publicsuffix.a
24${PLIST.notsunos}gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/route.a 26${PLIST.notsunos}gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/route.a
25gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/trace.a 27gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/trace.a
26gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/webdav.a 28gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/webdav.a
27gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/webdav/internal/xml.a 29gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/webdav/internal/xml.a
28gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/websocket.a 30gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/websocket.a
29gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/xsrftoken.a 31gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/xsrftoken.a
30gopkg/src/golang.org/x/net/AUTHORS 32gopkg/src/golang.org/x/net/AUTHORS
31gopkg/src/golang.org/x/net/CONTRIBUTING.md 33gopkg/src/golang.org/x/net/CONTRIBUTING.md
32gopkg/src/golang.org/x/net/CONTRIBUTORS 34gopkg/src/golang.org/x/net/CONTRIBUTORS
33gopkg/src/golang.org/x/net/LICENSE 35gopkg/src/golang.org/x/net/LICENSE
@@ -52,26 +54,28 @@ gopkg/src/golang.org/x/net/bpf/vm_scratc @@ -52,26 +54,28 @@ gopkg/src/golang.org/x/net/bpf/vm_scratc
52gopkg/src/golang.org/x/net/bpf/vm_test.go 54gopkg/src/golang.org/x/net/bpf/vm_test.go
53gopkg/src/golang.org/x/net/codereview.cfg 55gopkg/src/golang.org/x/net/codereview.cfg
54gopkg/src/golang.org/x/net/context/context.go 56gopkg/src/golang.org/x/net/context/context.go
55gopkg/src/golang.org/x/net/context/context_test.go 57gopkg/src/golang.org/x/net/context/context_test.go
56gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp.go 58gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp.go
57gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp_17_test.go 59gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp_17_test.go
58gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp_pre17.go 60gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp_pre17.go
59gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp_pre17_test.go 61gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp_pre17_test.go
60gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp_test.go 62gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp_test.go
61gopkg/src/golang.org/x/net/context/go17.go 63gopkg/src/golang.org/x/net/context/go17.go
62gopkg/src/golang.org/x/net/context/pre_go17.go 64gopkg/src/golang.org/x/net/context/pre_go17.go
63gopkg/src/golang.org/x/net/context/withtimeout_test.go 65gopkg/src/golang.org/x/net/context/withtimeout_test.go
64gopkg/src/golang.org/x/net/dict/dict.go 66gopkg/src/golang.org/x/net/dict/dict.go
 67gopkg/src/golang.org/x/net/dns/dnsmessage/message.go
 68gopkg/src/golang.org/x/net/dns/dnsmessage/message_test.go
65gopkg/src/golang.org/x/net/html/atom/atom.go 69gopkg/src/golang.org/x/net/html/atom/atom.go
66gopkg/src/golang.org/x/net/html/atom/atom_test.go 70gopkg/src/golang.org/x/net/html/atom/atom_test.go
67gopkg/src/golang.org/x/net/html/atom/gen.go 71gopkg/src/golang.org/x/net/html/atom/gen.go
68gopkg/src/golang.org/x/net/html/atom/table.go 72gopkg/src/golang.org/x/net/html/atom/table.go
69gopkg/src/golang.org/x/net/html/atom/table_test.go 73gopkg/src/golang.org/x/net/html/atom/table_test.go
70gopkg/src/golang.org/x/net/html/charset/charset.go 74gopkg/src/golang.org/x/net/html/charset/charset.go
71gopkg/src/golang.org/x/net/html/charset/charset_test.go 75gopkg/src/golang.org/x/net/html/charset/charset_test.go
72gopkg/src/golang.org/x/net/html/charset/testdata/HTTP-charset.html 76gopkg/src/golang.org/x/net/html/charset/testdata/HTTP-charset.html
73gopkg/src/golang.org/x/net/html/charset/testdata/HTTP-vs-UTF-8-BOM.html 77gopkg/src/golang.org/x/net/html/charset/testdata/HTTP-vs-UTF-8-BOM.html
74gopkg/src/golang.org/x/net/html/charset/testdata/HTTP-vs-meta-charset.html 78gopkg/src/golang.org/x/net/html/charset/testdata/HTTP-vs-meta-charset.html
75gopkg/src/golang.org/x/net/html/charset/testdata/HTTP-vs-meta-content.html 79gopkg/src/golang.org/x/net/html/charset/testdata/HTTP-vs-meta-content.html
76gopkg/src/golang.org/x/net/html/charset/testdata/No-encoding-declaration.html 80gopkg/src/golang.org/x/net/html/charset/testdata/No-encoding-declaration.html
77gopkg/src/golang.org/x/net/html/charset/testdata/README 81gopkg/src/golang.org/x/net/html/charset/testdata/README
@@ -141,73 +145,81 @@ gopkg/src/golang.org/x/net/html/testdata @@ -141,73 +145,81 @@ gopkg/src/golang.org/x/net/html/testdata
141gopkg/src/golang.org/x/net/html/testdata/webkit/tests9.dat 145gopkg/src/golang.org/x/net/html/testdata/webkit/tests9.dat
142gopkg/src/golang.org/x/net/html/testdata/webkit/tests_innerHTML_1.dat 146gopkg/src/golang.org/x/net/html/testdata/webkit/tests_innerHTML_1.dat
143gopkg/src/golang.org/x/net/html/testdata/webkit/tricky01.dat 147gopkg/src/golang.org/x/net/html/testdata/webkit/tricky01.dat
144gopkg/src/golang.org/x/net/html/testdata/webkit/webkit01.dat 148gopkg/src/golang.org/x/net/html/testdata/webkit/webkit01.dat
145gopkg/src/golang.org/x/net/html/testdata/webkit/webkit02.dat 149gopkg/src/golang.org/x/net/html/testdata/webkit/webkit02.dat
146gopkg/src/golang.org/x/net/html/token.go 150gopkg/src/golang.org/x/net/html/token.go
147gopkg/src/golang.org/x/net/html/token_test.go 151gopkg/src/golang.org/x/net/html/token_test.go
148gopkg/src/golang.org/x/net/http2/.gitignore 152gopkg/src/golang.org/x/net/http2/.gitignore
149gopkg/src/golang.org/x/net/http2/Dockerfile 153gopkg/src/golang.org/x/net/http2/Dockerfile
150gopkg/src/golang.org/x/net/http2/Makefile 154gopkg/src/golang.org/x/net/http2/Makefile
151gopkg/src/golang.org/x/net/http2/README 155gopkg/src/golang.org/x/net/http2/README
152gopkg/src/golang.org/x/net/http2/client_conn_pool.go 156gopkg/src/golang.org/x/net/http2/client_conn_pool.go
153gopkg/src/golang.org/x/net/http2/configure_transport.go 157gopkg/src/golang.org/x/net/http2/configure_transport.go
 158gopkg/src/golang.org/x/net/http2/databuffer.go
 159gopkg/src/golang.org/x/net/http2/databuffer_test.go
154gopkg/src/golang.org/x/net/http2/errors.go 160gopkg/src/golang.org/x/net/http2/errors.go
155gopkg/src/golang.org/x/net/http2/errors_test.go 161gopkg/src/golang.org/x/net/http2/errors_test.go
156gopkg/src/golang.org/x/net/http2/fixed_buffer.go 
157gopkg/src/golang.org/x/net/http2/fixed_buffer_test.go 
158gopkg/src/golang.org/x/net/http2/flow.go 162gopkg/src/golang.org/x/net/http2/flow.go
159gopkg/src/golang.org/x/net/http2/flow_test.go 163gopkg/src/golang.org/x/net/http2/flow_test.go
160gopkg/src/golang.org/x/net/http2/frame.go 164gopkg/src/golang.org/x/net/http2/frame.go
161gopkg/src/golang.org/x/net/http2/frame_test.go 165gopkg/src/golang.org/x/net/http2/frame_test.go
162gopkg/src/golang.org/x/net/http2/go16.go 166gopkg/src/golang.org/x/net/http2/go16.go
163gopkg/src/golang.org/x/net/http2/go17.go 167gopkg/src/golang.org/x/net/http2/go17.go
164gopkg/src/golang.org/x/net/http2/go17_not18.go 168gopkg/src/golang.org/x/net/http2/go17_not18.go
165gopkg/src/golang.org/x/net/http2/go18.go 169gopkg/src/golang.org/x/net/http2/go18.go
 170gopkg/src/golang.org/x/net/http2/go18_test.go
166gopkg/src/golang.org/x/net/http2/gotrack.go 171gopkg/src/golang.org/x/net/http2/gotrack.go
167gopkg/src/golang.org/x/net/http2/gotrack_test.go 172gopkg/src/golang.org/x/net/http2/gotrack_test.go
168gopkg/src/golang.org/x/net/http2/h2demo/.gitignore 173gopkg/src/golang.org/x/net/http2/h2demo/.gitignore
169gopkg/src/golang.org/x/net/http2/h2demo/Makefile 174gopkg/src/golang.org/x/net/http2/h2demo/Makefile
170gopkg/src/golang.org/x/net/http2/h2demo/README 175gopkg/src/golang.org/x/net/http2/h2demo/README
171gopkg/src/golang.org/x/net/http2/h2demo/h2demo.go 176gopkg/src/golang.org/x/net/http2/h2demo/h2demo.go
172gopkg/src/golang.org/x/net/http2/h2demo/launch.go 177gopkg/src/golang.org/x/net/http2/h2demo/launch.go
173gopkg/src/golang.org/x/net/http2/h2demo/rootCA.key 178gopkg/src/golang.org/x/net/http2/h2demo/rootCA.key
174gopkg/src/golang.org/x/net/http2/h2demo/rootCA.pem 179gopkg/src/golang.org/x/net/http2/h2demo/rootCA.pem
175gopkg/src/golang.org/x/net/http2/h2demo/rootCA.srl 180gopkg/src/golang.org/x/net/http2/h2demo/rootCA.srl
176gopkg/src/golang.org/x/net/http2/h2demo/server.crt 181gopkg/src/golang.org/x/net/http2/h2demo/server.crt
177gopkg/src/golang.org/x/net/http2/h2demo/server.key 182gopkg/src/golang.org/x/net/http2/h2demo/server.key
178gopkg/src/golang.org/x/net/http2/h2i/README.md 183gopkg/src/golang.org/x/net/http2/h2i/README.md
179gopkg/src/golang.org/x/net/http2/h2i/h2i.go 184gopkg/src/golang.org/x/net/http2/h2i/h2i.go
180gopkg/src/golang.org/x/net/http2/headermap.go 185gopkg/src/golang.org/x/net/http2/headermap.go
181gopkg/src/golang.org/x/net/http2/hpack/encode.go 186gopkg/src/golang.org/x/net/http2/hpack/encode.go
182gopkg/src/golang.org/x/net/http2/hpack/encode_test.go 187gopkg/src/golang.org/x/net/http2/hpack/encode_test.go
183gopkg/src/golang.org/x/net/http2/hpack/hpack.go 188gopkg/src/golang.org/x/net/http2/hpack/hpack.go
184gopkg/src/golang.org/x/net/http2/hpack/hpack_test.go 189gopkg/src/golang.org/x/net/http2/hpack/hpack_test.go
185gopkg/src/golang.org/x/net/http2/hpack/huffman.go 190gopkg/src/golang.org/x/net/http2/hpack/huffman.go
186gopkg/src/golang.org/x/net/http2/hpack/tables.go 191gopkg/src/golang.org/x/net/http2/hpack/tables.go
 192gopkg/src/golang.org/x/net/http2/hpack/tables_test.go
187gopkg/src/golang.org/x/net/http2/http2.go 193gopkg/src/golang.org/x/net/http2/http2.go
188gopkg/src/golang.org/x/net/http2/http2_test.go 194gopkg/src/golang.org/x/net/http2/http2_test.go
189gopkg/src/golang.org/x/net/http2/not_go16.go 195gopkg/src/golang.org/x/net/http2/not_go16.go
190gopkg/src/golang.org/x/net/http2/not_go17.go 196gopkg/src/golang.org/x/net/http2/not_go17.go
 197gopkg/src/golang.org/x/net/http2/not_go18.go
191gopkg/src/golang.org/x/net/http2/pipe.go 198gopkg/src/golang.org/x/net/http2/pipe.go
192gopkg/src/golang.org/x/net/http2/pipe_test.go 199gopkg/src/golang.org/x/net/http2/pipe_test.go
193gopkg/src/golang.org/x/net/http2/priority_test.go 
194gopkg/src/golang.org/x/net/http2/server.go 200gopkg/src/golang.org/x/net/http2/server.go
 201gopkg/src/golang.org/x/net/http2/server_push_test.go
195gopkg/src/golang.org/x/net/http2/server_test.go 202gopkg/src/golang.org/x/net/http2/server_test.go
196gopkg/src/golang.org/x/net/http2/testdata/draft-ietf-httpbis-http2.xml 203gopkg/src/golang.org/x/net/http2/testdata/draft-ietf-httpbis-http2.xml
197gopkg/src/golang.org/x/net/http2/transport.go 204gopkg/src/golang.org/x/net/http2/transport.go
198gopkg/src/golang.org/x/net/http2/transport_test.go 205gopkg/src/golang.org/x/net/http2/transport_test.go
199gopkg/src/golang.org/x/net/http2/write.go 206gopkg/src/golang.org/x/net/http2/write.go
200gopkg/src/golang.org/x/net/http2/writesched.go 207gopkg/src/golang.org/x/net/http2/writesched.go
 208gopkg/src/golang.org/x/net/http2/writesched_priority.go
 209gopkg/src/golang.org/x/net/http2/writesched_priority_test.go
 210gopkg/src/golang.org/x/net/http2/writesched_random.go
 211gopkg/src/golang.org/x/net/http2/writesched_random_test.go
 212gopkg/src/golang.org/x/net/http2/writesched_test.go
201gopkg/src/golang.org/x/net/http2/z_spec_test.go 213gopkg/src/golang.org/x/net/http2/z_spec_test.go
202gopkg/src/golang.org/x/net/icmp/dstunreach.go 214gopkg/src/golang.org/x/net/icmp/dstunreach.go
203gopkg/src/golang.org/x/net/icmp/echo.go 215gopkg/src/golang.org/x/net/icmp/echo.go
204gopkg/src/golang.org/x/net/icmp/endpoint.go 216gopkg/src/golang.org/x/net/icmp/endpoint.go
205gopkg/src/golang.org/x/net/icmp/example_test.go 217gopkg/src/golang.org/x/net/icmp/example_test.go
206gopkg/src/golang.org/x/net/icmp/extension.go 218gopkg/src/golang.org/x/net/icmp/extension.go
207gopkg/src/golang.org/x/net/icmp/extension_test.go 219gopkg/src/golang.org/x/net/icmp/extension_test.go
208gopkg/src/golang.org/x/net/icmp/helper.go 220gopkg/src/golang.org/x/net/icmp/helper.go
209gopkg/src/golang.org/x/net/icmp/helper_posix.go 221gopkg/src/golang.org/x/net/icmp/helper_posix.go
210gopkg/src/golang.org/x/net/icmp/interface.go 222gopkg/src/golang.org/x/net/icmp/interface.go
211gopkg/src/golang.org/x/net/icmp/ipv4.go 223gopkg/src/golang.org/x/net/icmp/ipv4.go
212gopkg/src/golang.org/x/net/icmp/ipv4_test.go 224gopkg/src/golang.org/x/net/icmp/ipv4_test.go
213gopkg/src/golang.org/x/net/icmp/ipv6.go 225gopkg/src/golang.org/x/net/icmp/ipv6.go
@@ -221,117 +233,122 @@ gopkg/src/golang.org/x/net/icmp/multipar @@ -221,117 +233,122 @@ gopkg/src/golang.org/x/net/icmp/multipar
221gopkg/src/golang.org/x/net/icmp/multipart_test.go 233gopkg/src/golang.org/x/net/icmp/multipart_test.go
222gopkg/src/golang.org/x/net/icmp/packettoobig.go 234gopkg/src/golang.org/x/net/icmp/packettoobig.go
223gopkg/src/golang.org/x/net/icmp/paramprob.go 235gopkg/src/golang.org/x/net/icmp/paramprob.go
224gopkg/src/golang.org/x/net/icmp/ping_test.go 236gopkg/src/golang.org/x/net/icmp/ping_test.go
225gopkg/src/golang.org/x/net/icmp/sys_freebsd.go 237gopkg/src/golang.org/x/net/icmp/sys_freebsd.go
226gopkg/src/golang.org/x/net/icmp/timeexceeded.go 238gopkg/src/golang.org/x/net/icmp/timeexceeded.go
227gopkg/src/golang.org/x/net/idna/idna.go 239gopkg/src/golang.org/x/net/idna/idna.go
228gopkg/src/golang.org/x/net/idna/idna_test.go 240gopkg/src/golang.org/x/net/idna/idna_test.go
229gopkg/src/golang.org/x/net/idna/punycode.go 241gopkg/src/golang.org/x/net/idna/punycode.go
230gopkg/src/golang.org/x/net/idna/punycode_test.go 242gopkg/src/golang.org/x/net/idna/punycode_test.go
231gopkg/src/golang.org/x/net/internal/iana/const.go 243gopkg/src/golang.org/x/net/internal/iana/const.go
232gopkg/src/golang.org/x/net/internal/iana/gen.go 244gopkg/src/golang.org/x/net/internal/iana/gen.go
233gopkg/src/golang.org/x/net/internal/netreflect/socket.go 245gopkg/src/golang.org/x/net/internal/netreflect/socket.go
 246gopkg/src/golang.org/x/net/internal/netreflect/socket_19.go
234gopkg/src/golang.org/x/net/internal/netreflect/socket_posix.go 247gopkg/src/golang.org/x/net/internal/netreflect/socket_posix.go
235gopkg/src/golang.org/x/net/internal/netreflect/socket_stub.go 248gopkg/src/golang.org/x/net/internal/netreflect/socket_stub.go
236gopkg/src/golang.org/x/net/internal/netreflect/socket_test.go 249gopkg/src/golang.org/x/net/internal/netreflect/socket_test.go
237gopkg/src/golang.org/x/net/internal/nettest/error_posix.go 250gopkg/src/golang.org/x/net/internal/nettest/helper_bsd.go
238gopkg/src/golang.org/x/net/internal/nettest/error_stub.go 251gopkg/src/golang.org/x/net/internal/nettest/helper_nobsd.go
 252gopkg/src/golang.org/x/net/internal/nettest/helper_posix.go
 253gopkg/src/golang.org/x/net/internal/nettest/helper_stub.go
 254gopkg/src/golang.org/x/net/internal/nettest/helper_unix.go
 255gopkg/src/golang.org/x/net/internal/nettest/helper_windows.go
239gopkg/src/golang.org/x/net/internal/nettest/interface.go 256gopkg/src/golang.org/x/net/internal/nettest/interface.go
240gopkg/src/golang.org/x/net/internal/nettest/rlimit.go 257gopkg/src/golang.org/x/net/internal/nettest/rlimit.go
241gopkg/src/golang.org/x/net/internal/nettest/rlimit_stub.go 
242gopkg/src/golang.org/x/net/internal/nettest/rlimit_unix.go 
243gopkg/src/golang.org/x/net/internal/nettest/rlimit_windows.go 
244gopkg/src/golang.org/x/net/internal/nettest/stack.go 258gopkg/src/golang.org/x/net/internal/nettest/stack.go
245gopkg/src/golang.org/x/net/internal/nettest/stack_stub.go 
246gopkg/src/golang.org/x/net/internal/nettest/stack_unix.go 
247gopkg/src/golang.org/x/net/internal/nettest/stack_windows.go 
248gopkg/src/golang.org/x/net/internal/timeseries/timeseries.go 259gopkg/src/golang.org/x/net/internal/timeseries/timeseries.go
249gopkg/src/golang.org/x/net/internal/timeseries/timeseries_test.go 260gopkg/src/golang.org/x/net/internal/timeseries/timeseries_test.go
250gopkg/src/golang.org/x/net/ipv4/bpf_test.go 261gopkg/src/golang.org/x/net/ipv4/bpf_test.go
251gopkg/src/golang.org/x/net/ipv4/bpfopt_linux.go 262gopkg/src/golang.org/x/net/ipv4/bpfopt_linux.go
252gopkg/src/golang.org/x/net/ipv4/bpfopt_stub.go 263gopkg/src/golang.org/x/net/ipv4/bpfopt_stub.go
253gopkg/src/golang.org/x/net/ipv4/control.go 264gopkg/src/golang.org/x/net/ipv4/control.go
254gopkg/src/golang.org/x/net/ipv4/control_bsd.go 265gopkg/src/golang.org/x/net/ipv4/control_bsd.go
255gopkg/src/golang.org/x/net/ipv4/control_pktinfo.go 266gopkg/src/golang.org/x/net/ipv4/control_pktinfo.go
256gopkg/src/golang.org/x/net/ipv4/control_stub.go 267gopkg/src/golang.org/x/net/ipv4/control_stub.go
257gopkg/src/golang.org/x/net/ipv4/control_unix.go 268gopkg/src/golang.org/x/net/ipv4/control_unix.go
258gopkg/src/golang.org/x/net/ipv4/control_windows.go 269gopkg/src/golang.org/x/net/ipv4/control_windows.go
259gopkg/src/golang.org/x/net/ipv4/defs_darwin.go 270gopkg/src/golang.org/x/net/ipv4/defs_darwin.go
260gopkg/src/golang.org/x/net/ipv4/defs_dragonfly.go 271gopkg/src/golang.org/x/net/ipv4/defs_dragonfly.go
261gopkg/src/golang.org/x/net/ipv4/defs_freebsd.go 272gopkg/src/golang.org/x/net/ipv4/defs_freebsd.go
262gopkg/src/golang.org/x/net/ipv4/defs_linux.go 273gopkg/src/golang.org/x/net/ipv4/defs_linux.go
263gopkg/src/golang.org/x/net/ipv4/defs_netbsd.go 274gopkg/src/golang.org/x/net/ipv4/defs_netbsd.go
264gopkg/src/golang.org/x/net/ipv4/defs_openbsd.go 275gopkg/src/golang.org/x/net/ipv4/defs_openbsd.go
265gopkg/src/golang.org/x/net/ipv4/defs_solaris.go 276gopkg/src/golang.org/x/net/ipv4/defs_solaris.go
266gopkg/src/golang.org/x/net/ipv4/dgramopt_posix.go 277gopkg/src/golang.org/x/net/ipv4/dgramopt_posix.go
267gopkg/src/golang.org/x/net/ipv4/dgramopt_stub.go 278gopkg/src/golang.org/x/net/ipv4/dgramopt_stub.go
268gopkg/src/golang.org/x/net/ipv4/doc.go 279gopkg/src/golang.org/x/net/ipv4/doc.go
269gopkg/src/golang.org/x/net/ipv4/endpoint.go 280gopkg/src/golang.org/x/net/ipv4/endpoint.go
270gopkg/src/golang.org/x/net/ipv4/example_test.go 281gopkg/src/golang.org/x/net/ipv4/example_test.go
271gopkg/src/golang.org/x/net/ipv4/gen.go 282gopkg/src/golang.org/x/net/ipv4/gen.go
272gopkg/src/golang.org/x/net/ipv4/genericopt_posix.go 283gopkg/src/golang.org/x/net/ipv4/genericopt_posix.go
273gopkg/src/golang.org/x/net/ipv4/genericopt_stub.go 284gopkg/src/golang.org/x/net/ipv4/genericopt_stub.go
 285gopkg/src/golang.org/x/net/ipv4/go19_test.go
274gopkg/src/golang.org/x/net/ipv4/header.go 286gopkg/src/golang.org/x/net/ipv4/header.go
275gopkg/src/golang.org/x/net/ipv4/header_test.go 287gopkg/src/golang.org/x/net/ipv4/header_test.go
276gopkg/src/golang.org/x/net/ipv4/helper.go 288gopkg/src/golang.org/x/net/ipv4/helper.go
277gopkg/src/golang.org/x/net/ipv4/iana.go 289gopkg/src/golang.org/x/net/ipv4/iana.go
278gopkg/src/golang.org/x/net/ipv4/icmp.go 290gopkg/src/golang.org/x/net/ipv4/icmp.go
279gopkg/src/golang.org/x/net/ipv4/icmp_linux.go 291gopkg/src/golang.org/x/net/ipv4/icmp_linux.go
280gopkg/src/golang.org/x/net/ipv4/icmp_stub.go 292gopkg/src/golang.org/x/net/ipv4/icmp_stub.go
281gopkg/src/golang.org/x/net/ipv4/icmp_test.go 293gopkg/src/golang.org/x/net/ipv4/icmp_test.go
282gopkg/src/golang.org/x/net/ipv4/mocktransponder_test.go 294gopkg/src/golang.org/x/net/ipv4/ipv4_test.go
283gopkg/src/golang.org/x/net/ipv4/multicast_test.go 295gopkg/src/golang.org/x/net/ipv4/multicast_test.go
284gopkg/src/golang.org/x/net/ipv4/multicastlistener_test.go 296gopkg/src/golang.org/x/net/ipv4/multicastlistener_test.go
285gopkg/src/golang.org/x/net/ipv4/multicastsockopt_test.go 297gopkg/src/golang.org/x/net/ipv4/multicastsockopt_test.go
286gopkg/src/golang.org/x/net/ipv4/packet.go 298gopkg/src/golang.org/x/net/ipv4/packet.go
287gopkg/src/golang.org/x/net/ipv4/payload.go 299gopkg/src/golang.org/x/net/ipv4/payload.go
288gopkg/src/golang.org/x/net/ipv4/payload_cmsg.go 300gopkg/src/golang.org/x/net/ipv4/payload_cmsg.go
289gopkg/src/golang.org/x/net/ipv4/payload_nocmsg.go 301gopkg/src/golang.org/x/net/ipv4/payload_nocmsg.go
290gopkg/src/golang.org/x/net/ipv4/readwrite_test.go 302gopkg/src/golang.org/x/net/ipv4/readwrite_test.go
291gopkg/src/golang.org/x/net/ipv4/sockopt.go 303gopkg/src/golang.org/x/net/ipv4/sockopt.go
292gopkg/src/golang.org/x/net/ipv4/sockopt_asmreq.go 304gopkg/src/golang.org/x/net/ipv4/sockopt_asmreq.go
293gopkg/src/golang.org/x/net/ipv4/sockopt_asmreq_posix.go 305gopkg/src/golang.org/x/net/ipv4/sockopt_asmreq_posix.go
294gopkg/src/golang.org/x/net/ipv4/sockopt_asmreq_stub.go 306gopkg/src/golang.org/x/net/ipv4/sockopt_asmreq_stub.go
295gopkg/src/golang.org/x/net/ipv4/sockopt_asmreqn_stub.go 307gopkg/src/golang.org/x/net/ipv4/sockopt_asmreqn_stub.go
296gopkg/src/golang.org/x/net/ipv4/sockopt_asmreqn_unix.go 308gopkg/src/golang.org/x/net/ipv4/sockopt_asmreqn_unix.go
297gopkg/src/golang.org/x/net/ipv4/sockopt_posix.go 309gopkg/src/golang.org/x/net/ipv4/sockopt_posix.go
298gopkg/src/golang.org/x/net/ipv4/sockopt_ssmreq_stub.go 310gopkg/src/golang.org/x/net/ipv4/sockopt_ssmreq_stub.go
299gopkg/src/golang.org/x/net/ipv4/sockopt_ssmreq_unix.go 311gopkg/src/golang.org/x/net/ipv4/sockopt_ssmreq_unix.go
300gopkg/src/golang.org/x/net/ipv4/sockopt_stub.go 312gopkg/src/golang.org/x/net/ipv4/sockopt_stub.go
301gopkg/src/golang.org/x/net/ipv4/sys_bsd.go 313gopkg/src/golang.org/x/net/ipv4/sys_bsd.go
302gopkg/src/golang.org/x/net/ipv4/sys_darwin.go 314gopkg/src/golang.org/x/net/ipv4/sys_darwin.go
303gopkg/src/golang.org/x/net/ipv4/sys_freebsd.go 315gopkg/src/golang.org/x/net/ipv4/sys_freebsd.go
304gopkg/src/golang.org/x/net/ipv4/sys_linux.go 316gopkg/src/golang.org/x/net/ipv4/sys_linux.go
 317gopkg/src/golang.org/x/net/ipv4/sys_linux_386.s
305gopkg/src/golang.org/x/net/ipv4/sys_openbsd.go 318gopkg/src/golang.org/x/net/ipv4/sys_openbsd.go
 319gopkg/src/golang.org/x/net/ipv4/sys_solaris.go
 320gopkg/src/golang.org/x/net/ipv4/sys_solaris_amd64.s
306gopkg/src/golang.org/x/net/ipv4/sys_stub.go 321gopkg/src/golang.org/x/net/ipv4/sys_stub.go
307gopkg/src/golang.org/x/net/ipv4/sys_windows.go 322gopkg/src/golang.org/x/net/ipv4/sys_windows.go
308gopkg/src/golang.org/x/net/ipv4/syscall_linux_386.go 323gopkg/src/golang.org/x/net/ipv4/syscall_linux_386.go
 324gopkg/src/golang.org/x/net/ipv4/syscall_solaris.go
309gopkg/src/golang.org/x/net/ipv4/syscall_unix.go 325gopkg/src/golang.org/x/net/ipv4/syscall_unix.go
310gopkg/src/golang.org/x/net/ipv4/syscall_windows.go 326gopkg/src/golang.org/x/net/ipv4/syscall_windows.go
311gopkg/src/golang.org/x/net/ipv4/thunk_linux_386.s 
312gopkg/src/golang.org/x/net/ipv4/unicast_test.go 327gopkg/src/golang.org/x/net/ipv4/unicast_test.go
313gopkg/src/golang.org/x/net/ipv4/unicastsockopt_test.go 328gopkg/src/golang.org/x/net/ipv4/unicastsockopt_test.go
314gopkg/src/golang.org/x/net/ipv4/zsys_darwin.go 329gopkg/src/golang.org/x/net/ipv4/zsys_darwin.go
315gopkg/src/golang.org/x/net/ipv4/zsys_dragonfly.go 330gopkg/src/golang.org/x/net/ipv4/zsys_dragonfly.go
316gopkg/src/golang.org/x/net/ipv4/zsys_freebsd_386.go 331gopkg/src/golang.org/x/net/ipv4/zsys_freebsd_386.go
317gopkg/src/golang.org/x/net/ipv4/zsys_freebsd_amd64.go 332gopkg/src/golang.org/x/net/ipv4/zsys_freebsd_amd64.go
318gopkg/src/golang.org/x/net/ipv4/zsys_freebsd_arm.go 333gopkg/src/golang.org/x/net/ipv4/zsys_freebsd_arm.go
319gopkg/src/golang.org/x/net/ipv4/zsys_linux_386.go 334gopkg/src/golang.org/x/net/ipv4/zsys_linux_386.go
320gopkg/src/golang.org/x/net/ipv4/zsys_linux_amd64.go 335gopkg/src/golang.org/x/net/ipv4/zsys_linux_amd64.go
321gopkg/src/golang.org/x/net/ipv4/zsys_linux_arm.go 336gopkg/src/golang.org/x/net/ipv4/zsys_linux_arm.go
322gopkg/src/golang.org/x/net/ipv4/zsys_linux_arm64.go 337gopkg/src/golang.org/x/net/ipv4/zsys_linux_arm64.go
 338gopkg/src/golang.org/x/net/ipv4/zsys_linux_mips.go
323gopkg/src/golang.org/x/net/ipv4/zsys_linux_mips64.go 339gopkg/src/golang.org/x/net/ipv4/zsys_linux_mips64.go
324gopkg/src/golang.org/x/net/ipv4/zsys_linux_mips64le.go 340gopkg/src/golang.org/x/net/ipv4/zsys_linux_mips64le.go
 341gopkg/src/golang.org/x/net/ipv4/zsys_linux_mipsle.go
325gopkg/src/golang.org/x/net/ipv4/zsys_linux_ppc.go 342gopkg/src/golang.org/x/net/ipv4/zsys_linux_ppc.go
326gopkg/src/golang.org/x/net/ipv4/zsys_linux_ppc64.go 343gopkg/src/golang.org/x/net/ipv4/zsys_linux_ppc64.go
327gopkg/src/golang.org/x/net/ipv4/zsys_linux_ppc64le.go 344gopkg/src/golang.org/x/net/ipv4/zsys_linux_ppc64le.go
328gopkg/src/golang.org/x/net/ipv4/zsys_linux_s390x.go 345gopkg/src/golang.org/x/net/ipv4/zsys_linux_s390x.go
329gopkg/src/golang.org/x/net/ipv4/zsys_netbsd.go 346gopkg/src/golang.org/x/net/ipv4/zsys_netbsd.go
330gopkg/src/golang.org/x/net/ipv4/zsys_openbsd.go 347gopkg/src/golang.org/x/net/ipv4/zsys_openbsd.go
331gopkg/src/golang.org/x/net/ipv4/zsys_solaris.go 348gopkg/src/golang.org/x/net/ipv4/zsys_solaris.go
332gopkg/src/golang.org/x/net/ipv6/bpf_test.go 349gopkg/src/golang.org/x/net/ipv6/bpf_test.go
333gopkg/src/golang.org/x/net/ipv6/bpfopt_linux.go 350gopkg/src/golang.org/x/net/ipv6/bpfopt_linux.go
334gopkg/src/golang.org/x/net/ipv6/bpfopt_stub.go 351gopkg/src/golang.org/x/net/ipv6/bpfopt_stub.go
335gopkg/src/golang.org/x/net/ipv6/control.go 352gopkg/src/golang.org/x/net/ipv6/control.go
336gopkg/src/golang.org/x/net/ipv6/control_rfc2292_unix.go 353gopkg/src/golang.org/x/net/ipv6/control_rfc2292_unix.go
337gopkg/src/golang.org/x/net/ipv6/control_rfc3542_unix.go 354gopkg/src/golang.org/x/net/ipv6/control_rfc3542_unix.go
@@ -343,85 +360,106 @@ gopkg/src/golang.org/x/net/ipv6/defs_dra @@ -343,85 +360,106 @@ gopkg/src/golang.org/x/net/ipv6/defs_dra
343gopkg/src/golang.org/x/net/ipv6/defs_freebsd.go 360gopkg/src/golang.org/x/net/ipv6/defs_freebsd.go
344gopkg/src/golang.org/x/net/ipv6/defs_linux.go 361gopkg/src/golang.org/x/net/ipv6/defs_linux.go
345gopkg/src/golang.org/x/net/ipv6/defs_netbsd.go 362gopkg/src/golang.org/x/net/ipv6/defs_netbsd.go
346gopkg/src/golang.org/x/net/ipv6/defs_openbsd.go 363gopkg/src/golang.org/x/net/ipv6/defs_openbsd.go
347gopkg/src/golang.org/x/net/ipv6/defs_solaris.go 364gopkg/src/golang.org/x/net/ipv6/defs_solaris.go
348gopkg/src/golang.org/x/net/ipv6/dgramopt_posix.go 365gopkg/src/golang.org/x/net/ipv6/dgramopt_posix.go
349gopkg/src/golang.org/x/net/ipv6/dgramopt_stub.go 366gopkg/src/golang.org/x/net/ipv6/dgramopt_stub.go
350gopkg/src/golang.org/x/net/ipv6/doc.go 367gopkg/src/golang.org/x/net/ipv6/doc.go
351gopkg/src/golang.org/x/net/ipv6/endpoint.go 368gopkg/src/golang.org/x/net/ipv6/endpoint.go
352gopkg/src/golang.org/x/net/ipv6/example_test.go 369gopkg/src/golang.org/x/net/ipv6/example_test.go
353gopkg/src/golang.org/x/net/ipv6/gen.go 370gopkg/src/golang.org/x/net/ipv6/gen.go
354gopkg/src/golang.org/x/net/ipv6/genericopt_posix.go 371gopkg/src/golang.org/x/net/ipv6/genericopt_posix.go
355gopkg/src/golang.org/x/net/ipv6/genericopt_stub.go 372gopkg/src/golang.org/x/net/ipv6/genericopt_stub.go
 373gopkg/src/golang.org/x/net/ipv6/go19_test.go
356gopkg/src/golang.org/x/net/ipv6/header.go 374gopkg/src/golang.org/x/net/ipv6/header.go
357gopkg/src/golang.org/x/net/ipv6/header_test.go 375gopkg/src/golang.org/x/net/ipv6/header_test.go
358gopkg/src/golang.org/x/net/ipv6/helper.go 376gopkg/src/golang.org/x/net/ipv6/helper.go
359gopkg/src/golang.org/x/net/ipv6/iana.go 377gopkg/src/golang.org/x/net/ipv6/iana.go
360gopkg/src/golang.org/x/net/ipv6/icmp.go 378gopkg/src/golang.org/x/net/ipv6/icmp.go
361gopkg/src/golang.org/x/net/ipv6/icmp_bsd.go 379gopkg/src/golang.org/x/net/ipv6/icmp_bsd.go
362gopkg/src/golang.org/x/net/ipv6/icmp_linux.go 380gopkg/src/golang.org/x/net/ipv6/icmp_linux.go
363gopkg/src/golang.org/x/net/ipv6/icmp_solaris.go 381gopkg/src/golang.org/x/net/ipv6/icmp_solaris.go
364gopkg/src/golang.org/x/net/ipv6/icmp_stub.go 382gopkg/src/golang.org/x/net/ipv6/icmp_stub.go
365gopkg/src/golang.org/x/net/ipv6/icmp_test.go 383gopkg/src/golang.org/x/net/ipv6/icmp_test.go
366gopkg/src/golang.org/x/net/ipv6/icmp_windows.go 384gopkg/src/golang.org/x/net/ipv6/icmp_windows.go
367gopkg/src/golang.org/x/net/ipv6/main_test.go 385gopkg/src/golang.org/x/net/ipv6/ipv6_test.go
368gopkg/src/golang.org/x/net/ipv6/mocktransponder_test.go 386gopkg/src/golang.org/x/net/ipv6/mocktransponder_test.go
369gopkg/src/golang.org/x/net/ipv6/multicast_test.go 387gopkg/src/golang.org/x/net/ipv6/multicast_test.go
370gopkg/src/golang.org/x/net/ipv6/multicastlistener_test.go 388gopkg/src/golang.org/x/net/ipv6/multicastlistener_test.go
371gopkg/src/golang.org/x/net/ipv6/multicastsockopt_test.go 389gopkg/src/golang.org/x/net/ipv6/multicastsockopt_test.go
372gopkg/src/golang.org/x/net/ipv6/payload.go 390gopkg/src/golang.org/x/net/ipv6/payload.go
373gopkg/src/golang.org/x/net/ipv6/payload_cmsg.go 391gopkg/src/golang.org/x/net/ipv6/payload_cmsg.go
374gopkg/src/golang.org/x/net/ipv6/payload_nocmsg.go 392gopkg/src/golang.org/x/net/ipv6/payload_nocmsg.go
375gopkg/src/golang.org/x/net/ipv6/readwrite_test.go 393gopkg/src/golang.org/x/net/ipv6/readwrite_test.go
376gopkg/src/golang.org/x/net/ipv6/sockopt.go 394gopkg/src/golang.org/x/net/ipv6/sockopt.go
377gopkg/src/golang.org/x/net/ipv6/sockopt_asmreq_posix.go 395gopkg/src/golang.org/x/net/ipv6/sockopt_asmreq_posix.go
378gopkg/src/golang.org/x/net/ipv6/sockopt_posix.go 396gopkg/src/golang.org/x/net/ipv6/sockopt_posix.go
379gopkg/src/golang.org/x/net/ipv6/sockopt_ssmreq_stub.go 397gopkg/src/golang.org/x/net/ipv6/sockopt_ssmreq_stub.go
380gopkg/src/golang.org/x/net/ipv6/sockopt_ssmreq_unix.go 398gopkg/src/golang.org/x/net/ipv6/sockopt_ssmreq_unix.go
381gopkg/src/golang.org/x/net/ipv6/sockopt_stub.go 399gopkg/src/golang.org/x/net/ipv6/sockopt_stub.go
382gopkg/src/golang.org/x/net/ipv6/sockopt_test.go 400gopkg/src/golang.org/x/net/ipv6/sockopt_test.go
383gopkg/src/golang.org/x/net/ipv6/sys_bsd.go 401gopkg/src/golang.org/x/net/ipv6/sys_bsd.go
384gopkg/src/golang.org/x/net/ipv6/sys_darwin.go 402gopkg/src/golang.org/x/net/ipv6/sys_darwin.go
385gopkg/src/golang.org/x/net/ipv6/sys_freebsd.go 403gopkg/src/golang.org/x/net/ipv6/sys_freebsd.go
386gopkg/src/golang.org/x/net/ipv6/sys_linux.go 404gopkg/src/golang.org/x/net/ipv6/sys_linux.go
 405gopkg/src/golang.org/x/net/ipv6/sys_linux_386.s
 406gopkg/src/golang.org/x/net/ipv6/sys_solaris.go
 407gopkg/src/golang.org/x/net/ipv6/sys_solaris_amd64.s
387gopkg/src/golang.org/x/net/ipv6/sys_stub.go 408gopkg/src/golang.org/x/net/ipv6/sys_stub.go
388gopkg/src/golang.org/x/net/ipv6/sys_windows.go 409gopkg/src/golang.org/x/net/ipv6/sys_windows.go
389gopkg/src/golang.org/x/net/ipv6/syscall_linux_386.go 410gopkg/src/golang.org/x/net/ipv6/syscall_linux_386.go
 411gopkg/src/golang.org/x/net/ipv6/syscall_solaris.go
390gopkg/src/golang.org/x/net/ipv6/syscall_unix.go 412gopkg/src/golang.org/x/net/ipv6/syscall_unix.go
391gopkg/src/golang.org/x/net/ipv6/syscall_windows.go 413gopkg/src/golang.org/x/net/ipv6/syscall_windows.go
392gopkg/src/golang.org/x/net/ipv6/thunk_linux_386.s 
393gopkg/src/golang.org/x/net/ipv6/unicast_test.go 414gopkg/src/golang.org/x/net/ipv6/unicast_test.go
394gopkg/src/golang.org/x/net/ipv6/unicastsockopt_test.go 415gopkg/src/golang.org/x/net/ipv6/unicastsockopt_test.go
395gopkg/src/golang.org/x/net/ipv6/zsys_darwin.go 416gopkg/src/golang.org/x/net/ipv6/zsys_darwin.go
396gopkg/src/golang.org/x/net/ipv6/zsys_dragonfly.go 417gopkg/src/golang.org/x/net/ipv6/zsys_dragonfly.go
397gopkg/src/golang.org/x/net/ipv6/zsys_freebsd_386.go 418gopkg/src/golang.org/x/net/ipv6/zsys_freebsd_386.go
398gopkg/src/golang.org/x/net/ipv6/zsys_freebsd_amd64.go 419gopkg/src/golang.org/x/net/ipv6/zsys_freebsd_amd64.go
399gopkg/src/golang.org/x/net/ipv6/zsys_freebsd_arm.go 420gopkg/src/golang.org/x/net/ipv6/zsys_freebsd_arm.go
400gopkg/src/golang.org/x/net/ipv6/zsys_linux_386.go 421gopkg/src/golang.org/x/net/ipv6/zsys_linux_386.go
401gopkg/src/golang.org/x/net/ipv6/zsys_linux_amd64.go 422gopkg/src/golang.org/x/net/ipv6/zsys_linux_amd64.go
402gopkg/src/golang.org/x/net/ipv6/zsys_linux_arm.go 423gopkg/src/golang.org/x/net/ipv6/zsys_linux_arm.go
403gopkg/src/golang.org/x/net/ipv6/zsys_linux_arm64.go 424gopkg/src/golang.org/x/net/ipv6/zsys_linux_arm64.go
 425gopkg/src/golang.org/x/net/ipv6/zsys_linux_mips.go
404gopkg/src/golang.org/x/net/ipv6/zsys_linux_mips64.go 426gopkg/src/golang.org/x/net/ipv6/zsys_linux_mips64.go
405gopkg/src/golang.org/x/net/ipv6/zsys_linux_mips64le.go 427gopkg/src/golang.org/x/net/ipv6/zsys_linux_mips64le.go
 428gopkg/src/golang.org/x/net/ipv6/zsys_linux_mipsle.go
406gopkg/src/golang.org/x/net/ipv6/zsys_linux_ppc.go 429gopkg/src/golang.org/x/net/ipv6/zsys_linux_ppc.go
407gopkg/src/golang.org/x/net/ipv6/zsys_linux_ppc64.go 430gopkg/src/golang.org/x/net/ipv6/zsys_linux_ppc64.go
408gopkg/src/golang.org/x/net/ipv6/zsys_linux_ppc64le.go 431gopkg/src/golang.org/x/net/ipv6/zsys_linux_ppc64le.go
409gopkg/src/golang.org/x/net/ipv6/zsys_linux_s390x.go 432gopkg/src/golang.org/x/net/ipv6/zsys_linux_s390x.go
410gopkg/src/golang.org/x/net/ipv6/zsys_netbsd.go 433gopkg/src/golang.org/x/net/ipv6/zsys_netbsd.go
411gopkg/src/golang.org/x/net/ipv6/zsys_openbsd.go 434gopkg/src/golang.org/x/net/ipv6/zsys_openbsd.go
412gopkg/src/golang.org/x/net/ipv6/zsys_solaris.go 435gopkg/src/golang.org/x/net/ipv6/zsys_solaris.go
413gopkg/src/golang.org/x/net/lex/httplex/httplex.go 436gopkg/src/golang.org/x/net/lex/httplex/httplex.go
414gopkg/src/golang.org/x/net/lex/httplex/httplex_test.go 437gopkg/src/golang.org/x/net/lex/httplex/httplex_test.go
 438gopkg/src/golang.org/x/net/lif/address.go
 439gopkg/src/golang.org/x/net/lif/address_test.go
 440gopkg/src/golang.org/x/net/lif/binary.go
 441gopkg/src/golang.org/x/net/lif/defs_solaris.go
 442gopkg/src/golang.org/x/net/lif/lif.go
 443gopkg/src/golang.org/x/net/lif/link.go
 444gopkg/src/golang.org/x/net/lif/link_test.go
 445gopkg/src/golang.org/x/net/lif/sys.go
 446gopkg/src/golang.org/x/net/lif/sys_solaris_amd64.s
 447gopkg/src/golang.org/x/net/lif/syscall.go
 448gopkg/src/golang.org/x/net/lif/zsys_solaris_amd64.go
 449gopkg/src/golang.org/x/net/nettest/conntest.go
 450gopkg/src/golang.org/x/net/nettest/conntest_go16.go
 451gopkg/src/golang.org/x/net/nettest/conntest_go17.go
 452gopkg/src/golang.org/x/net/nettest/conntest_test.go
415gopkg/src/golang.org/x/net/netutil/listen.go 453gopkg/src/golang.org/x/net/netutil/listen.go
416gopkg/src/golang.org/x/net/netutil/listen_test.go 454gopkg/src/golang.org/x/net/netutil/listen_test.go
417gopkg/src/golang.org/x/net/proxy/direct.go 455gopkg/src/golang.org/x/net/proxy/direct.go
418gopkg/src/golang.org/x/net/proxy/per_host.go 456gopkg/src/golang.org/x/net/proxy/per_host.go
419gopkg/src/golang.org/x/net/proxy/per_host_test.go 457gopkg/src/golang.org/x/net/proxy/per_host_test.go
420gopkg/src/golang.org/x/net/proxy/proxy.go 458gopkg/src/golang.org/x/net/proxy/proxy.go
421gopkg/src/golang.org/x/net/proxy/proxy_test.go 459gopkg/src/golang.org/x/net/proxy/proxy_test.go
422gopkg/src/golang.org/x/net/proxy/socks5.go 460gopkg/src/golang.org/x/net/proxy/socks5.go
423gopkg/src/golang.org/x/net/publicsuffix/gen.go 461gopkg/src/golang.org/x/net/publicsuffix/gen.go
424gopkg/src/golang.org/x/net/publicsuffix/list.go 462gopkg/src/golang.org/x/net/publicsuffix/list.go
425gopkg/src/golang.org/x/net/publicsuffix/list_test.go 463gopkg/src/golang.org/x/net/publicsuffix/list_test.go
426gopkg/src/golang.org/x/net/publicsuffix/table.go 464gopkg/src/golang.org/x/net/publicsuffix/table.go
427gopkg/src/golang.org/x/net/publicsuffix/table_test.go 465gopkg/src/golang.org/x/net/publicsuffix/table_test.go
@@ -445,59 +483,62 @@ gopkg/src/golang.org/x/net/route/message @@ -445,59 +483,62 @@ gopkg/src/golang.org/x/net/route/message
445gopkg/src/golang.org/x/net/route/message_freebsd_test.go 483gopkg/src/golang.org/x/net/route/message_freebsd_test.go
446gopkg/src/golang.org/x/net/route/message_test.go 484gopkg/src/golang.org/x/net/route/message_test.go
447gopkg/src/golang.org/x/net/route/route.go 485gopkg/src/golang.org/x/net/route/route.go
448gopkg/src/golang.org/x/net/route/route_classic.go 486gopkg/src/golang.org/x/net/route/route_classic.go
449gopkg/src/golang.org/x/net/route/route_openbsd.go 487gopkg/src/golang.org/x/net/route/route_openbsd.go
450gopkg/src/golang.org/x/net/route/route_test.go 488gopkg/src/golang.org/x/net/route/route_test.go
451gopkg/src/golang.org/x/net/route/sys.go 489gopkg/src/golang.org/x/net/route/sys.go
452gopkg/src/golang.org/x/net/route/sys_darwin.go 490gopkg/src/golang.org/x/net/route/sys_darwin.go
453gopkg/src/golang.org/x/net/route/sys_dragonfly.go 491gopkg/src/golang.org/x/net/route/sys_dragonfly.go
454gopkg/src/golang.org/x/net/route/sys_freebsd.go 492gopkg/src/golang.org/x/net/route/sys_freebsd.go
455gopkg/src/golang.org/x/net/route/sys_netbsd.go 493gopkg/src/golang.org/x/net/route/sys_netbsd.go
456gopkg/src/golang.org/x/net/route/sys_openbsd.go 494gopkg/src/golang.org/x/net/route/sys_openbsd.go
457gopkg/src/golang.org/x/net/route/syscall.go 495gopkg/src/golang.org/x/net/route/syscall.go
458gopkg/src/golang.org/x/net/route/syscall.s 
459gopkg/src/golang.org/x/net/route/zsys_darwin.go 496gopkg/src/golang.org/x/net/route/zsys_darwin.go
460gopkg/src/golang.org/x/net/route/zsys_dragonfly.go 497gopkg/src/golang.org/x/net/route/zsys_dragonfly.go
461gopkg/src/golang.org/x/net/route/zsys_freebsd_386.go 498gopkg/src/golang.org/x/net/route/zsys_freebsd_386.go
462gopkg/src/golang.org/x/net/route/zsys_freebsd_amd64.go 499gopkg/src/golang.org/x/net/route/zsys_freebsd_amd64.go
463gopkg/src/golang.org/x/net/route/zsys_freebsd_arm.go 500gopkg/src/golang.org/x/net/route/zsys_freebsd_arm.go
464gopkg/src/golang.org/x/net/route/zsys_netbsd.go 501gopkg/src/golang.org/x/net/route/zsys_netbsd.go
465gopkg/src/golang.org/x/net/route/zsys_openbsd.go 502gopkg/src/golang.org/x/net/route/zsys_openbsd.go
466gopkg/src/golang.org/x/net/trace/events.go 503gopkg/src/golang.org/x/net/trace/events.go
467gopkg/src/golang.org/x/net/trace/histogram.go 504gopkg/src/golang.org/x/net/trace/histogram.go
468gopkg/src/golang.org/x/net/trace/histogram_test.go 505gopkg/src/golang.org/x/net/trace/histogram_test.go
469gopkg/src/golang.org/x/net/trace/trace.go 506gopkg/src/golang.org/x/net/trace/trace.go
470gopkg/src/golang.org/x/net/trace/trace_test.go 507gopkg/src/golang.org/x/net/trace/trace_test.go
471gopkg/src/golang.org/x/net/webdav/file.go 508gopkg/src/golang.org/x/net/webdav/file.go
 509gopkg/src/golang.org/x/net/webdav/file_go1.6.go
 510gopkg/src/golang.org/x/net/webdav/file_go1.7.go
472gopkg/src/golang.org/x/net/webdav/file_test.go 511gopkg/src/golang.org/x/net/webdav/file_test.go
473gopkg/src/golang.org/x/net/webdav/if.go 512gopkg/src/golang.org/x/net/webdav/if.go
474gopkg/src/golang.org/x/net/webdav/if_test.go 513gopkg/src/golang.org/x/net/webdav/if_test.go
475gopkg/src/golang.org/x/net/webdav/internal/xml/README 514gopkg/src/golang.org/x/net/webdav/internal/xml/README
476gopkg/src/golang.org/x/net/webdav/internal/xml/atom_test.go 515gopkg/src/golang.org/x/net/webdav/internal/xml/atom_test.go
477gopkg/src/golang.org/x/net/webdav/internal/xml/example_test.go 516gopkg/src/golang.org/x/net/webdav/internal/xml/example_test.go
478gopkg/src/golang.org/x/net/webdav/internal/xml/marshal.go 517gopkg/src/golang.org/x/net/webdav/internal/xml/marshal.go
479gopkg/src/golang.org/x/net/webdav/internal/xml/marshal_test.go 518gopkg/src/golang.org/x/net/webdav/internal/xml/marshal_test.go
480gopkg/src/golang.org/x/net/webdav/internal/xml/read.go 519gopkg/src/golang.org/x/net/webdav/internal/xml/read.go
481gopkg/src/golang.org/x/net/webdav/internal/xml/read_test.go 520gopkg/src/golang.org/x/net/webdav/internal/xml/read_test.go
482gopkg/src/golang.org/x/net/webdav/internal/xml/typeinfo.go 521gopkg/src/golang.org/x/net/webdav/internal/xml/typeinfo.go
483gopkg/src/golang.org/x/net/webdav/internal/xml/xml.go 522gopkg/src/golang.org/x/net/webdav/internal/xml/xml.go
484gopkg/src/golang.org/x/net/webdav/internal/xml/xml_test.go 523gopkg/src/golang.org/x/net/webdav/internal/xml/xml_test.go
485gopkg/src/golang.org/x/net/webdav/litmus_test_server.go 524gopkg/src/golang.org/x/net/webdav/litmus_test_server.go
486gopkg/src/golang.org/x/net/webdav/lock.go 525gopkg/src/golang.org/x/net/webdav/lock.go
487gopkg/src/golang.org/x/net/webdav/lock_test.go 526gopkg/src/golang.org/x/net/webdav/lock_test.go
488gopkg/src/golang.org/x/net/webdav/prop.go 527gopkg/src/golang.org/x/net/webdav/prop.go
489gopkg/src/golang.org/x/net/webdav/prop_test.go 528gopkg/src/golang.org/x/net/webdav/prop_test.go
490gopkg/src/golang.org/x/net/webdav/webdav.go 529gopkg/src/golang.org/x/net/webdav/webdav.go
491gopkg/src/golang.org/x/net/webdav/webdav_test.go 530gopkg/src/golang.org/x/net/webdav/webdav_test.go
492gopkg/src/golang.org/x/net/webdav/xml.go 531gopkg/src/golang.org/x/net/webdav/xml.go
493gopkg/src/golang.org/x/net/webdav/xml_test.go 532gopkg/src/golang.org/x/net/webdav/xml_test.go
494gopkg/src/golang.org/x/net/websocket/client.go 533gopkg/src/golang.org/x/net/websocket/client.go
 534gopkg/src/golang.org/x/net/websocket/dial.go
 535gopkg/src/golang.org/x/net/websocket/dial_test.go
495gopkg/src/golang.org/x/net/websocket/exampledial_test.go 536gopkg/src/golang.org/x/net/websocket/exampledial_test.go
496gopkg/src/golang.org/x/net/websocket/examplehandler_test.go 537gopkg/src/golang.org/x/net/websocket/examplehandler_test.go
497gopkg/src/golang.org/x/net/websocket/hybi.go 538gopkg/src/golang.org/x/net/websocket/hybi.go
498gopkg/src/golang.org/x/net/websocket/hybi_test.go 539gopkg/src/golang.org/x/net/websocket/hybi_test.go
499gopkg/src/golang.org/x/net/websocket/server.go 540gopkg/src/golang.org/x/net/websocket/server.go
500gopkg/src/golang.org/x/net/websocket/websocket.go 541gopkg/src/golang.org/x/net/websocket/websocket.go
501gopkg/src/golang.org/x/net/websocket/websocket_test.go 542gopkg/src/golang.org/x/net/websocket/websocket_test.go
502gopkg/src/golang.org/x/net/xsrftoken/xsrf.go 543gopkg/src/golang.org/x/net/xsrftoken/xsrf.go
503gopkg/src/golang.org/x/net/xsrftoken/xsrf_test.go 544gopkg/src/golang.org/x/net/xsrftoken/xsrf_test.go

cvs diff -r1.4 -r1.5 pkgsrc/net/go-net/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/net/go-net/buildlink3.mk 2016/09/11 08:25:40 1.4
+++ pkgsrc/net/go-net/buildlink3.mk 2017/03/16 19:14:19 1.5
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: buildlink3.mk,v 1.4 2016/09/11 08:25:40 bsiegert Exp $ 1# $NetBSD: buildlink3.mk,v 1.5 2017/03/16 19:14:19 bsiegert Exp $
2 2
3BUILDLINK_TREE+= go-net 3BUILDLINK_TREE+= go-net
4 4
5.if !defined(GO_NET_BUILDLINK3_MK) 5.if !defined(GO_NET_BUILDLINK3_MK)
6GO_NET_BUILDLINK3_MK:= 6GO_NET_BUILDLINK3_MK:=
7 7
8BUILDLINK_CONTENTS_FILTER.go-net= ${EGREP} gopkg/ 8BUILDLINK_CONTENTS_FILTER.go-net= ${EGREP} gopkg/
9BUILDLINK_DEPMETHOD.go-net?= build 9BUILDLINK_DEPMETHOD.go-net?= build
10 10
11BUILDLINK_API_DEPENDS.go-net+= go-net>=20160910 11BUILDLINK_API_DEPENDS.go-net+= go-net>=20170308
12BUILDLINK_PKGSRCDIR.go-net?= ../../net/go-net 12BUILDLINK_PKGSRCDIR.go-net?= ../../net/go-net
13 13
14.include "../../textproc/go-text/buildlink3.mk" 14.include "../../textproc/go-text/buildlink3.mk"
15.include "../../security/go-crypto/buildlink3.mk" 15.include "../../security/go-crypto/buildlink3.mk"
16.endif # GO_NET_BUILDLINK3_MK 16.endif # GO_NET_BUILDLINK3_MK
17 17
18BUILDLINK_TREE+= -go-net 18BUILDLINK_TREE+= -go-net

cvs diff -r1.5 -r1.6 pkgsrc/net/go-net/distinfo (expand / switch to unified diff)

--- pkgsrc/net/go-net/distinfo 2016/09/11 08:25:40 1.5
+++ pkgsrc/net/go-net/distinfo 2017/03/16 19:14:19 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2016/09/11 08:25:40 bsiegert Exp $ 1$NetBSD: distinfo,v 1.6 2017/03/16 19:14:19 bsiegert Exp $
2 2
3SHA1 (go-net-20160910-cfe3c2a752.tar.gz) = 21955963173963b56790881d66643100762589e1 3SHA1 (go-net-20170308-a6577fa.tar.gz) = 49eb7b74863a0cce94aa0924a6c4750775140f2e
4RMD160 (go-net-20160910-cfe3c2a752.tar.gz) = 1c2b55fe30c977f9f70467acd6cb72b4c16de3a1 4RMD160 (go-net-20170308-a6577fa.tar.gz) = a27366dc6cf6989ef7cdac10c4baad5067ffb9ad
5SHA512 (go-net-20160910-cfe3c2a752.tar.gz) = d284328842b92341b93394445d457f3c19d4459b0f303158cf656a76adc337f754edd93b95525e76e529c3c510dbb939455377584344bc91e3446679345fef2d 5SHA512 (go-net-20170308-a6577fa.tar.gz) = 8307bdea9781c34a7fd39520005b0aa19f4e6e3a60a6231e4a4a776a13b054e2ddb99793a2cad08f584c399cb2c7adb9f559f4e4e126e19faa0255133ad26462
6Size (go-net-20160910-cfe3c2a752.tar.gz) = 730931 bytes 6Size (go-net-20170308-a6577fa.tar.gz) = 790185 bytes