summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2021-03-26 00:04:08 +0000
committergdt <gdt@pkgsrc.org>2021-03-26 00:04:08 +0000
commit2ad6dd411ef271ba71fd8a23cfe57243310d1e17 (patch)
tree72c9e67546f7878e02502c8f27a67fc0a5a824e7 /comms
parentd09fe1fd707227c9858ad2ed8dca29a667d1e613 (diff)
downloadpkgsrc-2ad6dd411ef271ba71fd8a23cfe57243310d1e17.tar.gz
comms/asterisk16: Update to 16.17.0
This is a micro update that is mostly security fixes and bug fixes with very small improvements. In addition to this being a security fix, asterisk16 is a leaf package. Upstream changes: Security bugs fixed in this release: ----------------------------------- * ASTERISK-29305 - ASTERISK-29203 / AST-2021-002 -- Another scenario is causing a crash (Reported by Gregory Massel) * ASTERISK-29260 - sRTP Replay Protection ignored; even tears down long calls (Reported by Alexander Traud) * ASTERISK-29227 - res_pjsip_diversion: sending multiple 181 responses causes memory corruption and crash (Reported by Ivan Poddubny) Bugs fixed in this release: ----------------------------------- * ASTERISK-29215 - res_pjsip_session: NULL active_media_state topology caused asterisk crash (Reported by sungtae kim) * ASTERISK-29035 - chan_local: Multistream support breaks T.38 faxing (Reported by Matthias Hensler) * ASTERISK-29071 - app_confbridge: Memory rises when jitterbuffer enabled and muting over AMI occurs (Reported by Stefan Ruf) * ASTERISK-29329 - app_dial: DTMF to 'D' option gets duplicated if there are multiple progress events (Reported by N A) * ASTERISK-24434 - Fix differing usage of assignment operators in modules.conf (Reported by Rusty Newton) * ASTERISK-29306 - strings: Incorrect use of __attribute__((pure)) in ast_str_to_lower definition (Reported by Vitezslav Novy) * ASTERISK-29300 - res_rtp_asterisk: When native local bridging the remote SSRC becomes permanent (Reported by Sebastian Damm) * ASTERISK-29235 - res_pjsip_nat: Contact is rewritten on REGISTER responses with external_signaling_address (Reported by Brian Paboojian) * ASTERISK-29266 - ICE Role conflict with an unauthorized session (Reported by Salah Ahmed) * ASTERISK-29105 - chan_pjsip: 180 Ringing with SDP not changed into progress (Reported by Sebastian Damm) * ASTERISK-29297 - say: Y2021 problem – Asterisk cannot say year 2021 in Dutch (Reported by Jacek Konieczny) * ASTERISK-29315 - res_pjsip: re-registration gets stuck if setting initial auth credentials fails (Reported by Nick French) * ASTERISK-29312 - res_fax: asterisk fails to publish the Stasis and ReceiveFax status messages if the remote Station ID contains invalid UTF-8 characters (Reported by Alexei Gradinari) * ASTERISK-16799 - Callee declined when 'beep' audio file does not exist (Reported by IAMJames_) * ASTERISK-29313 - res_pjsip_refer: Segfault in progress notify (Reported by George Joseph) * ASTERISK-29293 - res_config_pgsql: Limit realtime_pgsql() to return one (no more) record (Reported by Boris P. Korzun) * ASTERISK-29303 - pjsip: Re-invite occurs when it shouldn't (Reported by Benjamin Keith Ford) * ASTERISK-29311 - res_odbc_transaction sets forcecommit default value based on isolation level instead of forcecommit (Reported by Jaco Kroon) * ASTERISK-28452 - pjsip: <sess-version> of SDP is not incremented though SDP may be changed on reinvite without SDP offer (Reported by Michael Maier) * ASTERISK-29287 - app.h: C++ compatibility broken (Reported by Jean Aunis - Prescom) * ASTERISK-28369 - app_queue: Member device state "invalid" when second call is ringing and hint is used (Reported by Boolah ) * ASTERISK-29203 - res_pjsip_t38: Crash when changing state (Reported by Gregory Massel) * ASTERISK-29205 - res_rtp_asterisk: Asterisk crashes when making hold/unhold from webrtc client (Reported by Edvin Vidmar) * ASTERISK-29196 - res_pjsip: Segmentation fault (Reported by Mauri de Souza Meneguzzo (3CPlus)) * ASTERISK-29280 - chan_sip: Allow peers without audio (text+video). (Reported by Alexander Traud) * ASTERISK-29265 - chan_sip: Allow text+video media streams, again. (Reported by Alexander Traud) * ASTERISK-29261 - res_pjsip: user=phone validation fail for isup numbers containing *# (Reported by Mark Petersen) * ASTERISK-29259 - channel: Allow text+video media streams, again. (Reported by Alexander Traud) * ASTERISK-29258 - chan_sip: Audio stream rejected, Other stream present: Invalid SDP. (Reported by Alexander Traud) * ASTERISK-29220 - After T38 reinvite response of 488 a subsequent G711 reinvite is not processed correctly. Instead the previous T38 session media is used (Reported by Robert Cripps) * ASTERISK-29248 - res_pjsip_session: res sometimes uninitialized reported by compiler Clang. (Reported by Alexander Traud) Improvements made in this release: ----------------------------------- * ASTERISK-29321 - sorcery: Add support for more intelligent reloading. (Reported by Joshua C. Colp) * ASTERISK-29325 - res_pjsip_registrar: Include source IP address and port in log messages (Reported by Joshua C. Colp) * ASTERISK-29326 - asterisk: Update copyright/company (Reported by Joshua C. Colp) * ASTERISK-29244 - Add MixMonitorStart / Stop / Mute AMI events (Reported by Sébastien Duthil) * ASTERISK-29275 - Support of MIME-type for wav16 (Reported by Boris P. Korzun) * ASTERISK-29252 - TRANSFERSTATUSPROTOCOL variable to report Transfer (REFER) failure SIP code (Reported by Dan Cropp) * ASTERISK-29262 - Support of various URL-schemes by MoH (Reported by Boris P. Korzun)
Diffstat (limited to 'comms')
-rw-r--r--comms/asterisk16/Makefile5
-rw-r--r--comms/asterisk16/distinfo34
2 files changed, 19 insertions, 20 deletions
diff --git a/comms/asterisk16/Makefile b/comms/asterisk16/Makefile
index 9389581ead1..9060ff7938d 100644
--- a/comms/asterisk16/Makefile
+++ b/comms/asterisk16/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.76 2021/02/11 11:53:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.77 2021/03/26 00:04:08 gdt Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
# to find out the current sound file versions
-DISTNAME= asterisk-16.16.0
-PKGREVISION= 1
+DISTNAME= asterisk-16.17.0
CATEGORIES= comms net audio
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/
MASTER_SITES+= http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
diff --git a/comms/asterisk16/distinfo b/comms/asterisk16/distinfo
index f570d8bd158..fc4a43aa9eb 100644
--- a/comms/asterisk16/distinfo
+++ b/comms/asterisk16/distinfo
@@ -1,21 +1,21 @@
-$NetBSD: distinfo,v 1.40 2021/02/11 11:53:19 ryoon Exp $
+$NetBSD: distinfo,v 1.41 2021/03/26 00:04:08 gdt Exp $
-SHA1 (asterisk-16.16.0/asterisk-16.16.0.tar.gz) = e98a42dbd5f1ff18da2626cd00f9193230164b97
-RMD160 (asterisk-16.16.0/asterisk-16.16.0.tar.gz) = 234e4424505031fc3e7df3c4ad8e7daf1b4b243b
-SHA512 (asterisk-16.16.0/asterisk-16.16.0.tar.gz) = c9c8c38395570ab3a07d219b338ae8b8d1beb71633e3e6349d2457bc6f2b124ccb18ceef8b0d2c750fbe24fb28116ea145dd174161758d3e4bb00062019cb86e
-Size (asterisk-16.16.0/asterisk-16.16.0.tar.gz) = 27810532 bytes
-SHA1 (asterisk-16.16.0/asterisk-extra-sounds-en-gsm-1.5.2.tar.gz) = 0207e289404704c42941759db9660269599044f9
-RMD160 (asterisk-16.16.0/asterisk-extra-sounds-en-gsm-1.5.2.tar.gz) = 5d660e7664a56086bd60ad49196e1b622a60f106
-SHA512 (asterisk-16.16.0/asterisk-extra-sounds-en-gsm-1.5.2.tar.gz) = 3f2f7bf3d5bce3544bc013f913c352f0204a3ce96239987403eb9dce8bc87e64a61d437762323a422a87b2fad1f3bf3e7a5f3d0d340f912a1b1dbfea9479d41d
-Size (asterisk-16.16.0/asterisk-extra-sounds-en-gsm-1.5.2.tar.gz) = 4253587 bytes
-SHA1 (asterisk-16.16.0/pjproject-2.10.md5) = 1f91cf11ef1df14344817905e165cc1908668d18
-RMD160 (asterisk-16.16.0/pjproject-2.10.md5) = c33bbef404923860a41e34520871c0fa7533a01d
-SHA512 (asterisk-16.16.0/pjproject-2.10.md5) = bd24048c9c2fdaf06468e44bceca92bd02848d759ef98285d20b50174f865b1aec2928f1ce6c092862397ba83dd1a74da4a7e479eca881df1e9f9d1c211a7054
-Size (asterisk-16.16.0/pjproject-2.10.md5) = 110 bytes
-SHA1 (asterisk-16.16.0/pjproject-2.10.tar.bz2) = 0c691fa3562d4daad4b4374df61e8325ac15cc55
-RMD160 (asterisk-16.16.0/pjproject-2.10.tar.bz2) = 9ffe871976a67e4d29d45fdb2c1fc26b2925ef86
-SHA512 (asterisk-16.16.0/pjproject-2.10.tar.bz2) = fe29edccc63a8e72323e1b6f955a8c3475e26aba9cb8f5125546da4409fecc19a09a7950eee6b8e4a3c908943bc043d95130f878ad52958c5eccc617e3bcfb4e
-Size (asterisk-16.16.0/pjproject-2.10.tar.bz2) = 7339188 bytes
+SHA1 (asterisk-16.17.0/asterisk-16.17.0.tar.gz) = 2fa837ec30f483bd1e5b272557a3ada6e1d7c3cf
+RMD160 (asterisk-16.17.0/asterisk-16.17.0.tar.gz) = a3a3e764834b29571a38a340f92df01c45288515
+SHA512 (asterisk-16.17.0/asterisk-16.17.0.tar.gz) = ea142028974beffc6e8e87a780eb3928c4542eb7886246eb689fc4f61191e4bf05477aabd24c98f14e69504e5afec29cea33aeab4fefcc8fbd48c72592b630c2
+Size (asterisk-16.17.0/asterisk-16.17.0.tar.gz) = 27836573 bytes
+SHA1 (asterisk-16.17.0/asterisk-extra-sounds-en-gsm-1.5.2.tar.gz) = 0207e289404704c42941759db9660269599044f9
+RMD160 (asterisk-16.17.0/asterisk-extra-sounds-en-gsm-1.5.2.tar.gz) = 5d660e7664a56086bd60ad49196e1b622a60f106
+SHA512 (asterisk-16.17.0/asterisk-extra-sounds-en-gsm-1.5.2.tar.gz) = 3f2f7bf3d5bce3544bc013f913c352f0204a3ce96239987403eb9dce8bc87e64a61d437762323a422a87b2fad1f3bf3e7a5f3d0d340f912a1b1dbfea9479d41d
+Size (asterisk-16.17.0/asterisk-extra-sounds-en-gsm-1.5.2.tar.gz) = 4253587 bytes
+SHA1 (asterisk-16.17.0/pjproject-2.10.md5) = 1f91cf11ef1df14344817905e165cc1908668d18
+RMD160 (asterisk-16.17.0/pjproject-2.10.md5) = c33bbef404923860a41e34520871c0fa7533a01d
+SHA512 (asterisk-16.17.0/pjproject-2.10.md5) = bd24048c9c2fdaf06468e44bceca92bd02848d759ef98285d20b50174f865b1aec2928f1ce6c092862397ba83dd1a74da4a7e479eca881df1e9f9d1c211a7054
+Size (asterisk-16.17.0/pjproject-2.10.md5) = 110 bytes
+SHA1 (asterisk-16.17.0/pjproject-2.10.tar.bz2) = 0c691fa3562d4daad4b4374df61e8325ac15cc55
+RMD160 (asterisk-16.17.0/pjproject-2.10.tar.bz2) = 9ffe871976a67e4d29d45fdb2c1fc26b2925ef86
+SHA512 (asterisk-16.17.0/pjproject-2.10.tar.bz2) = fe29edccc63a8e72323e1b6f955a8c3475e26aba9cb8f5125546da4409fecc19a09a7950eee6b8e4a3c908943bc043d95130f878ad52958c5eccc617e3bcfb4e
+Size (asterisk-16.17.0/pjproject-2.10.tar.bz2) = 7339188 bytes
SHA1 (patch-Makefile) = 9f093c599f6c6208721c20387f07865a9cf2fd8e
SHA1 (patch-build__tools_mkpkgconfig) = 7fab8fcf46d9f8a3b98455674fec6307ec472b23
SHA1 (patch-channels_Makefile) = b32bb8439ae07ed361ab7cb811b4766a27f09ec9