[sudo-commits] sudo changeset 11842:0ea50a59cab7

Todd C. Miller Todd.Miller at sudo.ws
Thu Oct 24 20:05:16 MDT 2019


changeset:	11842:0ea50a59cab7 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/0ea50a59cab7
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Oct 24 20:04:30 2019 -0600

Log Message:
	Import protobuf-c source since to avoid an external dependency.
	The files generated with protoc-c are not standalone.
	We need to include protobuf-c.c and protobuf-c.h from the protobuf-c
	distribution too.  Building protoc-c requires a relative recent
	version of gcc which limits its portability.

diffstat:

 MANIFEST                        |     2 +
 doc/LICENSE                     |    29 +
 logsrvd/Makefile.in             |    39 +-
 logsrvd/protobuf-c/protobuf-c.c |  3666 +++++++++++++++++++++++++++++++++++++++
 logsrvd/protobuf-c/protobuf-c.h |  1106 +++++++++++
 5 files changed, 4828 insertions(+), 14 deletions(-)


More information about the sudo-commits mailing list