diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2010-05-20 17:14:45 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2010-05-20 17:14:45 +0000 |
commit | c9dcd3371143047b6feb74cf1638fe98b86279be (patch) | |
tree | 7c8f5290ec1ad31fb0fb1ae2f3284d2c618253b6 /comms/asterisk16/patches/patch-aq | |
parent | 843d5b66fc49489e576337f4fa8a859ac5947a49 (diff) | |
download | pkgsrc-c9dcd3371143047b6feb74cf1638fe98b86279be.tar.gz |
Update to Asterisk 1.6.1.19. 1.6.1.18 and 1.6.1.19 are primarily
bug fix releases. At this point the 1.6.1 series is going to
security fixes only. That means this package will be moving to
the 1.6.2 series in the near future.
-----
1.6.1.18:
The following are a few of the issues resolved by community developers:
* Make sure to clear red alarm after polarity reversal.
(Closes issue #14163. Reported, patched by jedi98. Tested by mattbrown,
Chainsaw, mikeeccleston)
* Fix problem with duplicate TXREQ packets in chan_iax2.
(Closes issue #16904. Reported, patched by rain. Tested by rain, dvossel)
* Update documentation to not imply we support overriding options.
(Closes issue #16855. Reported by davidw)
* Modify queued frames from Local channels to not set the other side to up.
(Closes issue #16816. Reported, tested by jamhed)
* For T.38 reINVITEs treat a 606 the same as a 488.
(Closes issue #16792. Reported, patched by vrban)
For a full list of changes in this releases, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.6.1.18
-----
1.6.1.19:
The following are a few of the issues resolved by community developers:
* Fix building CDR and CEL SQLite3 modules.
(Closes issue #17017. Reported by alephlg. Patched by seanbright)
* Resolve crash in SLAtrunk when the specified trunk doesn't exist.
(Reported in #asterisk-dev by philipp64. Patched by seanbright)
* Update code to reflect that handle_speechset has 4 arguments.
(Closes issue #17093. Reported, patched by gpatri. Tested by pabelanger,
mmichelson)
* Pass the PID of the Asterisk process, not the PID of the canary.
(Closes issue #17065. Reported by globalnetinc. Patched by makoto. Tested by
frawd, globalnetinc)
* Resolve a deadlock in chan_local.
(Closes issue #16840. Reported, patched by bzing2, russell. Tested by bzing2)
For a full list of changes in this releases, please see the ChangeLog:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.6.1.19
Diffstat (limited to 'comms/asterisk16/patches/patch-aq')
-rw-r--r-- | comms/asterisk16/patches/patch-aq | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/comms/asterisk16/patches/patch-aq b/comms/asterisk16/patches/patch-aq index 1eb2ed9bcaa..7f09ebe02c2 100644 --- a/comms/asterisk16/patches/patch-aq +++ b/comms/asterisk16/patches/patch-aq @@ -1,11 +1,13 @@ -$NetBSD: patch-aq,v 1.5 2010/03/01 07:06:48 jnemeth Exp $ +$NetBSD: patch-aq,v 1.6 2010/05/20 17:14:45 jnemeth Exp $ ---- configure.orig 2009-12-28 15:31:22.000000000 +0000 +--- configure.orig 2010-01-25 21:53:37.000000000 +0000 +++ configure -@@ -13761,6 +13761,146 @@ fi - +@@ -19494,6 +19494,146 @@ _ACEOF + fi ++ ++ +if test "${ac_cv_header_sys_atomic_h+set}" = set; then + { echo "$as_me:$LINENO: checking for sys/atomic.h" >&5 +echo $ECHO_N "checking for sys/atomic.h... $ECHO_C" >&6; } @@ -144,17 +146,15 @@ $NetBSD: patch-aq,v 1.5 2010/03/01 07:06:48 jnemeth Exp $ + +fi + -+ -+ - # The cast to long int works around a bug in the HP C Compiler - # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects - # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. -@@ -14172,6 +14312,8 @@ $as_echo_n "checking if \"struct ifaddrs - cat confdefs.h - <<_ACEOF >conftest.$ac_ext + + { echo "$as_me:$LINENO: checking for int" >&5 +@@ -20769,6 +20909,8 @@ _ACEOF + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -+ #include <sys/types.h> -+ #include <sys/socket.h> - #include <ifaddrs.h> ++#include <sys/types.h> ++#include <sys/socket.h> + #include <ifaddrs.h> int main () |