diff options
| author | Sebastian Kemper | 2017-12-05 20:21:57 +0000 |
|---|---|---|
| committer | Sebastian Kemper | 2017-12-05 20:22:07 +0000 |
| commit | c60d93ad7b0be6089212d10f40a049f6bb382077 (patch) | |
| tree | 020261ca15137a1ba6b202797961dc8239aef3d5 | |
| parent | 52e720ba7e8f83067fbfbef3990733aa5c91a386 (diff) | |
| download | telephony-c60d93ad7b0be6089212d10f40a049f6bb382077.tar.gz | |
asterisk-15.x: security bump to 15.1.3
AST-2017-013: chan_skinny: Call pthread_detach when sess threads end
ASTERISK-27452
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| -rw-r--r-- | net/asterisk-15.x/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/asterisk-15.x/Makefile b/net/asterisk-15.x/Makefile index 770e34b..83afba0 100644 --- a/net/asterisk-15.x/Makefile +++ b/net/asterisk-15.x/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk15 -PKG_VERSION:=15.1.2 -PKG_RELEASE:=2 +PKG_VERSION:=15.1.3 +PKG_RELEASE:=1 PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.asterisk.org/pub/telephony/asterisk/releases -PKG_HASH:=1fc7a55a56093d0eb3b12501b1ae60f3df148a926f5fc1c3f805b7fe1537a4ad +PKG_HASH:=cfd7c49e42878b4f7de5af7baa9f43d39476f70d1848e5f158409400c31a0c3a PKG_BUILD_DIR:=$(BUILD_DIR)/asterisk-$(PKG_VERSION) PKG_BUILD_DEPENDS:=libxml2/host |