Page MenuHomeFreeBSD

Upgrade devel/protobuf-c to 1.1.1
ClosedPublic

Authored by truckman on May 6 2015, 5:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 9, 11:53 PM
Unknown Object (File)
Fri, Jan 3, 7:00 AM
Unknown Object (File)
Mon, Dec 30, 10:58 AM
Unknown Object (File)
Oct 20 2024, 1:09 PM
Unknown Object (File)
Oct 20 2024, 10:51 AM
Unknown Object (File)
Oct 6 2024, 12:26 AM
Unknown Object (File)
Sep 16 2024, 11:43 PM
Unknown Object (File)
Sep 9 2024, 4:02 AM
Subscribers
None

Details

Summary
[ Robert Edmonds ]
* Release 1.1.1.
 
* Use protobuf 2.6.1 in the Travis-CI environment.
 
[ Ilya Lipnitskiy ]
* Munge C block comment delimiters in protobuf comments, preventing syntax
  errors in generated header files (Issue #180, #185).
 
* Add static qualifier to ProtobufCEnumValue and ProtobufCEnumValueIndex
  variables in generated output.
 
[ Oleg Efimov ]
* Fix -Wpointer-sign compiler diagnostics in the test suite.
 
* Check for NULL pointers in protobuf_c_message_free_unpacked()
  (Issue #177).
 
* Exclude protoc-c and downloaded protobuf sources from Coveralls report.
 
[ Andrey Myznikov ]
* Fix incorrect 'short_name' field values in ProtobufCServiceDescriptor
  variables in generated output.
Test Plan

Build on FreeBSD 8.4, 9.3, 10.1, and 11.0-CURRENT, both amd64 and i386

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

truckman retitled this revision from to Upgrade devel/protobuf-c to 1.1.1.
truckman updated this object.
truckman edited the test plan for this revision. (Show Details)
truckman added a reviewer: mat.
mat edited edge metadata.
This revision is now accepted and ready to land.May 6 2015, 8:50 PM
This revision was automatically updated to reflect the committed changes.