ports/120260: Update port: net/siproxd to 0.7.0

Frank W. Josellis frank at dynamical-systems.org
Mon Feb 4 17:30:02 UTC 2008


>Number:         120260
>Category:       ports
>Synopsis:       Update port: net/siproxd to 0.7.0
>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:   Mon Feb 04 17:30:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Frank W. Josellis
>Release:        FreeBSD 5.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD pollux.senax.net 5.5-STABLE FreeBSD 5.5-STABLE #20: Thu Jan 17 13:37:28 CET 2008 root at pollux.senax.net:/usr/obj/usr/src/sys/POLLUX i386


	
>Description:
Update to version 0.7.0.

As recommeded by the author, we skip 0.6.1 which is equivalent to 0.7.0 but
still uses libosip2-2.x.x (not longer supported in future releases of this
software). 

Removed files:
files/patch-src__utils.c

>How-To-Repeat:
	
>Fix:

	

--- siproxd-0.7.0.patch begins here ---
diff -Nur siproxd.BAK/Makefile siproxd/Makefile
--- siproxd.BAK/Makefile	Wed Dec 19 12:45:24 2007
+++ siproxd/Makefile	Mon Feb  4 17:11:28 2008
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	siproxd
-PORTVERSION=	0.6.0
+PORTVERSION=	0.7.0
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	siproxd
@@ -14,7 +14,7 @@
 MAINTAINER=	frank at dynamical-systems.org
 COMMENT=	A proxy/masquerading daemon for the SIP protocol
 
-LIB_DEPENDS=	osip2.3:${PORTSDIR}/net/libosip2
+LIB_DEPENDS=	osip2.4:${PORTSDIR}/net/libosip
 
 USE_GCC=	3.2+
 USE_GETOPT_LONG=yes
diff -Nur siproxd.BAK/distinfo siproxd/distinfo
--- siproxd.BAK/distinfo	Wed Dec 19 12:45:24 2007
+++ siproxd/distinfo	Mon Feb  4 17:11:28 2008
@@ -1,3 +1,3 @@
-MD5 (siproxd-0.6.0.tar.gz) = 188026ad6da88cf68628e429f2771709
-SHA256 (siproxd-0.6.0.tar.gz) = a12b6f5b6ed8ee85d17105b97c0dcb48b0417ae7efa48c5b67f10993b595086c
-SIZE (siproxd-0.6.0.tar.gz) = 244459
+MD5 (siproxd-0.7.0.tar.gz) = 6c978eef0d00160e50073e2e2fd8c23d
+SHA256 (siproxd-0.7.0.tar.gz) = 7990635f34b93771f842e59afda7babeeb0bf4ad244f4bd4a09ffb59ca9af7a3
+SIZE (siproxd-0.7.0.tar.gz) = 243493
diff -Nur siproxd.BAK/files/patch-src__plugin_shortdial.c siproxd/files/patch-src__plugin_shortdial.c
--- siproxd.BAK/files/patch-src__plugin_shortdial.c	Wed Dec 19 12:45:24 2007
+++ siproxd/files/patch-src__plugin_shortdial.c	Mon Feb  4 17:11:28 2008
@@ -1,8 +1,8 @@
---- src/plugin_shortdial.c.orig	Fri Jun  8 21:42:57 2007
-+++ src/plugin_shortdial.c	Wed Nov 14 12:26:19 2007
-@@ -22,6 +22,7 @@
- 
+--- src/plugin_shortdial.c.orig	Sat Jan 19 17:06:51 2008
++++ src/plugin_shortdial.c	Mon Feb  4 16:46:26 2008
+@@ -23,6 +23,7 @@
  #include <stdio.h>
+ #include <stdlib.h>
  #include <string.h>
 +#include <unistd.h>
  #include <netinet/in.h>
diff -Nur siproxd.BAK/files/patch-src__siproxd.c siproxd/files/patch-src__siproxd.c
--- siproxd.BAK/files/patch-src__siproxd.c	Wed Dec 19 12:45:24 2007
+++ siproxd/files/patch-src__siproxd.c	Mon Feb  4 17:11:28 2008
@@ -1,6 +1,6 @@
---- src/siproxd.c.orig	Fri Jun  8 21:41:47 2007
-+++ src/siproxd.c	Wed Nov 14 12:26:19 2007
-@@ -181,10 +181,15 @@
+--- src/siproxd.c.orig	Sat Jan 19 17:06:51 2008
++++ src/siproxd.c	Mon Feb  4 16:42:25 2008
+@@ -182,10 +182,15 @@
  /*
   * Init stuff
   */
diff -Nur siproxd.BAK/files/patch-src__utils.c siproxd/files/patch-src__utils.c
--- siproxd.BAK/files/patch-src__utils.c	Thu Dec 13 01:02:23 2007
+++ siproxd/files/patch-src__utils.c	Thu Jan  1 01:00:00 1970
@@ -1,22 +0,0 @@
---- src/utils.c.orig	Mon Sep  3 21:54:48 2007
-+++ src/utils.c	Wed Nov 14 12:26:19 2007
-@@ -23,7 +23,7 @@
- #include <stdlib.h>
- #include <unistd.h>
- #include <errno.h>
--#include <values.h>
-+#include <limits.h>
- #include <time.h>
- #include <signal.h>
- #include <string.h>
-@@ -208,8 +208,8 @@
-     */
-    j=0;
-    k=0;
--   t1=MAXINT;
--   t2=MAXINT;
-+   t1=INT_MAX;
-+   t2=INT_MAX;
-    for (i=0; i<DNS_CACHE_SIZE; i++) {
-       if (dns_cache[i].hostname[0]=='\0') break;
-       if ((dns_cache[i].expires_timestamp < t1) &&
--- siproxd-0.7.0.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list