summaryrefslogtreecommitdiffstats
path: root/main/asterisk
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2012-07-06 08:58:15 +0300
committerTimo Teräs <timo.teras@iki.fi>2012-07-06 08:58:15 +0300
commitaf227426a7d144d758f12e3f22b53d290ef83a12 (patch)
treee234cd0afdcb331c9722331d35370dee303336cd /main/asterisk
parent0279835794fd134c9ca2e7662766ffd540688e11 (diff)
downloadaports-af227426a7d144d758f12e3f22b53d290ef83a12.tar.bz2
aports-af227426a7d144d758f12e3f22b53d290ef83a12.tar.xz
main/asterisk: build fix (remove obsolete patch)
Remove the patch requested in: http://bugs.alpinelinux.org/issues/227 This bug has been fixed in upstream with a better patch in all asterisk branches. See: https://issues.asterisk.org/view.php?id=15627
Diffstat (limited to 'main/asterisk')
-rw-r--r--main/asterisk/400-bug-227.patch15
-rw-r--r--main/asterisk/APKBUILD1
2 files changed, 0 insertions, 16 deletions
diff --git a/main/asterisk/400-bug-227.patch b/main/asterisk/400-bug-227.patch
deleted file mode 100644
index f8187379e..000000000
--- a/main/asterisk/400-bug-227.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: channels/chan_sip.c
-===================================================================
---- a/channels/chan_sip.c (revision 212243)
-+++ b/channels/chan_sip.c (working copy)
-@@ -3675,8 +3675,8 @@
- char method_str[31];
- ast_debug(3, "Re-scheduled destruction of SIP call %s\n", p->callid ? p->callid : "<unknown>");
- append_history(p, "ReliableXmit", "timeout");
-- if (sscanf(p->lastmsg, "Tx: %30s", method_str) == 1 || sscanf(p->lastmsg, "Rx: %30s", method_str) == 1) {
-- if (method_match(SIP_CANCEL, method_str) || method_match(SIP_BYE, method_str)) {
-+ if (sscanf(p->lastmsg, "Tx: %30s", method_str) == 1 || sscanf(p->lastmsg, "Rx: %30s", method_str) == 1 || sscanf(p->lastmsg, "Init: %30s", method_str) == 1) {
-+ if (method_match(SIP_CANCEL, method_str) || method_match(SIP_BYE, method_str) || method_match(SIP_INVITE, method_str)) {
- pvt_set_needdestroy(p, "autodestruct");
- }
- }
diff --git a/main/asterisk/APKBUILD b/main/asterisk/APKBUILD
index 5e0bc175b..65c6808a2 100644
--- a/main/asterisk/APKBUILD
+++ b/main/asterisk/APKBUILD
@@ -22,7 +22,6 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-pgsql $pkgname-odbc
source="http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-${pkgver/_/-}.tar.gz
100-uclibc-daemon.patch
101-caps-uclibc.patch
- 400-bug-227.patch
900-tryinclude.patch
ASTERISK-18977.patch
ASTERISK-18995.patch