diff options
author | he <he@pkgsrc.org> | 2019-07-10 08:41:26 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2019-07-10 08:41:26 +0000 |
commit | e60cb93c5fb3d0e44f9397f655ffa8a2da7f9868 (patch) | |
tree | f424cfce35d904ff98520c15f3f1bfc2d33c3a26 /devel | |
parent | 53ee0485a8266b02b43a8727fd159a2191a284ab (diff) | |
download | pkgsrc-e60cb93c5fb3d0e44f9397f655ffa8a2da7f9868.tar.gz |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/go-protobuf/Makefile | 5 | ||||
-rw-r--r-- | devel/go-protobuf/PLIST | 4 | ||||
-rw-r--r-- | devel/go-protobuf/distinfo | 10 |
3 files changed, 10 insertions, 9 deletions
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 |