diff options
author | Timo Teras <timo.teras@iki.fi> | 2009-08-12 08:09:35 +0300 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2009-08-12 08:09:35 +0300 |
commit | ef6cdd179574f7cd62adc6d9c071b0144214e650 (patch) | |
tree | f860273d7b554df59b6fd419502b4958177067d6 /main/asterisk | |
parent | b3b1478d89a833ee595904cd7657a2e5424871d9 (diff) | |
download | aports-ef6cdd179574f7cd62adc6d9c071b0144214e650.tar.bz2 aports-ef6cdd179574f7cd62adc6d9c071b0144214e650.tar.xz |
main/asterisk: upgrade to 1.6.0.13
this is minor upgrade though. they skipped 1.6.0.11 and 1.6.0.12
was bad, so we get bump by three minor versions. the only fix is
a potential stack overflow fix in chan_sip (they claim it's
untriggerable in 1.6.0.x; but released the fix immediately anyway).
Diffstat (limited to 'main/asterisk')
-rw-r--r-- | main/asterisk/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/asterisk/APKBUILD b/main/asterisk/APKBUILD index e68397ea30..86adc025b5 100644 --- a/main/asterisk/APKBUILD +++ b/main/asterisk/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Timo Teras <timo.teras@iki.fi> # Maintainer: Timo Teras <timo.teras@iki.fi> pkgname=asterisk -pkgver=1.6.0.10 -pkgrel=2 +pkgver=1.6.0.13 +pkgrel=0 pkgdesc="Asterisk: A Module Open Source PBX System" url="http://www.asterisk.org/" license="GPL" @@ -86,7 +86,7 @@ tds() { _find_and_move '*_tds*' } -md5sums="c5e3ceaea876e602b1057d751278b497 asterisk-1.6.0.10.tar.gz +md5sums="1660d49da00512608ac7583a327e8c7c asterisk-1.6.0.13.tar.gz b00c9d98ce2ad445501248a197c6e436 100-uclibc-daemon.patch 929f740db7043b4553544ebcc7315c91 101-caps-uclibc.patch 97b39fd9777a2521d4f9f095482b7ac2 102-gsm-pic.patch |