diff options
author | mjl <mjl@pkgsrc.org> | 2006-02-01 01:45:29 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2006-02-01 01:45:29 +0000 |
commit | cc8e8c5b1374f18ebf1c44e09fda47bf9a8dae94 (patch) | |
tree | 3f398fd486619b8b25dd9909906fd792f5165ff4 /comms | |
parent | 2df14b75d857246c9911204382f359afd12100f8 (diff) | |
download | pkgsrc-cc8e8c5b1374f18ebf1c44e09fda47bf9a8dae94.tar.gz |
Update to asterisk 1.2.4. This is a bugfix release.
* channels/chan_zap.c: disable buggy PRI user-user code until it
can be fixed
* channels/chan_sip.c: Issue 6182 - Don't remove scheduled event
until it's really done.
* channels/chan_sip.c: Issue 6362 - Register without Contact: and
Expires: fails
* ast_expr2.h, ast_expr2f.c, ast_expr2.c: Bug 6072 - Revisions to
the source bison and flex files don't auto-regenerate these files
* channels/chan_zap.c: fix problem with dtmf on e&m (issue #6364)
* channels/chan_sip.c: Issue 5898: Registrations does not get
deleted if there's an active SIP dialog
* channels/chan_sip.c: don't call ast_update_realtime with
uninitialized variables if we get a registration with an expirey
of 0 seconds (issue #6173)
* channels/chan_features.c: fix memory leak (inspired by issue
#6351)
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 88a4e4954d9..478890f0ce8 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2006/01/29 01:30:20 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2006/02/01 01:45:29 mjl Exp $ -DISTNAME= asterisk-1.2.3 -PKGREVISION= 1 +DISTNAME= asterisk-1.2.4 +# PKGREVISION= 1 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 3ba108fa6c6..254c6e31ff6 100644 --- a/comms/asterisk/distinfo +++ b/comms/asterisk/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2006/01/29 01:21:45 rillig Exp $ +$NetBSD: distinfo,v 1.11 2006/02/01 01:45:29 mjl Exp $ -SHA1 (asterisk-1.2.3.tar.gz) = 5e154de58fcf93a878294584fbacdac389f77f79 -RMD160 (asterisk-1.2.3.tar.gz) = 9f576428a811a978ce587010fced1ff373a639a7 -Size (asterisk-1.2.3.tar.gz) = 10533725 bytes +SHA1 (asterisk-1.2.4.tar.gz) = 557528a0a3d2c05245d1ef3d280ed441635f1958 +RMD160 (asterisk-1.2.4.tar.gz) = 826351d12a9ffb13f81d4605d80bbc07d678f5b2 +Size (asterisk-1.2.4.tar.gz) = 10536366 bytes SHA1 (patch-aa) = 8951b74a18d83863d728f2a6f0884087d24d6697 SHA1 (patch-ab) = 1bdae0ff206b63fe63373a307ecd23859c10cb79 SHA1 (patch-ac) = 4f783699c7d701030788646f8b961fa9245dc127 |