diff options
author | mjl <mjl> | 2008-03-19 10:32:02 +0000 |
---|---|---|
committer | mjl <mjl> | 2008-03-19 10:32:02 +0000 |
commit | 6d3b1bfc81f3dc98b70f12b8428b42914bd80978 (patch) | |
tree | 813cff3f5b60ee3826c5852ba25a0dce16ece707 /comms | |
parent | c1da26559aedc2b6c2a958621fed24ff749257ec (diff) | |
download | pkgsrc-6d3b1bfc81f3dc98b70f12b8428b42914bd80978.tar.gz |
Update asterisk to 1.2.27
Update for several critical security issues:
* astobj.h: Fix character string being treated as format string
* chan_sip.c: Do not return with a successful
authentication if the From header ends up empty. (AST-2008-003)
* chan_iax2.c: Fix another potential seg fault (closes issue #11606)
* chan_iax2.c: Fix a couple of places where it's possible
to dereference a NULL pointer.
* chan_sip.c, channels/chan_iax2.c: Fixing AST-2007-027
* cdr_pgsql.c: Properly escape src and dst fields (Fixes AST-2007-026)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/asterisk/Makefile | 6 | ||||
-rw-r--r-- | comms/asterisk/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index e767ab7ddda..1c737da33f4 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2008/02/28 08:53:31 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2008/03/19 10:32:02 mjl Exp $ -DISTNAME= asterisk-1.2.24 -PKGREVISION= 2 +DISTNAME= asterisk-1.2.27 +#PKGREVISION= 2 CATEGORIES= comms net audio MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ diff --git a/comms/asterisk/distinfo b/comms/asterisk/distinfo index 9028ac588ce..9a1bd4c9dfc 100644 --- a/comms/asterisk/distinfo +++ b/comms/asterisk/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.32 2008/02/20 10:14:19 wiz Exp $ +$NetBSD: distinfo,v 1.33 2008/03/19 10:32:02 mjl Exp $ -SHA1 (asterisk-1.2.24.tar.gz) = ba06b0ea3cec9eea0468b55d3226f8eb69ae4667 -RMD160 (asterisk-1.2.24.tar.gz) = 73bdaa3bda22ff0e91b954b5a25dd2278b33ea90 -Size (asterisk-1.2.24.tar.gz) = 10644451 bytes +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 (patch-aa) = 00bd8a8bb4c5ca71d8ac9e9caecb95f23602281a SHA1 (patch-ab) = 1bdae0ff206b63fe63373a307ecd23859c10cb79 SHA1 (patch-ac) = 4f783699c7d701030788646f8b961fa9245dc127 |