pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/go-net Update go-net to 20200130.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95cd1988b80e
branches:  trunk
changeset: 422792:95cd1988b80e
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Mon Feb 03 14:46:07 2020 +0000

description:
Update go-net to 20200130.

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

diffstat:

 net/go-net/Makefile      |   10 +-
 net/go-net/PLIST         |  298 ++++++++++++++++++++++++++++++++--------------
 net/go-net/buildlink3.mk |    4 +-
 net/go-net/distinfo      |   10 +-
 4 files changed, 222 insertions(+), 100 deletions(-)

diffs (truncated from 654 to 300 lines):

diff -r 3b01b90514b4 -r 95cd1988b80e net/go-net/Makefile
--- a/net/go-net/Makefile       Mon Feb 03 13:14:36 2020 +0000
+++ b/net/go-net/Makefile       Mon Feb 03 14:46:07 2020 +0000
@@ -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.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"
diff -r 3b01b90514b4 -r 95cd1988b80e net/go-net/PLIST
--- a/net/go-net/PLIST  Mon Feb 03 13:14:36 2020 +0000
+++ b/net/go-net/PLIST  Mon Feb 03 14:46:07 2020 +0000
@@ -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/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/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/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_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/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_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/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/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/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



Home | Main Index | Thread Index | Old Index