diff options
-rw-r--r-- | net-analyzer/ostinato/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ostinato/files/protobuf-2.4.0.diff | 11 |
2 files changed, 15 insertions, 1 deletions
diff --git a/net-analyzer/ostinato/ChangeLog b/net-analyzer/ostinato/ChangeLog index 864e425f95b2..23ad3ec9d277 100644 --- a/net-analyzer/ostinato/ChangeLog +++ b/net-analyzer/ostinato/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ostinato # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v 1.9 2011/05/10 17:12:17 c1pher Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ostinato/ChangeLog,v 1.10 2011/05/10 17:14:36 c1pher Exp $ + + 10 May 2011; Dane Smith <c1pher@gentoo.org> +files/protobuf-2.4.0.diff: + Readd patch. Still needed in stable. *ostinato-0.4.1 (10 May 2011) diff --git a/net-analyzer/ostinato/files/protobuf-2.4.0.diff b/net-analyzer/ostinato/files/protobuf-2.4.0.diff new file mode 100644 index 000000000000..4d42b253a844 --- /dev/null +++ b/net-analyzer/ostinato/files/protobuf-2.4.0.diff @@ -0,0 +1,11 @@ +--- common/protocol.proto 2010-11-08 11:47:19.000000000 -0500 ++++ common/protocol.proto.new 2011-04-18 13:54:03.725337006 -0400 +@@ -19,6 +19,8 @@ + + package OstProto; + ++option cc_generic_services = true; ++ + message StreamId { + required uint32 id = 1; + } |