From owner-cvs-all@FreeBSD.ORG Fri Jul 27 00:28:46 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BC1B16A417; Fri, 27 Jul 2007 00:28:46 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E8E8713C45A; Fri, 27 Jul 2007 00:28:45 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6R0SjXc087997; Fri, 27 Jul 2007 00:28:45 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6R0SjLP087996; Fri, 27 Jul 2007 00:28:45 GMT (envelope-from sobomax) Message-Id: <200707270028.l6R0SjLP087996@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 27 Jul 2007 00:28:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/asterisk12 Makefile ports/net/asterisk12/files patch-channel.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2007 00:28:46 -0000 sobomax 2007-07-27 00:28:45 UTC FreeBSD ports repository Modified files: net/asterisk12 Makefile net/asterisk12/files patch-channel.c Log: Fix a critical bug in the channel code, which can result in a thread going into infinite loop on hangup. This bug is already fixed in 1.4.x. Bump PORTREVISION. Sponsored by: Sippy Software, Inc. ( http://www.sippysoft.com/ ) Revision Changes Path 1.70 +1 -0 ports/net/asterisk12/Makefile 1.2 +13 -0 ports/net/asterisk12/files/patch-channel.c