update to Asterisk 13.18.3; fix problem with chan_skinny (SCCP protocol)

which missed a pthread_detach().
This commit is contained in:
sthen 2017-12-06 14:22:39 +00:00
parent 7238b5d43b
commit 767a3645bf
2 changed files with 7 additions and 7 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.266 2017/11/11 15:19:10 sthen Exp $
# $OpenBSD: Makefile,v 1.267 2017/12/06 14:22:39 sthen Exp $
BROKEN-aarch64= linker problems with BlocksRuntime that only show up at runtime
COMMENT-main= open source multi-protocol PBX and telephony toolkit
VER= 13.18.2
VER= 13.18.3
PJ_V= 2.6
PORTROACH= limitw:0,odd
DISTNAME= asterisk-${VER:S/beta/-beta/:S/rc/-rc/}
@ -25,9 +25,9 @@ PERMIT_PACKAGE_CDROM= patent licensing clauses
PERMIT_PACKAGE_FTP= Yes
WANTLIB-main += ${MODGCC4_CPPWANTLIB}
WANTLIB-main += c crypto curl execinfo gsm iconv iksemel jansson lzma
WANTLIB-main += m nghttp2 ogg portaudio pthread spandsp sqlite3 ssl
WANTLIB-main += termcap tiff uriparser uuid vorbis vorbisenc vorbisfile
WANTLIB-main += c crypto curl curses execinfo gsm iconv iksemel jansson
WANTLIB-main += lzma m nghttp2 ogg portaudio pthread spandsp sqlite3 ssl
WANTLIB-main += tiff uriparser uuid vorbis vorbisenc vorbisfile
WANTLIB-main += xml2 xslt z
# XXX Requires either nested functions (gcc only), or -fblocks (clang).

View File

@ -1,4 +1,4 @@
SHA256 (asterisk-13.18.2.tar.gz) = KM+bFH09V/VDdPWqW4FclF14OQ9mULoRb9uUVd9aBHs=
SHA256 (asterisk-13.18.3.tar.gz) = co255O804/A4LHfl6qh4C1JlU3eg2zlSdGZ7c886ah0=
SHA256 (pjproject-2.6.tar.bz2) = L1odocF02EWHHHWL2A+7WA/Kd5nTz6oNPE4IK1Fhx7Q=
SIZE (asterisk-13.18.2.tar.gz) = 32974055
SIZE (asterisk-13.18.3.tar.gz) = 32972056
SIZE (pjproject-2.6.tar.bz2) = 4933273