diff options
author | Timo Teräs <timo.teras@iki.fi> | 2011-06-11 12:50:06 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2011-06-11 12:50:06 +0300 |
commit | 3d4d59637f9e87c22196be00d4f0ad61ba578a5f (patch) | |
tree | 7661d93e1609be039aabce77f639547240772743 /main/freeswitch/APKBUILD | |
parent | 3f56d0d56201fe01cf0dbacbb67c0bc026213d01 (diff) | |
download | aports-3d4d59637f9e87c22196be00d4f0ad61ba578a5f.tar.bz2 aports-3d4d59637f9e87c22196be00d4f0ad61ba578a5f.tar.xz |
main/freeswitch: add preliminary fix for FS-3337
Diffstat (limited to 'main/freeswitch/APKBUILD')
-rw-r--r-- | main/freeswitch/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD index 5520012226..53d7828a8d 100644 --- a/main/freeswitch/APKBUILD +++ b/main/freeswitch/APKBUILD @@ -4,7 +4,7 @@ pkgname=freeswitch pkgver=1.0.7_p20110602 _ver=${pkgver%_p*} _snapshot=${pkgver#*_p} -pkgrel=1 +pkgrel=2 pkgdesc="A communications platform written in C from the ground up" url="http://www.freeswitch.org" arch="all" @@ -20,6 +20,7 @@ source="saveas-http://latest.freeswitch.org/freeswitch-$_ver.tar.gz/freeswitch-$ freeswitch-mod_shout-textrels.patch 0001-mod_sofia-update-mod_sofia_globals.guess_ip-on-addre.patch 0002-mod_lua-alpine-module-search-path.patch + 0003-mod_conference_no_hangup.patch modules.conf freeswitch.confd freeswitch.initd @@ -134,6 +135,7 @@ md5sums="813edb2192d1cc0fe224d9ef0492de4f freeswitch-1.0.7_p20110602.tar.gz 11883affe0839a8e15fe680aeb11b86e freeswitch-mod_shout-textrels.patch 5aed9ec61d7ac1f3758a89db159328c4 0001-mod_sofia-update-mod_sofia_globals.guess_ip-on-addre.patch 769eaa127d4dbae687dc4aa961a8cc70 0002-mod_lua-alpine-module-search-path.patch +74c3cdd3ce8474e8d084f475fa4f92c1 0003-mod_conference_no_hangup.patch 691fa3aca967203848bbb2a617545265 modules.conf c608cca8ad773acebf201f581438c7e7 freeswitch.confd aa358c9ca0d8b93fabb6a36a5ed4c469 freeswitch.initd" |