Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Nov 2014 11:34:42 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372357 - in head/net/kamailio: . files
Message-ID:  <201411091134.sA9BYgN0022611@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Nov  9 11:34:41 2014
New Revision: 372357
URL: https://svnweb.freebsd.org/changeset/ports/372357
QAT: https://qat.redports.org/buildarchive/r372357/

Log:
  net/kamailio: 4.1.6 -> 4.2.0
  
  Changelog: http://www.kamailio.org/w/kamailio-v4-2-0-release-notes/

Modified:
  head/net/kamailio/Makefile
  head/net/kamailio/distinfo
  head/net/kamailio/files/patch-Makefile
  head/net/kamailio/files/patch-Makefile.defs
  head/net/kamailio/pkg-plist

Modified: head/net/kamailio/Makefile
==============================================================================
--- head/net/kamailio/Makefile	Sun Nov  9 11:34:23 2014	(r372356)
+++ head/net/kamailio/Makefile	Sun Nov  9 11:34:41 2014	(r372357)
@@ -3,12 +3,12 @@
 #
 
 PORTNAME=	kamailio
-PORTVERSION=	4.1.6
+PORTVERSION=	4.2.0
 CATEGORIES=	net
 MASTER_SITES=	http://www.kamailio.org/pub/kamailio/${PORTVERSION}/src/
 DISTNAME=	${PORTNAME}-${PORTVERSION}_src
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	olivermahmoudi@gmail.com
 COMMENT=	Very fast and configurable open source SIP proxy
 
 LICENSE=	GPLv2
@@ -118,7 +118,8 @@ post-stage:
 	htable topoh auth sms async \
 	prefix_route speeddial registrar mtree uid_avp_db \
 	xlog sipt siptrace qos pdb xprint auth_radius \
-	sanity uid_gflags db_text sdpops sipcapture
+	sanity uid_gflags db_text sdpops sipcapture \
+	tsilo nosip rtpengine jsonrpc-s
 	@if [ -e ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules/${i}.so ]; then \
 		${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules/${i}.so; \
 	fi

Modified: head/net/kamailio/distinfo
==============================================================================
--- head/net/kamailio/distinfo	Sun Nov  9 11:34:23 2014	(r372356)
+++ head/net/kamailio/distinfo	Sun Nov  9 11:34:41 2014	(r372357)
@@ -1,2 +1,2 @@
-SHA256 (kamailio-4.1.6_src.tar.gz) = 7aa15fb73f95b41a1cd0a2708fb29aec124d956a9f767588f12a60946c0bcb50
-SIZE (kamailio-4.1.6_src.tar.gz) = 10865531
+SHA256 (kamailio-4.2.0_src.tar.gz) = 617423cedf740719c21f4731094f1e0b755ae65952979eeea3e8e229a8da21a4
+SIZE (kamailio-4.2.0_src.tar.gz) = 11124283

Modified: head/net/kamailio/files/patch-Makefile
==============================================================================
--- head/net/kamailio/files/patch-Makefile	Sun Nov  9 11:34:23 2014	(r372356)
+++ head/net/kamailio/files/patch-Makefile	Sun Nov  9 11:34:41 2014	(r372357)
@@ -1,5 +1,5 @@
---- Makefile.orig	2014-08-06 15:29:50 UTC
-+++ Makefile
+--- Makefile.orig	2014-10-16 14:46:22.000000000 +0200
++++ Makefile	2014-11-09 11:52:07.000000000 +0100
 @@ -95,7 +95,7 @@
  # whether or not to install $(MAIN_NAME).cfg or just $(MAIN_NAME).cfg.default
  # ($(MAIN_NAME).cfg will never be overwritten by make install, this is usefull
@@ -9,14 +9,18 @@
  
  #extra modules to exclude
  skip_modules?=
-@@ -820,8 +820,8 @@
+@@ -819,10 +819,10 @@
+ 				fi ; \
  			fi ; \
- 		done; true
- 		# radius dictionary
--		$(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME)
--		$(INSTALL_CFG) etc/dictionary.$(CFG_NAME) $(cfg_prefix)/$(cfg_dir)
-+		$(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME).sample
-+		$(INSTALL_CFG) etc/dictionary.$(CFG_NAME) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME).sample
+ 			: ; done; true
+-	@# radius dictionary
+-	@$(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME)
+-	@$(INSTALL_CFG) etc/dictionary.$(CFG_NAME) $(cfg_prefix)/$(cfg_dir)
+-	@echo "config files installed"
++	# radius dictionary
++	$(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME).sample
++	$(INSTALL_CFG) etc/dictionary.$(CFG_NAME) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME).sample
++	echo "config files installed"
  
  install-bin: $(bin_prefix)/$(bin_dir) $(NAME)
- 		$(INSTALL_TOUCH) $(bin_prefix)/$(bin_dir)/$(NAME)
+ 	$(INSTALL_TOUCH) $(bin_prefix)/$(bin_dir)/$(NAME)

Modified: head/net/kamailio/files/patch-Makefile.defs
==============================================================================
--- head/net/kamailio/files/patch-Makefile.defs	Sun Nov  9 11:34:23 2014	(r372356)
+++ head/net/kamailio/files/patch-Makefile.defs	Sun Nov  9 11:34:41 2014	(r372357)
@@ -1,6 +1,6 @@
---- Makefile.defs.orig	2014-09-18 16:09:15.000000000 +0200
-+++ Makefile.defs	2014-09-19 08:27:49.000000000 +0200
-@@ -265,7 +265,7 @@
+--- Makefile.defs.orig	2014-10-16 14:46:23.000000000 +0200
++++ Makefile.defs	2014-11-09 11:54:46.000000000 +0100
+@@ -264,7 +264,7 @@
  
  # find compiler name & version
  ifeq ($(CC),)
@@ -9,7 +9,7 @@
  endif
  LD= $(CC)
  CC_LONGVER:=$(shell if  $(CC) -v 2>/dev/null; then \
-@@ -279,7 +279,7 @@
+@@ -278,7 +278,7 @@
  #find-out the compiler's name
  
  ifneq (,$(findstring gcc, $(CC_LONGVER)))
@@ -18,7 +18,7 @@
  	RPAREN=)
  	CC_VER:=$(word 1,$(CC)) $(shell $(CC) - --version|head -n 1|\
  				sed  -e 's/([^$(RPAREN)]*)//g' \
-@@ -432,7 +432,7 @@
+@@ -431,7 +431,7 @@
  ifeq ($(LIBDIR),)
  ARCHBSZ= $(shell echo $(ARCH) | sed -e 's/.*64.*/64b/')
  ifeq ($(ARCHBSZ),64b)
@@ -27,21 +27,19 @@
  else
  	LIBDIR = lib
  endif
-@@ -946,11 +946,8 @@
+@@ -945,10 +945,7 @@
  ifeq		($(CC_NAME), clang)
  $(call                          set_if_empty,CPU,athlon64)
  					C_DEFS+=-DCC_GCC_LIKE_ASM
--                                        CFLAGS+=-m32
+-                                        CFLAGS+=-g -m32
 -                                                $(CC_OPT) \
 -                                                          \
 -                                                -mtune=$(CPU)
--                                        LDFLAGS+=-m32
-+					CFLAGS+=-m32 $(CC_OPT) -mtune=$(CPU)
-+					LDFLAGS+=-m32
++                                        CFLAGS+=-g -m32 $(CC_OPT) -mtune=$(CPU)
+                                         LDFLAGS+=-m32
  else			# CC_NAME, clang
  ifeq		($(CC_NAME), icc)
- 			C_DEFS+=-DCC_GCC_LIKE_ASM
-@@ -1745,7 +1742,7 @@
+@@ -1744,7 +1741,7 @@
  endif
  YACC_FLAGS=-d -b cfg
  # on solaris add -lxnet (e.g. LIBS= -lxnet)

Modified: head/net/kamailio/pkg-plist
==============================================================================
--- head/net/kamailio/pkg-plist	Sun Nov  9 11:34:23 2014	(r372356)
+++ head/net/kamailio/pkg-plist	Sun Nov  9 11:34:41 2014	(r372357)
@@ -94,6 +94,7 @@ lib/kamailio/modules/group.so
 lib/kamailio/modules/htable.so
 lib/kamailio/modules/imc.so
 lib/kamailio/modules/ipops.so
+lib/kamailio/modules/jsonrpc-s.so
 lib/kamailio/modules/kex.so
 lib/kamailio/modules/malloc_test.so
 lib/kamailio/modules/mangler.so
@@ -110,6 +111,7 @@ lib/kamailio/modules/msrp.so
 lib/kamailio/modules/mtree.so
 lib/kamailio/modules/nat_traversal.so
 lib/kamailio/modules/nathelper.so
+lib/kamailio/modules/nosip.so
 lib/kamailio/modules/p_usrloc.so
 lib/kamailio/modules/path.so
 lib/kamailio/modules/pdb.so
@@ -126,8 +128,8 @@ lib/kamailio/modules/ratelimit.so
 lib/kamailio/modules/registrar.so
 lib/kamailio/modules/rr.so
 lib/kamailio/modules/rtimer.so
+lib/kamailio/modules/rtpengine.so
 lib/kamailio/modules/rtpproxy.so
-lib/kamailio/modules/rtpproxy-ng.so
 lib/kamailio/modules/sanity.so
 lib/kamailio/modules/sca.so
 lib/kamailio/modules/sdpops.so
@@ -150,6 +152,7 @@ lib/kamailio/modules/tm.so
 lib/kamailio/modules/tmrec.so
 lib/kamailio/modules/tmx.so
 lib/kamailio/modules/topoh.so
+lib/kamailio/modules/tsilo.so
 lib/kamailio/modules/uac.so
 lib/kamailio/modules/uac_redirect.so
 lib/kamailio/modules/uid_auth_db.so
@@ -246,6 +249,8 @@ lib/kamailio/modules/xprint.so
 %%MYSQL%%%%DATADIR%%/mysql/group-create.sql
 %%MYSQL%%%%DATADIR%%/mysql/htable-create.sql
 %%MYSQL%%%%DATADIR%%/mysql/imc-create.sql
+%%MYSQL%%%%DATADIR%%/mysql/ims_usrloc_pcscf-create.sql
+%%MYSQL%%%%DATADIR%%/mysql/ims_usrloc_scscf-create.sql
 %%MYSQL%%%%DATADIR%%/mysql/lcr-create.sql
 %%MYSQL%%%%DATADIR%%/mysql/matrix-create.sql
 %%MYSQL%%%%DATADIR%%/mysql/mohqueue-create.sql
@@ -357,6 +362,7 @@ lib/kamailio/modules/xprint.so
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.htable
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.imc
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.ipops
+%%PORTDOCS%%%%DOCSDIR%%/modules/README.jsonrpc-s
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.kex
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.malloc_test
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.mangler
@@ -373,6 +379,7 @@ lib/kamailio/modules/xprint.so
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.mtree
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.nat_traversal
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.nathelper
+%%PORTDOCS%%%%DOCSDIR%%/modules/README.nosip
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.p_usrloc
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.path
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.pdb
@@ -389,8 +396,8 @@ lib/kamailio/modules/xprint.so
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.registrar
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.rr
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.rtimer
+%%PORTDOCS%%%%DOCSDIR%%/modules/README.rtpengine
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.rtpproxy
-%%PORTDOCS%%%%DOCSDIR%%/modules/README.rtpproxy-ng
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.sanity
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.sca
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.sdpops
@@ -413,6 +420,7 @@ lib/kamailio/modules/xprint.so
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.tmrec
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.tmx
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.topoh
+%%PORTDOCS%%%%DOCSDIR%%/modules/README.tsilo
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.uac
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.uac_redirect
 %%PORTDOCS%%%%DOCSDIR%%/modules/README.uid_auth_db



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