diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-09 16:02:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-09 16:02:22 +0000 |
commit | 8fc1f8d83a8e57334ce8feba1e4a7d4d6227d74f (patch) | |
tree | 84aa97a1a0819c7f857d06d68df310a6059f2699 /main/kamailio | |
parent | ce2afd0457d06be735c71ac8c51fe65afc293144 (diff) | |
download | aports-8fc1f8d83a8e57334ce8feba1e4a7d4d6227d74f.tar.bz2 aports-8fc1f8d83a8e57334ce8feba1e4a7d4d6227d74f.tar.xz |
main/kamailio: more backslashes are needed
ref #226
Diffstat (limited to 'main/kamailio')
-rw-r--r-- | main/kamailio/APKBUILD | 4 | ||||
-rw-r--r-- | main/kamailio/kamailio-backslash.patch | 29 |
2 files changed, 27 insertions, 6 deletions
diff --git a/main/kamailio/APKBUILD b/main/kamailio/APKBUILD index 43fd50a9fd..2b64a76e81 100644 --- a/main/kamailio/APKBUILD +++ b/main/kamailio/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=kamailio pkgver=1.5.3 -pkgrel=7 +pkgrel=8 pkgdesc="Open Source SIP Server" url="http://www.kamailio.org/" pkgusers="kamailio" @@ -129,4 +129,4 @@ unixodbc() { md5sums="17eeea5cdc2fdd28b2f9a1bad6598de2 kamailio-1.5.3-notls_src.tar.gz eb665248ee39cf755a247286affc5cbb kamailio.cfg 8ac6c260f090aea0ca344f18f9a2a904 kamailio.initd -b0ea6c22e2e40d5d12a547898aef6973 kamailio-backslash.patch" +3259980a45d9ad3fc6fca83414021d07 kamailio-backslash.patch" diff --git a/main/kamailio/kamailio-backslash.patch b/main/kamailio/kamailio-backslash.patch index cefebcd2c7..9cc6036895 100644 --- a/main/kamailio/kamailio-backslash.patch +++ b/main/kamailio/kamailio-backslash.patch @@ -1,6 +1,8 @@ ---- a/scripts/kamdbctl.base Tue Dec 22 07:01:57 2009 -+++ b/scripts/kamdbctl.base Tue Dec 22 07:02:26 2009 -@@ -32,9 +32,9 @@ +diff --git a/scripts/kamdbctl.base b/scripts/kamdbctl.base +index 83f5a8a..5b640be 100644 +--- a/scripts/kamdbctl.base ++++ b/scripts/kamdbctl.base +@@ -32,13 +32,13 @@ 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 @@ -11,5 +13,24 @@ + uri speed_dial gw 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 ++EXTRA_TABLES=${EXTRA_TABLES:-imc_members imc_rooms cpl sip_trace domainpolicy carrierroute \ carrier_name domain_name carrierfailureroute userblacklist globalblacklist htable purplemap} +-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} + SED=${SED:-sed} + + # define what modules should be installed +-STANDARD_MODULES=${STANDARD_MODULES:-standard acc lcr domain group permissions +- registrar usrloc msilo alias_db uri_db +- speeddial avpops auth_db pdt dialog dispatcher ++STANDARD_MODULES=${STANDARD_MODULES:-standard acc lcr domain group permissions \ ++ 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} + |