From pneumann@gmail.com  Tue May  1 19:42:09 2007
Return-Path: <pneumann@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 8D8DC16A409
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 May 2007 19:42:09 +0000 (UTC)
	(envelope-from pneumann@gmail.com)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.233])
	by mx1.freebsd.org (Postfix) with ESMTP id 3E63D13C469
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 May 2007 19:42:09 +0000 (UTC)
	(envelope-from pneumann@gmail.com)
Received: by wx-out-0506.google.com with SMTP id s18so2022916wxc
        for <FreeBSD-gnats-submit@freebsd.org>; Tue, 01 May 2007 12:42:08 -0700 (PDT)
Received: by 10.90.94.2 with SMTP id r2mr6320086agb.1178048528260;
        Tue, 01 May 2007 12:42:08 -0700 (PDT)
Received: from negro.transtel.cl ( [201.215.221.113])
        by mx.google.com with ESMTP id q34sm11978583wrq.2007.05.01.12.42.06;
        Tue, 01 May 2007 12:42:07 -0700 (PDT)
Message-Id: <1178037724.1904@negro.transtel.cl>
Date: Tue, 1 May 2007 12:42:04 -0400
From: "Phillip N." <pneumann@gmail.com>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [update] net/asterisk to 1.4.4
X-Send-Pr-Version: gtk-send-pr 0.4.8 
X-GNATS-Notify:

>Number:         112326
>Category:       ports
>Synopsis:       [update] net/asterisk to 1.4.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sobomax
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 01 19:50:05 GMT 2007
>Closed-Date:    Mon May 28 18:17:24 GMT 2007
>Last-Modified:  Mon May 28 18:20:08 GMT 2007
>Originator:     Phillip N.
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.2-STABLE #1: Sun Feb 11 18:00:14 CLST 2007
    root@negro.transtel.cl:/usr/obj/usr/src/sys/Negro



>Description:


Update to 1.4.4:

- Fix a crash in chan_zap
- Fix some cases where IAX2 calls would get dropped
- Merge a re-write of channel group counting support that fixes a lot of issues
- Fix some DTMF issues related to the use of chan_agent
- Fix a crash that occurs when using dialplan functions to set global variables


Please note ports/112174

thanks!


>How-To-Repeat:





>Fix:


--- asterisk-1.4.4.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/asterisk/Makefile,v
retrieving revision 1.70
diff -u -r1.70 Makefile
--- Makefile	26 Apr 2007 07:57:33 -0000	1.70
+++ Makefile	1 May 2007 19:38:17 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	asterisk
-PORTVERSION=	1.4.3
+PORTVERSION=	1.4.4
 CATEGORIES=	net
 MASTER_SITES=	http://ftp.digium.com/pub/asterisk/ \
 		http://ftp.digium.com/pub/asterisk/old-releases/
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/asterisk/distinfo,v
retrieving revision 1.23
diff -u -r1.23 distinfo
--- distinfo	26 Apr 2007 07:57:34 -0000	1.23
+++ distinfo	1 May 2007 19:38:17 -0000
@@ -1,3 +1,3 @@
-MD5 (asterisk-1.4.3.tar.gz) = 1df236fa972dc16d1b5265b3c4868085
-SHA256 (asterisk-1.4.3.tar.gz) = 7560d0e82c671042105c4715bc0430e7219cd46dba206cc0864e00b6ffdcf91c
-SIZE (asterisk-1.4.3.tar.gz) = 17080162
+MD5 (asterisk-1.4.4.tar.gz) = 90f6a2ea5113ad26de393517576a1ede
+SHA256 (asterisk-1.4.4.tar.gz) = 82a28d8f511703de5fc6231123f15a7c2fbda54ff9c0a686e405f74d1c03aca7
+SIZE (asterisk-1.4.4.tar.gz) = 17081631
--- asterisk-1.4.4.diff ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sobomax 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue May 1 19:50:13 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112326 
State-Changed-From-To: open->closed 
State-Changed-By: sobomax 
State-Changed-When: Mon May 28 18:17:13 UTC 2007 
State-Changed-Why:  
Change commited. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112326 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/112326: commit references a PR
Date: Mon, 28 May 2007 18:16:44 +0000 (UTC)

 sobomax     2007-05-28 18:16:35 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/asterisk         Makefile distinfo pkg-plist 
   Log:
   o Update to 1.4.4;
   
   o make sure ${PREFIX}/etc/asterisk is removed if empty.
   
   PR:             112174, 112326
   Submitted by:   "Phillip N." <pneumann@gmail.com>
   
   Revision  Changes    Path
   1.71      +2 -2      ports/net/asterisk/Makefile
   1.24      +3 -3      ports/net/asterisk/distinfo
   1.27      +1 -0      ports/net/asterisk/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
