pkgsrc/devel/go-protobuf/PLIST
minskim 2906d68f46 devel/go-protobuf: Update to 1.2.0
Notable changes:

- add DiscardUnknown function
- The serialization logic (for both Marshal and Unmarshal) has been
  optimized. Testing inside Google demonstrate that the new
  implementation is about 1.3x to 2.1x faster.
- Unknown fields in proto3 are now preserved.
- JSON marshal and unmarshal now check for proto2 required field.
- GetExtension returns the raw bytes if the ExtensionDesc does not
  have type information.
- Invalid UTF-8 in string types are rejected during marshal and
  unmarshal.
- Fields of bad wire types are treated as unknown fields instead of an
  error.
- The protoc-gen-go generator supports the paths=source_relative
  option.
- Unknown fields in map entries are now ignored instead of causing an
  unmarshal error.
- The "import public" feature is now implemented using Go type
  aliases.
- jsonpb.Unmarshal correctly handles escaped strings for some of the
  well-known types
- jsonpb.Unmarshal correctly returns an error when trying to marshal a
  scalar enum into repeated enums.
- jsonpb.Unmarshal correctly handles string versions of numeric
  primitives
- jsonpb.Unmarshal correctly handles enum values in maps
- fixes a performance regression where nested maps led to quadratic
  behavior
- reverts strict UTF-8 validation for proto2 string fields
- makes UTF-8 validation errors for proto3 string fields non-fatal
2018-09-11 18:27:08 +00:00

160 lines
11 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2018/09/11 18:27:08 minskim 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
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/jsonpb/jsonpb_test_proto.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/proto.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/proto/proto3_proto.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/proto/test_proto.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/descriptor.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/generator.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/generator/internal/remap.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/grpc.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/plugin.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/any.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/duration.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/empty.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/struct.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/timestamp.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/wrappers.a
gopkg/src/github.com/golang/protobuf/AUTHORS
gopkg/src/github.com/golang/protobuf/CONTRIBUTORS
gopkg/src/github.com/golang/protobuf/LICENSE
gopkg/src/github.com/golang/protobuf/Makefile
gopkg/src/github.com/golang/protobuf/README.md
gopkg/src/github.com/golang/protobuf/conformance/Makefile
gopkg/src/github.com/golang/protobuf/conformance/conformance.go
gopkg/src/github.com/golang/protobuf/conformance/conformance.sh
gopkg/src/github.com/golang/protobuf/conformance/failure_list_go.txt
gopkg/src/github.com/golang/protobuf/conformance/internal/conformance_proto/conformance.pb.go
gopkg/src/github.com/golang/protobuf/conformance/internal/conformance_proto/conformance.proto
gopkg/src/github.com/golang/protobuf/conformance/test.sh
gopkg/src/github.com/golang/protobuf/descriptor/descriptor.go
gopkg/src/github.com/golang/protobuf/descriptor/descriptor_test.go
gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb.go
gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test.go
gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/more_test_objects.pb.go
gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/more_test_objects.proto
gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/test_objects.pb.go
gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/test_objects.proto
gopkg/src/github.com/golang/protobuf/proto/all_test.go
gopkg/src/github.com/golang/protobuf/proto/any_test.go
gopkg/src/github.com/golang/protobuf/proto/clone.go
gopkg/src/github.com/golang/protobuf/proto/clone_test.go
gopkg/src/github.com/golang/protobuf/proto/decode.go
gopkg/src/github.com/golang/protobuf/proto/decode_test.go
gopkg/src/github.com/golang/protobuf/proto/discard.go
gopkg/src/github.com/golang/protobuf/proto/discard_test.go
gopkg/src/github.com/golang/protobuf/proto/encode.go
gopkg/src/github.com/golang/protobuf/proto/encode_test.go
gopkg/src/github.com/golang/protobuf/proto/equal.go
gopkg/src/github.com/golang/protobuf/proto/equal_test.go
gopkg/src/github.com/golang/protobuf/proto/extensions.go
gopkg/src/github.com/golang/protobuf/proto/extensions_test.go
gopkg/src/github.com/golang/protobuf/proto/lib.go
gopkg/src/github.com/golang/protobuf/proto/map_test.go
gopkg/src/github.com/golang/protobuf/proto/message_set.go
gopkg/src/github.com/golang/protobuf/proto/message_set_test.go
gopkg/src/github.com/golang/protobuf/proto/pointer_reflect.go
gopkg/src/github.com/golang/protobuf/proto/pointer_unsafe.go
gopkg/src/github.com/golang/protobuf/proto/properties.go
gopkg/src/github.com/golang/protobuf/proto/proto3_proto/proto3.pb.go
gopkg/src/github.com/golang/protobuf/proto/proto3_proto/proto3.proto
gopkg/src/github.com/golang/protobuf/proto/proto3_test.go
gopkg/src/github.com/golang/protobuf/proto/size2_test.go
gopkg/src/github.com/golang/protobuf/proto/size_test.go
gopkg/src/github.com/golang/protobuf/proto/table_marshal.go
gopkg/src/github.com/golang/protobuf/proto/table_merge.go
gopkg/src/github.com/golang/protobuf/proto/table_unmarshal.go
gopkg/src/github.com/golang/protobuf/proto/test_proto/test.pb.go
gopkg/src/github.com/golang/protobuf/proto/test_proto/test.proto
gopkg/src/github.com/golang/protobuf/proto/text.go
gopkg/src/github.com/golang/protobuf/proto/text_parser.go
gopkg/src/github.com/golang/protobuf/proto/text_parser_test.go
gopkg/src/github.com/golang/protobuf/proto/text_test.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/descriptor/descriptor.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/descriptor/descriptor.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/doc.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/generator/internal/remap/remap.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/generator/internal/remap/remap_test.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/generator/name_test.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/golden_test.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/grpc/grpc.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/link_grpc.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/main.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/plugin/plugin.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/plugin/plugin.pb.golden
gopkg/src/github.com/golang/protobuf/protoc-gen-go/plugin/plugin.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/deprecated/deprecated.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/deprecated/deprecated.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_base/extension_base.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_base/extension_base.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_extra/extension_extra.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_extra/extension_extra.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_test.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_user/extension_user.pb.go
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/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
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/b.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/sub/a.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/sub/a.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/sub/b.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/sub/b.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public_test.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/fmt/m.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/fmt/m.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_a_1/m1.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_a_1/m1.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_a_1/m2.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_a_1/m2.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_a_2/m3.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_a_2/m3.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_a_2/m4.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_a_2/m4.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_b_1/m1.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_b_1/m1.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_b_1/m2.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_b_1/m2.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_import_a1m1.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_import_a1m1.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_import_a1m2.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_import_a1m2.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_import_all.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_import_all.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/main_test.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi1.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi1.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi2.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi2.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi3.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi3.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/my_test/test.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/my_test/test.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/proto3/proto3.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/proto3/proto3.proto
gopkg/src/github.com/golang/protobuf/ptypes/any.go
gopkg/src/github.com/golang/protobuf/ptypes/any/any.pb.go
gopkg/src/github.com/golang/protobuf/ptypes/any/any.proto
gopkg/src/github.com/golang/protobuf/ptypes/any_test.go
gopkg/src/github.com/golang/protobuf/ptypes/doc.go
gopkg/src/github.com/golang/protobuf/ptypes/duration.go
gopkg/src/github.com/golang/protobuf/ptypes/duration/duration.pb.go
gopkg/src/github.com/golang/protobuf/ptypes/duration/duration.proto
gopkg/src/github.com/golang/protobuf/ptypes/duration_test.go
gopkg/src/github.com/golang/protobuf/ptypes/empty/empty.pb.go
gopkg/src/github.com/golang/protobuf/ptypes/empty/empty.proto
gopkg/src/github.com/golang/protobuf/ptypes/struct/struct.pb.go
gopkg/src/github.com/golang/protobuf/ptypes/struct/struct.proto
gopkg/src/github.com/golang/protobuf/ptypes/timestamp.go
gopkg/src/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go
gopkg/src/github.com/golang/protobuf/ptypes/timestamp/timestamp.proto
gopkg/src/github.com/golang/protobuf/ptypes/timestamp_test.go
gopkg/src/github.com/golang/protobuf/ptypes/wrappers/wrappers.pb.go
gopkg/src/github.com/golang/protobuf/ptypes/wrappers/wrappers.proto
gopkg/src/github.com/golang/protobuf/regenerate.sh