pkgsrc/comms/asterisk14/distinfo
jnemeth 133aa2c812 Update to Asterisk 14.2.0: this is mostly a bugfix release with some minor
improvements.

pkgsrc change: adapt to new res_resolver_unbound module.

The Asterisk Development Team has announced the release of Asterisk 14.2.0.

The release of Asterisk 14.2.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following are the issues resolved in this release:

Improvements made in this release:
-----------------------------------
 * ASTERISK-26558 - app_queue: add variable to know if the call is
      not answered after a queue (Reported by scgm11)
 * ASTERISK-26176 - chan_sip: Add AccountCode to AMI PeerEntry
      (Reported by scgm11)
 * ASTERISK-26538 - codec_opus: Add sample to
      configs/samples/codecs.conf.sample (Reported by Kevin Harwell)
 * ASTERISK-26488 - ARI: Add 'ari show app', 'ari show apps', and
      'ari set debug' CLI commands (Reported by Matt Jordan)
 * ASTERISK-26418 - res_rtp_asterisk: Speed up ICE resolution by
      blacklisting host subnets that are not involved in RTP (Reported
      by Michael Walton)

Bugs fixed in this release:
-----------------------------------
 * ASTERISK-26608 - Compile and link failures on OpenBSD (Reported
      by snuffy)
 * ASTERISK-26520 - codec_opus: Generated fmtp line has no content
      (Reported by scgm11)
 * ASTERISK-26605 - codec_opus: Spammed warning when Opus
      negotiated but codec_opus not loaded. (Reported by Richard
      Mudgett)
 * ASTERISK-26516 - pjsip: Memory corruption with possible memory
      leak. (Reported by Richard Mudgett)
 * ASTERISK-26556 - manager: AMI version report same in Ast 13 &
      14, despite Ast 14 syntax changes (Reported by Michelle Dupuis)
 * ASTERISK-26343 - ASTERISK-25951 causes issues for callerid
      manipulation through agi (Reported by Morten Tryfoss)
 * ASTERISK-26592 - Latest libedit (3.1) defaults to unicode and
      makes asterisk CLI read garbage (Reported by George Joseph)
 * ASTERISK-26565 - chan_unistim on 11, 13, 14 placing call on hold
      temporarily locks up set (Reported by Jason)
 * ASTERISK-26575 - testsuite: Need to check PJSIP functionality
      when res_srtp is not loaded. (Reported by Joshua Colp)
 * ASTERISK-26571 - res_pjsip: Resolution incorrect when explicit
      IPv6 transport configured (Reported by Joshua Colp)
 * ASTERISK-26468 - ari: Bridge events stop working after this
      sequence of ARI calls (Reported by Daniele Pallastrelli)
 * ASTERISK-24400 - ooh323 sends wrong hangup code (Reported by
      Dmitry Melekhov)
 * ASTERISK-26555 - Multi-party Video: Fix some post Asterisk-11
      regressions (Reported by Matt Jordan)
 * ASTERISK-26412 - build:  Prepare for gcc 6.2 (Reported by George
      Joseph)
 * ASTERISK-26509 - A few non-critical deprecation warnings when
      building on Ubuntu 16.10 (Reported by Jonathan Harris)
 * ASTERISK-26523 - chan_sip: Asterisk 13.12.1 disconnects incoming
      calls after 2 minutes - rtptimeout behaving badly - regression
      (Reported by Michael Keuter)
 * ASTERISK-26549 - app_dial: When PickupChan() is used some
      channels may have incorrect device state (Reported by Joshua
      Colp)
 * ASTERISK-24274 - [patch]Codec Format Is Not Included in the SDP
      Media Attributes When SLIN48 Codec Is Used (Reported by Frankie
      Chin)
 * ASTERISK-26311 - [patch] rtp_engine: Allow more than 32 dynamic
      payload types. (Reported by Alexander Traud)
 * ASTERISK-26506 - [patch]res_pjsip_outbound_publish: Crash when
      publishing, in publisher_client_send at
      res_pjsip_outbound_publish.c (Reported by Matt Krokosz)
 * ASTERISK-25070 - Fix FTBFS on Hurd (Reported by Gabriele
      Giacone)
 * ASTERISK-26476 - chan_sip: Incorrect display option "Outbound
      reg. retry 403" in "sip show settings" (Reported by Sergey
      Grachev)
 * ASTERISK-26541 - res_pjsip_sdp_rtp: Restrict number of formats
      to maximum (Reported by Joshua Colp)
 * ASTERISK-26537 - AMI: NewConnectedLine event is not documented
      (Reported by Etienne Lessard)
 * ASTERISK-26526 - [UBSAN] vector.h: null pointer can be passed as
      argument 2 to memcpy (Reported by Badalian Vyacheslav)
 * ASTERISK-26524 - astobj2: data_size variable is wasted space
      when AO2_DEBUG is not enabled. (Reported by Corey Farrell)
 * ASTERISK-26344 - Asterisk 13.11.0 + PJSIP crash (Reported by Ian
      Gilmour)
 * ASTERISK-26387 - Asterisk segfaults shortly after starting even
      with no active calls.  (Reported by Harley Peters)
 * ASTERISK-26513 - tests/channels/pjsip/qualify/auth: Crashing
      enough to be a nuisance (Reported by Joshua Colp)
 * ASTERISK-26514 - Super Awesome Company: Don't specify transport
      in pjsip.conf (Reported by Rusty Newton)
 * ASTERISK-26510 - pjproject_bundled uses the --strip-components
      option of tar which isn't supported in older versions (Reported
      by George Joseph)
 * ASTERISK-22480 - Embedded pjproject: build.mak contains
      hardcoded full path to version.mak (Reported by Matt Jordan)
 * ASTERISK-26307 - res_pjsip_caller_id: Crash on outgoing change
      (Reported by Bill Brigden)
 * ASTERISK-26503 - app_voicemail: Asterisk crashes when
      MailboxExists is used (Reported by Doug Lytle)
 * ASTERISK-26423 - res_pjsip_sdp_rtp: Asymmetric RTP codec can
      cause audio loss and wonkiness (Reported by Andreas Wetzel)
 * ASTERISK-26309 - [patch] res_pjsip: Allow IPv4/IPv6 (Dual Stack)
      installations. (Reported by Alexander Traud)
 * ASTERISK-26482 - [patch] chan_pjsip: segfault on already
      disconnected session (Reported by Alexei Gradinari)
 * ASTERISK-26421 - Segmentation Fault with ARI originate into
      mixing bridge with 43 clients (Reported by Andrew Nagy)
 * ASTERISK-26444 - 'features show' command in CLI does not return
      prompt. (Reported by John Kiniston)
 * ASTERISK-26480 - [patch] CLI: core set debug: Auto-completes
      File not Module (Reported by Alexander Traud)
 * ASTERISK-26356 - menuselect: invalid test for GTK2 (Reported by
      Tzafrir Cohen)
 * ASTERISK-26462 - [patch] app_queue: While using queues with
      realtime, setting back to an empty context doesn't stop the exit
      key usage (Reported by Leandro Dardini)
 * ASTERISK-26439 - chan_rtp: Crash when originating (Reported by
      Kayode)
 * ASTERISK-26457 - [patch] force_rport,auto_comedia: No NAT
      detection triggered. (Reported by Alexander Traud)
 * ASTERISK-26618 - build: Backport addition of librt check to
      configure.ac (Reported by Kevin Harwell)

New Features made in this release:
-----------------------------------
 * ASTERISK-26595 - ARI: Add the ability to control the source of
      video in a multi-party mixing bridge (Reported by Matt Jordan)
 * ASTERISK-26492 - ARI: Add ability to specify channel variables
      on websocket events (Reported by Mark Michelson)
 * ASTERISK-26470 - ARI: Add an 'asterisk_id' field to outgoing
      events (Reported by Matt Jordan)

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-14.2.0

Thank you for your continued support of Asterisk!
2016-11-27 22:55:51 +00:00

60 lines
4.6 KiB
Text

$NetBSD: distinfo,v 1.5 2016/11/27 22:55:51 jnemeth Exp $
SHA1 (asterisk-14.2.0/asterisk-14.2.0.tar.gz) = 7d76ae41f663709c231694599740ee3c9bc70db7
RMD160 (asterisk-14.2.0/asterisk-14.2.0.tar.gz) = 76a8122a22082678df5f2f74d35d2aefbe35aaa6
SHA512 (asterisk-14.2.0/asterisk-14.2.0.tar.gz) = e61746971b3b8d849b14fc0a90956b51a8f8ba42c1736eff70b7e06abc4a1bc93bf7264bc0a9650b289716456fdbb42d04f31f00cc518c0ddce57b102075ef36
Size (asterisk-14.2.0/asterisk-14.2.0.tar.gz) = 40604023 bytes
SHA1 (asterisk-14.2.0/asterisk-extra-sounds-en-gsm-1.5.tar.gz) = 831ae6442e23cbef1e7d1c84798778ad0b0524d1
RMD160 (asterisk-14.2.0/asterisk-extra-sounds-en-gsm-1.5.tar.gz) = d52df795201c53fc4cd7d99ed41516e312f6f0f3
SHA512 (asterisk-14.2.0/asterisk-extra-sounds-en-gsm-1.5.tar.gz) = c7d3c3fd2c854e6776801312d34bf69bbed78a443c16121637f508c5275f18b1d415cbb6e4f6f8c5aa3769cbbfa1a11485b9972053777f3ac39256c2c81729f1
Size (asterisk-14.2.0/asterisk-extra-sounds-en-gsm-1.5.tar.gz) = 4256538 bytes
SHA1 (patch-Makefile) = 48f9452deea9572b96261208441b10967433e5c1
SHA1 (patch-addons_chan__ooh323.c) = 9cba619ced6a4449604faebeac33d91a23519c48
SHA1 (patch-apps_app__dumpchan.c) = 127ac02bdc180ad2334cd095aa6e646feb6fba10
SHA1 (patch-apps_app__followme.c) = c6a5790b5e9b34d07dbfdd66a58e2854c8c72695
SHA1 (patch-apps_app__queue.c) = c90dcacf1b18dba977b6a18505b9c1401a6c8e82
SHA1 (patch-apps_app__sms.c) = ae81daf6ccf8c8fdf2251dba305e137bb9ab6b05
SHA1 (patch-apps_app__voicemail.c) = ee46ffd64a15ef79fc568edd3d5eb68cd86865f7
SHA1 (patch-build__tools_mkpkgconfig) = 7fab8fcf46d9f8a3b98455674fec6307ec472b23
SHA1 (patch-cdr_cdr__pgsql.c) = 82b002a1f5ed3b7361a98e2bffb5cea8833949b8
SHA1 (patch-cel_cel__pgsql.c) = b280efab2b035ce60be268bac9bc8824910b2b8f
SHA1 (patch-channels_chan__oss.c) = 8a1c32462097f4a58f48a1a994aff5a8ab4c9fb2
SHA1 (patch-channels_chan__sip.c) = a4abe1dcdec3db719a7fd0e5dbefb9c12f6a37db
SHA1 (patch-codecs_codec__dahdi.c) = 77d43907df17b0c1eeb0a1e9e95811c7ef7ae624
SHA1 (patch-configure) = 53e5ea06ba9796eb6621193364b1131e895944a1
SHA1 (patch-configure.ac) = fa68fb905ceb8d1ee399d01f60ae70c4b11e77e0
SHA1 (patch-contrib_scripts_vmail.cgi) = 672827eedf315a82a289c82d1ae8b935166e9319
SHA1 (patch-funcs_func__env.c) = 0faf9eafe2a5f1701924973a54d0ab49ba62a3b3
SHA1 (patch-include_asterisk_autoconfig.h.in) = 23807b08b94f5cf9c2de76c2928f7ae38997d006
SHA1 (patch-include_asterisk_endian.h) = 1fc20d750da7d0a0407c1e1694b8bb21753acdcd
SHA1 (patch-include_asterisk_lock.h) = ce636ef6102a2a95600cfc8215305507e08fe8f9
SHA1 (patch-include_asterisk_sha1.h) = 9b233ef82b50b8d94177616e1382991656ce1ebf
SHA1 (patch-include_asterisk_strings.h) = d204488d681e39af6fadf9f054c9e402f4cb8657
SHA1 (patch-main_Makefile) = 7a4449ca3d8a33adc640436fade268285c7e2191
SHA1 (patch-main_acl.c) = 06a9d247b19d648e9ff54ac2a234dc8ac8c023bb
SHA1 (patch-main_asterisk.c) = 93ae4e31b4ae279e42b5c3661bb5fdb76d9ea161
SHA1 (patch-main_astmm.c) = 26a98d6fbb567ae619041ebd01a31349a847deab
SHA1 (patch-main_cdr.c) = 540fbdb354aba100fa37392b879b92a85d1d8620
SHA1 (patch-main_cel.c) = 22fa21db8e0afa0958d34014f52e2c4fe9c73ba2
SHA1 (patch-main_http.c) = b36f1f3f0da25456a17888d34ea2bf7b61c1acf4
SHA1 (patch-main_logger.c) = 321a52b3015af85ea13055953cec5a5d9da05ec8
SHA1 (patch-main_manager.c) = cac17df8392ca09bbbce8bcbce83627008df429a
SHA1 (patch-main_netsock.c) = a62fb822f2772b2a08592703a296b6e929b5c4f9
SHA1 (patch-main_pbx.c) = 8e7ced268edb29238f96418e8b21456364c4ae1f
SHA1 (patch-main_pbx__builtins.c) = fbe673500404438f4c38c1dd45dbadb04c88cf99
SHA1 (patch-main_sched.c) = 5fb08c75cb97398f4dd39cc2dd317190ca472f6c
SHA1 (patch-main_stdtime_localtime.c) = 58910ae9012915d69b31db9b0b41b3f85ce34e36
SHA1 (patch-main_test.c) = f38b370cdb5788304e02c71ef05d2130ead9de98
SHA1 (patch-main_utils.c) = 4b4de6303e8b937fe591a64efcf4d65ef8c56b97
SHA1 (patch-pbx_pbx__dundi.c) = 1bc28ff2412da569f139f245c5223845a2f6cebe
SHA1 (patch-res_res__calendar.c) = 45211a3baf8fbd8b201ba0167f8c56fb35728c4a
SHA1 (patch-res_res__calendar__caldav.c) = afe2f4806dd57148dde11baeefaa7897fce4d485
SHA1 (patch-res_res__calendar__icalendar.c) = ed34b7147d8834ebadac9b1b8488a4c645f90a5b
SHA1 (patch-sounds_Makefile) = 57cff080350c828526a276f44665ce11e2b93865
SHA1 (patch-tests_test__locale.c) = f3f1edc86356f2a7b4d3493433c772e164c77f66
SHA1 (patch-tests_test__voicemail__api.c) = c600f726136581e47cf34da2c0bb485b8a5912eb
SHA1 (patch-utils_Makefile) = ea70e9844624b37491570c58ba193d3ce3c23c77
SHA1 (patch-utils_db1-ast_include_db.h) = 03b43353b7967f999ace3eb160828c530e2e8fae
SHA1 (patch-utils_extconf.c) = f35d079c4801fe20132ff52d63d951d9e1658902
SHA1 (patch-utils_smsq.c) = 5c4cd729f1c9cb68291c514a2e54418e9b5a47cb
SHA1 (patch-utils_streamplayer.c) = a5bbff91d87f017143c57ae39d4fac5cda20f584