aboutsummaryrefslogtreecommitdiffstats
path: root/main/kamailio/APKBUILD
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2011-04-06 09:49:23 +0300
committerTimo Teräs <timo.teras@iki.fi>2011-04-06 09:50:39 +0300
commit2bf9bd38eb8685a170d201fa253868968f40d125 (patch)
tree20f353f16618e4f4d07886aab8c6a9a492c2fcb5 /main/kamailio/APKBUILD
parent8f192e3b4f2121daad608ebdf7eb4a37514f0a74 (diff)
downloadaports-2bf9bd38eb8685a170d201fa253868968f40d125.tar.bz2
aports-2bf9bd38eb8685a170d201fa253868968f40d125.tar.xz
main/kamailio: fix a from header rewriting bug
Diffstat (limited to 'main/kamailio/APKBUILD')
-rw-r--r--main/kamailio/APKBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/main/kamailio/APKBUILD b/main/kamailio/APKBUILD
index 93eb9d935b..823feb5fc8 100644
--- a/main/kamailio/APKBUILD
+++ b/main/kamailio/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=kamailio
pkgver=3.1.3
-pkgrel=0
+pkgrel=1
pkgdesc="Open Source SIP Server"
url="http://www.kamailio.org/"
pkgusers="kamailio"
@@ -10,6 +10,7 @@ pkggroups="kamailio"
arch="all"
license="GPL"
depends=
+arch=all
makedepends="bison flex expat-dev postgresql-dev pcre-dev mysql-dev
libxml2-dev curl-dev unixodbc-dev confuse-dev ncurses-dev sqlite-dev"
install="$pkgname.pre-install $pkgname.pre-upgrade"
@@ -20,6 +21,7 @@ source="http://www.kamailio.org/pub/kamailio/$pkgver/src/kamailio-${pkgver}_src.
kamailio.initd
kamailio-3.1-backslash.patch
sqlite.patch
+ 0001-modules_k-uac-fix-from-to-restore-for-small-original.patch
"
_builddir="$srcdir"/$pkgname-$pkgver
@@ -158,4 +160,5 @@ md5sums="679f86d63c069e283a0cdc64f6ba2c99 kamailio-3.1.3_src.tar.gz
a3c959ec568c43a905710e7d25cd8c25 kamailio.cfg
c0dc4e13d9e57feb99f016d3ee443c0b kamailio.initd
8454687f047f703c5cb443db3a0003a8 kamailio-3.1-backslash.patch
-199df21eaa4856dcacdcc438f72765f1 sqlite.patch"
+199df21eaa4856dcacdcc438f72765f1 sqlite.patch
+3f7d63e6ff634157b8b2bab514af65e9 0001-modules_k-uac-fix-from-to-restore-for-small-original.patch"