Subject: CVS commit: pkgsrc/devel/protobuf-c
From: Adam Ciarcinski
Date: 2020-01-17 22:09:18
Message id: 20200117210919.08B8FFBF4@cvs.NetBSD.org

Log Message:
protobuf-c: updated to 1.3.2

protobuf-c (1.3.2)
* Use protobuf 3.7.1 in the Travis-CI environment.
* Fix test suite build failure on newer versions of protobuf.
* Fix proto3 repeated scalar field default packing behavior.
* Fix out-of-bounds read in scan_length_prefixed_data().
* Fix -Wdeclaration-after-statement warning in parse_oneof_member().
* Fix SIGSEGV in protobuf_c_message_check() on messages with unpopulated
  oneof member.
* Do not allow tag values of 0 in protobuf messages, as these are not
  allowed by proto2 or proto3.

protobuf-c (1.3.1)
* Restore protobuf-2.x compatibility.
* Use xenial and protobuf 3.6.1 in the Travis-CI environment.
* Convert uses of protobuf's scoped_ptr.h to C++11 std::unique_ptr, needed
  to compile against protobuf 3.6.1.
* Use AX_CXX_COMPILE_STDCXX macro to enable C++11 support in old compilers
* Add std:: to some types.
* Check the return value of int_range_lookup before using as an array index;
  it can return -1.
* Fix compilation on mingw by using explicit protoc --plugin=NAME=PATH syntax
  in Makefile.am

Files:
RevisionActionfile
1.6modifypkgsrc/devel/protobuf-c/Makefile
1.3modifypkgsrc/devel/protobuf-c/buildlink3.mk
1.7modifypkgsrc/devel/protobuf-c/distinfo
1.1removepkgsrc/devel/protobuf-c/patches/patch-protoc-c_c__field.cc
1.1removepkgsrc/devel/protobuf-c/patches/patch-protoc-c_c__field.h
1.1removepkgsrc/devel/protobuf-c/patches/patch-protoc-c_c__file.cc
1.1removepkgsrc/devel/protobuf-c/patches/patch-protoc-c_c__generator.cc
1.1removepkgsrc/devel/protobuf-c/patches/patch-protoc-c_c__helpers.cc
1.1removepkgsrc/devel/protobuf-c/patches/patch-protoc-c_c__message.cc
1.1removepkgsrc/devel/protobuf-c/patches/patch-protoc-c_c__message.h
1.1removepkgsrc/devel/protobuf-c/patches/patch-t_generated-code2_cxx-generate-packed-data.cc