summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Smith <c1pher@gentoo.org>2011-05-10 17:14:36 +0000
committerDane Smith <c1pher@gentoo.org>2011-05-10 17:14:36 +0000
commit1b8080e05aa1057742b664bab6bce3655062c556 (patch)
treec29ed9447534edfdf081459db78e4415b072f1e0 /net-analyzer/ostinato
parentnet-analyzer/ostinato: Version bump. Remove old experimental and patch. (diff)
downloadgentoo-2-1b8080e05aa1057742b664bab6bce3655062c556.tar.gz
gentoo-2-1b8080e05aa1057742b664bab6bce3655062c556.tar.bz2
gentoo-2-1b8080e05aa1057742b664bab6bce3655062c556.zip
net-analyzer/ostinato: Readd patch. Shouldn't have been removed.
(Portage version: 2.2.0_alpha32/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/ostinato')
-rw-r--r--net-analyzer/ostinato/ChangeLog5
-rw-r--r--net-analyzer/ostinato/files/protobuf-2.4.0.diff11
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;
+ }