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
This commit is contained in:
he 2019-07-10 08:41:26 +00:00
parent 75a89099d6
commit 2e2ccbdcfb
3 changed files with 10 additions and 9 deletions

View file

@ -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

View file

@ -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

View file

@ -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