pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/go-net



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon Feb  3 14:46:07 UTC 2020

Modified Files:
        pkgsrc/net/go-net: Makefile PLIST buildlink3.mk distinfo

Log Message:
Update go-net to 20200130.

No changelog available, but this is needed for go-crypto-acme.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/go-net/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/go-net/PLIST \
    pkgsrc/net/go-net/buildlink3.mk pkgsrc/net/go-net/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/go-net/Makefile
diff -u pkgsrc/net/go-net/Makefile:1.36 pkgsrc/net/go-net/Makefile:1.37
--- pkgsrc/net/go-net/Makefile:1.36     Sun Feb  2 14:19:08 2020
+++ pkgsrc/net/go-net/Makefile  Mon Feb  3 14:46:07 2020
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.36 2020/02/02 14:19:08 bsiegert Exp $
+# $NetBSD: Makefile,v 1.37 2020/02/03 14:46:07 bsiegert Exp $
 
-DISTNAME=              go-net-20170308
-PKGREVISION=           17
+DISTNAME=              go-net-20200130
 CATEGORIES=            net
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=golang/}
 GITHUB_PROJECT=                net
-GITHUB_TAG=            a6577fa
+GITHUB_TAG=            1617124
 
 MAINTAINER=            bsiegert%NetBSD.org@localhost
 HOMEPAGE=              https://golang.org/
@@ -32,6 +31,9 @@ PLIST.h2i=    yes
 PLIST.route=   yes
 .endif
 
+pre-patch:
+       ${RM} -rf ${WRKSRC}/http2/h2demo
+
 .include "../../textproc/go-text/buildlink3.mk"
 .include "../../security/go-crypto/buildlink3.mk"
 .include "../../lang/go/go-package.mk"

Index: pkgsrc/net/go-net/PLIST
diff -u pkgsrc/net/go-net/PLIST:1.6 pkgsrc/net/go-net/PLIST:1.7
--- pkgsrc/net/go-net/PLIST:1.6 Sun Dec 31 15:59:24 2017
+++ pkgsrc/net/go-net/PLIST     Mon Feb  3 14:46:07 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2017/12/31 15:59:24 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.7 2020/02/03 14:46:07 bsiegert Exp $
 ${PLIST.h2i}bin/h2i
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/bpf.a
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/context.a
@@ -8,17 +8,20 @@ gopkg/pkg/${GO_PLATFORM}/golang.org/x/ne
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/html.a
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/html/atom.a
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/html/charset.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/http/httpguts.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/http/httpproxy.a
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/http2.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/http2/h2c.a
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/http2/hpack.a
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/icmp.a
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/idna.a
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/iana.a
-gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/netreflect.a
-gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/nettest.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/socket.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/socks.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/sockstest.a
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/timeseries.a
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/ipv4.a
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/ipv6.a
-gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/lex/httplex.a
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/nettest.a
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/netutil.a
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/proxy.a
@@ -34,12 +37,13 @@ gopkg/src/golang.org/x/net/CONTRIBUTING.
 gopkg/src/golang.org/x/net/CONTRIBUTORS
 gopkg/src/golang.org/x/net/LICENSE
 gopkg/src/golang.org/x/net/PATENTS
-gopkg/src/golang.org/x/net/README
+gopkg/src/golang.org/x/net/README.md
 gopkg/src/golang.org/x/net/bpf/asm.go
 gopkg/src/golang.org/x/net/bpf/constants.go
 gopkg/src/golang.org/x/net/bpf/doc.go
 gopkg/src/golang.org/x/net/bpf/instructions.go
 gopkg/src/golang.org/x/net/bpf/instructions_test.go
+gopkg/src/golang.org/x/net/bpf/setter.go
 gopkg/src/golang.org/x/net/bpf/testdata/all_instructions.bpf
 gopkg/src/golang.org/x/net/bpf/testdata/all_instructions.txt
 gopkg/src/golang.org/x/net/bpf/vm.go
@@ -56,16 +60,18 @@ gopkg/src/golang.org/x/net/codereview.cf
 gopkg/src/golang.org/x/net/context/context.go
 gopkg/src/golang.org/x/net/context/context_test.go
 gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp.go
-gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp_17_test.go
-gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp_pre17.go
-gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp_pre17_test.go
 gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp_test.go
 gopkg/src/golang.org/x/net/context/go17.go
+gopkg/src/golang.org/x/net/context/go19.go
 gopkg/src/golang.org/x/net/context/pre_go17.go
+gopkg/src/golang.org/x/net/context/pre_go19.go
 gopkg/src/golang.org/x/net/context/withtimeout_test.go
 gopkg/src/golang.org/x/net/dict/dict.go
+gopkg/src/golang.org/x/net/dns/dnsmessage/example_test.go
 gopkg/src/golang.org/x/net/dns/dnsmessage/message.go
 gopkg/src/golang.org/x/net/dns/dnsmessage/message_test.go
+gopkg/src/golang.org/x/net/go.mod
+gopkg/src/golang.org/x/net/go.sum
 gopkg/src/golang.org/x/net/html/atom/atom.go
 gopkg/src/golang.org/x/net/html/atom/atom_test.go
 gopkg/src/golang.org/x/net/html/atom/gen.go
@@ -100,24 +106,37 @@ gopkg/src/golang.org/x/net/html/parse.go
 gopkg/src/golang.org/x/net/html/parse_test.go
 gopkg/src/golang.org/x/net/html/render.go
 gopkg/src/golang.org/x/net/html/render_test.go
+gopkg/src/golang.org/x/net/html/testdata/go/issue_30600_parse_panics_in_cell_mode.dat
+gopkg/src/golang.org/x/net/html/testdata/go/issue_30961_error_nested_unknown_tag_types.dat
+gopkg/src/golang.org/x/net/html/testdata/go/select.dat
+gopkg/src/golang.org/x/net/html/testdata/go/template.dat
 gopkg/src/golang.org/x/net/html/testdata/go1.html
 gopkg/src/golang.org/x/net/html/testdata/webkit/README
 gopkg/src/golang.org/x/net/html/testdata/webkit/adoption01.dat
 gopkg/src/golang.org/x/net/html/testdata/webkit/adoption02.dat
+gopkg/src/golang.org/x/net/html/testdata/webkit/blocks.dat
 gopkg/src/golang.org/x/net/html/testdata/webkit/comments01.dat
 gopkg/src/golang.org/x/net/html/testdata/webkit/doctype01.dat
+gopkg/src/golang.org/x/net/html/testdata/webkit/domjs-unsafe.dat
 gopkg/src/golang.org/x/net/html/testdata/webkit/entities01.dat
 gopkg/src/golang.org/x/net/html/testdata/webkit/entities02.dat
+gopkg/src/golang.org/x/net/html/testdata/webkit/foreign-fragment.dat
 gopkg/src/golang.org/x/net/html/testdata/webkit/html5test-com.dat
 gopkg/src/golang.org/x/net/html/testdata/webkit/inbody01.dat
 gopkg/src/golang.org/x/net/html/testdata/webkit/isindex.dat
+gopkg/src/golang.org/x/net/html/testdata/webkit/main-element.dat
+gopkg/src/golang.org/x/net/html/testdata/webkit/math.dat
+gopkg/src/golang.org/x/net/html/testdata/webkit/namespace-sensitivity.dat
 gopkg/src/golang.org/x/net/html/testdata/webkit/pending-spec-changes-plain-text-unsafe.dat
 gopkg/src/golang.org/x/net/html/testdata/webkit/pending-spec-changes.dat
 gopkg/src/golang.org/x/net/html/testdata/webkit/plain-text-unsafe.dat
+gopkg/src/golang.org/x/net/html/testdata/webkit/ruby.dat
 gopkg/src/golang.org/x/net/html/testdata/webkit/scriptdata01.dat
 gopkg/src/golang.org/x/net/html/testdata/webkit/scripted/adoption01.dat
+gopkg/src/golang.org/x/net/html/testdata/webkit/scripted/ark.dat
 gopkg/src/golang.org/x/net/html/testdata/webkit/scripted/webkit01.dat
 gopkg/src/golang.org/x/net/html/testdata/webkit/tables01.dat
+gopkg/src/golang.org/x/net/html/testdata/webkit/template.dat
 gopkg/src/golang.org/x/net/html/testdata/webkit/tests1.dat
 gopkg/src/golang.org/x/net/html/testdata/webkit/tests10.dat
 gopkg/src/golang.org/x/net/html/testdata/webkit/tests11.dat
@@ -149,12 +168,20 @@ gopkg/src/golang.org/x/net/html/testdata
 gopkg/src/golang.org/x/net/html/testdata/webkit/webkit02.dat
 gopkg/src/golang.org/x/net/html/token.go
 gopkg/src/golang.org/x/net/html/token_test.go
+gopkg/src/golang.org/x/net/http/httpguts/guts.go
+gopkg/src/golang.org/x/net/http/httpguts/httplex.go
+gopkg/src/golang.org/x/net/http/httpguts/httplex_test.go
+gopkg/src/golang.org/x/net/http/httpproxy/export_test.go
+gopkg/src/golang.org/x/net/http/httpproxy/go19_test.go
+gopkg/src/golang.org/x/net/http/httpproxy/proxy.go
+gopkg/src/golang.org/x/net/http/httpproxy/proxy_test.go
 gopkg/src/golang.org/x/net/http2/.gitignore
 gopkg/src/golang.org/x/net/http2/Dockerfile
 gopkg/src/golang.org/x/net/http2/Makefile
 gopkg/src/golang.org/x/net/http2/README
+gopkg/src/golang.org/x/net/http2/ciphers.go
+gopkg/src/golang.org/x/net/http2/ciphers_test.go
 gopkg/src/golang.org/x/net/http2/client_conn_pool.go
-gopkg/src/golang.org/x/net/http2/configure_transport.go
 gopkg/src/golang.org/x/net/http2/databuffer.go
 gopkg/src/golang.org/x/net/http2/databuffer_test.go
 gopkg/src/golang.org/x/net/http2/errors.go
@@ -163,23 +190,11 @@ gopkg/src/golang.org/x/net/http2/flow.go
 gopkg/src/golang.org/x/net/http2/flow_test.go
 gopkg/src/golang.org/x/net/http2/frame.go
 gopkg/src/golang.org/x/net/http2/frame_test.go
-gopkg/src/golang.org/x/net/http2/go16.go
-gopkg/src/golang.org/x/net/http2/go17.go
-gopkg/src/golang.org/x/net/http2/go17_not18.go
-gopkg/src/golang.org/x/net/http2/go18.go
-gopkg/src/golang.org/x/net/http2/go18_test.go
+gopkg/src/golang.org/x/net/http2/go111.go
 gopkg/src/golang.org/x/net/http2/gotrack.go
 gopkg/src/golang.org/x/net/http2/gotrack_test.go
-gopkg/src/golang.org/x/net/http2/h2demo/.gitignore
-gopkg/src/golang.org/x/net/http2/h2demo/Makefile
-gopkg/src/golang.org/x/net/http2/h2demo/README
-gopkg/src/golang.org/x/net/http2/h2demo/h2demo.go
-gopkg/src/golang.org/x/net/http2/h2demo/launch.go
-gopkg/src/golang.org/x/net/http2/h2demo/rootCA.key
-gopkg/src/golang.org/x/net/http2/h2demo/rootCA.pem
-gopkg/src/golang.org/x/net/http2/h2demo/rootCA.srl
-gopkg/src/golang.org/x/net/http2/h2demo/server.crt
-gopkg/src/golang.org/x/net/http2/h2demo/server.key
+gopkg/src/golang.org/x/net/http2/h2c/h2c.go
+gopkg/src/golang.org/x/net/http2/h2c/h2c_test.go
 gopkg/src/golang.org/x/net/http2/h2i/README.md
 gopkg/src/golang.org/x/net/http2/h2i/h2i.go
 gopkg/src/golang.org/x/net/http2/headermap.go
@@ -192,9 +207,7 @@ gopkg/src/golang.org/x/net/http2/hpack/t
 gopkg/src/golang.org/x/net/http2/hpack/tables_test.go
 gopkg/src/golang.org/x/net/http2/http2.go
 gopkg/src/golang.org/x/net/http2/http2_test.go
-gopkg/src/golang.org/x/net/http2/not_go16.go
-gopkg/src/golang.org/x/net/http2/not_go17.go
-gopkg/src/golang.org/x/net/http2/not_go18.go
+gopkg/src/golang.org/x/net/http2/not_go111.go
 gopkg/src/golang.org/x/net/http2/pipe.go
 gopkg/src/golang.org/x/net/http2/pipe_test.go
 gopkg/src/golang.org/x/net/http2/server.go
@@ -211,13 +224,13 @@ gopkg/src/golang.org/x/net/http2/writesc
 gopkg/src/golang.org/x/net/http2/writesched_random_test.go
 gopkg/src/golang.org/x/net/http2/writesched_test.go
 gopkg/src/golang.org/x/net/http2/z_spec_test.go
+gopkg/src/golang.org/x/net/icmp/diag_test.go
 gopkg/src/golang.org/x/net/icmp/dstunreach.go
 gopkg/src/golang.org/x/net/icmp/echo.go
 gopkg/src/golang.org/x/net/icmp/endpoint.go
 gopkg/src/golang.org/x/net/icmp/example_test.go
 gopkg/src/golang.org/x/net/icmp/extension.go
 gopkg/src/golang.org/x/net/icmp/extension_test.go
-gopkg/src/golang.org/x/net/icmp/helper.go
 gopkg/src/golang.org/x/net/icmp/helper_posix.go
 gopkg/src/golang.org/x/net/icmp/interface.go
 gopkg/src/golang.org/x/net/icmp/ipv4.go
@@ -233,40 +246,140 @@ gopkg/src/golang.org/x/net/icmp/multipar
 gopkg/src/golang.org/x/net/icmp/multipart_test.go
 gopkg/src/golang.org/x/net/icmp/packettoobig.go
 gopkg/src/golang.org/x/net/icmp/paramprob.go
-gopkg/src/golang.org/x/net/icmp/ping_test.go
 gopkg/src/golang.org/x/net/icmp/sys_freebsd.go
 gopkg/src/golang.org/x/net/icmp/timeexceeded.go
-gopkg/src/golang.org/x/net/idna/idna.go
+gopkg/src/golang.org/x/net/idna/example_test.go
+gopkg/src/golang.org/x/net/idna/idna10.0.0.go
+gopkg/src/golang.org/x/net/idna/idna9.0.0.go
 gopkg/src/golang.org/x/net/idna/idna_test.go
 gopkg/src/golang.org/x/net/idna/punycode.go
 gopkg/src/golang.org/x/net/idna/punycode_test.go
+gopkg/src/golang.org/x/net/idna/tables10.0.0.go
+gopkg/src/golang.org/x/net/idna/tables11.0.0.go
+gopkg/src/golang.org/x/net/idna/tables12.00.go
+gopkg/src/golang.org/x/net/idna/tables9.0.0.go
+gopkg/src/golang.org/x/net/idna/trie.go
+gopkg/src/golang.org/x/net/idna/trieval.go
 gopkg/src/golang.org/x/net/internal/iana/const.go
 gopkg/src/golang.org/x/net/internal/iana/gen.go
-gopkg/src/golang.org/x/net/internal/netreflect/socket.go
-gopkg/src/golang.org/x/net/internal/netreflect/socket_19.go
-gopkg/src/golang.org/x/net/internal/netreflect/socket_posix.go
-gopkg/src/golang.org/x/net/internal/netreflect/socket_stub.go
-gopkg/src/golang.org/x/net/internal/netreflect/socket_test.go
-gopkg/src/golang.org/x/net/internal/nettest/helper_bsd.go
-gopkg/src/golang.org/x/net/internal/nettest/helper_nobsd.go
-gopkg/src/golang.org/x/net/internal/nettest/helper_posix.go
-gopkg/src/golang.org/x/net/internal/nettest/helper_stub.go
-gopkg/src/golang.org/x/net/internal/nettest/helper_unix.go
-gopkg/src/golang.org/x/net/internal/nettest/helper_windows.go
-gopkg/src/golang.org/x/net/internal/nettest/interface.go
-gopkg/src/golang.org/x/net/internal/nettest/rlimit.go
-gopkg/src/golang.org/x/net/internal/nettest/stack.go
+gopkg/src/golang.org/x/net/internal/socket/cmsghdr.go
+gopkg/src/golang.org/x/net/internal/socket/cmsghdr_bsd.go
+gopkg/src/golang.org/x/net/internal/socket/cmsghdr_linux_32bit.go
+gopkg/src/golang.org/x/net/internal/socket/cmsghdr_linux_64bit.go
+gopkg/src/golang.org/x/net/internal/socket/cmsghdr_solaris_64bit.go
+gopkg/src/golang.org/x/net/internal/socket/cmsghdr_stub.go
+gopkg/src/golang.org/x/net/internal/socket/defs_aix.go
+gopkg/src/golang.org/x/net/internal/socket/defs_darwin.go
+gopkg/src/golang.org/x/net/internal/socket/defs_dragonfly.go
+gopkg/src/golang.org/x/net/internal/socket/defs_freebsd.go
+gopkg/src/golang.org/x/net/internal/socket/defs_linux.go
+gopkg/src/golang.org/x/net/internal/socket/defs_netbsd.go
+gopkg/src/golang.org/x/net/internal/socket/defs_openbsd.go
+gopkg/src/golang.org/x/net/internal/socket/defs_solaris.go
+gopkg/src/golang.org/x/net/internal/socket/empty.s
+gopkg/src/golang.org/x/net/internal/socket/error_unix.go
+gopkg/src/golang.org/x/net/internal/socket/error_windows.go
+gopkg/src/golang.org/x/net/internal/socket/iovec_32bit.go
+gopkg/src/golang.org/x/net/internal/socket/iovec_64bit.go
+gopkg/src/golang.org/x/net/internal/socket/iovec_solaris_64bit.go
+gopkg/src/golang.org/x/net/internal/socket/iovec_stub.go
+gopkg/src/golang.org/x/net/internal/socket/mmsghdr_stub.go
+gopkg/src/golang.org/x/net/internal/socket/mmsghdr_unix.go
+gopkg/src/golang.org/x/net/internal/socket/msghdr_bsd.go
+gopkg/src/golang.org/x/net/internal/socket/msghdr_bsdvar.go
+gopkg/src/golang.org/x/net/internal/socket/msghdr_linux.go
+gopkg/src/golang.org/x/net/internal/socket/msghdr_linux_32bit.go
+gopkg/src/golang.org/x/net/internal/socket/msghdr_linux_64bit.go
+gopkg/src/golang.org/x/net/internal/socket/msghdr_openbsd.go
+gopkg/src/golang.org/x/net/internal/socket/msghdr_solaris_64bit.go
+gopkg/src/golang.org/x/net/internal/socket/msghdr_stub.go
+gopkg/src/golang.org/x/net/internal/socket/norace.go
+gopkg/src/golang.org/x/net/internal/socket/race.go
+gopkg/src/golang.org/x/net/internal/socket/rawconn.go
+gopkg/src/golang.org/x/net/internal/socket/rawconn_mmsg.go
+gopkg/src/golang.org/x/net/internal/socket/rawconn_msg.go
+gopkg/src/golang.org/x/net/internal/socket/rawconn_nommsg.go
+gopkg/src/golang.org/x/net/internal/socket/rawconn_nomsg.go
+gopkg/src/golang.org/x/net/internal/socket/socket.go
+gopkg/src/golang.org/x/net/internal/socket/socket_test.go
+gopkg/src/golang.org/x/net/internal/socket/sys.go
+gopkg/src/golang.org/x/net/internal/socket/sys_bsd.go
+gopkg/src/golang.org/x/net/internal/socket/sys_bsdvar.go
+gopkg/src/golang.org/x/net/internal/socket/sys_const_unix.go
+gopkg/src/golang.org/x/net/internal/socket/sys_darwin.go
+gopkg/src/golang.org/x/net/internal/socket/sys_dragonfly.go
+gopkg/src/golang.org/x/net/internal/socket/sys_go1_11_darwin.go
+gopkg/src/golang.org/x/net/internal/socket/sys_linkname.go
+gopkg/src/golang.org/x/net/internal/socket/sys_linux.go
+gopkg/src/golang.org/x/net/internal/socket/sys_linux_386.go
+gopkg/src/golang.org/x/net/internal/socket/sys_linux_386.s
+gopkg/src/golang.org/x/net/internal/socket/sys_linux_amd64.go
+gopkg/src/golang.org/x/net/internal/socket/sys_linux_arm.go
+gopkg/src/golang.org/x/net/internal/socket/sys_linux_arm64.go
+gopkg/src/golang.org/x/net/internal/socket/sys_linux_mips.go
+gopkg/src/golang.org/x/net/internal/socket/sys_linux_mips64.go
+gopkg/src/golang.org/x/net/internal/socket/sys_linux_mips64le.go
+gopkg/src/golang.org/x/net/internal/socket/sys_linux_mipsle.go
+gopkg/src/golang.org/x/net/internal/socket/sys_linux_ppc64.go
+gopkg/src/golang.org/x/net/internal/socket/sys_linux_ppc64le.go
+gopkg/src/golang.org/x/net/internal/socket/sys_linux_riscv64.go
+gopkg/src/golang.org/x/net/internal/socket/sys_linux_s390x.go
+gopkg/src/golang.org/x/net/internal/socket/sys_linux_s390x.s
+gopkg/src/golang.org/x/net/internal/socket/sys_netbsd.go
+gopkg/src/golang.org/x/net/internal/socket/sys_posix.go
+gopkg/src/golang.org/x/net/internal/socket/sys_solaris.go
+gopkg/src/golang.org/x/net/internal/socket/sys_solaris_amd64.s
+gopkg/src/golang.org/x/net/internal/socket/sys_stub.go
+gopkg/src/golang.org/x/net/internal/socket/sys_unix.go
+gopkg/src/golang.org/x/net/internal/socket/sys_windows.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_aix_ppc64.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_darwin_386.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_darwin_amd64.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_darwin_arm.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_darwin_arm64.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_dragonfly_amd64.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_freebsd_386.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_freebsd_amd64.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_freebsd_arm.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_freebsd_arm64.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_linux_386.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_linux_amd64.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_linux_arm.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_linux_arm64.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_linux_mips.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_linux_mips64.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_linux_mips64le.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_linux_mipsle.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_linux_ppc64.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_linux_ppc64le.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_linux_riscv64.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_linux_s390x.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_netbsd_386.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_netbsd_amd64.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_netbsd_arm.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_netbsd_arm64.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_openbsd_386.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_openbsd_amd64.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_openbsd_arm.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_openbsd_arm64.go
+gopkg/src/golang.org/x/net/internal/socket/zsys_solaris_amd64.go
+gopkg/src/golang.org/x/net/internal/socks/client.go
+gopkg/src/golang.org/x/net/internal/socks/dial_test.go
+gopkg/src/golang.org/x/net/internal/socks/socks.go
+gopkg/src/golang.org/x/net/internal/sockstest/server.go
+gopkg/src/golang.org/x/net/internal/sockstest/server_test.go
 gopkg/src/golang.org/x/net/internal/timeseries/timeseries.go
 gopkg/src/golang.org/x/net/internal/timeseries/timeseries_test.go
+gopkg/src/golang.org/x/net/ipv4/batch.go
 gopkg/src/golang.org/x/net/ipv4/bpf_test.go
-gopkg/src/golang.org/x/net/ipv4/bpfopt_linux.go
-gopkg/src/golang.org/x/net/ipv4/bpfopt_stub.go
 gopkg/src/golang.org/x/net/ipv4/control.go
 gopkg/src/golang.org/x/net/ipv4/control_bsd.go
 gopkg/src/golang.org/x/net/ipv4/control_pktinfo.go
 gopkg/src/golang.org/x/net/ipv4/control_stub.go
+gopkg/src/golang.org/x/net/ipv4/control_test.go
 gopkg/src/golang.org/x/net/ipv4/control_unix.go
 gopkg/src/golang.org/x/net/ipv4/control_windows.go
+gopkg/src/golang.org/x/net/ipv4/defs_aix.go
 gopkg/src/golang.org/x/net/ipv4/defs_darwin.go
 gopkg/src/golang.org/x/net/ipv4/defs_dragonfly.go
 gopkg/src/golang.org/x/net/ipv4/defs_freebsd.go
@@ -274,24 +387,22 @@ gopkg/src/golang.org/x/net/ipv4/defs_lin
 gopkg/src/golang.org/x/net/ipv4/defs_netbsd.go
 gopkg/src/golang.org/x/net/ipv4/defs_openbsd.go
 gopkg/src/golang.org/x/net/ipv4/defs_solaris.go
-gopkg/src/golang.org/x/net/ipv4/dgramopt_posix.go
-gopkg/src/golang.org/x/net/ipv4/dgramopt_stub.go
+gopkg/src/golang.org/x/net/ipv4/dgramopt.go
 gopkg/src/golang.org/x/net/ipv4/doc.go
 gopkg/src/golang.org/x/net/ipv4/endpoint.go
 gopkg/src/golang.org/x/net/ipv4/example_test.go
 gopkg/src/golang.org/x/net/ipv4/gen.go
-gopkg/src/golang.org/x/net/ipv4/genericopt_posix.go
-gopkg/src/golang.org/x/net/ipv4/genericopt_stub.go
-gopkg/src/golang.org/x/net/ipv4/go19_test.go
+gopkg/src/golang.org/x/net/ipv4/genericopt.go
 gopkg/src/golang.org/x/net/ipv4/header.go
 gopkg/src/golang.org/x/net/ipv4/header_test.go
 gopkg/src/golang.org/x/net/ipv4/helper.go
+gopkg/src/golang.org/x/net/ipv4/helper_posix_test.go
+gopkg/src/golang.org/x/net/ipv4/helper_stub_test.go
 gopkg/src/golang.org/x/net/ipv4/iana.go
 gopkg/src/golang.org/x/net/ipv4/icmp.go
 gopkg/src/golang.org/x/net/ipv4/icmp_linux.go
 gopkg/src/golang.org/x/net/ipv4/icmp_stub.go
 gopkg/src/golang.org/x/net/ipv4/icmp_test.go
-gopkg/src/golang.org/x/net/ipv4/ipv4_test.go
 gopkg/src/golang.org/x/net/ipv4/multicast_test.go
 gopkg/src/golang.org/x/net/ipv4/multicastlistener_test.go
 gopkg/src/golang.org/x/net/ipv4/multicastsockopt_test.go
@@ -301,36 +412,34 @@ gopkg/src/golang.org/x/net/ipv4/payload_
 gopkg/src/golang.org/x/net/ipv4/payload_nocmsg.go
 gopkg/src/golang.org/x/net/ipv4/readwrite_test.go
 gopkg/src/golang.org/x/net/ipv4/sockopt.go
-gopkg/src/golang.org/x/net/ipv4/sockopt_asmreq.go
-gopkg/src/golang.org/x/net/ipv4/sockopt_asmreq_posix.go
-gopkg/src/golang.org/x/net/ipv4/sockopt_asmreq_stub.go
-gopkg/src/golang.org/x/net/ipv4/sockopt_asmreqn_stub.go
-gopkg/src/golang.org/x/net/ipv4/sockopt_asmreqn_unix.go
 gopkg/src/golang.org/x/net/ipv4/sockopt_posix.go
-gopkg/src/golang.org/x/net/ipv4/sockopt_ssmreq_stub.go
-gopkg/src/golang.org/x/net/ipv4/sockopt_ssmreq_unix.go
 gopkg/src/golang.org/x/net/ipv4/sockopt_stub.go
+gopkg/src/golang.org/x/net/ipv4/sys_aix.go
+gopkg/src/golang.org/x/net/ipv4/sys_asmreq.go
+gopkg/src/golang.org/x/net/ipv4/sys_asmreq_stub.go
+gopkg/src/golang.org/x/net/ipv4/sys_asmreqn.go
+gopkg/src/golang.org/x/net/ipv4/sys_asmreqn_stub.go
+gopkg/src/golang.org/x/net/ipv4/sys_bpf.go
+gopkg/src/golang.org/x/net/ipv4/sys_bpf_stub.go
 gopkg/src/golang.org/x/net/ipv4/sys_bsd.go
 gopkg/src/golang.org/x/net/ipv4/sys_darwin.go
+gopkg/src/golang.org/x/net/ipv4/sys_dragonfly.go
 gopkg/src/golang.org/x/net/ipv4/sys_freebsd.go
 gopkg/src/golang.org/x/net/ipv4/sys_linux.go
-gopkg/src/golang.org/x/net/ipv4/sys_linux_386.s
-gopkg/src/golang.org/x/net/ipv4/sys_openbsd.go
 gopkg/src/golang.org/x/net/ipv4/sys_solaris.go
-gopkg/src/golang.org/x/net/ipv4/sys_solaris_amd64.s
+gopkg/src/golang.org/x/net/ipv4/sys_ssmreq.go
+gopkg/src/golang.org/x/net/ipv4/sys_ssmreq_stub.go
 gopkg/src/golang.org/x/net/ipv4/sys_stub.go
 gopkg/src/golang.org/x/net/ipv4/sys_windows.go
-gopkg/src/golang.org/x/net/ipv4/syscall_linux_386.go
-gopkg/src/golang.org/x/net/ipv4/syscall_solaris.go
-gopkg/src/golang.org/x/net/ipv4/syscall_unix.go
-gopkg/src/golang.org/x/net/ipv4/syscall_windows.go
 gopkg/src/golang.org/x/net/ipv4/unicast_test.go
 gopkg/src/golang.org/x/net/ipv4/unicastsockopt_test.go
+gopkg/src/golang.org/x/net/ipv4/zsys_aix_ppc64.go
 gopkg/src/golang.org/x/net/ipv4/zsys_darwin.go
 gopkg/src/golang.org/x/net/ipv4/zsys_dragonfly.go
 gopkg/src/golang.org/x/net/ipv4/zsys_freebsd_386.go
 gopkg/src/golang.org/x/net/ipv4/zsys_freebsd_amd64.go
 gopkg/src/golang.org/x/net/ipv4/zsys_freebsd_arm.go
+gopkg/src/golang.org/x/net/ipv4/zsys_freebsd_arm64.go
 gopkg/src/golang.org/x/net/ipv4/zsys_linux_386.go
 gopkg/src/golang.org/x/net/ipv4/zsys_linux_amd64.go
 gopkg/src/golang.org/x/net/ipv4/zsys_linux_arm.go
@@ -342,19 +451,21 @@ gopkg/src/golang.org/x/net/ipv4/zsys_lin
 gopkg/src/golang.org/x/net/ipv4/zsys_linux_ppc.go
 gopkg/src/golang.org/x/net/ipv4/zsys_linux_ppc64.go
 gopkg/src/golang.org/x/net/ipv4/zsys_linux_ppc64le.go
+gopkg/src/golang.org/x/net/ipv4/zsys_linux_riscv64.go
 gopkg/src/golang.org/x/net/ipv4/zsys_linux_s390x.go
 gopkg/src/golang.org/x/net/ipv4/zsys_netbsd.go
 gopkg/src/golang.org/x/net/ipv4/zsys_openbsd.go
 gopkg/src/golang.org/x/net/ipv4/zsys_solaris.go
+gopkg/src/golang.org/x/net/ipv6/batch.go
 gopkg/src/golang.org/x/net/ipv6/bpf_test.go
-gopkg/src/golang.org/x/net/ipv6/bpfopt_linux.go
-gopkg/src/golang.org/x/net/ipv6/bpfopt_stub.go
 gopkg/src/golang.org/x/net/ipv6/control.go
 gopkg/src/golang.org/x/net/ipv6/control_rfc2292_unix.go
 gopkg/src/golang.org/x/net/ipv6/control_rfc3542_unix.go
 gopkg/src/golang.org/x/net/ipv6/control_stub.go
+gopkg/src/golang.org/x/net/ipv6/control_test.go
 gopkg/src/golang.org/x/net/ipv6/control_unix.go
 gopkg/src/golang.org/x/net/ipv6/control_windows.go
+gopkg/src/golang.org/x/net/ipv6/defs_aix.go
 gopkg/src/golang.org/x/net/ipv6/defs_darwin.go
 gopkg/src/golang.org/x/net/ipv6/defs_dragonfly.go
 gopkg/src/golang.org/x/net/ipv6/defs_freebsd.go
@@ -362,18 +473,19 @@ gopkg/src/golang.org/x/net/ipv6/defs_lin
 gopkg/src/golang.org/x/net/ipv6/defs_netbsd.go
 gopkg/src/golang.org/x/net/ipv6/defs_openbsd.go
 gopkg/src/golang.org/x/net/ipv6/defs_solaris.go
-gopkg/src/golang.org/x/net/ipv6/dgramopt_posix.go
-gopkg/src/golang.org/x/net/ipv6/dgramopt_stub.go
+gopkg/src/golang.org/x/net/ipv6/dgramopt.go
 gopkg/src/golang.org/x/net/ipv6/doc.go
 gopkg/src/golang.org/x/net/ipv6/endpoint.go
 gopkg/src/golang.org/x/net/ipv6/example_test.go
 gopkg/src/golang.org/x/net/ipv6/gen.go
-gopkg/src/golang.org/x/net/ipv6/genericopt_posix.go
-gopkg/src/golang.org/x/net/ipv6/genericopt_stub.go
-gopkg/src/golang.org/x/net/ipv6/go19_test.go
+gopkg/src/golang.org/x/net/ipv6/genericopt.go
 gopkg/src/golang.org/x/net/ipv6/header.go
 gopkg/src/golang.org/x/net/ipv6/header_test.go
 gopkg/src/golang.org/x/net/ipv6/helper.go
+gopkg/src/golang.org/x/net/ipv6/helper_posix_test.go
+gopkg/src/golang.org/x/net/ipv6/helper_stub_test.go
+gopkg/src/golang.org/x/net/ipv6/helper_unix_test.go
+gopkg/src/golang.org/x/net/ipv6/helper_windows_test.go
 gopkg/src/golang.org/x/net/ipv6/iana.go
 gopkg/src/golang.org/x/net/ipv6/icmp.go
 gopkg/src/golang.org/x/net/ipv6/icmp_bsd.go
@@ -382,7 +494,6 @@ gopkg/src/golang.org/x/net/ipv6/icmp_sol
 gopkg/src/golang.org/x/net/ipv6/icmp_stub.go
 gopkg/src/golang.org/x/net/ipv6/icmp_test.go
 gopkg/src/golang.org/x/net/ipv6/icmp_windows.go
-gopkg/src/golang.org/x/net/ipv6/ipv6_test.go
 gopkg/src/golang.org/x/net/ipv6/mocktransponder_test.go
 gopkg/src/golang.org/x/net/ipv6/multicast_test.go
 gopkg/src/golang.org/x/net/ipv6/multicastlistener_test.go
@@ -392,32 +503,32 @@ gopkg/src/golang.org/x/net/ipv6/payload_
 gopkg/src/golang.org/x/net/ipv6/payload_nocmsg.go
 gopkg/src/golang.org/x/net/ipv6/readwrite_test.go
 gopkg/src/golang.org/x/net/ipv6/sockopt.go
-gopkg/src/golang.org/x/net/ipv6/sockopt_asmreq_posix.go
 gopkg/src/golang.org/x/net/ipv6/sockopt_posix.go
-gopkg/src/golang.org/x/net/ipv6/sockopt_ssmreq_stub.go
-gopkg/src/golang.org/x/net/ipv6/sockopt_ssmreq_unix.go
 gopkg/src/golang.org/x/net/ipv6/sockopt_stub.go
 gopkg/src/golang.org/x/net/ipv6/sockopt_test.go
+gopkg/src/golang.org/x/net/ipv6/sys_aix.go
+gopkg/src/golang.org/x/net/ipv6/sys_asmreq.go
+gopkg/src/golang.org/x/net/ipv6/sys_asmreq_stub.go
+gopkg/src/golang.org/x/net/ipv6/sys_bpf.go
+gopkg/src/golang.org/x/net/ipv6/sys_bpf_stub.go
 gopkg/src/golang.org/x/net/ipv6/sys_bsd.go
 gopkg/src/golang.org/x/net/ipv6/sys_darwin.go
 gopkg/src/golang.org/x/net/ipv6/sys_freebsd.go
 gopkg/src/golang.org/x/net/ipv6/sys_linux.go
-gopkg/src/golang.org/x/net/ipv6/sys_linux_386.s
 gopkg/src/golang.org/x/net/ipv6/sys_solaris.go
-gopkg/src/golang.org/x/net/ipv6/sys_solaris_amd64.s
+gopkg/src/golang.org/x/net/ipv6/sys_ssmreq.go
+gopkg/src/golang.org/x/net/ipv6/sys_ssmreq_stub.go
 gopkg/src/golang.org/x/net/ipv6/sys_stub.go
 gopkg/src/golang.org/x/net/ipv6/sys_windows.go
-gopkg/src/golang.org/x/net/ipv6/syscall_linux_386.go
-gopkg/src/golang.org/x/net/ipv6/syscall_solaris.go
-gopkg/src/golang.org/x/net/ipv6/syscall_unix.go
-gopkg/src/golang.org/x/net/ipv6/syscall_windows.go
 gopkg/src/golang.org/x/net/ipv6/unicast_test.go
 gopkg/src/golang.org/x/net/ipv6/unicastsockopt_test.go
+gopkg/src/golang.org/x/net/ipv6/zsys_aix_ppc64.go
 gopkg/src/golang.org/x/net/ipv6/zsys_darwin.go
 gopkg/src/golang.org/x/net/ipv6/zsys_dragonfly.go
 gopkg/src/golang.org/x/net/ipv6/zsys_freebsd_386.go
 gopkg/src/golang.org/x/net/ipv6/zsys_freebsd_amd64.go
 gopkg/src/golang.org/x/net/ipv6/zsys_freebsd_arm.go
+gopkg/src/golang.org/x/net/ipv6/zsys_freebsd_arm64.go
 gopkg/src/golang.org/x/net/ipv6/zsys_linux_386.go
 gopkg/src/golang.org/x/net/ipv6/zsys_linux_amd64.go
 gopkg/src/golang.org/x/net/ipv6/zsys_linux_arm.go
@@ -429,12 +540,11 @@ gopkg/src/golang.org/x/net/ipv6/zsys_lin
 gopkg/src/golang.org/x/net/ipv6/zsys_linux_ppc.go
 gopkg/src/golang.org/x/net/ipv6/zsys_linux_ppc64.go
 gopkg/src/golang.org/x/net/ipv6/zsys_linux_ppc64le.go
+gopkg/src/golang.org/x/net/ipv6/zsys_linux_riscv64.go
 gopkg/src/golang.org/x/net/ipv6/zsys_linux_s390x.go
 gopkg/src/golang.org/x/net/ipv6/zsys_netbsd.go
 gopkg/src/golang.org/x/net/ipv6/zsys_openbsd.go
 gopkg/src/golang.org/x/net/ipv6/zsys_solaris.go
-gopkg/src/golang.org/x/net/lex/httplex/httplex.go
-gopkg/src/golang.org/x/net/lex/httplex/httplex_test.go
 gopkg/src/golang.org/x/net/lif/address.go
 gopkg/src/golang.org/x/net/lif/address_test.go
 gopkg/src/golang.org/x/net/lif/binary.go
@@ -447,17 +557,25 @@ gopkg/src/golang.org/x/net/lif/sys_solar
 gopkg/src/golang.org/x/net/lif/syscall.go
 gopkg/src/golang.org/x/net/lif/zsys_solaris_amd64.go
 gopkg/src/golang.org/x/net/nettest/conntest.go
-gopkg/src/golang.org/x/net/nettest/conntest_go16.go
-gopkg/src/golang.org/x/net/nettest/conntest_go17.go
 gopkg/src/golang.org/x/net/nettest/conntest_test.go
+gopkg/src/golang.org/x/net/nettest/nettest.go
+gopkg/src/golang.org/x/net/nettest/nettest_stub.go
+gopkg/src/golang.org/x/net/nettest/nettest_unix.go
+gopkg/src/golang.org/x/net/nettest/nettest_windows.go
+gopkg/src/golang.org/x/net/netutil/helper_stub_test.go
+gopkg/src/golang.org/x/net/netutil/helper_unix_test.go
+gopkg/src/golang.org/x/net/netutil/helper_windows_test.go
 gopkg/src/golang.org/x/net/netutil/listen.go
 gopkg/src/golang.org/x/net/netutil/listen_test.go
+gopkg/src/golang.org/x/net/proxy/dial.go
+gopkg/src/golang.org/x/net/proxy/dial_test.go
 gopkg/src/golang.org/x/net/proxy/direct.go
 gopkg/src/golang.org/x/net/proxy/per_host.go
 gopkg/src/golang.org/x/net/proxy/per_host_test.go
 gopkg/src/golang.org/x/net/proxy/proxy.go
 gopkg/src/golang.org/x/net/proxy/proxy_test.go
 gopkg/src/golang.org/x/net/proxy/socks5.go
+gopkg/src/golang.org/x/net/publicsuffix/example_test.go
 gopkg/src/golang.org/x/net/publicsuffix/gen.go
 gopkg/src/golang.org/x/net/publicsuffix/list.go
 gopkg/src/golang.org/x/net/publicsuffix/list_test.go
@@ -472,6 +590,7 @@ gopkg/src/golang.org/x/net/route/defs_dr
 gopkg/src/golang.org/x/net/route/defs_freebsd.go
 gopkg/src/golang.org/x/net/route/defs_netbsd.go
 gopkg/src/golang.org/x/net/route/defs_openbsd.go
+gopkg/src/golang.org/x/net/route/empty.s
 gopkg/src/golang.org/x/net/route/interface.go
 gopkg/src/golang.org/x/net/route/interface_announce.go
 gopkg/src/golang.org/x/net/route/interface_classic.go
@@ -493,11 +612,14 @@ gopkg/src/golang.org/x/net/route/sys_fre
 gopkg/src/golang.org/x/net/route/sys_netbsd.go
 gopkg/src/golang.org/x/net/route/sys_openbsd.go
 gopkg/src/golang.org/x/net/route/syscall.go
+gopkg/src/golang.org/x/net/route/syscall_go1_11_darwin.go
+gopkg/src/golang.org/x/net/route/syscall_go1_12_darwin.go
 gopkg/src/golang.org/x/net/route/zsys_darwin.go
 gopkg/src/golang.org/x/net/route/zsys_dragonfly.go
 gopkg/src/golang.org/x/net/route/zsys_freebsd_386.go
 gopkg/src/golang.org/x/net/route/zsys_freebsd_amd64.go
 gopkg/src/golang.org/x/net/route/zsys_freebsd_arm.go
+gopkg/src/golang.org/x/net/route/zsys_freebsd_arm64.go
 gopkg/src/golang.org/x/net/route/zsys_netbsd.go
 gopkg/src/golang.org/x/net/route/zsys_openbsd.go
 gopkg/src/golang.org/x/net/trace/events.go
@@ -506,8 +628,6 @@ gopkg/src/golang.org/x/net/trace/histogr
 gopkg/src/golang.org/x/net/trace/trace.go
 gopkg/src/golang.org/x/net/trace/trace_test.go
 gopkg/src/golang.org/x/net/webdav/file.go
-gopkg/src/golang.org/x/net/webdav/file_go1.6.go
-gopkg/src/golang.org/x/net/webdav/file_go1.7.go
 gopkg/src/golang.org/x/net/webdav/file_test.go
 gopkg/src/golang.org/x/net/webdav/if.go
 gopkg/src/golang.org/x/net/webdav/if_test.go
Index: pkgsrc/net/go-net/buildlink3.mk
diff -u pkgsrc/net/go-net/buildlink3.mk:1.6 pkgsrc/net/go-net/buildlink3.mk:1.7
--- pkgsrc/net/go-net/buildlink3.mk:1.6 Sun Nov  3 11:45:35 2019
+++ pkgsrc/net/go-net/buildlink3.mk     Mon Feb  3 14:46:07 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2019/11/03 11:45:35 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2020/02/03 14:46:07 bsiegert Exp $
 
 BUILDLINK_TREE+=       go-net
 
@@ -8,7 +8,7 @@ GO_NET_BUILDLINK3_MK:=
 BUILDLINK_CONTENTS_FILTER.go-net=      ${EGREP} gopkg/
 BUILDLINK_DEPMETHOD.go-net?=           build
 
-BUILDLINK_API_DEPENDS.go-net+= go-net>=20170308
+BUILDLINK_API_DEPENDS.go-net+= go-net>=20200130
 BUILDLINK_PKGSRCDIR.go-net?=   ../../net/go-net
 
 .include "../../textproc/go-text/buildlink3.mk"
Index: pkgsrc/net/go-net/distinfo
diff -u pkgsrc/net/go-net/distinfo:1.6 pkgsrc/net/go-net/distinfo:1.7
--- pkgsrc/net/go-net/distinfo:1.6      Thu Mar 16 19:14:19 2017
+++ pkgsrc/net/go-net/distinfo  Mon Feb  3 14:46:07 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/03/16 19:14:19 bsiegert Exp $
+$NetBSD: distinfo,v 1.7 2020/02/03 14:46:07 bsiegert Exp $
 
-SHA1 (go-net-20170308-a6577fa.tar.gz) = 49eb7b74863a0cce94aa0924a6c4750775140f2e
-RMD160 (go-net-20170308-a6577fa.tar.gz) = a27366dc6cf6989ef7cdac10c4baad5067ffb9ad
-SHA512 (go-net-20170308-a6577fa.tar.gz) = 8307bdea9781c34a7fd39520005b0aa19f4e6e3a60a6231e4a4a776a13b054e2ddb99793a2cad08f584c399cb2c7adb9f559f4e4e126e19faa0255133ad26462
-Size (go-net-20170308-a6577fa.tar.gz) = 790185 bytes
+SHA1 (go-net-20200130-1617124.tar.gz) = bc77e40f10c48d52c44eca226eda49594c20c3c0
+RMD160 (go-net-20200130-1617124.tar.gz) = 4230d485ab38bd363112864d84521053df29f1e2
+SHA512 (go-net-20200130-1617124.tar.gz) = 2f90bdf49cd4658994418a1b050c7fa446fc9b3ad491b28fd9f5d3539b61c3c27537531cedd90f79a4d82c81808a55f45fe77c86397f602aa4d3dbf77b91122b
+Size (go-net-20200130-1617124.tar.gz) = 1174269 bytes



Home | Main Index | Thread Index | Old Index