aboutsummaryrefslogtreecommitdiff
path: root/ports/protobuf/fix-static-build.patch
AgeCommit message (Collapse)Author
2021-09-22[protobuf] upgrade to latest release (v3.18.0) (#20208)Carlos O'Ryan
* [protobuf] upgrade to latest release (v3.18.0) This requires patching OpenCV as it uses a function removed in the latest version of protobuf (FWIW, upstream OpenCV has a similar patch). * The arcus port also needs a patch * The caffe2 port also needs a patch * The brpc port also needs a patch
2020-11-30[protobuf] Update to 3.14.0 (#14670)JonLiu1993
* [protobuf] Update to 3.14.0 * Replace patch CRLF with LF
2020-05-26[protobuf] Fix RPATH error for static build (#11504)Konnov Konstantin
* [protobuf] Fix RPATH error for static build. * Update version Co-authored-by: Konstantin Konnov <konstantin.konnov@litmus.io>