2022-04-03 20:50:21 by Adam Ciarcinski | Files touched by this commit (51) |
Log message:
revbump for devel/protobuf
|
2021-11-11 13:02:51 by Kimmo Suominen | Files touched by this commit (53) |
Log message:
*: Revbump for protobuf-3.19.0
Fix for: Shared object "libprotobuf.so.29" not found
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-21 22:33:08 by Kimmo Suominen | Files touched by this commit (53) |
Log message:
*: Revbump for protobuf-3.18.0
Fix for: Shared object "libprotobuf.so.28" not found
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-10-01 22:35:23 by Greg Troxel | Files touched by this commit (2) |
Log message:
devel/protobuf-c: Update to 1.3.3
Upstream changes are bug fixes and an efficiency improvement.
|
2020-01-17 22:10:04 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
protobuf-c: remove unused patch
|
2020-01-17 22:09:18 by Adam Ciarcinski | Files touched by this commit (11) | |
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
|
2019-03-27 12:31:21 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
protobuf-c: Pull in upstream build fix.
|
2018-08-04 23:36:16 by Min Sik Kim | Files touched by this commit (10) |
Log message:
devel/protobuf-c: Make this build with protobuf-3.6.0
|