pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/comms/asterisk



Module Name:    pkgsrc
Committed By:   jnemeth
Date:           Tue Oct 27 08:49:02 UTC 2015

Modified Files:
        pkgsrc/comms/asterisk: Makefile PLIST distinfo options.mk
        pkgsrc/comms/asterisk/patches: patch-configure patch-configure.ac
            patch-main_cdr.c patch-main_pbx.c patch-main_sched.c
            patch-main_stdtime_localtime.c
Added Files:
        pkgsrc/comms/asterisk/files/smf: manifest.xml
        pkgsrc/comms/asterisk/patches: patch-channels_chan__unistim.c
            patch-channels_sip_sdp__crypto.c patch-codecs_codec__dahdi.c
            patch-funcs_func__env.c patch-include_asterisk_compat.h
            patch-include_asterisk_poll-compat.h patch-main_channel.c
            patch-res_pjproject_pjlib_include_pj_config.h
            patch-res_pjproject_pjlib_include_pj_sock__select.h
            patch-res_pjproject_pjlib_src_pj_sock__select.c
            patch-res_pjproject_third__party_portaudio_src_hostapi_alsa_pa__linux__alsa.c
            patch-res_pjproject_third__party_portaudio_src_hostapi_oss_pa__unix__oss.c
            patch-res_res__timing__kqueue.c

Log Message:
Update Asterisk to 11.20.0: this is mainly a bug fix release.

pkgsrc changes:
- from joerg@
  - srtp support
  - new asterisk-config option to control installing of sample config files
  - manifest.xml for Solaris' SMF
  - various bugfixes, some reworked by myself
- backport kqueue timer update from Asterisk 13

-----

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

The release of Asterisk 11.20.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:

Bugs fixed in this release:
-----------------------------------
 * ASTERISK-25449 - main/sched: Regression introduced by
      5c713fdf18f causes erroneous duplicate RTCP messages; other
      potential scheduling issues in chan_sip/chan_skinny (Reported by
      Matt Jordan)
 * ASTERISK-25438 - res_rtp_asterisk: ICE role message even when
      ICE is not enabled (Reported by Joshua Colp)
 * ASTERISK-25427 - Callerid change does not always emit
      NewCallerid AMI event (Reported by Ivan Poddubny)
 * ASTERISK-25407 - Asterisk fails to log to multiple syslog
      destinations (Reported by Elazar Broad)
 * ASTERISK-25410 - app_record: RECORDED_FILE variable not being
      populated (Reported by Kevin Harwell)
 * ASTERISK-25394 - pbx: Incorrect device and presence state when
      changing hint details (Reported by Joshua Colp)
 * ASTERISK-25396 - chan_sip: Extremely long callerid name causes
      invalid SIP (Reported by Walter Doekes)
 * ASTERISK-25353 - [patch] Transcoding while different in Frame
      size = Frames lost (Reported by Alexander Traud)
 * ASTERISK-25227 - No audio at in-band announcements in ooh323
      channel (Reported by Alexandr Dranchuk)
 * ASTERISK-25346 - chan_sip: Overwriting answered elsewhere hangup
      cause on call pickup (Reported by Joshua Colp)
 * ASTERISK-25215 - Differences in queue.log between Set
      QUEUE_MEMBER and using PauseQueueMember (Reported by Lorne
      Gaetz)
 * ASTERISK-25320 - chan_sip.c: sip_report_security_event searches
      for wrong or non existent peer on invite (Reported by Kevin
      Harwell)
 * ASTERISK-25315 - DAHDI channels send shortened duration DTMF
      tones. (Reported by Richard Mudgett)
 * ASTERISK-25312 - res_http_websocket: Terminate connection on
      fatal cases (Reported by Joshua Colp)
 * ASTERISK-25265 - [patch]DTLS Failure when calling WebRTC-peer on
      Firefox 39 - add ECDH support and fallback to prime256v1
      (Reported by Stefan Engström)

Improvements made in this release:
-----------------------------------
 * ASTERISK-25310 - [patch]on FreeBSD also pthread_attr_init()
      defaults to PTHREAD_EXPLICIT_SCHED (Reported by Guido Falsi)

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

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

Thank you for your continued support of Asterisk!


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 pkgsrc/comms/asterisk/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/comms/asterisk/PLIST
cvs rdiff -u -r1.74 -r1.75 pkgsrc/comms/asterisk/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/comms/asterisk/options.mk
cvs rdiff -u -r0 -r1.1 pkgsrc/comms/asterisk/files/smf/manifest.xml
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/comms/asterisk/patches/patch-channels_chan__unistim.c \
    pkgsrc/comms/asterisk/patches/patch-channels_sip_sdp__crypto.c \
    pkgsrc/comms/asterisk/patches/patch-codecs_codec__dahdi.c \
    pkgsrc/comms/asterisk/patches/patch-funcs_func__env.c \
    pkgsrc/comms/asterisk/patches/patch-include_asterisk_compat.h \
    pkgsrc/comms/asterisk/patches/patch-include_asterisk_poll-compat.h \
    pkgsrc/comms/asterisk/patches/patch-main_channel.c \
    pkgsrc/comms/asterisk/patches/patch-res_pjproject_pjlib_include_pj_config.h \
    pkgsrc/comms/asterisk/patches/patch-res_pjproject_pjlib_include_pj_sock__select.h \
    pkgsrc/comms/asterisk/patches/patch-res_pjproject_pjlib_src_pj_sock__select.c \
    pkgsrc/comms/asterisk/patches/patch-res_pjproject_third__party_portaudio_src_hostapi_alsa_pa__linux__alsa.c \
    pkgsrc/comms/asterisk/patches/patch-res_pjproject_third__party_portaudio_src_hostapi_oss_pa__unix__oss.c \
    pkgsrc/comms/asterisk/patches/patch-res_res__timing__kqueue.c
cvs rdiff -u -r1.4 -r1.5 pkgsrc/comms/asterisk/patches/patch-configure
cvs rdiff -u -r1.2 -r1.3 pkgsrc/comms/asterisk/patches/patch-configure.ac \
    pkgsrc/comms/asterisk/patches/patch-main_stdtime_localtime.c
cvs rdiff -u -r1.1 -r1.2 pkgsrc/comms/asterisk/patches/patch-main_cdr.c \
    pkgsrc/comms/asterisk/patches/patch-main_pbx.c \
    pkgsrc/comms/asterisk/patches/patch-main_sched.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index