summaryrefslogtreecommitdiffstats
path: root/encap/tools/ostiary/ostiary-3.4.ep
diff options
context:
space:
mode:
Diffstat (limited to 'encap/tools/ostiary/ostiary-3.4.ep')
-rw-r--r--encap/tools/ostiary/ostiary-3.4.ep27
1 files changed, 27 insertions, 0 deletions
diff --git a/encap/tools/ostiary/ostiary-3.4.ep b/encap/tools/ostiary/ostiary-3.4.ep
index afb80d17d..be0c4fbdb 100644
--- a/encap/tools/ostiary/ostiary-3.4.ep
+++ b/encap/tools/ostiary/ostiary-3.4.ep
@@ -7,6 +7,7 @@
pkgspec="ostiary-3.4"
>
+<prereq package="patch-2.5.9" />
<prereq package="m4-1.4.4" />
<environment
@@ -40,6 +41,32 @@ url="http://www.pobox.com/users/dclark/mirror/ostiary/ostiary-3.4.tar.gz
use_objdir="no"
>
+<patch options="-p1"><![CDATA[
+#
+# Allow up to 32 Actions (up from 8)...
+#
+--- ostiary-3.4/ost.h 2006-08-16 23:31:59.000000000 -0400
++++ ostiary-3.4.new/ost.h 2006-08-16 23:33:23.000000000 -0400
+@@ -22,7 +22,7 @@
+ /* Note: strictly IPv4 for now... */
+ #define MAX_SIZEOF_IP 16
+
+-#define MAX_NUM_SECRETS 8
++#define MAX_NUM_SECRETS 32
+ #define MAX_NUM_CACHED_IPS 128
+
+ #define MAX_SECRET_SIZE 64
+@@ -53,7 +53,7 @@
+ /* Note: strictly IPv4 for now... */
+ #define MAX_SIZEOF_IP 16
+
+-#define MAX_NUM_SECRETS 8
++#define MAX_NUM_SECRETS 32
+ #define MAX_NUM_CACHED_IPS 128
+
+ /* You can make MAX_SECRET_SIZE bigger, but don't forget to update
+]]></patch>
+
</source>
<prepackage>