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 20170308. Part of PR pkg/5...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33277475b28b
branches:  trunk
changeset: 359715:33277475b28b
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Thu Mar 16 19:14:19 2017 +0000

description:
Update go-net to 20170308. Part of PR pkg/52081 (a dependency of go-tools).

No changelog from upstream other than "git log".

diffstat:

 net/go-net/Makefile      |   8 +---
 net/go-net/PLIST         |  75 +++++++++++++++++++++++++++++++++++++----------
 net/go-net/buildlink3.mk |   4 +-
 net/go-net/distinfo      |  10 +++---
 4 files changed, 68 insertions(+), 29 deletions(-)

diffs (truncated from 301 to 300 lines):

diff -r dc9ad606f050 -r 33277475b28b net/go-net/Makefile
--- a/net/go-net/Makefile       Thu Mar 16 18:55:09 2017 +0000
+++ b/net/go-net/Makefile       Thu Mar 16 19:14:19 2017 +0000
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2016/12/10 19:07:20 wiedi Exp $
-#
+# $NetBSD: Makefile,v 1.13 2017/03/16 19:14:19 bsiegert Exp $
 
-DISTNAME=              go-net-20160910
-PKGREVISION=           2
+DISTNAME=              go-net-20170308
 CATEGORIES=            net
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=golang/}
 GITHUB_PROJECT=                net
-GITHUB_TAG=            cfe3c2a752
+GITHUB_TAG=            a6577fa
 
 MAINTAINER=            bsiegert%NetBSD.org@localhost
 HOMEPAGE=              http://golang.org/
diff -r dc9ad606f050 -r 33277475b28b net/go-net/PLIST
--- a/net/go-net/PLIST  Thu Mar 16 18:55:09 2017 +0000
+++ b/net/go-net/PLIST  Thu Mar 16 19:14:19 2017 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2016/12/10 19:07:20 wiedi Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/03/16 19:14:19 bsiegert Exp $
 ${PLIST.notsunos}bin/h2i
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/bpf.a
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/context.a
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/context/ctxhttp.a
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/dict.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/dns/dnsmessage.a
 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
@@ -18,6 +19,7 @@
 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
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/publicsuffix.a
@@ -62,6 +64,8 @@
 gopkg/src/golang.org/x/net/context/pre_go17.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/message.go
+gopkg/src/golang.org/x/net/dns/dnsmessage/message_test.go
 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
@@ -151,10 +155,10 @@
 gopkg/src/golang.org/x/net/http2/README
 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
 gopkg/src/golang.org/x/net/http2/errors_test.go
-gopkg/src/golang.org/x/net/http2/fixed_buffer.go
-gopkg/src/golang.org/x/net/http2/fixed_buffer_test.go
 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
@@ -163,6 +167,7 @@
 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/gotrack.go
 gopkg/src/golang.org/x/net/http2/gotrack_test.go
 gopkg/src/golang.org/x/net/http2/h2demo/.gitignore
@@ -184,20 +189,27 @@
 gopkg/src/golang.org/x/net/http2/hpack/hpack_test.go
 gopkg/src/golang.org/x/net/http2/hpack/huffman.go
 gopkg/src/golang.org/x/net/http2/hpack/tables.go
+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/pipe.go
 gopkg/src/golang.org/x/net/http2/pipe_test.go
-gopkg/src/golang.org/x/net/http2/priority_test.go
 gopkg/src/golang.org/x/net/http2/server.go
+gopkg/src/golang.org/x/net/http2/server_push_test.go
 gopkg/src/golang.org/x/net/http2/server_test.go
 gopkg/src/golang.org/x/net/http2/testdata/draft-ietf-httpbis-http2.xml
 gopkg/src/golang.org/x/net/http2/transport.go
 gopkg/src/golang.org/x/net/http2/transport_test.go
 gopkg/src/golang.org/x/net/http2/write.go
 gopkg/src/golang.org/x/net/http2/writesched.go
+gopkg/src/golang.org/x/net/http2/writesched_priority.go
+gopkg/src/golang.org/x/net/http2/writesched_priority_test.go
+gopkg/src/golang.org/x/net/http2/writesched_random.go
+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/dstunreach.go
 gopkg/src/golang.org/x/net/icmp/echo.go
@@ -231,20 +243,19 @@
 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/error_posix.go
-gopkg/src/golang.org/x/net/internal/nettest/error_stub.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/rlimit_stub.go
-gopkg/src/golang.org/x/net/internal/nettest/rlimit_unix.go
-gopkg/src/golang.org/x/net/internal/nettest/rlimit_windows.go
 gopkg/src/golang.org/x/net/internal/nettest/stack.go
-gopkg/src/golang.org/x/net/internal/nettest/stack_stub.go
-gopkg/src/golang.org/x/net/internal/nettest/stack_unix.go
-gopkg/src/golang.org/x/net/internal/nettest/stack_windows.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/bpf_test.go
@@ -271,6 +282,7 @@
 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/header.go
 gopkg/src/golang.org/x/net/ipv4/header_test.go
 gopkg/src/golang.org/x/net/ipv4/helper.go
@@ -279,7 +291,7 @@
 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/mocktransponder_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
@@ -302,13 +314,16 @@
 gopkg/src/golang.org/x/net/ipv4/sys_darwin.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_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/thunk_linux_386.s
 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_darwin.go
@@ -320,8 +335,10 @@
 gopkg/src/golang.org/x/net/ipv4/zsys_linux_amd64.go
 gopkg/src/golang.org/x/net/ipv4/zsys_linux_arm.go
 gopkg/src/golang.org/x/net/ipv4/zsys_linux_arm64.go
+gopkg/src/golang.org/x/net/ipv4/zsys_linux_mips.go
 gopkg/src/golang.org/x/net/ipv4/zsys_linux_mips64.go
 gopkg/src/golang.org/x/net/ipv4/zsys_linux_mips64le.go
+gopkg/src/golang.org/x/net/ipv4/zsys_linux_mipsle.go
 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
@@ -353,6 +370,7 @@
 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/header.go
 gopkg/src/golang.org/x/net/ipv6/header_test.go
 gopkg/src/golang.org/x/net/ipv6/helper.go
@@ -364,7 +382,7 @@
 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/main_test.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
@@ -384,12 +402,15 @@
 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_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/thunk_linux_386.s
 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_darwin.go
@@ -401,8 +422,10 @@
 gopkg/src/golang.org/x/net/ipv6/zsys_linux_amd64.go
 gopkg/src/golang.org/x/net/ipv6/zsys_linux_arm.go
 gopkg/src/golang.org/x/net/ipv6/zsys_linux_arm64.go
+gopkg/src/golang.org/x/net/ipv6/zsys_linux_mips.go
 gopkg/src/golang.org/x/net/ipv6/zsys_linux_mips64.go
 gopkg/src/golang.org/x/net/ipv6/zsys_linux_mips64le.go
+gopkg/src/golang.org/x/net/ipv6/zsys_linux_mipsle.go
 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
@@ -412,6 +435,21 @@
 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
+gopkg/src/golang.org/x/net/lif/defs_solaris.go
+gopkg/src/golang.org/x/net/lif/lif.go
+gopkg/src/golang.org/x/net/lif/link.go
+gopkg/src/golang.org/x/net/lif/link_test.go
+gopkg/src/golang.org/x/net/lif/sys.go
+gopkg/src/golang.org/x/net/lif/sys_solaris_amd64.s
+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/netutil/listen.go
 gopkg/src/golang.org/x/net/netutil/listen_test.go
 gopkg/src/golang.org/x/net/proxy/direct.go
@@ -455,7 +493,6 @@
 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.s
 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
@@ -469,6 +506,8 @@
 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
@@ -492,6 +531,8 @@
 gopkg/src/golang.org/x/net/webdav/xml.go
 gopkg/src/golang.org/x/net/webdav/xml_test.go
 gopkg/src/golang.org/x/net/websocket/client.go
+gopkg/src/golang.org/x/net/websocket/dial.go
+gopkg/src/golang.org/x/net/websocket/dial_test.go
 gopkg/src/golang.org/x/net/websocket/exampledial_test.go
 gopkg/src/golang.org/x/net/websocket/examplehandler_test.go
 gopkg/src/golang.org/x/net/websocket/hybi.go
diff -r dc9ad606f050 -r 33277475b28b net/go-net/buildlink3.mk
--- a/net/go-net/buildlink3.mk  Thu Mar 16 18:55:09 2017 +0000
+++ b/net/go-net/buildlink3.mk  Thu Mar 16 19:14:19 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2016/09/11 08:25:40 bsiegert Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2017/03/16 19:14:19 bsiegert Exp $
 
 BUILDLINK_TREE+=       go-net
 
@@ -8,7 +8,7 @@
 BUILDLINK_CONTENTS_FILTER.go-net= ${EGREP} gopkg/
 BUILDLINK_DEPMETHOD.go-net?=   build
 
-BUILDLINK_API_DEPENDS.go-net+= go-net>=20160910
+BUILDLINK_API_DEPENDS.go-net+= go-net>=20170308
 BUILDLINK_PKGSRCDIR.go-net?=   ../../net/go-net
 
 .include "../../textproc/go-text/buildlink3.mk"
diff -r dc9ad606f050 -r 33277475b28b net/go-net/distinfo
--- a/net/go-net/distinfo       Thu Mar 16 18:55:09 2017 +0000
+++ b/net/go-net/distinfo       Thu Mar 16 19:14:19 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/09/11 08:25:40 bsiegert Exp $
+$NetBSD: distinfo,v 1.6 2017/03/16 19:14:19 bsiegert Exp $
 
-SHA1 (go-net-20160910-cfe3c2a752.tar.gz) = 21955963173963b56790881d66643100762589e1
-RMD160 (go-net-20160910-cfe3c2a752.tar.gz) = 1c2b55fe30c977f9f70467acd6cb72b4c16de3a1
-SHA512 (go-net-20160910-cfe3c2a752.tar.gz) = d284328842b92341b93394445d457f3c19d4459b0f303158cf656a76adc337f754edd93b95525e76e529c3c510dbb939455377584344bc91e3446679345fef2d
-Size (go-net-20160910-cfe3c2a752.tar.gz) = 730931 bytes
+SHA1 (go-net-20170308-a6577fa.tar.gz) = 49eb7b74863a0cce94aa0924a6c4750775140f2e
+RMD160 (go-net-20170308-a6577fa.tar.gz) = a27366dc6cf6989ef7cdac10c4baad5067ffb9ad
+SHA512 (go-net-20170308-a6577fa.tar.gz) = 8307bdea9781c34a7fd39520005b0aa19f4e6e3a60a6231e4a4a776a13b054e2ddb99793a2cad08f584c399cb2c7adb9f559f4e4e126e19faa0255133ad26462



Home | Main Index | Thread Index | Old Index