since the package doesn't support PJSIP (yet), all reference to
PJSIP bugs are not applicable.
----- 13.9.1
The Asterisk Development Team has announced the release of Asterisk 13.9.1.
The release of Asterisk 13.9.1 resolves an issue reported by the
community and would have not been possible without your participation.
Thank you!
The following is the issue resolved in this release:
Bugs fixed in this release:
-----------------------------------
* ASTERISK-26007 - res_pjsip: Endpoints deleting early after
upgrade from 13.8.2 to 13.9 (Reported by Greg Siemon)
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.9.1
Thank you for your continued support of Asterisk!
----- 13.9.0
The Asterisk Development Team has announced the release of Asterisk 13.9.0.
The release of Asterisk 13.9.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-25963 - func_odbc requires reconnect checks for stale
connections (Reported by Ross Beer)
* ASTERISK-25970 - Segfault in pjsip_url_compare (Reported by
Dmitriy Serov)
* ASTERISK-25938 - res_odbc: MySQL/MariaDB statement
LAST_INSERT_ID() always returns zero. (Reported by Edwin
Vandamme)
* ASTERISK-25927 - Removed option "registertrying" is still
documented in sip.conf.sample (Reported by Etienne Lessard)
* ASTERISK-25947 - Protocol transfers to stasis applications are
missing the StasisStart with the replace_channel object.
(Reported by Richard Mudgett)
* ASTERISK-24649 - Pushing of channel into bridge fails; Stasis
fails to get app name (Reported by John Bigelow)
* ASTERISK-24782 - StasisEnd event not present for channel that
was swapped out for another after completing attended transfer
(Reported by John Bigelow)
* ASTERISK-25942 - res_pjsip_caller_id: Transfer results in mixed
ConnectedLine information (Reported by George Joseph)
* ASTERISK-25928 - res_pjsip: URI validation done outside of PJSIP
thread (Reported by Joshua Colp)
* ASTERISK-25929 - res_pjsip_registrar: AOR_CONTACT_ADDED events
not raised (Reported by Joshua Colp)
* ASTERISK-25934 - chan_sip should not require sipregs or
updateable sippeers table unless rt (Reported by Jaco Kroon)
* ASTERISK-25888 - Frequent segfaults in function can_ring_entry()
of app_queue.c (Reported by Sébastien Couture)
* ASTERISK-25796 - res_pjsip: DOS/Crash when TCP/TLS sockets
exceed pjproject PJ_IOQUEUE_MAX_HANDLES (Reported by George
Joseph)
* ASTERISK-25707 - Long contact URIs or hostnames can crash
pjproject/Asterisk under certain conditions (Reported by George
Joseph)
* ASTERISK-25123 - Bracketed IPv6 Contact header parameter
unparsable with Asterisk/PJSIP (Reported by Anthony Messina)
* ASTERISK-25874 - app_voicemail: Stack buffer overflow in
test_voicemail_notify_endl (Reported by Badalian Vyacheslav)
* ASTERISK-25912 - chan_local passes AST_CONTROL_PVT_CAUSE_CODE
without adding them to the local hangupcauses via
ast_channel_hangupcause_hash_set (Reported by Jaco Kroon)
* ASTERISK-25885 - res_pjsip: Race condition between adding
contact and automatic expiration (Reported by Joshua Colp)
* ASTERISK-25910 - pjproject: Via headers are not parsed when
"received" contains an IPv6 address (Reported by George Joseph)
* ASTERISK-25890 - Asterisk 13.8.0 alembic database update fails
(Reported by Harley Peters)
* ASTERISK-25894 - [patch] webrtc video broken due to missing
marker bits in RTP streams (Reported by Jacek Konieczny)
* ASTERISK-25854 - No audio after HOLD/RESUME - incorrect
a=recvonly in SDP from Asterisk (Reported by Robert McGilvray)
* ASTERISK-25873 - res_pjsip: Bundled pjproject: compile error,
cannot find -lasteriskpj (Reported by Hans van Eijsden)
* ASTERISK-25882 - ARI: Crash can occur due to race condition when
attempting to operate on a hung up channel (Part 2) (Reported by
Richard Mudgett)
* ASTERISK-25867 - [patch] Video delay on app_echo (Reported by
Jacek Konieczny)
* ASTERISK-24605 - res_parking option parkeddynamic does not work
with the core Features 'parkcall' (DTMF initiated parking)
(Reported by Philip Correia)
* ASTERISK-25826 - PJSIP / Sorcery slow load from realtime
(Reported by Ross Beer)
* ASTERISK-24596 - Unclear how to use Park application with
res_parking 'parkeddynamic' enabled. Documentation? (Reported by
Philip Correia)
* ASTERISK-24543 - Asterisk 13 responds to SIP Invite with all
possible codecs configured for peer as opposed to intersection
of configured codecs and offered codecs (Reported by Taylor
Hawkes)
* ASTERISK-25825 - Crashes during shutdown when running CLI
commands (Reported by Mark Michelson)
* ASTERISK-25407 - Asterisk fails to log to multiple syslog
destinations (Reported by Elazar Broad)
* ASTERISK-25510 - [patch]Log to syslog failing (Reported by
Michael Newton)
* ASTERISK-25857 - func_aes: incorrect use of strlen() leads to
data corruption (Reported by Gianluca Merlo)
Improvements made in this release:
-----------------------------------
* ASTERISK-25865 - Message-Account Missing From PJSIP MWI
(Reported by Ross Beer)
* ASTERISK-25444 - [patch]Music On Hold Warning misleading
(Reported by Conrad de Wet)
For a full list of changes in this release, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.9.0
Thank you for your continued support of Asterisk!
This Python package is a high-level wrapper for Kerberos (GSSAPI)
operations. The goal is to avoid having to build a module that
wraps the entire Kerberos.framework, and instead offer a limited
set of functions that do what is needed for client/server Kerberos
authentication based on RFC 4559.
Fix HOMEPAGE, use distutils.mk, other cleanup.
Release 0.9.0
=============
misc:
.. warning::
- pyev does not embed libev anymore (Issue #9):
- libev >= 4.15 is required.
- win32 support has been dropped.
- No more :py:class:`Stat` watchers.
- pyev is now published under the GPLv3 license.
- Support for Python2 < 2.7 and Python3 < 3.3 has been dropped.
:py:mod:`pyev`:
- Method version() is replaced by attribute __version__.
- Removed :py:class:`Stat` watcher type.
- Removed :py:const:`EVFLAG_NOINOTIFY` and :py:const:`EV_STAT` constants.
:py:class:`Timer`:
- Method remaining() is replaced by attribute remaining.
:py:class:`Periodic`:
- Method at() is replaced by attribute at.
:py:class:`Scheduler`:
- Method at() is replaced by attribute at.
Pkgsrc changes:
* Add candidate fix from https://rt.cpan.org/Public/Bug/Display.html?id=72467
* Remove patches which have been integrated upstream
* Rename and re-mould some patches which required adjustments
http://perlnews.org/2016/05/perl-5-24-released/ has pointer to
more details and says:
May 9 2016
Perl 5.24.0 has been released.
You can read about the changes which include:
Postfix dereferencing is no longer experimental
Unicode 8.0 is now supported
The autoderef feature has been removed
Perl 5.24.0 represents approximately 11 months of development since
Perl 5.22.0 and contains approximately 360,000 lines of changes
across 1,800 files from 77 authors.
From Leonardo Taccari.
This release introduces several large changes, the one with the most
impact being a completely new calling convention for compiled CPS
procedures in C code. Instead of expecting "regular" C arguments,
the compiled C functions now accept a so-called "argvector" which
holds the arguments. This should greatly improve the portability of
CHICKEN programs, because it relies less on ill-specified parts of C.
It also removes the assembly code required for manyargs, so that the
limitation of 128 arguments for platforms without an "apply hack" has
finally been removed.
On the tooling front we've also added two new features: a statistical
profiler for analysing performance, and a graphical debugger called
"feathers", which allows you to inspect your Scheme programs over the
network. These have both been documented in the manual. The debugger
has its own chapter at https://wiki.call-cc.org/man/4/Debugging and the
profiler's new -:p runtime option is documented at
https://wiki.call-cc.org/man/4/Using%20the%20compiler#runtime-options
As usual, many bugs have been fixed with this release, including several
bugs that would cause programs to crash. All in all, this new release
should be much more robust and reliable.
For the complete list of changes since 4.10.0, see the NEWS file:
https://code.call-cc.org/releases/4.11.0/NEWS
This is based on the existing sysutils/ansible package, but cleaned up and
tracking the newer 2.x releases. sysutils/ansible is retained to support
installations which still require 1.x support. From the DESCR:
Ansible is a radically simple model-driven configuration management,
multi-node deployment, and remote task execution system. Ansible works
over SSH and does not require any software or daemons to be installed
on remote nodes. Extension modules can be written in any language and
are transferred to managed machines automatically.
News:
This release fix targets stability issues which have had a history
and had been hard to reproduce. Stability should be improved,
running OpenDNSSEC as a long term service.
Changes in TTL in the input zone that seem not to be propagated,
notifies to slaves under load that where not handled properly and
could lead to assertions. NSEC3PARAM that would appear duplicate
in the resulting zone, and crashes in the signer daemon in seldom
race conditions or re-opening due to a HSM reset.
No migration steps needed when upgrading from OpenDNSSEC 1.4.9.
Also have a look at our OpenDNSSEC 2.0 beta release, its impending
release will help us forward with new development and signal phasing
out historic releases.
Fixes:
* SUPPORT-156 OPENDNSSEC-771: Multiple NSEC3PARAM records in signed
zone. After a resalt the signer would fail to remove the old
NSEC3PARAM RR until a manual resign or incoming transfer. Old
NSEC3PARAMS are removed when inserting a new record, even if
they look the same.
* OPENDNSSEC-725: Signer did not properly handle new update while
still distributing notifies to slaves. An AXFR disconnect looked
not to be handled gracefully.
* SUPPORT-171: Signer would sometimes hit an assertion using DNS
output adapter when .ixfr was missing or corrupt but .backup file
available. Above two issues also in part addresses problems
with seemingly corrected backup files (SOA serial). Also an
crash on badly configured DNS output adapters is averted.
* The signer daemon will now refuse to start when failed to open
a listen socket for DNS handling.
* OPENDNSSEC-478 OPENDNSSEC-750 OPENDNSSEC-581 OPENDNSSEC-582
SUPPORT-88: Segmentation fault in signer daemon when opening and
closing hsm multiple times. Also addresses other concurrency
access by avoiding a common context to the HSM (a.k.a. NULL
context).
* OPENDNSSEC-798: Improper use of key handles across hsm reopen,
causing keys not to be available after a re-open.
* SUPPORT-186: IXFR disregards TTL changes, when only TTL of an
RR is changed. TTL changes should be treated like any other
changes to records. When OpenDNSSEC now overrides a TTL value,
this is now reported in the log files.
the PLIST.x86* entries. The sse2 entries are however gone, but a few
new ones have appeared (md4_x86_32.h etc.) Installs cleanly now on
NetBSD/i386 6.1.5.
const_iterator types, but doesn't provide explicit conversion operators
from iterator to const_iterator. This breaks badly when moving from
C++03 to C++11 as the erase signature changed. Conditionally the logic
appropiately by introducing an intermediate typedef.