Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jan 2006 12:24:06 +0100 (CET)
From:      Hendrik Scholz <hendrik@scholz.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jesusr@FreeBSD.org
Subject:   ports/91161: update: net/sipsak (0.8.11 to 0.9.5)
Message-ID:  <200601011124.k01BO6eE017686@bender.wormulon.net>
Resent-Message-ID: <200601011130.k01BU3iB057638@freefall.freebsd.org>

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

>Number:         91161
>Category:       ports
>Synopsis:       update: net/sipsak (0.8.11 to 0.9.5)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 01 11:30:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Hendrik Scholz
>Release:        FreeBSD 5.4-STABLE-SNAP006 i386
>Organization:
Freenet Cityline GmbH
>Environment:
System: FreeBSD bender.wormulon.net 5.4-STABLE-SNAP006 FreeBSD 5.4-STABLE-SNAP006 #0: Sun Aug 7 05:29:16 UTC 2005 root@perseus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:

Update of the sipsak SIP test tool from 0.8.11 to 0.9.5.
There has been a lot of work on sipsak itself so all three patch
files are now redundant.

Maintainer CC'ed.

>How-To-Repeat:
	
>Fix:

	

--- sipsak-0.8.11-to-0.9.5.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/sipsak/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	26 Oct 2004 14:12:13 -0000	1.3
+++ Makefile	1 Jan 2006 11:20:25 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sipsak
-PORTVERSION=	0.8.11
+PORTVERSION=	0.9.5
 CATEGORIES=	net
 MASTER_SITES=	http://download.berlios.de/sipsak/
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/sipsak/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	26 Oct 2004 14:12:13 -0000	1.4
+++ distinfo	1 Jan 2006 11:20:25 -0000
@@ -1,2 +1,3 @@
-MD5 (sipsak-0.8.11.tar.gz) = 6ec31fe34412028050be304ae728c371
-SIZE (sipsak-0.8.11.tar.gz) = 133219
+MD5 (sipsak-0.9.5.tar.gz) = 5f6d8df044984061425fdbedea61a64e
+SHA256 (sipsak-0.9.5.tar.gz) = 871b94295aca323d8ff6fcadd955ba009fa24b28a24ca81d6a5f76537572d6af
+SIZE (sipsak-0.9.5.tar.gz) = 156279
Index: files/patch-helper.c
===================================================================
RCS file: files/patch-helper.c
diff -N files/patch-helper.c
--- files/patch-helper.c	26 Oct 2004 14:12:14 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- helper.c.orig	Tue Oct 26 15:49:48 2004
-+++ helper.c	Tue Oct 26 15:53:43 2004
-@@ -23,6 +23,8 @@
- #include <sys/utsname.h>
- #include <string.h>
- #include <ctype.h>
-+#include <sys/types.h>
-+#include <netinet/in.h>
- #include <arpa/inet.h>
- 
- #include "helper.h"
Index: files/patch-sipsak.c
===================================================================
RCS file: files/patch-sipsak.c
diff -N files/patch-sipsak.c
--- files/patch-sipsak.c	26 Oct 2004 14:12:14 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,31 +0,0 @@
---- sipsak.c.orig	Fri Oct  8 20:07:14 2004
-+++ sipsak.c	Tue Oct 26 15:55:19 2004
-@@ -207,6 +207,9 @@
- 	char	buff[BUFSIZE];
- 	int		length, c, i, j;
- 	char	*delim, *delim2;
-+	pid_t pid;
-+	struct timespec ts;
-+	int upp;
- #ifdef HAVE_GETOPT_LONG
- 	int option_index = 0;
- 	static struct option l_opts[] = {
-@@ -269,9 +272,6 @@
- 	memset(ack, 0, BUFSIZE);
- 	memset(fqdn, 0, FQDN_SIZE);
- 	memset(messusern, 0, FQDN_SIZE);
--	pid_t pid;
--	struct timespec ts;
--	int upp;
- 
- 	if (argc==1) print_help();
- 
-@@ -354,7 +354,7 @@
- 				flood=1;
- 				break;
- 			case 'f':
--				if strncmp(optarg, "-", 1) {
-+				if (strncmp(optarg, "-", 1)) {
- 					/* file is opened in binary mode so that the cr-lf is 
- 					   preserved */
- 					pf = fopen(optarg, "rb");
Index: files/patch-sipsak.h
===================================================================
RCS file: files/patch-sipsak.h
diff -N files/patch-sipsak.h
--- files/patch-sipsak.h	26 Oct 2004 14:12:14 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,10 +0,0 @@
---- sipsak.h.orig	Fri Oct  8 19:30:52 2004
-+++ sipsak.h	Tue Oct 26 15:49:07 2004
-@@ -19,6 +19,7 @@
- #ifndef SIPSAK_H
- #define SIPSAK_H
- 
-+#include <sys/types.h>
- #include <regex.h>
- 
- #if HAVE_CONFIG_H
--- sipsak-0.8.11-to-0.9.5.diff ends here ---


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



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