mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
net/kamailio: 4.1.6 -> 4.2.0
Changelog: http://www.kamailio.org/w/kamailio-v4-2-0-release-notes/
This commit is contained in:
parent
20cb333f14
commit
db3f9a1bfc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372357
5 changed files with 40 additions and 29 deletions
|
@ -3,12 +3,12 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= kamailio
|
PORTNAME= kamailio
|
||||||
PORTVERSION= 4.1.6
|
PORTVERSION= 4.2.0
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://www.kamailio.org/pub/kamailio/${PORTVERSION}/src/
|
MASTER_SITES= http://www.kamailio.org/pub/kamailio/${PORTVERSION}/src/
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION}_src
|
DISTNAME= ${PORTNAME}-${PORTVERSION}_src
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= olivermahmoudi@gmail.com
|
||||||
COMMENT= Very fast and configurable open source SIP proxy
|
COMMENT= Very fast and configurable open source SIP proxy
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
@ -118,7 +118,8 @@ post-stage:
|
||||||
htable topoh auth sms async \
|
htable topoh auth sms async \
|
||||||
prefix_route speeddial registrar mtree uid_avp_db \
|
prefix_route speeddial registrar mtree uid_avp_db \
|
||||||
xlog sipt siptrace qos pdb xprint auth_radius \
|
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 \
|
@if [ -e ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules/${i}.so ]; then \
|
||||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules/${i}.so; \
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules/${i}.so; \
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (kamailio-4.1.6_src.tar.gz) = 7aa15fb73f95b41a1cd0a2708fb29aec124d956a9f767588f12a60946c0bcb50
|
SHA256 (kamailio-4.2.0_src.tar.gz) = 617423cedf740719c21f4731094f1e0b755ae65952979eeea3e8e229a8da21a4
|
||||||
SIZE (kamailio-4.1.6_src.tar.gz) = 10865531
|
SIZE (kamailio-4.2.0_src.tar.gz) = 11124283
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- Makefile.orig 2014-08-06 15:29:50 UTC
|
--- Makefile.orig 2014-10-16 14:46:22.000000000 +0200
|
||||||
+++ Makefile
|
+++ Makefile 2014-11-09 11:52:07.000000000 +0100
|
||||||
@@ -95,7 +95,7 @@
|
@@ -95,7 +95,7 @@
|
||||||
# whether or not to install $(MAIN_NAME).cfg or just $(MAIN_NAME).cfg.default
|
# 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
|
# ($(MAIN_NAME).cfg will never be overwritten by make install, this is usefull
|
||||||
|
@ -9,14 +9,18 @@
|
||||||
|
|
||||||
#extra modules to exclude
|
#extra modules to exclude
|
||||||
skip_modules?=
|
skip_modules?=
|
||||||
@@ -820,8 +820,8 @@
|
@@ -819,10 +819,10 @@
|
||||||
|
fi ; \
|
||||||
fi ; \
|
fi ; \
|
||||||
done; true
|
: ; done; true
|
||||||
# radius dictionary
|
- @# radius dictionary
|
||||||
- $(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME)
|
- @$(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME)
|
||||||
- $(INSTALL_CFG) etc/dictionary.$(CFG_NAME) $(cfg_prefix)/$(cfg_dir)
|
- @$(INSTALL_CFG) etc/dictionary.$(CFG_NAME) $(cfg_prefix)/$(cfg_dir)
|
||||||
+ $(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME).sample
|
- @echo "config files installed"
|
||||||
+ $(INSTALL_CFG) etc/dictionary.$(CFG_NAME) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME).sample
|
+ # 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-bin: $(bin_prefix)/$(bin_dir) $(NAME)
|
||||||
$(INSTALL_TOUCH) $(bin_prefix)/$(bin_dir)/$(NAME)
|
$(INSTALL_TOUCH) $(bin_prefix)/$(bin_dir)/$(NAME)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- Makefile.defs.orig 2014-09-18 16:09:15.000000000 +0200
|
--- Makefile.defs.orig 2014-10-16 14:46:23.000000000 +0200
|
||||||
+++ Makefile.defs 2014-09-19 08:27:49.000000000 +0200
|
+++ Makefile.defs 2014-11-09 11:54:46.000000000 +0100
|
||||||
@@ -265,7 +265,7 @@
|
@@ -264,7 +264,7 @@
|
||||||
|
|
||||||
# find compiler name & version
|
# find compiler name & version
|
||||||
ifeq ($(CC),)
|
ifeq ($(CC),)
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
endif
|
endif
|
||||||
LD= $(CC)
|
LD= $(CC)
|
||||||
CC_LONGVER:=$(shell if $(CC) -v 2>/dev/null; then \
|
CC_LONGVER:=$(shell if $(CC) -v 2>/dev/null; then \
|
||||||
@@ -279,7 +279,7 @@
|
@@ -278,7 +278,7 @@
|
||||||
#find-out the compiler's name
|
#find-out the compiler's name
|
||||||
|
|
||||||
ifneq (,$(findstring gcc, $(CC_LONGVER)))
|
ifneq (,$(findstring gcc, $(CC_LONGVER)))
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
RPAREN=)
|
RPAREN=)
|
||||||
CC_VER:=$(word 1,$(CC)) $(shell $(CC) - --version|head -n 1|\
|
CC_VER:=$(word 1,$(CC)) $(shell $(CC) - --version|head -n 1|\
|
||||||
sed -e 's/([^$(RPAREN)]*)//g' \
|
sed -e 's/([^$(RPAREN)]*)//g' \
|
||||||
@@ -432,7 +432,7 @@
|
@@ -431,7 +431,7 @@
|
||||||
ifeq ($(LIBDIR),)
|
ifeq ($(LIBDIR),)
|
||||||
ARCHBSZ= $(shell echo $(ARCH) | sed -e 's/.*64.*/64b/')
|
ARCHBSZ= $(shell echo $(ARCH) | sed -e 's/.*64.*/64b/')
|
||||||
ifeq ($(ARCHBSZ),64b)
|
ifeq ($(ARCHBSZ),64b)
|
||||||
|
@ -27,21 +27,19 @@
|
||||||
else
|
else
|
||||||
LIBDIR = lib
|
LIBDIR = lib
|
||||||
endif
|
endif
|
||||||
@@ -946,11 +946,8 @@
|
@@ -945,10 +945,7 @@
|
||||||
ifeq ($(CC_NAME), clang)
|
ifeq ($(CC_NAME), clang)
|
||||||
$(call set_if_empty,CPU,athlon64)
|
$(call set_if_empty,CPU,athlon64)
|
||||||
C_DEFS+=-DCC_GCC_LIKE_ASM
|
C_DEFS+=-DCC_GCC_LIKE_ASM
|
||||||
- CFLAGS+=-m32
|
- CFLAGS+=-g -m32
|
||||||
- $(CC_OPT) \
|
- $(CC_OPT) \
|
||||||
- \
|
- \
|
||||||
- -mtune=$(CPU)
|
- -mtune=$(CPU)
|
||||||
- LDFLAGS+=-m32
|
+ CFLAGS+=-g -m32 $(CC_OPT) -mtune=$(CPU)
|
||||||
+ CFLAGS+=-m32 $(CC_OPT) -mtune=$(CPU)
|
LDFLAGS+=-m32
|
||||||
+ LDFLAGS+=-m32
|
|
||||||
else # CC_NAME, clang
|
else # CC_NAME, clang
|
||||||
ifeq ($(CC_NAME), icc)
|
ifeq ($(CC_NAME), icc)
|
||||||
C_DEFS+=-DCC_GCC_LIKE_ASM
|
@@ -1744,7 +1741,7 @@
|
||||||
@@ -1745,7 +1742,7 @@
|
|
||||||
endif
|
endif
|
||||||
YACC_FLAGS=-d -b cfg
|
YACC_FLAGS=-d -b cfg
|
||||||
# on solaris add -lxnet (e.g. LIBS= -lxnet)
|
# on solaris add -lxnet (e.g. LIBS= -lxnet)
|
||||||
|
|
|
@ -94,6 +94,7 @@ lib/kamailio/modules/group.so
|
||||||
lib/kamailio/modules/htable.so
|
lib/kamailio/modules/htable.so
|
||||||
lib/kamailio/modules/imc.so
|
lib/kamailio/modules/imc.so
|
||||||
lib/kamailio/modules/ipops.so
|
lib/kamailio/modules/ipops.so
|
||||||
|
lib/kamailio/modules/jsonrpc-s.so
|
||||||
lib/kamailio/modules/kex.so
|
lib/kamailio/modules/kex.so
|
||||||
lib/kamailio/modules/malloc_test.so
|
lib/kamailio/modules/malloc_test.so
|
||||||
lib/kamailio/modules/mangler.so
|
lib/kamailio/modules/mangler.so
|
||||||
|
@ -110,6 +111,7 @@ lib/kamailio/modules/msrp.so
|
||||||
lib/kamailio/modules/mtree.so
|
lib/kamailio/modules/mtree.so
|
||||||
lib/kamailio/modules/nat_traversal.so
|
lib/kamailio/modules/nat_traversal.so
|
||||||
lib/kamailio/modules/nathelper.so
|
lib/kamailio/modules/nathelper.so
|
||||||
|
lib/kamailio/modules/nosip.so
|
||||||
lib/kamailio/modules/p_usrloc.so
|
lib/kamailio/modules/p_usrloc.so
|
||||||
lib/kamailio/modules/path.so
|
lib/kamailio/modules/path.so
|
||||||
lib/kamailio/modules/pdb.so
|
lib/kamailio/modules/pdb.so
|
||||||
|
@ -126,8 +128,8 @@ lib/kamailio/modules/ratelimit.so
|
||||||
lib/kamailio/modules/registrar.so
|
lib/kamailio/modules/registrar.so
|
||||||
lib/kamailio/modules/rr.so
|
lib/kamailio/modules/rr.so
|
||||||
lib/kamailio/modules/rtimer.so
|
lib/kamailio/modules/rtimer.so
|
||||||
|
lib/kamailio/modules/rtpengine.so
|
||||||
lib/kamailio/modules/rtpproxy.so
|
lib/kamailio/modules/rtpproxy.so
|
||||||
lib/kamailio/modules/rtpproxy-ng.so
|
|
||||||
lib/kamailio/modules/sanity.so
|
lib/kamailio/modules/sanity.so
|
||||||
lib/kamailio/modules/sca.so
|
lib/kamailio/modules/sca.so
|
||||||
lib/kamailio/modules/sdpops.so
|
lib/kamailio/modules/sdpops.so
|
||||||
|
@ -150,6 +152,7 @@ lib/kamailio/modules/tm.so
|
||||||
lib/kamailio/modules/tmrec.so
|
lib/kamailio/modules/tmrec.so
|
||||||
lib/kamailio/modules/tmx.so
|
lib/kamailio/modules/tmx.so
|
||||||
lib/kamailio/modules/topoh.so
|
lib/kamailio/modules/topoh.so
|
||||||
|
lib/kamailio/modules/tsilo.so
|
||||||
lib/kamailio/modules/uac.so
|
lib/kamailio/modules/uac.so
|
||||||
lib/kamailio/modules/uac_redirect.so
|
lib/kamailio/modules/uac_redirect.so
|
||||||
lib/kamailio/modules/uid_auth_db.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/group-create.sql
|
||||||
%%MYSQL%%%%DATADIR%%/mysql/htable-create.sql
|
%%MYSQL%%%%DATADIR%%/mysql/htable-create.sql
|
||||||
%%MYSQL%%%%DATADIR%%/mysql/imc-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/lcr-create.sql
|
||||||
%%MYSQL%%%%DATADIR%%/mysql/matrix-create.sql
|
%%MYSQL%%%%DATADIR%%/mysql/matrix-create.sql
|
||||||
%%MYSQL%%%%DATADIR%%/mysql/mohqueue-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.htable
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.imc
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.imc
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.ipops
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.ipops
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.jsonrpc-s
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.kex
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.kex
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.malloc_test
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.malloc_test
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.mangler
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.mangler
|
||||||
|
@ -373,6 +379,7 @@ lib/kamailio/modules/xprint.so
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.mtree
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.mtree
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.nat_traversal
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.nat_traversal
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.nathelper
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.nathelper
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.nosip
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.p_usrloc
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.p_usrloc
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.path
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.path
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.pdb
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.pdb
|
||||||
|
@ -389,8 +396,8 @@ lib/kamailio/modules/xprint.so
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.registrar
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.registrar
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.rr
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.rr
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.rtimer
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.rtimer
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.rtpengine
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.rtpproxy
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.rtpproxy
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.rtpproxy-ng
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.sanity
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.sanity
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.sca
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.sca
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.sdpops
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.sdpops
|
||||||
|
@ -413,6 +420,7 @@ lib/kamailio/modules/xprint.so
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.tmrec
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.tmrec
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.tmx
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.tmx
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.topoh
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.topoh
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.tsilo
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.uac
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.uac
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.uac_redirect
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.uac_redirect
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/modules/README.uid_auth_db
|
%%PORTDOCS%%%%DOCSDIR%%/modules/README.uid_auth_db
|
||||||
|
|
Loading…
Add table
Reference in a new issue