View | Details | Raw Unified | Return to bug 119698
Collapse All | Expand All

(-)sipp/Makefile (-3 / +4 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	sipp
8
PORTNAME=	sipp
9
PORTVERSION=	2.0.20071129
9
PORTVERSION=	3.0
10
CATEGORIES=	benchmarks net
10
CATEGORIES=	benchmarks net
11
MASTER_SITES=	http://sipp.sourceforge.net/snapshots/
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
12
DISTNAME=	${PORTNAME}.2007-11-29
12
MASTER_SITE_SUBDIR=	sipp
13
DISTNAME=	${PORTNAME}-3.0.src
13
14
14
MAINTAINER=	tut@nhamon.com.ua
15
MAINTAINER=	tut@nhamon.com.ua
15
COMMENT=	SIP testing tool
16
COMMENT=	SIP testing tool
(-)sipp/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (sipp.2007-11-29.tar.gz) = d2fc59fd2e19b21f56c62096a52e168b
1
MD5 (sipp-3.0.src.tar.gz) = 31906c63eb5efa09e0b148c27435cdac
2
SHA256 (sipp.2007-11-29.tar.gz) = 27346eb27ee530368fa36f2e85487c0c8d5faaadc16cd6a0b451e13fd87d2fec
2
SHA256 (sipp-3.0.src.tar.gz) = bb7622e64e0cf971a2b1931b0a0f6d93a4e25ad95dad0bbd64f077d2c35f07dd
3
SIZE (sipp.2007-11-29.tar.gz) = 198168
3
SIZE (sipp-3.0.src.tar.gz) = 195692
(-)sipp/files/patch-sipp.cpp (+11 lines)
Line 0 Link Here
1
--- sipp.cpp.orig	2007-11-28 17:09:53.000000000 +0200
2
+++ sipp.cpp	2008-01-15 22:57:14.000000000 +0200
3
@@ -3627,7 +3627,7 @@
4
 	  }
5
 	  exit(EXIT_OTHER);
6
 	case SIPP_OPTION_VERSION:
7
-	  printf("\n SIPp v2.0"
8
+	  printf("\n SIPp v3.0"
9
 #ifdef _USE_OPENSSL
10
 	      "-TLS"
11
 #endif
(-)sipp/files/patch-sipp.hpp (+11 lines)
Line 0 Link Here
1
--- sipp.hpp.orig	2007-11-28 12:33:23.000000000 +0200
2
+++ sipp.hpp	2008-01-15 22:57:46.000000000 +0200
3
@@ -93,7 +93,7 @@
4
 
5
 /************************** Constants **************************/
6
 
7
-#define SIPP_VERSION               20071128
8
+#define SIPP_VERSION               20071204
9
 #define T_UDP                      0
10
 #define T_TCP                      1
11
 #define T_TLS                      2

Return to bug 119698