diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile index ec2706a9bbe6..f14e92c1795e 100644 --- a/benchmarks/sipp/Makefile +++ b/benchmarks/sipp/Makefile @@ -6,10 +6,10 @@ # PORTNAME= sipp -PORTVERSION= 2.0.20071129 +PORTVERSION= 3.0 CATEGORIES= benchmarks net -MASTER_SITES= http://sipp.sourceforge.net/snapshots/ -DISTNAME= ${PORTNAME}.2007-11-29 +MASTER_SITES= SF +DISTNAME= ${PORTNAME}-3.0.src MAINTAINER= tut@nhamon.com.ua COMMENT= SIP testing tool diff --git a/benchmarks/sipp/distinfo b/benchmarks/sipp/distinfo index e243c70b5f4b..ce9ef4358b86 100644 --- a/benchmarks/sipp/distinfo +++ b/benchmarks/sipp/distinfo @@ -1,3 +1,3 @@ -MD5 (sipp.2007-11-29.tar.gz) = d2fc59fd2e19b21f56c62096a52e168b -SHA256 (sipp.2007-11-29.tar.gz) = 27346eb27ee530368fa36f2e85487c0c8d5faaadc16cd6a0b451e13fd87d2fec -SIZE (sipp.2007-11-29.tar.gz) = 198168 +MD5 (sipp-3.0.src.tar.gz) = 31906c63eb5efa09e0b148c27435cdac +SHA256 (sipp-3.0.src.tar.gz) = bb7622e64e0cf971a2b1931b0a0f6d93a4e25ad95dad0bbd64f077d2c35f07dd +SIZE (sipp-3.0.src.tar.gz) = 195692 diff --git a/benchmarks/sipp/files/patch-sipp.cpp b/benchmarks/sipp/files/patch-sipp.cpp new file mode 100644 index 000000000000..4a24269617b3 --- /dev/null +++ b/benchmarks/sipp/files/patch-sipp.cpp @@ -0,0 +1,11 @@ +--- sipp.cpp.orig 2007-11-28 17:09:53.000000000 +0200 ++++ sipp.cpp 2008-01-15 22:57:14.000000000 +0200 +@@ -3627,7 +3627,7 @@ + } + exit(EXIT_OTHER); + case SIPP_OPTION_VERSION: +- printf("\n SIPp v2.0" ++ printf("\n SIPp v3.0" + #ifdef _USE_OPENSSL + "-TLS" + #endif diff --git a/benchmarks/sipp/files/patch-sipp.hpp b/benchmarks/sipp/files/patch-sipp.hpp new file mode 100644 index 000000000000..5dd12f64c2a5 --- /dev/null +++ b/benchmarks/sipp/files/patch-sipp.hpp @@ -0,0 +1,11 @@ +--- sipp.hpp.orig 2007-11-28 12:33:23.000000000 +0200 ++++ sipp.hpp 2008-01-15 22:57:46.000000000 +0200 +@@ -93,7 +93,7 @@ + + /************************** Constants **************************/ + +-#define SIPP_VERSION 20071128 ++#define SIPP_VERSION 20071204 + #define T_UDP 0 + #define T_TCP 1 + #define T_TLS 2