Subject: CVS commit: pkgsrc/comms/asterisk
To: None <pkgsrc-changes@NetBSD.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: pkgsrc-changes
Date: 02/01/2006 01:45:29
Module Name:	pkgsrc
Committed By:	mjl
Date:		Wed Feb  1 01:45:29 UTC 2006

Modified Files:
	pkgsrc/comms/asterisk: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/comms/asterisk/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/comms/asterisk/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.