From owner-svn-ports-head@FreeBSD.ORG Mon Dec 10 19:01:25 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 362A246E; Mon, 10 Dec 2012 19:01:25 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1B0F18FC12; Mon, 10 Dec 2012 19:01:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAJ1OHZ086360; Mon, 10 Dec 2012 19:01:24 GMT (envelope-from naddy@svn.freebsd.org) Received: (from naddy@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAJ1O4a086357; Mon, 10 Dec 2012 19:01:24 GMT (envelope-from naddy@svn.freebsd.org) Message-Id: <201212101901.qBAJ1O4a086357@svn.freebsd.org> From: Christian Weisgerber Date: Mon, 10 Dec 2012 19:01:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308626 - head/audio/opus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 19:01:25 -0000 Author: naddy Date: Mon Dec 10 19:01:24 2012 New Revision: 308626 URL: http://svnweb.freebsd.org/changeset/ports/308626 Log: Update to 1.0.2: fixes an out-of-bounds read. Modified: head/audio/opus/Makefile head/audio/opus/distinfo Modified: head/audio/opus/Makefile ============================================================================== --- head/audio/opus/Makefile Mon Dec 10 18:20:16 2012 (r308625) +++ head/audio/opus/Makefile Mon Dec 10 19:01:24 2012 (r308626) @@ -1,13 +1,13 @@ # $FreeBSD$ PORTNAME= opus -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ https://ftp.mozilla.org/pub/mozilla.org/opus/ MAINTAINER= naddy@FreeBSD.org -COMMENT= Interactive speech and audio codec +COMMENT= IETF audio codec USE_AUTOTOOLS= libtool USE_GNOME= gnomehack Modified: head/audio/opus/distinfo ============================================================================== --- head/audio/opus/distinfo Mon Dec 10 18:20:16 2012 (r308625) +++ head/audio/opus/distinfo Mon Dec 10 19:01:24 2012 (r308626) @@ -1,2 +1,2 @@ -SHA256 (opus-1.0.1.tar.gz) = 80fa5c3caf2ac0fd68f8a22cce1564fc46b368c773a17554887d0066fe1841ef -SIZE (opus-1.0.1.tar.gz) = 767241 +SHA256 (opus-1.0.2.tar.gz) = da615edbee5d019c1833071d69a4782c19f178cf9ca1401375036ecef25cd78a +SIZE (opus-1.0.2.tar.gz) = 777306