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:           Sun Sep 11 08:25:40 UTC 2016

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

Log Message:
Update go-net to 20160910. Bump BUILDLINK_API_DEPENDS, as the API changed
considerably (particularly in http2), and others may depend on that.

No changelog from upstream, other than the git one, which is too long.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/go-net/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/go-net/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/go-net/buildlink3.mk
cvs rdiff -u -r1.4 -r1.5 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.8 pkgsrc/net/go-net/Makefile:1.9
--- pkgsrc/net/go-net/Makefile:1.8      Sat Sep 10 19:47:20 2016
+++ pkgsrc/net/go-net/Makefile  Sun Sep 11 08:25:40 2016
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.8 2016/09/10 19:47:20 bsiegert Exp $
+# $NetBSD: Makefile,v 1.9 2016/09/11 08:25:40 bsiegert Exp $
 #
 
-DISTNAME=              go-net-20151229
-PKGREVISION=           4
+DISTNAME=              go-net-20160910
 CATEGORIES=            net
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=golang/}
 GITHUB_PROJECT=                net
-GITHUB_TAG=            0cb26f788d
+GITHUB_TAG=            cfe3c2a752
 
 MAINTAINER=            bsiegert%NetBSD.org@localhost
 HOMEPAGE=              http://golang.org/

Index: pkgsrc/net/go-net/PLIST
diff -u pkgsrc/net/go-net/PLIST:1.2 pkgsrc/net/go-net/PLIST:1.3
--- pkgsrc/net/go-net/PLIST:1.2 Sun Jan  3 20:22:53 2016
+++ pkgsrc/net/go-net/PLIST     Sun Sep 11 08:25:40 2016
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2016/01/03 20:22:53 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/09/11 08:25:40 bsiegert Exp $
 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
@@ -11,13 +12,16 @@ gopkg/pkg/${GO_PLATFORM}/golang.org/x/ne
 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/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/netutil.a
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/proxy.a
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/publicsuffix.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/route.a
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/trace.a
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/webdav.a
 gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/webdav/internal/xml.a
@@ -29,13 +33,33 @@ 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/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/testdata/all_instructions.bpf
+gopkg/src/golang.org/x/net/bpf/testdata/all_instructions.txt
+gopkg/src/golang.org/x/net/bpf/vm.go
+gopkg/src/golang.org/x/net/bpf/vm_aluop_test.go
+gopkg/src/golang.org/x/net/bpf/vm_bpf_test.go
+gopkg/src/golang.org/x/net/bpf/vm_extension_test.go
+gopkg/src/golang.org/x/net/bpf/vm_instructions.go
+gopkg/src/golang.org/x/net/bpf/vm_jump_test.go
+gopkg/src/golang.org/x/net/bpf/vm_load_test.go
+gopkg/src/golang.org/x/net/bpf/vm_ret_test.go
+gopkg/src/golang.org/x/net/bpf/vm_scratch_test.go
+gopkg/src/golang.org/x/net/bpf/vm_test.go
 gopkg/src/golang.org/x/net/codereview.cfg
 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/cancelreq.go
-gopkg/src/golang.org/x/net/context/ctxhttp/cancelreq_go14.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/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/html/atom/atom.go
@@ -135,7 +159,10 @@ 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/go15.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/gotrack.go
 gopkg/src/golang.org/x/net/http2/gotrack_test.go
 gopkg/src/golang.org/x/net/http2/h2demo/.gitignore
@@ -159,8 +186,8 @@ gopkg/src/golang.org/x/net/http2/hpack/h
 gopkg/src/golang.org/x/net/http2/hpack/tables.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_go15.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/pipe.go
 gopkg/src/golang.org/x/net/http2/pipe_test.go
 gopkg/src/golang.org/x/net/http2/priority_test.go
@@ -178,6 +205,7 @@ gopkg/src/golang.org/x/net/icmp/endpoint
 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
@@ -202,6 +230,10 @@ gopkg/src/golang.org/x/net/idna/punycode
 gopkg/src/golang.org/x/net/idna/punycode_test.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_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/interface.go
@@ -215,6 +247,9 @@ gopkg/src/golang.org/x/net/internal/nett
 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
+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
@@ -239,9 +274,6 @@ gopkg/src/golang.org/x/net/ipv4/generico
 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_stub.go
-gopkg/src/golang.org/x/net/ipv4/helper_unix.go
-gopkg/src/golang.org/x/net/ipv4/helper_windows.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
@@ -258,16 +290,14 @@ gopkg/src/golang.org/x/net/ipv4/payload_
 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_asmreq_unix.go
-gopkg/src/golang.org/x/net/ipv4/sockopt_asmreq_windows.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/sockopt_unix.go
-gopkg/src/golang.org/x/net/ipv4/sockopt_windows.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_freebsd.go
@@ -277,6 +307,7 @@ gopkg/src/golang.org/x/net/ipv4/sys_stub
 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_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
@@ -291,11 +322,16 @@ gopkg/src/golang.org/x/net/ipv4/zsys_lin
 gopkg/src/golang.org/x/net/ipv4/zsys_linux_arm64.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_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_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/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
@@ -320,9 +356,6 @@ gopkg/src/golang.org/x/net/ipv6/generico
 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_stub.go
-gopkg/src/golang.org/x/net/ipv6/helper_unix.go
-gopkg/src/golang.org/x/net/ipv6/helper_windows.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
@@ -331,6 +364,7 @@ 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/main_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
@@ -340,14 +374,12 @@ 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_unix.go
-gopkg/src/golang.org/x/net/ipv6/sockopt_asmreq_windows.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/sockopt_unix.go
-gopkg/src/golang.org/x/net/ipv6/sockopt_windows.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
@@ -356,6 +388,7 @@ gopkg/src/golang.org/x/net/ipv6/sys_stub
 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_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
@@ -370,11 +403,15 @@ gopkg/src/golang.org/x/net/ipv6/zsys_lin
 gopkg/src/golang.org/x/net/ipv6/zsys_linux_arm64.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_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_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/netutil/listen.go
 gopkg/src/golang.org/x/net/netutil/listen_test.go
 gopkg/src/golang.org/x/net/proxy/direct.go
@@ -388,6 +425,44 @@ gopkg/src/golang.org/x/net/publicsuffix/
 gopkg/src/golang.org/x/net/publicsuffix/list_test.go
 gopkg/src/golang.org/x/net/publicsuffix/table.go
 gopkg/src/golang.org/x/net/publicsuffix/table_test.go
+gopkg/src/golang.org/x/net/route/address.go
+gopkg/src/golang.org/x/net/route/address_darwin_test.go
+gopkg/src/golang.org/x/net/route/address_test.go
+gopkg/src/golang.org/x/net/route/binary.go
+gopkg/src/golang.org/x/net/route/defs_darwin.go
+gopkg/src/golang.org/x/net/route/defs_dragonfly.go
+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/interface.go
+gopkg/src/golang.org/x/net/route/interface_announce.go
+gopkg/src/golang.org/x/net/route/interface_classic.go
+gopkg/src/golang.org/x/net/route/interface_freebsd.go
+gopkg/src/golang.org/x/net/route/interface_multicast.go
+gopkg/src/golang.org/x/net/route/interface_openbsd.go
+gopkg/src/golang.org/x/net/route/message.go
+gopkg/src/golang.org/x/net/route/message_darwin_test.go
+gopkg/src/golang.org/x/net/route/message_freebsd_test.go
+gopkg/src/golang.org/x/net/route/message_test.go
+gopkg/src/golang.org/x/net/route/route.go
+gopkg/src/golang.org/x/net/route/route_classic.go
+gopkg/src/golang.org/x/net/route/route_openbsd.go
+gopkg/src/golang.org/x/net/route/route_test.go
+gopkg/src/golang.org/x/net/route/sys.go
+gopkg/src/golang.org/x/net/route/sys_darwin.go
+gopkg/src/golang.org/x/net/route/sys_dragonfly.go
+gopkg/src/golang.org/x/net/route/sys_freebsd.go
+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
+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_netbsd.go
+gopkg/src/golang.org/x/net/route/zsys_openbsd.go
 gopkg/src/golang.org/x/net/trace/events.go
 gopkg/src/golang.org/x/net/trace/histogram.go
 gopkg/src/golang.org/x/net/trace/histogram_test.go

Index: pkgsrc/net/go-net/buildlink3.mk
diff -u pkgsrc/net/go-net/buildlink3.mk:1.3 pkgsrc/net/go-net/buildlink3.mk:1.4
--- pkgsrc/net/go-net/buildlink3.mk:1.3 Sun Jan  3 20:22:53 2016
+++ pkgsrc/net/go-net/buildlink3.mk     Sun Sep 11 08:25:40 2016
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2016/01/03 20:22:53 bsiegert Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2016/09/11 08:25:40 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>=20150310
+BUILDLINK_API_DEPENDS.go-net+= go-net>=20160910
 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.4 pkgsrc/net/go-net/distinfo:1.5
--- pkgsrc/net/go-net/distinfo:1.4      Sun Jan  3 20:22:53 2016
+++ pkgsrc/net/go-net/distinfo  Sun Sep 11 08:25:40 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/01/03 20:22:53 bsiegert Exp $
+$NetBSD: distinfo,v 1.5 2016/09/11 08:25:40 bsiegert Exp $
 
-SHA1 (go-net-20151229-0cb26f788d.tar.gz) = 0c1f9ea7aac7c9583f76a4ecb7d48f07d4643b18
-RMD160 (go-net-20151229-0cb26f788d.tar.gz) = c91eb299ff2710d400f98207297359014edeed57
-SHA512 (go-net-20151229-0cb26f788d.tar.gz) = 70872e3d0e909efaa5198e11355d866d2aeddffe238d82a793ad7aba7d6ba2ffd7040b77ac7843a502928fa9c8c4f33eace07d6073ddd3f1cd7fd0b256308dd1
-Size (go-net-20151229-0cb26f788d.tar.gz) = 725351 bytes
+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



Home | Main Index | Thread Index | Old Index