Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
815
Issues
815
List
Boards
Labels
Milestones
Merge Requests
50
Merge Requests
50
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
a3d4f823
Commit
a3d4f823
authored
Dec 22, 2009
by
Natanael Copa
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/kamailio: fix script
fixes
#226
parent
d83ce5d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
2 deletions
+21
-2
APKBUILD
main/kamailio/APKBUILD
+6
-2
kamailio-backslash.patch
main/kamailio/kamailio-backslash.patch
+15
-0
No files found.
main/kamailio/APKBUILD
View file @
a3d4f823
...
...
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
kamailio
pkgver
=
1.5.3
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"Open Source SIP Server"
url
=
"http://www.kamailio.org/"
pkgusers
=
"kamailio"
...
...
@@ -19,10 +19,13 @@ source="http://www.kamailio.org/pub/kamailio/$pkgver/src/$pkgname-$pkgver-notls_
kamailio.initd
kamailio.pre-install
kamailio.post-install
kamailio-backslash.patch
"
prepare
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
-notls"
patch
-p1
-i
"
$srcdir
"
/kamailio-backslash.patch
||
return
1
sed
-i
-e
's:^cfg-target.*:cfg-target = $(cfg-dir):'
\
-e
's:^cfg-prefix.*:cfg-prefix = $(basedir):'
Makefile.defs
\
||
return
1
...
...
@@ -129,4 +132,5 @@ md5sums="17eeea5cdc2fdd28b2f9a1bad6598de2 kamailio-1.5.3-notls_src.tar.gz
eb665248ee39cf755a247286affc5cbb kamailio.cfg
81100c479890a2a8c2628db22fdd1a0c kamailio.initd
c646af2dd31f5c4289a2f802c873d98f kamailio.pre-install
3fbaf633ff1620d0d526fc4047c7bed9 kamailio.post-install"
3fbaf633ff1620d0d526fc4047c7bed9 kamailio.post-install
b0ea6c22e2e40d5d12a547898aef6973 kamailio-backslash.patch"
main/kamailio/kamailio-backslash.patch
0 → 100644
View file @
a3d4f823
--- 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 @@
# Used by dbtext and db_berkeley to define tables to be created, used by
# postgres to do the grants
-STANDARD_TABLES=${STANDARD_TABLES:-version acc dbaliases lcr domain grp
- uri speed_dial gw pdt subscriber location re_grp trusted
- address missed_calls usr_preferences aliases silo dialog
+STANDARD_TABLES=${STANDARD_TABLES:-version acc dbaliases lcr domain grp \
+ 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
carrier_name domain_name carrierfailureroute userblacklist globalblacklist htable purplemap}
Natanael Copa
@ncopa
mentioned in commit
6037da53
·
Jul 12, 2019
mentioned in commit
6037da53
mentioned in commit 6037da537be955dbce4944c201531c2c53d0d5f8
Toggle commit list
Natanael Copa
@ncopa
mentioned in issue
#226 (closed)
·
Jul 12, 2019
mentioned in issue
#226 (closed)
mentioned in issue #226
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment