Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Sep 2007 16:35:35 GMT
From:      Artem Naluzhnyy <tut@nhamon.com.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/116202: [maintainer update] net/sipp: update to 2.0.20070906
Message-ID:  <200709081635.l88GZZiL035031@www.freebsd.org>
Resent-Message-ID: <200709081640.l88Ge2Q5058741@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         116202
>Category:       ports
>Synopsis:       [maintainer update] net/sipp: update to 2.0.20070906
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 08 16:40:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Artem Naluzhnyy
>Release:        7.0-CURRENT
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:
diff -ruN sipp.bak/Makefile sipp/Makefile
--- sipp.bak/Makefile	2007-08-28 03:21:33.000000000 +0300
+++ sipp/Makefile	2007-09-08 18:59:43.000000000 +0300
@@ -6,11 +6,10 @@
 #
 
 PORTNAME=	sipp
-PORTVERSION=	2.0
-PORTREVISION=	1
+PORTVERSION=	2.0.20070906
 CATEGORIES=	net
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
-MASTER_SITE_SUBDIR=	sipp
+MASTER_SITES=	http://sipp.sourceforge.net/snapshots/
+DISTNAME=	${PORTNAME}.2007-09-06
 
 MAINTAINER=	tut@nhamon.com.ua
 COMMENT=	SIP testing tool
diff -ruN sipp.bak/distinfo sipp/distinfo
--- sipp.bak/distinfo	2007-05-27 14:30:45.000000000 +0300
+++ sipp/distinfo	2007-09-08 19:01:42.000000000 +0300
@@ -1,3 +1,3 @@
-MD5 (sipp-2.0.tar.gz) = a76e640709cbf900b0313713ac34d312
-SHA256 (sipp-2.0.tar.gz) = 9f8ce07ed09e574243857bbc22ba0b1f9b12b1a4b4f13378cecadd5abb1de155
-SIZE (sipp-2.0.tar.gz) = 184756
+MD5 (sipp.2007-09-06.tar.gz) = b96d01b1435912ea65fd0092c98f130e
+SHA256 (sipp.2007-09-06.tar.gz) = b20de66bdd6b33b8d5441e3655f6e8f247dbcd40b9853e43ab9992f8122ff7eb
+SIZE (sipp.2007-09-06.tar.gz) = 197176
diff -ruN sipp.bak/files/patch-Makefile sipp/files/patch-Makefile
--- sipp.bak/files/patch-Makefile	2007-01-31 05:33:35.000000000 +0200
+++ sipp/files/patch-Makefile	2007-09-08 19:17:43.000000000 +0300
@@ -1,5 +1,5 @@
---- Makefile.orig	Tue Jan 16 11:18:32 2007
-+++ Makefile	Tue Jan 30 21:44:15 2007
+--- Makefile.orig	2007-09-06 11:51:24.000000000 +0300
++++ Makefile	2007-09-08 19:16:08.000000000 +0300
 @@ -18,8 +18,6 @@
  #           From Hewlett Packard Company.
  #
@@ -63,20 +63,21 @@
  LIBS_SunOS= -lcurses -lpthread -lnsl -lsocket -lstdc++ -lm -ldl -L /usr/local/ssl/lib/
  LIBS_Cygwin= -lcurses -lpthread -lstdc++ -L /usr/lib/WpdPack/Lib
  LIBS_Darwin= -lcurses
-@@ -146,15 +144,13 @@
+@@ -146,7 +144,7 @@
  
  # Include directories
- INCDIR_linux=-I. -I/opt/openssl/include
+ INCDIR_linux=-I. -I/usr/include/openssl
 -INCDIR_freebsd=-I. -I/opt/openssl/include
 +INCDIR_freebsd=-I. -I/usr/local/include
  INCDIR_hpux=-I. -I/usr/local/include -I/opt/openssl/include
  INCDIR_tru64=-I. -I/opt/openssl/include
  INCDIR_SunOS=-I. -I/usr/local/ssl/include/
- INCDIR_Cygwin=-I. -I/usr/include/openssl -I/usr/include -I/usr/lib/WpdPack/Include
+@@ -154,8 +152,6 @@
  INCDIR_Darwin=-I. -I/usr/local/ssl/include
  INCDIR=$(INCDIR_$(SYSTEM)) 
--
---include local.mk
  
+--include local.mk
+-
  # Building without TLS and authentication (no openssl pre-requisite)
  all:
+ 	make OSNAME=`uname|sed -e "s/CYGWIN.*/CYGWIN/"` MODELNAME=`uname -m|sed "s/Power Macintosh/ppc/"` $(OUTPUT)
diff -ruN sipp.bak/files/patch-call.cpp sipp/files/patch-call.cpp
--- sipp.bak/files/patch-call.cpp	2007-03-01 13:44:26.000000000 +0200
+++ sipp/files/patch-call.cpp	1970-01-01 03:00:00.000000000 +0300
@@ -1,24 +0,0 @@
-$FreeBSD: ports/net/sipp/files/patch-call.cpp,v 1.1 2007/03/01 11:44:26 miwi Exp $
-
---- call.cpp.orig	Tue Jan 23 20:02:26 2007
-+++ call.cpp	Fri Feb  9 01:49:46 2007
-@@ -2216,13 +2216,17 @@
- 
-         auth_marker = src;
-         auth_marker_len = strchr(src, ']') - src;
--        strcpy(my_auth_user, service);
--        strcpy(my_auth_pass, auth_password);
-         /* Look for optional username and password parameters */
-         /* add aka_OP, aka_AMF, aka_K */
-         key = getKeywordParam(src, "username=", my_auth_user);
-+        if (my_auth_user[0]==0){
-+            strcpy(my_auth_user, service);
-+        }
-         memset(my_auth_pass,0,KEYWORD_SIZE);
-         key = getKeywordParam(src, "password=", my_auth_pass);
-+        if (my_auth_pass[0]==0){
-+            strcpy(my_auth_pass, auth_password);
-+        }
-         memset(my_aka_OP,0,KEYWORD_SIZE);
-         key = getKeywordParam(src, "aka_OP=", my_aka_OP);
-         memset(my_aka_AMF,0,KEYWORD_SIZE);


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709081635.l88GZZiL035031>