Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 8275F63BBEC for ; Sat, 7 Apr 2012 20:10:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8CFE814A340; Sat, 7 Apr 2012 20:10:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D105714A33E for ; Sat, 7 Apr 2012 20:10:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id c4BX3boAS7Mw for ; Sat, 7 Apr 2012 20:10:46 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 0D58C14A33C for ; Sat, 7 Apr 2012 20:10:46 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id AF53D175DD; Sat, 7 Apr 2012 20:10:45 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 7 Apr 2012 20:10:45 +0000 From: "John Nemeth" Subject: CVS commit: pkgsrc/comms/asterisk18 To: pkgsrc-changes@NetBSD.org Reply-To: jnemeth@netbsd.org X-Mailer: log_accum Message-Id: <20120407201045.AF53D175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: jnemeth Date: Sat Apr 7 20:10:45 UTC 2012 Modified Files: pkgsrc/comms/asterisk18: Makefile PLIST distinfo options.mk pkgsrc/comms/asterisk18/patches: patch-aq patch-ay Log Message: Update to Asterisk 1.8.11.0: pkgsrc change: eliminate ilbc option now that the iLBC codec is always built The Asterisk Development Team has announced the release of Asterisk 1.8.11.0. The release of Asterisk 1.8.11.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: * --- Fix potential buffer overrun and memory leak when executing "sip show peers" * --- Fix ACK routing for non-2xx responses. * --- Remove possible segfaults from res_odbc by adding locks around usage of odbc handle * --- Fix blind transfer parking issues if the dialed extension is not recognized as a parking extension. * --- Copy CDR variables when set during a bridge * --- push 'outgoing' flag from sig_XXX up to chan_dahdi For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.11.0 Thank you for your continued support of Asterisk! To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/comms/asterisk18/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/comms/asterisk18/PLIST cvs rdiff -u -r1.23 -r1.24 pkgsrc/comms/asterisk18/distinfo cvs rdiff -u -r1.9 -r1.10 pkgsrc/comms/asterisk18/options.mk cvs rdiff -u -r1.8 -r1.9 pkgsrc/comms/asterisk18/patches/patch-aq cvs rdiff -u -r1.3 -r1.4 pkgsrc/comms/asterisk18/patches/patch-ay Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.