From owner-svn-ports-all@freebsd.org Sat Feb 13 19:18:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F45BAA7976; Sat, 13 Feb 2016 19:18:13 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB6DB1152; Sat, 13 Feb 2016 19:18:12 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DJIBHM030760; Sat, 13 Feb 2016 19:18:11 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DJIBA6030758; Sat, 13 Feb 2016 19:18:11 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201602131918.u1DJIBA6030758@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Sat, 13 Feb 2016 19:18:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408825 - in head/emulators/qemu-sbruno: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2016 19:18:13 -0000 Author: sbruno Date: Sat Feb 13 19:18:11 2016 New Revision: 408825 URL: https://svnweb.freebsd.org/changeset/ports/408825 Log: Update qemu-sbruno and qemu-user-static. Sync bsd-user do_obreak with linux-user (do_brk). Merging to QEMU upstream provides fixes for the following CVEs: CVE-2015-8345 CVE-2015-8567 CVE-2015-8568 CVE-2015-8613 CVE-2015-8619 CVE-2015-8701 libvxl upstream has been updated to 1.12 and has accepted a slightly modified version that addresses the issue in the patch. PR: 205813 Deleted: head/emulators/qemu-sbruno/files/patch-disas-libvixl-a64-disasm-a64.cc Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Sat Feb 13 19:06:40 2016 (r408824) +++ head/emulators/qemu-sbruno/Makefile Sat Feb 13 19:18:11 2016 (r408825) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.5.50.g20160114 +PORTVERSION= 2.5.50.g20160213 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -18,7 +18,7 @@ COMMENT?= QEMU CPU Emulator - github bsd USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= e624b04 +GH_TAGNAME= 9522a30 HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Sat Feb 13 19:06:40 2016 (r408824) +++ head/emulators/qemu-sbruno/distinfo Sat Feb 13 19:18:11 2016 (r408825) @@ -1,4 +1,4 @@ -SHA256 (qemu/2.5.50.g20160114/seanbruno-qemu-bsd-user-2.5.50.g20160114-e624b04_GH0.tar.gz) = 863109c38e88a6e3750265f9b51fbd34db847b934287d5b45ac0e0ae6fb5b80e -SIZE (qemu/2.5.50.g20160114/seanbruno-qemu-bsd-user-2.5.50.g20160114-e624b04_GH0.tar.gz) = 11705897 -SHA256 (qemu/2.5.50.g20160114/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.5.50.g20160114/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.5.50.g20160213/seanbruno-qemu-bsd-user-2.5.50.g20160213-9522a30_GH0.tar.gz) = 99b85c461cf12e7098ace4d7a964b579a80dd90d3036f75788f8d81d674f9d6c +SIZE (qemu/2.5.50.g20160213/seanbruno-qemu-bsd-user-2.5.50.g20160213-9522a30_GH0.tar.gz) = 11850660 +SHA256 (qemu/2.5.50.g20160213/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.5.50.g20160213/dtc-v1.4.0.tar.gz) = 131893