Asterisk Development Team
2015-Aug-07 21:54 UTC
[asterisk-users] Asterisk 11.19.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 11.19.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 11.19.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-25250 - chan_sip - Despite the channel being answered, caller on a call established via Local channel continues to hear ringback (Reported by Etienne Lessard) * ASTERISK-25247 - choppy audio when spying on a g722 channel, chan_sip or chan_pjsip (Reported by hristo) * ASTERISK-24853 - Documentation claims chan_sip outbound registrations support WS or WSS as valid transports (not true) (Reported by PSDK) * ASTERISK-25257 - [patch]channels/sig_pri.h -> sig_pri_span -> force_restart_unavailable_chans in wrong scope (Reported by Patric Marschall) * ASTERISK-25103 - Roundup - investigate Asterisk DTLS crashes (Reported by Rusty Newton) * ASTERISK-22805 - res_rtp_asterisk: Crash when calling BIO_ctrl_pending in dtls_srtp_check_pending when dialed by JSSIP (Reported by Dmitry Burilov) * ASTERISK-24550 - res_rtp_asterisk: Crash in ast_rtp_on_ice_complete during DTLS handshake (Reported by Osaulenko Alexander) * ASTERISK-24651 - [patch] Fix race condition in DTLS (Reported by Badalian Vyacheslav) * ASTERISK-24832 - [patch]DTLS-crashes within openssl (Reported by Stefan Engstr??m) * ASTERISK-25127 - DTLS crashes following "Unable to cancel schedule ID" in dtls_srtp_check_pending (Reported by Dade Brandon) * ASTERISK-25213 - [patch]Possibility of deadlock in chan_sip INVITE early Replace code (Reported by Walter Doekes) * ASTERISK-25220 - [patch]Closing of fd -1 in chan_mgcp.c (Reported by Walter Doekes) * ASTERISK-25219 - [patch]Source and destination overlap in memcpy in rtp_engine.c (Reported by Walter Doekes) * ASTERISK-25212 - [patch]Segfault when using DEBUG_FD_LEAKS (Reported by Walter Doekes) * ASTERISK-19277 - [patch]endlessly repeating error: "poll failed: Bad file descriptor" (Reported by Barry Chern) * ASTERISK-25202 - Hints extension state broken between 13.3.2 and 13.4 (Reported by cervajs) * ASTERISK-25154 - [patch]fromtag may need to be updated after successful call dialog match (Reported by Damian Ivereigh) * ASTERISK-25139 - Malicious transfer sequence locks up Asterisk (Reported by Gregory Massel) * ASTERISK-25094 - PBX core: Investigate thread safety issues (Reported by Corey Farrell) * ASTERISK-22559 - gcc 4.6 and higher supports weakref attribute but asterisk doesn't detect it. (Reported by ibercom) * ASTERISK-24717 - ASAN: global-buffer-overflow codec_{ilbc | gsm | adpcm | ipc10} (Reported by Badalian Vyacheslav) * ASTERISK-25100 - asterisk coredump if host has an IPv6 address that end with ::80 (Reported by Mark Petersen) Improvements made in this release: ----------------------------------- * ASTERISK-25040 - pbx: Improve performance of reloads by making hint destruction more performant (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-11.19.0 Thank you for your continued support of Asterisk!
Administrator TOOTAI
2015-Aug-08 13:26 UTC
[asterisk-users] Asterisk 11.19.0 Now Available
Le 07/08/2015 23:54, Asterisk Development Team a ?crit :> The Asterisk Development Team has announced the release of Asterisk 11.19.0.[...] Hello, We have problem with patches since 11.18.0 We have to download the full tar.gz to get last version :-(. Before this, since ages, we used to patch the previous version like #patch -p0 < ../asterisk-11.17.0-patch (applied to the current asterisk-11.16-0 directory), compile and install. That's all, servers where uptodate, job done. Taking a look at the header from asterisk-11.17.0-patch (and previous) we see --- asterisk-11.16.0-summary.html (.../11.16.0) (revision 433916) +++ asterisk-11.16.0-summary.html (.../11.17.0) (revision 433916) which is, diff between asterisk-11.16.0 and -in this case- the new asterisk-11.17.0 Now, since 11.18.0 version, patch is looking like diff --git a/.version b/.version index cde331b..3644f46 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -11.19.0-rc1 \ No newline at end of file +11.19.0 \ No newline at end of file As you can see patch is build against 11.19.0-rc1, not 11.18.0 How can we apply this patch to a legacy asterisk-11.18.0 tar.gz ? Thanks for any hint. -- Daniel
On Sat, Aug 8, 2015 at 8:26 AM, Administrator TOOTAI <admin at tootai.net> wrote:> Le 07/08/2015 23:54, Asterisk Development Team a ?crit : >> >> The Asterisk Development Team has announced the release of Asterisk >> 11.19.0. > > [...] > > Hello, > > We have problem with patches since 11.18.0 We have to download the full > tar.gz to get last version :-(. > > Before this, since ages, we used to patch the previous version like > > #patch -p0 < ../asterisk-11.17.0-patch > > (applied to the current asterisk-11.16-0 directory), compile and install. > That's all, servers where uptodate, job done. > > Taking a look at the header from asterisk-11.17.0-patch (and previous) we > see > > --- asterisk-11.16.0-summary.html (.../11.16.0) (revision 433916) > +++ asterisk-11.16.0-summary.html (.../11.17.0) (revision 433916) > > which is, diff between asterisk-11.16.0 and -in this case- the new > asterisk-11.17.0 > > Now, since 11.18.0 version, patch is looking like > > diff --git a/.version b/.version > index cde331b..3644f46 100644 > --- a/.version > +++ b/.version > @@ -1 +1 @@ > -11.19.0-rc1 > \ No newline at end of file > +11.19.0 > > \ No newline at end of file > > As you can see patch is build against 11.19.0-rc1, not 11.18.0 > > How can we apply this patch to a legacy asterisk-11.18.0 tar.gz ? > > Thanks for any hint. >That's a bug in the release scripts, which had to be rewritten when we moved to Git. We'll try to get it sorted out for the next release. -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com & http://asterisk.org