pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/go-protobuf Update to go-protobuf version 1.3.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69ff39207f60
branches:  trunk
changeset: 336255:69ff39207f60
user:      he <he%pkgsrc.org@localhost>
date:      Wed Jul 10 08:41:26 2019 +0000

description:
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:

 devel/go-protobuf/Makefile |   5 ++---
 devel/go-protobuf/PLIST    |   4 +++-
 devel/go-protobuf/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (46 lines):

diff -r 20969709ddd7 -r 69ff39207f60 devel/go-protobuf/Makefile
--- a/devel/go-protobuf/Makefile        Wed Jul 10 01:32:28 2019 +0000
+++ b/devel/go-protobuf/Makefile        Wed Jul 10 08:41:26 2019 +0000
@@ -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 -r 20969709ddd7 -r 69ff39207f60 devel/go-protobuf/PLIST
--- a/devel/go-protobuf/PLIST   Wed Jul 10 01:32:28 2019 +0000
+++ b/devel/go-protobuf/PLIST   Wed Jul 10 08:41:26 2019 +0000
@@ -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/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 -r 20969709ddd7 -r 69ff39207f60 devel/go-protobuf/distinfo
--- a/devel/go-protobuf/distinfo        Wed Jul 10 01:32:28 2019 +0000
+++ b/devel/go-protobuf/distinfo        Wed Jul 10 08:41:26 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index