pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/asterisk Update to asterisk 1.2.4. This is a bug...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5a4514ecb9d
branches:  trunk
changeset: 507422:a5a4514ecb9d
user:      mjl <mjl%pkgsrc.org@localhost>
date:      Wed Feb 01 01:45:29 2006 +0000

description:
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:

 comms/asterisk/Makefile |  6 +++---
 comms/asterisk/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r db627212e454 -r a5a4514ecb9d comms/asterisk/Makefile
--- a/comms/asterisk/Makefile   Wed Feb 01 01:08:39 2006 +0000
+++ b/comms/asterisk/Makefile   Wed Feb 01 01:45:29 2006 +0000
@@ -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 -r db627212e454 -r a5a4514ecb9d comms/asterisk/distinfo
--- a/comms/asterisk/distinfo   Wed Feb 01 01:08:39 2006 +0000
+++ b/comms/asterisk/distinfo   Wed Feb 01 01:45:29 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index