From owner-svn-ports-head@freebsd.org Sat Jun 27 01:43:11 2015 Return-Path: Delivered-To: svn-ports-head@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 D98D798C281; Sat, 27 Jun 2015 01:43:11 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pd0-x22c.google.com (mail-pd0-x22c.google.com [IPv6:2607:f8b0:400e:c02::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A1FBF1B55; Sat, 27 Jun 2015 01:43:11 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pdbci14 with SMTP id ci14so84069968pdb.2; Fri, 26 Jun 2015 18:43:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=9vDaxgJB8FNGtTtiopI415SjEaiOh3ZrcqiC5mhHPvg=; b=l3ZI2WyJgPFE6varKYysrOP5Wv5l95a4OUoc3g63gm7SDgsAku/P6ItkIU6IFfdabg GbrWmY1ZnwmruX0DVyPWWtufHxQE6BralFjiASuVP8UGBsewsi2VYsfKWOekJ9tGuOhF Iy4+eccUvruEhtxpgXOgsGSnuFhc2X7YMSaysp2GN/Ln5X8bpOhVkj864pm3CeT5tk/s 6q+0ZjOVbjJNmaP0cWrCoJFWZxnEs/c8rBp5cmhJUuzASAFe5QU3OQmIXDp3ZfZDvXW4 Hl7qKXBJjVgZvXaIGSW5RTio1+dHU/ZzXKch/TOmeU15K9OQjcJ8n+XhuxK/a8jHYoRA ptFQ== X-Received: by 10.66.100.233 with SMTP id fb9mr8647177pab.128.1435369391249; Fri, 26 Jun 2015 18:43:11 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::6? (2001-44b8-31ae-7b01-0000-0000-0000-0006.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::6]) by mx.google.com with ESMTPSA id ck4sm34573364pbc.67.2015.06.26.18.43.08 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 26 Jun 2015 18:43:10 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r390664 - in head/emulators: qemu qemu-devel qemu-devel/files qemu-sbruno qemu-sbruno/files qemu/files References: <201506261914.t5QJEfN2014820@svn.freebsd.org> To: Juergen Lock , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <558DFFA3.7080008@FreeBSD.org> Date: Sat, 27 Jun 2015 11:42:59 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <201506261914.t5QJEfN2014820@svn.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 27 Jun 2015 01:43:12 -0000 On 27/06/2015 5:14 AM, Juergen Lock wrote: > Author: nox > Date: Fri Jun 26 19:14:41 2015 > New Revision: 390664 > URL: https://svnweb.freebsd.org/changeset/ports/390664 > > Log: > - Apply fixes for pcnet guest to host escape vulnerability - CVE-2015-3209. > - Bump PORTREVISIONs. > > PR: 201064 > Submitted by: koobs > Security: https://vuxml.FreeBSD.org/freebsd/acd5d037-1c33-11e5-be9c-6805ca > 1d3bb1.html > > Added: > head/emulators/qemu-devel/files/patch-CVE-2015-3209 (contents, props changed) > head/emulators/qemu-sbruno/files/patch-CVE-2015-3209 (contents, props changed) > head/emulators/qemu/files/patch-CVE-2015-3209 (contents, props changed) > Modified: > head/emulators/qemu-devel/Makefile > head/emulators/qemu-sbruno/Makefile > head/emulators/qemu/Makefile > Full disclosure, only *Reported by:* koobs :) Thanks for fixing this Juergen! ./koobs