From 2f190f1b2a5e3f26e98b2c7e24a601d65a8d4c05 Mon Sep 17 00:00:00 2001 From: Jiri Slachta Date: Sun, 13 Aug 2017 20:44:16 +0200 Subject: [PATCH] kamailio-4.x: update to 4.4.6 Signed-off-by: Jiri Slachta --- net/kamailio-4.x/Makefile | 4 ++-- .../patches/050-fix-kamailio-utils.patch | 16 +++++++++------- .../110-include-sys-time-h-in-ld_session-h.patch | 10 ---------- .../111-include-sys-time-h-in-kamcmd-c.patch | 10 ---------- 4 files changed, 11 insertions(+), 29 deletions(-) delete mode 100644 net/kamailio-4.x/patches/110-include-sys-time-h-in-ld_session-h.patch delete mode 100644 net/kamailio-4.x/patches/111-include-sys-time-h-in-kamcmd-c.patch diff --git a/net/kamailio-4.x/Makefile b/net/kamailio-4.x/Makefile index 60b8c59..218f8a4 100644 --- a/net/kamailio-4.x/Makefile +++ b/net/kamailio-4.x/Makefile @@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=kamailio4 -PKG_VERSION:=4.4.5 +PKG_VERSION:=4.4.6 PKG_RELEASE:=1 PKG_SOURCE_URL:=http://www.kamailio.org/pub/kamailio/$(PKG_VERSION)/src/ PKG_SOURCE:=kamailio-$(PKG_VERSION)$(PKG_VARIANT)_src.tar.gz -PKG_HASH:=fd7ced2268b4fbc7763b415341a05034eaff68a666cbf7507c707ac9199c3012 +PKG_HASH:= PKG_USE_MIPS16:=0 PKG_LICENSE:=GPL-2.0+ diff --git a/net/kamailio-4.x/patches/050-fix-kamailio-utils.patch b/net/kamailio-4.x/patches/050-fix-kamailio-utils.patch index c19761d..6a61431 100644 --- a/net/kamailio-4.x/patches/050-fix-kamailio-utils.patch +++ b/net/kamailio-4.x/patches/050-fix-kamailio-utils.patch @@ -8,7 +8,7 @@ # --- a/utils/kamctl/kamctlrc +++ b/utils/kamctl/kamctlrc -@@ -145,3 +145,6 @@ +@@ -148,3 +148,6 @@ ## Extra start options - default is: not set # example: start Kamailio with 64MB share memory: STARTOPTIONS="-m 64" # STARTOPTIONS= @@ -25,7 +25,7 @@ # --- a/utils/kamctl/kamdbctl.base +++ b/utils/kamctl/kamdbctl.base -@@ -33,18 +33,18 @@ INSTALL_DBUID_TABLES=${INSTALL_DBUID_TAB +@@ -33,19 +33,19 @@ INSTALL_DBUID_TABLES=${INSTALL_DBUID_TAB # Used by dbtext and db_berkeley to define tables to be created, used by # postgres to do the grants @@ -41,11 +41,13 @@ -EXTRA_TABLES=${EXTRA_TABLES:-imc_members imc_rooms cpl sip_trace domainpolicy - carrierroute carrier_name domain_name carrierfailureroute userblacklist - globalblacklist htable purplemap uacreg pl_pipes mtree mtrees +- sca_subscriptions mohqcalls mohqueues rtpproxy dr_gateways dr_rules +EXTRA_TABLES=${EXTRA_TABLES:-imc_members imc_rooms cpl sip_trace domainpolicy \ + carrierroute carrier_name domain_name carrierfailureroute userblacklist \ + globalblacklist htable purplemap uacreg pl_pipes mtree mtrees \ - sca_subscriptions mohqcalls mohqueues rtpproxy} --PRESENCE_TABLES=${PRESENCE_TABLES:-presentity active_watchers watchers xcap ++ sca_subscriptions mohqcalls mohqueues rtpproxy dr_gateways dr_rules \ + dr_gw_lists} +-PRESENCE_TABLES=${PRESENCE_TABLES:-presentity active_watchers watchers xcap +PRESENCE_TABLES=${PRESENCE_TABLES:-presentity active_watchers watchers xcap \ pua rls_presentity rls_watchers} -DBUID_TABLES=${UID_TABLES:-uid_credentials uid_domain uid_domain_attrs @@ -53,7 +55,7 @@ uid_global_attrs uid_uri uid_uri_attrs uid_user_attrs} # SQL definitions -@@ -68,17 +68,17 @@ GREP=${GREP:-grep} +@@ -69,17 +69,17 @@ GREP=${GREP:-grep} SED=${SED:-sed} # define what modules should be installed @@ -66,9 +68,9 @@ PRESENCE_MODULES=${PRESENCE_MODULES:-presence rls} -EXTRA_MODULES=${EXTRA_MODULES:-imc cpl siptrace domainpolicy carrierroute -- userblacklist htable purple uac pipelimit mtree sca mohqueue +- drouting userblacklist htable purple uac pipelimit mtree sca mohqueue +EXTRA_MODULES=${EXTRA_MODULES:-imc cpl siptrace domainpolicy carrierroute \ -+ userblacklist htable purple uac pipelimit mtree sca mohqueue \ ++ drouting userblacklist htable purple uac pipelimit mtree sca mohqueue \ rtpproxy} -DBUID_MODULES=${UID_MODULES:-uid_auth_db uid_avp_db uid_domain uid_gflags diff --git a/net/kamailio-4.x/patches/110-include-sys-time-h-in-ld_session-h.patch b/net/kamailio-4.x/patches/110-include-sys-time-h-in-ld_session-h.patch deleted file mode 100644 index 2fc156e..0000000 --- a/net/kamailio-4.x/patches/110-include-sys-time-h-in-ld_session-h.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/modules/ldap/ld_session.h -+++ b/modules/ldap/ld_session.h -@@ -28,6 +28,7 @@ - #ifndef LD_SESSION_H - #define LD_SESSION_H - -+#include - #include - - #include "iniparser.h" diff --git a/net/kamailio-4.x/patches/111-include-sys-time-h-in-kamcmd-c.patch b/net/kamailio-4.x/patches/111-include-sys-time-h-in-kamcmd-c.patch deleted file mode 100644 index 4615889..0000000 --- a/net/kamailio-4.x/patches/111-include-sys-time-h-in-kamcmd-c.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/utils/kamcmd/kamcmd.c -+++ b/utils/kamcmd/kamcmd.c -@@ -43,6 +43,7 @@ - #include - #include /* isprint */ - #include -+#include /* struct timeval */ - #include /* unix sock*/ - #include /* udp sock */ - #include /* writev */ -- 2.30.2