On Wed, Mar 04, 2020 at 12:36:23PM +0100, Theo Buehler wrote: > There's been a visibility change of members of the Generator class in > the php namespace leading to both symbol addition and removal in > libprotoc. See src/google/protobuf/compiler/php/php_generator.{cc,h}. > > According to check_sym and from inspecting the diff, libprotobuf and > libprotobuf-lite don't need a bump (they also don't link against > libprotoc).
After some gentle nudging by jca, I have tested this a bit more extensively on amd64, sparc64 and macppc. I built protobuf-c (the only consumer of libprotoc) and a few other ports using protobuf-c (including collectd). I also checked interoperability between mosh built against 3.11.4 on these platforms and the one on 6.6-stable (amd64). I think that should be enough for such a simple update.