Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id EE17763B9BC for ; Sun, 9 Sep 2012 06:09:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A0D3A14A201; Sun, 9 Sep 2012 06:09:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CAEC014A200 for ; Sun, 9 Sep 2012 06:09:17 +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 lJJ8pvYjtaui for ; Sun, 9 Sep 2012 06:09:17 +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 E65BC14A1FA for ; Sun, 9 Sep 2012 06:09:16 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C4343175DD; Sun, 9 Sep 2012 06:09:16 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 9 Sep 2012 06:09:16 +0000 From: "John Nemeth" Subject: CVS commit: pkgsrc/comms/asterisk10 To: pkgsrc-changes@NetBSD.org Reply-To: jnemeth@netbsd.org X-Mailer: log_accum Message-Id: <20120909060916.C4343175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: jnemeth Date: Sun Sep 9 06:09:16 UTC 2012 Modified Files: pkgsrc/comms/asterisk10: Makefile distinfo Log Message: Update to Asterisk 10.7.1. This fixes AST-2012-012 and AST-2012-013. The Asterisk Development Team has announced security releases for Certified Asterisk 1.8.11 and Asterisk 1.8 and 10. The available security releases are released as versions 1.8.11-cert7, 1.8.15.1, 10.7.1, and 10.7.1-digiumphones. The release of Asterisk 1.8.11-cert7, 1.8.15.1, 10.7.1, and 10.7.1-digiumphones resolve the following two issues: * A permission escalation vulnerability in Asterisk Manager Interface. This would potentially allow remote authenticated users the ability to execute commands on the system shell with the privileges of the user running the Asterisk application. Please note that the README-SERIOUSLY.bestpractices.txt file delivered with Asterisk has been updated due to this and other related vulnerabilities fixed in previous versions of Asterisk. * When an IAX2 call is made using the credentials of a peer defined in a dynamic Asterisk Realtime Architecture (ARA) backend, the ACL rules for that peer are not applied to the call attempt. This allows for a remote attacker who is aware of a peer's credentials to bypass the ACL rules set for that peer. These issues and their resolutions are described in the security advisories. For more information about the details of these vulnerabilities, please read security advisories AST-2012-012 and AST-2012-013, which were released at the same time as this announcement. For a full list of changes in the current releases, please see the ChangeLogs: http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-10.7.1 The security advisories are available at: * http://downloads.asterisk.org/pub/security/AST-2012-012.pdf * http://downloads.asterisk.org/pub/security/AST-2012-013.pdf Thank you for your continued support of Asterisk! To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/comms/asterisk10/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/comms/asterisk10/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.