We need to disable sercmd compilation and installation for now, because it
depends on some header files from ctl module which are not in the
sip-router repository yet.
Signed-off-by: Jan Janak <jan(a)iptel.org>
---
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index ba4f79e..7fefc0a 100644
--- a/Makefile
+++ b/Makefile
@@ -268,8 +268,8 @@ modules_basenames=$(shell echo $(modules)| \
# which utils need compilation (directory path) and which to install
# (full path including file name)
-utils_compile= utils/gen_ha1 utils/sercmd
-utils_bin_install= utils/gen_ha1/gen_ha1 utils/sercmd/sercmd
+utils_compile= utils/gen_ha1 #utils/sercmd
+utils_bin_install= utils/gen_ha1/gen_ha1 #utils/sercmd/sercmd
utils_script_install=
# This is the list of files to be installed into the arch-independent
--
1.5.6.5
We need to comment out those sections of the Makefile which deal with
installation of the tls configuration file and tls certificates, because
we do not have the tls module in the sip-router repository yet.
Signed-off-by: Jan Janak <jan(a)iptel.org>
---
Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index b0f5c88..ba4f79e 100644
--- a/Makefile
+++ b/Makefile
@@ -602,9 +602,9 @@ install-cfg: $(cfg_prefix)/$(cfg_dir)
$(INSTALL_CFG) etc/dictionary.ser $(cfg_prefix)/$(cfg_dir)
# TLS configuration
- $(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/tls.cfg
- $(INSTALL_CFG) modules/tls/tls.cfg $(cfg_prefix)/$(cfg_dir)
- modules/tls/ser_cert.sh -d $(cfg_prefix)/$(cfg_dir)
+ #$(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/tls.cfg
+ #$(INSTALL_CFG) modules/tls/tls.cfg $(cfg_prefix)/$(cfg_dir)
+ #modules/tls/ser_cert.sh -d $(cfg_prefix)/$(cfg_dir)
install-bin: $(bin_prefix)/$(bin_dir) $(NAME)
$(INSTALL_TOUCH) $(bin_prefix)/$(bin_dir)/$(NAME)
--
1.5.6.5
Module: sip-router
Branch: janakj/oracle
Commit: 43e68d1c8d3177718844b2f0f36a31a79b014dee
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=43e68d1…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon Feb 16 01:08:28 2009 +0100
Merge branches 'janakj/oracle' and 'master' of ssh://janakj@git.sip-router.org/sip-router into oracle
* 'janakj/oracle' of ssh://janakj@git.sip-router.org/sip-router:
* 'master' of ssh://janakj@git.sip-router.org/sip-router:
Database flags renamed from DB_* to SRDB_* to avoid conflicts.
---
Module: sip-router
Branch: janakj/mysql
Commit: 1ee9fa7cf857b8f770a13ab7174a02fef47938d0
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1ee9fa7…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon Feb 16 01:07:20 2009 +0100
Merge branches 'janakj/mysql' and 'master' of ssh://janakj@git.sip-router.org/sip-router into mysql
* 'janakj/mysql' of ssh://janakj@git.sip-router.org/sip-router:
* 'master' of ssh://janakj@git.sip-router.org/sip-router:
Database flags renamed from DB_* to SRDB_* to avoid conflicts.
libsrdb1: futex warning fix
- port from kamailio trunk, r5607
- sync transformations add/lookup with kamailio
init_mi_core() exported via mi.h
mi include file
MI: core part
script parsing: while support
script engine: while() support
script engine: switch() and break execution
script engine: switch() fixup and optimizations
script parsing: C style switch() & case support
expr engine: minor additions
---
Module: sip-router
Branch: janakj/ldap
Commit: e0948f9696158d1a7a8bf9255db701e150eaba0a
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e0948f9…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon Feb 16 01:05:39 2009 +0100
Merge branches 'janakj/ldap' and 'master' of ssh://janakj@git.sip-router.org/sip-router into ldap
* 'janakj/ldap' of ssh://janakj@git.sip-router.org/sip-router:
* 'master' of ssh://janakj@git.sip-router.org/sip-router:
Database flags renamed from DB_* to SRDB_* to avoid conflicts.
libsrdb1: futex warning fix
- port from kamailio trunk, r5607
- sync transformations add/lookup with kamailio
init_mi_core() exported via mi.h
mi include file
MI: core part
script parsing: while support
script engine: while() support
script engine: switch() and break execution
script engine: switch() fixup and optimizations
script parsing: C style switch() & case support
expr engine: minor additions
---
Module: sip-router
Branch: janakj/flatstore
Commit: 531b59fc6e9ff1749cd29789a786dd8d328cab66
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=531b59f…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Sun Feb 15 18:02:28 2009 +0100
Merge commit 'cvs/head' into flatstore
* commit 'cvs/head': (25 commits)
- a set of minimalistic config files for testing purposes
- adding missing end of doxygen group
- missing READMEs added
- headers moved within the doxygen section
- removed unneeded libs, thanks to Marcus Better <marcus(a)better.se>
- support for flatstore uris with relative pathnames (they are
- wrong array index fixed
- minor bug fixes
- new version of flatstore module for new db api in SER 2.1
- various warning fixes
- "strlen(flat_escape) > 1" fix
- DB_FLOAT support
- export param types adjusted to PARAM_STR/STRING & PARAM_INT
- added record delimiter and escape char params
- converted to the new management interface
- module interface exended with list of management functions
- documents are now valid (apart from xmlns:xi problem which would require
- DTDs and stylesheets will be downloaded from the network if they are
- improved documentation system
- fixed memory leak in flat_reopen_connection, reported by
...
---