diff options
author | Timo Teräs <timo.teras@iki.fi> | 2010-10-12 16:43:33 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2010-10-12 16:43:33 +0300 |
commit | 3846ca64a4e856df974dd3aff36883ba679f85ba (patch) | |
tree | 629c98fc6ed31ceec5580c325dae1a0dca1b5769 /main/asterisk/APKBUILD | |
parent | 82edb551f7a8d79d394904fc9b972839b476c273 (diff) | |
download | aports-3846ca64a4e856df974dd3aff36883ba679f85ba.tar.bz2 aports-3846ca64a4e856df974dd3aff36883ba679f85ba.tar.xz |
main/asterisk: preliminary fix for issue 18119
Testing fix for SIP reregistration issue in Asterisk.
Diffstat (limited to 'main/asterisk/APKBUILD')
-rw-r--r-- | main/asterisk/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/asterisk/APKBUILD b/main/asterisk/APKBUILD index ea05b8e34..e931f6b99 100644 --- a/main/asterisk/APKBUILD +++ b/main/asterisk/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Timo Teras <timo.teras@iki.fi> pkgname=asterisk pkgver=1.6.2.13 -pkgrel=0 +pkgrel=1 pkgdesc="Asterisk: A Module Open Source PBX System" url="http://www.asterisk.org/" license="GPL" @@ -18,6 +18,7 @@ source="http://downloads.digium.com/pub/asterisk/releases/$pkgname-$pkgver.tar.g 100-uclibc-daemon.patch 101-caps-uclibc.patch 400-bug-227.patch + 500-issue18119.patch asterisk.initd asterisk.confd asterisk.logrotate" @@ -123,6 +124,7 @@ md5sums="1e184a4d9301e2e4b9de3bc98b507d4f asterisk-1.6.2.13.tar.gz b00c9d98ce2ad445501248a197c6e436 100-uclibc-daemon.patch 6e1129e30c4fd2c25c86c81685a485a9 101-caps-uclibc.patch 79e9634b5054bceb3b8dc246654bb243 400-bug-227.patch +f104ec9a337fb77c67c65aedad75fa0f 500-issue18119.patch 0ce3219e05f55af884a7dc6b99c2b276 asterisk.initd ed31d7ba37bcf8b0346dcf8593c395f0 asterisk.confd 3e65172275684373e1a25c8a11224411 asterisk.logrotate" |