diff options
| author | Sebastian Kemper | 2017-09-10 20:35:49 +0000 |
|---|---|---|
| committer | Sebastian Kemper | 2017-09-10 20:36:00 +0000 |
| commit | 924ab675e2d33b1a4c5a75f75870755dd50aff61 (patch) | |
| tree | 84a9c5ce79e1bcb84aa4baed6313c16f48612b2a | |
| parent | a448d065e372185392ef3313655b483d92e356db (diff) | |
| download | telephony-924ab675e2d33b1a4c5a75f75870755dd50aff61.tar.gz | |
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>
| -rw-r--r-- | net/asterisk-13.x/Makefile | 6 | ||||
| -rw-r--r-- | net/asterisk-13.x/patches/054-pjsip_unresolved_symbol.patch | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/asterisk-13.x/Makefile b/net/asterisk-13.x/Makefile index cbf7f3d..d9c9c8f 100644 --- a/net/asterisk-13.x/Makefile +++ b/net/asterisk-13.x/Makefile @@ -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 diff --git a/net/asterisk-13.x/patches/054-pjsip_unresolved_symbol.patch b/net/asterisk-13.x/patches/054-pjsip_unresolved_symbol.patch index 5708c00..afe116d 100644 --- a/net/asterisk-13.x/patches/054-pjsip_unresolved_symbol.patch +++ b/net/asterisk-13.x/patches/054-pjsip_unresolved_symbol.patch @@ -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); |