Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2015 20:31:05 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386575 - in head: net/belle-sip net/linphone net/linphone/files net/mediastreamer net/ortp security/libbzrtp
Message-ID:  <201505162031.t4GKV6Nc085199@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sat May 16 20:31:05 2015
New Revision: 386575
URL: https://svnweb.freebsd.org/changeset/ports/386575

Log:
  Update the Linphone stack: belle-sip 1.4.1, libbzrtp 1.0.2, ortp 0.24.2,
  mediastreamer 2.11.2, linphone 3.8.2

Added:
  head/net/linphone/files/patch-gtk-main.c   (contents, props changed)
  head/net/linphone/files/patch-gtk-status_icon.c   (contents, props changed)
Modified:
  head/net/belle-sip/Makefile
  head/net/belle-sip/distinfo
  head/net/linphone/Makefile
  head/net/linphone/distinfo
  head/net/linphone/pkg-plist
  head/net/mediastreamer/Makefile
  head/net/mediastreamer/distinfo
  head/net/ortp/Makefile
  head/net/ortp/distinfo
  head/security/libbzrtp/Makefile
  head/security/libbzrtp/distinfo

Modified: head/net/belle-sip/Makefile
==============================================================================
--- head/net/belle-sip/Makefile	Sat May 16 19:52:31 2015	(r386574)
+++ head/net/belle-sip/Makefile	Sat May 16 20:31:05 2015	(r386575)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	belle-sip
-PORTVERSION=	1.4.0
+PORTVERSION=	1.4.1
 CATEGORIES=	net java
 MASTER_SITES=	SAVANNAH/linphone/${PORTNAME}/ \
 		http://www.antlr3.org/download/:source2

Modified: head/net/belle-sip/distinfo
==============================================================================
--- head/net/belle-sip/distinfo	Sat May 16 19:52:31 2015	(r386574)
+++ head/net/belle-sip/distinfo	Sat May 16 20:31:05 2015	(r386575)
@@ -1,4 +1,4 @@
-SHA256 (belle-sip-1.4.0.tar.gz) = fffae80a4376125c17e77c2451ff8b01e28fedcc3219c7dd027051b6f9769dd3
-SIZE (belle-sip-1.4.0.tar.gz) = 742966
+SHA256 (belle-sip-1.4.1.tar.gz) = 4b1067ba14457c3e0a3b1506866c34b0082dcd19794526599f23f6acb11b2d60
+SIZE (belle-sip-1.4.1.tar.gz) = 748460
 SHA256 (antlr-3.4-complete.jar) = 9d3e866b610460664522520f73b81777b5626fb0a282a5952b9800b751550bf7
 SIZE (antlr-3.4-complete.jar) = 2388361

Modified: head/net/linphone/Makefile
==============================================================================
--- head/net/linphone/Makefile	Sat May 16 19:52:31 2015	(r386574)
+++ head/net/linphone/Makefile	Sat May 16 20:31:05 2015	(r386575)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	linphone
-PORTVERSION=	3.8.1
+PORTVERSION=	3.8.2
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	SAVANNAH/linphone/3.8.x/sources

Modified: head/net/linphone/distinfo
==============================================================================
--- head/net/linphone/distinfo	Sat May 16 19:52:31 2015	(r386574)
+++ head/net/linphone/distinfo	Sat May 16 20:31:05 2015	(r386575)
@@ -1,2 +1,2 @@
-SHA256 (linphone-3.8.1.tar.gz) = 8d45bc9ec9a795a29bfdbf60c665bdfa81b46f3c83e870d50ad7c3f25156bca7
-SIZE (linphone-3.8.1.tar.gz) = 15327283
+SHA256 (linphone-3.8.2.tar.gz) = a14a228fe0f7cd9918777558f8272690a6d7541f262a593893eb447b500fec6d
+SIZE (linphone-3.8.2.tar.gz) = 15366935

Added: head/net/linphone/files/patch-gtk-main.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/linphone/files/patch-gtk-main.c	Sat May 16 20:31:05 2015	(r386575)
@@ -0,0 +1,26 @@
+--- gtk/main.c.orig	2015-05-13 14:47:31 UTC
++++ gtk/main.c
+@@ -1919,9 +1919,7 @@ void linphone_gtk_log_handler(OrtpLogLev
+ 	if (verbose){
+ 		const char *lname="undef";
+ 		char *msg;
+-#if defined(__linux) || defined(__APPLE__)
+ 		va_list cap;/*copy of our argument list: a va_list cannot be re-used (SIGSEGV on linux 64 bits)*/
+-#endif
+ 		switch(lev){
+ 			case ORTP_DEBUG:
+ 				lname="debug";
+@@ -1941,13 +1939,9 @@ void linphone_gtk_log_handler(OrtpLogLev
+ 			default:
+ 				g_error("Bad level !");
+ 		}
+-#if defined(__linux) || defined(__APPLE__)
+ 		va_copy(cap,args);
+ 		msg=g_strdup_vprintf(fmt,cap);
+ 		va_end(cap);
+-#else
+-		msg=g_strdup_vprintf(fmt,args);
+-#endif
+ 		fprintf(stdout,"linphone-%s : %s\n",lname,msg);
+ 		ortp_free(msg);
+ 	}

Added: head/net/linphone/files/patch-gtk-status_icon.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/linphone/files/patch-gtk-status_icon.c	Sat May 16 20:31:05 2015	(r386575)
@@ -0,0 +1,19 @@
+--- gtk/status_icon.c.orig	2015-05-13 14:47:31 UTC
++++ gtk/status_icon.c
+@@ -25,7 +25,6 @@ Foundation, Inc., 59 Temple Place - Suit
+ #endif
+ 
+ #if !defined(WIN32) && !defined(__APPLE__) && GLIB_CHECK_VERSION(2, 26, 0)
+-#define STATUS_NOTIFIER_IS_USABLE 1
+ #endif
+ 
+ #include "status_notifier.h"
+@@ -195,7 +194,7 @@ static LinphoneStatusIcon *_linphone_sta
+ }
+ 
+ static void _linphone_status_icon_free(LinphoneStatusIcon *obj) {
+-	if(obj->desc->uninit) obj->desc->uninit(obj->data);
++	if(obj->desc->uninit) obj->desc->uninit(obj);
+ 	if(obj->params) linphone_status_icon_params_unref(obj->params);
+ 	g_free(obj);
+ }

Modified: head/net/linphone/pkg-plist
==============================================================================
--- head/net/linphone/pkg-plist	Sat May 16 19:52:31 2015	(r386574)
+++ head/net/linphone/pkg-plist	Sat May 16 20:31:05 2015	(r386575)
@@ -1,4 +1,4 @@
-bin/auto_answer
+bin/lp-autoanswer
 bin/linphone
 bin/linphonec
 bin/linphonecsh
@@ -20,8 +20,8 @@ include/linphone/lpconfig.h
 include/linphone/sipsetup.h
 include/linphone/xml2lpc.h
 lib/liblinphone.so
-lib/liblinphone.so.6
-lib/liblinphone.so.6.0.0
+lib/liblinphone.so.7
+lib/liblinphone.so.7.0.0
 libdata/pkgconfig/linphone.pc
 man/cs/man1/linphone.1.gz
 man/cs/man1/linphonec.1.gz

Modified: head/net/mediastreamer/Makefile
==============================================================================
--- head/net/mediastreamer/Makefile	Sat May 16 19:52:31 2015	(r386574)
+++ head/net/mediastreamer/Makefile	Sat May 16 20:31:05 2015	(r386575)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mediastreamer
-PORTVERSION=	2.11.1
+PORTVERSION=	2.11.2
 CATEGORIES=	net
 MASTER_SITES=	SAVANNAH/linphone/mediastreamer
 

Modified: head/net/mediastreamer/distinfo
==============================================================================
--- head/net/mediastreamer/distinfo	Sat May 16 19:52:31 2015	(r386574)
+++ head/net/mediastreamer/distinfo	Sat May 16 20:31:05 2015	(r386575)
@@ -1,2 +1,2 @@
-SHA256 (mediastreamer-2.11.1.tar.gz) = eda29f98f8fa73f9a7da48e3ab00e1d3015b6bcffac98e06c27e7b9dc524db3d
-SIZE (mediastreamer-2.11.1.tar.gz) = 6347710
+SHA256 (mediastreamer-2.11.2.tar.gz) = 8c09b0646c8ba0354b3e1d807811e70110d6f3a893fd19f4ef91864f3357cfbc
+SIZE (mediastreamer-2.11.2.tar.gz) = 6356644

Modified: head/net/ortp/Makefile
==============================================================================
--- head/net/ortp/Makefile	Sat May 16 19:52:31 2015	(r386574)
+++ head/net/ortp/Makefile	Sat May 16 20:31:05 2015	(r386575)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ortp
-PORTVERSION=	0.24.1
+PORTVERSION=	0.24.2
 CATEGORIES=	net
 MASTER_SITES=	SAVANNAH/linphone/ortp/sources
 

Modified: head/net/ortp/distinfo
==============================================================================
--- head/net/ortp/distinfo	Sat May 16 19:52:31 2015	(r386574)
+++ head/net/ortp/distinfo	Sat May 16 20:31:05 2015	(r386575)
@@ -1,2 +1,2 @@
-SHA256 (ortp-0.24.1.tar.gz) = d1ecce20bed145186f727914f10f500d0594e30c2a234a276e7e12dcd8814cd5
-SIZE (ortp-0.24.1.tar.gz) = 557772
+SHA256 (ortp-0.24.2.tar.gz) = cb37c76985b3703157f0ed06d900d662b903ad3c5b772e2d1ea36478ad8a6616
+SIZE (ortp-0.24.2.tar.gz) = 560529

Modified: head/security/libbzrtp/Makefile
==============================================================================
--- head/security/libbzrtp/Makefile	Sat May 16 19:52:31 2015	(r386574)
+++ head/security/libbzrtp/Makefile	Sat May 16 20:31:05 2015	(r386575)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libbzrtp
-PORTVERSION=	1.0.1
-PORTREVISION=	1
+PORTVERSION=	1.0.2
 CATEGORIES=	security
 MASTER_SITES=	SAVANNAH/linphone/bzrtp
 DISTNAME=	bzrtp-${DISTVERSION}

Modified: head/security/libbzrtp/distinfo
==============================================================================
--- head/security/libbzrtp/distinfo	Sat May 16 19:52:31 2015	(r386574)
+++ head/security/libbzrtp/distinfo	Sat May 16 20:31:05 2015	(r386575)
@@ -1,2 +1,2 @@
-SHA256 (bzrtp-1.0.1.tar.gz) = af68e4e0974aac9e0356e6ca94308a8cef4def19673fc52bee106f7eb22f16a8
-SIZE (bzrtp-1.0.1.tar.gz) = 455675
+SHA256 (bzrtp-1.0.2.tar.gz) = 42dcfde9d380cfc03fe9924047e2a35164dc74f328397fdf36fd8458959aee02
+SIZE (bzrtp-1.0.2.tar.gz) = 459416



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