asterisk13: bump to 13.17.1
Fixes AST-2017-005, AST-2017-006 and AST-2017-007. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
a448d065e3
commit
924ab675e2
2 changed files with 4 additions and 4 deletions
|
@ -10,12 +10,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=asterisk13
|
||||
PKG_VERSION:=13.17.0
|
||||
PKG_RELEASE:=5
|
||||
PKG_VERSION:=13.17.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/
|
||||
PKG_HASH:=c4a89386d7db58520391fcbd3202902584b4434289094ca2e4a6b8dada1e90a4
|
||||
PKG_HASH:=aee15699a4100ca0360e8168802c711caf7664d21d9fb84f686873f0e7c5fb34
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/asterisk-$(PKG_VERSION)
|
||||
PKG_BUILD_DEPENDS:=libxml2/host
|
||||
|
|
|
@ -4,7 +4,7 @@ Bug: https://issues.asterisk.org/jira/browse/ASTERISK-26518
|
|||
|
||||
--- a/res/res_pjsip/pjsip_message_ip_updater.c
|
||||
+++ b/res/res_pjsip/pjsip_message_ip_updater.c
|
||||
@@ -362,15 +362,15 @@ void ast_res_pjsip_cleanup_message_ip_up
|
||||
@@ -392,15 +392,15 @@ void ast_res_pjsip_cleanup_message_ip_up
|
||||
{
|
||||
ast_sip_unregister_service(&multihomed_module);
|
||||
ast_sip_unregister_supplement(&multihomed_supplement);
|
||||
|
|
Loading…
Reference in a new issue