From e60cb93c5fb3d0e44f9397f655ffa8a2da7f9868 Mon Sep 17 00:00:00 2001 From: he Date: Wed, 10 Jul 2019 08:41:26 +0000 Subject: Update to go-protobuf version 1.3.2. Pkgsrc changes: * Update PLIST Upstream notable changes: * #785: grpc code generation: add an UnimplementedServer type implementing each server interface, returning an unimplemented error for each method * #851: convert prints to `os.Stderr` to use `log.Printf` * #883: jsonpb: fix marshaling of Duration with negative nanoseconds --- devel/go-protobuf/Makefile | 5 ++--- devel/go-protobuf/PLIST | 4 +++- devel/go-protobuf/distinfo | 10 +++++----- 3 files changed, 10 insertions(+), 9 deletions(-) (limited to 'devel') diff --git a/devel/go-protobuf/Makefile b/devel/go-protobuf/Makefile index 6d4d1af3421..ba11d3f4502 100644 --- a/devel/go-protobuf/Makefile +++ b/devel/go-protobuf/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2019/05/27 15:18:20 bsiegert Exp $ +# $NetBSD: Makefile,v 1.22 2019/07/10 08:41:26 he Exp $ -DISTNAME= go-protobuf-1.3.1 -PKGREVISION= 3 +DISTNAME= go-protobuf-1.3.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= protobuf diff --git a/devel/go-protobuf/PLIST b/devel/go-protobuf/PLIST index f0963e126f4..c72f06c48b2 100644 --- a/devel/go-protobuf/PLIST +++ b/devel/go-protobuf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2019/03/15 09:05:37 he Exp $ +@comment $NetBSD: PLIST,v 1.6 2019/07/10 08:41:26 he Exp $ bin/protoc-gen-go gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/descriptor.a gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/jsonpb.a @@ -94,6 +94,8 @@ gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_user/exten gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_user/extension_user.proto gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/grpc/grpc.pb.go gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/grpc/grpc.proto +gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/grpc/grpc_empty.pb.go +gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/grpc/grpc_empty.proto gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/a.pb.go gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/a.proto gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/b.pb.go diff --git a/devel/go-protobuf/distinfo b/devel/go-protobuf/distinfo index 420a2a5fe38..019caa1fa3e 100644 --- a/devel/go-protobuf/distinfo +++ b/devel/go-protobuf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2019/03/15 09:05:37 he Exp $ +$NetBSD: distinfo,v 1.5 2019/07/10 08:41:26 he Exp $ -SHA1 (go-protobuf-1.3.1.tar.gz) = 974f0fa65f928b3fa57c46358bc75bf8a627f97d -RMD160 (go-protobuf-1.3.1.tar.gz) = f7cf2d056921ebb9fd589373eed5e001aad12846 -SHA512 (go-protobuf-1.3.1.tar.gz) = 7dfc6d7851c7181e1a73effe9e8a97752bb428bf207a44b065412a8e87e0e3e200b5eef3d8c68af33a0721d12a8b98bfa88b22add074b19b6e1759e9268abf25 -Size (go-protobuf-1.3.1.tar.gz) = 310884 bytes +SHA1 (go-protobuf-1.3.2.tar.gz) = 4d7f80d215e75048ef23fcaa268ca904ae991400 +RMD160 (go-protobuf-1.3.2.tar.gz) = d30bc17fc5900044f9691b539848f7928cc3838d +SHA512 (go-protobuf-1.3.2.tar.gz) = ef9190f7773b18005760eb755a1dee25eff38c188687033362635e2431cf2c7372a59a3fec91acd6e4f63aa31d08391f7521a8dafef7895268b6a1a78735dd8a +Size (go-protobuf-1.3.2.tar.gz) = 312285 bytes -- cgit v1.2.3