diff options
author | mjl <mjl@pkgsrc.org> | 2008-06-13 10:10:33 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2008-06-13 10:10:33 +0000 |
commit | 31c7e002158c3988d3ffab67dc3b44c43224a35b (patch) | |
tree | f7c7f0406e9b9cae545d1788e9a612167442c628 /comms | |
parent | a47dc5664d00e5d203f106875d07cab43f747ea7 (diff) | |
download | pkgsrc-31c7e002158c3988d3ffab67dc3b44c43224a35b.tar.gz |
Update to 1.2.29. Security update.
* channels/chan_sip.c: Copy the From header into a variable so that
pedantic SIP handling does not try to mess with a NULL pointer.
(AST-2008-008)
* channels/chan_iax2.c: When we receive a full frame that is
supposed to contain our call number, ensure that it has the
correct one. (closes issue #10078) (AST-2008-006)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/asterisk/Makefile | 4 | ||||
-rw-r--r-- | comms/asterisk/PLIST.common | 3 | ||||
-rw-r--r-- | comms/asterisk/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index 4468412dc7a..39d2e14caed 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2008/06/12 02:14:16 joerg Exp $ +# $NetBSD: Makefile,v 1.53 2008/06/13 10:10:33 mjl Exp $ -DISTNAME= asterisk-1.2.27 +DISTNAME= asterisk-1.2.29 #PKGREVISION= 2 CATEGORIES= comms net audio MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ diff --git a/comms/asterisk/PLIST.common b/comms/asterisk/PLIST.common index 02593f861a8..dfb038955b1 100644 --- a/comms/asterisk/PLIST.common +++ b/comms/asterisk/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.11 2008/04/12 22:42:58 jlam Exp $ +@comment $NetBSD: PLIST.common,v 1.12 2008/06/13 10:10:33 mjl Exp $ include/asterisk/acl.h include/asterisk/adsi.h include/asterisk/aes.h @@ -156,7 +156,6 @@ lib/asterisk/modules/codec_adpcm.so lib/asterisk/modules/codec_alaw.so lib/asterisk/modules/codec_g726.so lib/asterisk/modules/codec_gsm.so -lib/asterisk/modules/codec_ilbc.so lib/asterisk/modules/codec_lpc10.so lib/asterisk/modules/codec_ulaw.so lib/asterisk/modules/format_au.so diff --git a/comms/asterisk/distinfo b/comms/asterisk/distinfo index ae7acb5049e..8050de29a55 100644 --- a/comms/asterisk/distinfo +++ b/comms/asterisk/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.34 2008/04/24 09:04:55 wiz Exp $ +$NetBSD: distinfo,v 1.35 2008/06/13 10:10:33 mjl Exp $ -SHA1 (asterisk-1.2.27.tar.gz) = e20659e4d637d740fd45e18d363189ffff431bf4 -RMD160 (asterisk-1.2.27.tar.gz) = 5a6fedd420ee36c8f7d174352c3f09db9bc34a42 -Size (asterisk-1.2.27.tar.gz) = 10645295 bytes +SHA1 (asterisk-1.2.29.tar.gz) = 3a78557847901c5d24b93b8c8675c9a23ed7fde4 +RMD160 (asterisk-1.2.29.tar.gz) = c5ab5799b49f311800948b737125557739f8647a +Size (asterisk-1.2.29.tar.gz) = 10610874 bytes SHA1 (patch-aa) = 0070d874445d5bad7eb5a4cbd023a8f698e1f938 SHA1 (patch-ab) = 1bdae0ff206b63fe63373a307ecd23859c10cb79 SHA1 (patch-ac) = 4f783699c7d701030788646f8b961fa9245dc127 |