summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2011-04-05 10:18:25 +0300
committerTimo Teräs <timo.teras@iki.fi>2011-04-05 11:13:26 +0300
commit7b620f0ea0df0c9ce881737bb3ef2f8c1654f61a (patch)
treece9e04dc14c5d5c6c5a8cb3daf6621a9fdc7b8ac
parent87739c02741ba1e4d44a00c7c66fe69823203a07 (diff)
downloadaports-7b620f0ea0df0c9ce881737bb3ef2f8c1654f61a.tar.bz2
aports-7b620f0ea0df0c9ce881737bb3ef2f8c1654f61a.tar.xz
main/kamailio: upgrade to 3.1.3
-rw-r--r--main/kamailio/APKBUILD7
-rw-r--r--main/kamailio/kamailio-3.1-backslash.patch22
2 files changed, 19 insertions, 10 deletions
diff --git a/main/kamailio/APKBUILD b/main/kamailio/APKBUILD
index d2c1e7a7..bc044d9d 100644
--- a/main/kamailio/APKBUILD
+++ b/main/kamailio/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=kamailio
-pkgver=3.1.2
+pkgver=3.1.3
pkgrel=0
pkgdesc="Open Source SIP Server"
url="http://www.kamailio.org/"
@@ -73,6 +73,7 @@ build() {
PREFIX=/usr \
cfg_target=/etc/kamailio/ \
include_modules="$_modules" \
+ LIBDIR=lib \
DESTDIR="$pkgdir" \
cfg_prefix="$pkgdir" \
cfg
@@ -152,8 +153,8 @@ unixodbc() {
_mv_mod_k $_odbc
}
-md5sums="9daf29a84f057cfcba3b31c61ad38de3 kamailio-3.1.2_src.tar.gz
+md5sums="679f86d63c069e283a0cdc64f6ba2c99 kamailio-3.1.3_src.tar.gz
a3c959ec568c43a905710e7d25cd8c25 kamailio.cfg
c0dc4e13d9e57feb99f016d3ee443c0b kamailio.initd
-3cb2eaeed81e4cdb1830f06a88de19e7 kamailio-3.1-backslash.patch
+8454687f047f703c5cb443db3a0003a8 kamailio-3.1-backslash.patch
199df21eaa4856dcacdcc438f72765f1 sqlite.patch"
diff --git a/main/kamailio/kamailio-3.1-backslash.patch b/main/kamailio/kamailio-3.1-backslash.patch
index e8fcdc03..85e0f3fb 100644
--- a/main/kamailio/kamailio-3.1-backslash.patch
+++ b/main/kamailio/kamailio-3.1-backslash.patch
@@ -1,8 +1,8 @@
diff --git a/utils/kamctl/kamdbctl.base b/utils/kamctl/kamdbctl.base
-index 85d8fa2..b26bc6f 100644
+index acc7d4a..3a50270 100644
--- a/utils/kamctl/kamdbctl.base
+++ b/utils/kamctl/kamdbctl.base
-@@ -32,13 +32,13 @@ INSTALL_PRESENCE_TABLES=${INSTALL_PRESENCE_TABLES:-ask}
+@@ -32,14 +32,14 @@ INSTALL_PRESENCE_TABLES=${INSTALL_PRESENCE_TABLES:-ask}
# Used by dbtext and db_berkeley to define tables to be created, used by
# postgres to do the grants
@@ -13,15 +13,17 @@ index 85d8fa2..b26bc6f 100644
+ uri speed_dial lcr_gw lcr_rule lcr_rule_target pdt subscriber \
+ location re_grp trusted address missed_calls usr_preferences \
aliases silo dialog dispatcher dialplan}
--EXTRA_TABLES=${EXTRA_TABLES:-imc_members imc_rooms cpl sip_trace domainpolicy carrierroute
-+EXTRA_TABLES=${EXTRA_TABLES:-imc_members imc_rooms cpl sip_trace domainpolicy carrierroute \
- carrier_name domain_name carrierfailureroute userblacklist globalblacklist htable purplemap}
+-EXTRA_TABLES=${EXTRA_TABLES:-imc_members imc_rooms cpl sip_trace domainpolicy
+- carrierroute carrier_name domain_name carrierfailureroute userblacklist
++EXTRA_TABLES=${EXTRA_TABLES:-imc_members imc_rooms cpl sip_trace domainpolicy \
++ carrierroute carrier_name domain_name carrierfailureroute userblacklist \
+ globalblacklist htable purplemap uacreg}
-PRESENCE_TABLES=${PRESENCE_TABLES:-presentity active_watchers watchers xcap
+PRESENCE_TABLES=${PRESENCE_TABLES:-presentity active_watchers watchers xcap \
pua rls_presentity rls_watchers}
# SQL definitions
-@@ -61,9 +61,9 @@ GREP=${GREP:-grep}
+@@ -62,11 +62,11 @@ GREP=${GREP:-grep}
SED=${SED:-sed}
# define what modules should be installed
@@ -32,5 +34,11 @@ index 85d8fa2..b26bc6f 100644
+ registrar usrloc msilo alias_db uri_db \
+ speeddial avpops auth_db pdt dialog dispatcher \
dialplan}
- EXTRA_MODULES=${EXTRA_MODULES:-imc cpl siptrace domainpolicy carrierroute userblacklist htable purple}
+-EXTRA_MODULES=${EXTRA_MODULES:-imc cpl siptrace domainpolicy carrierroute
++EXTRA_MODULES=${EXTRA_MODULES:-imc cpl siptrace domainpolicy carrierroute \
+ userblacklist htable purple uac}
+ ############################################################
+--
+1.7.1
+