From owner-svn-ports-all@FreeBSD.ORG Mon Jul 21 21:46:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C8E2F975; Mon, 21 Jul 2014 21:46:58 +0000 (UTC) Received: from mail-lb0-x236.google.com (mail-lb0-x236.google.com [IPv6:2a00:1450:4010:c04::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BBF0C280F; Mon, 21 Jul 2014 21:46:57 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id z11so5109180lbi.41 for ; Mon, 21 Jul 2014 14:46:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=jGezEVGZmHPJ31w5+tjN+0L7wenumr79RQLS4jSP/Ew=; b=ErKhof5YPCPbE+t6ZQY96nFvMB/FayuP6NH79ebraoPRPhomjiwhcwERMVSjW1fm6w Y4TFejYMU49I0da/W4uZz353KjfxXXTeDQtERohiF28pI4VszzKEojdE35FQe7yYj29h 0fFc5rlKTFPNOm4ANlFCixGnsZKxDJG3grrZ9KSCw/6fubR3T+Ud+oas/MkMM4e254pL SdsQLBvN2oDs6cm7DcUG93VE629997Gi7SW534VCLS3lsgSL+mM6EX85BBhaJkbilYL+ Wlas28TtQHEDcWrdvUJxEaqtq437TUvZDolsX0Cmun+TsKrqThskdsGdWVqgIaljcM9q 0+2g== X-Received: by 10.152.183.162 with SMTP id en2mr29349577lac.23.1405979215452; Mon, 21 Jul 2014 14:46:55 -0700 (PDT) Received: from orwell.gmail.com (a91-154-115-217.elisa-laajakaista.fi. [91.154.115.217]) by mx.google.com with ESMTPSA id jf2sm27161859lbc.34.2014.07.21.14.46.53 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 21 Jul 2014 14:46:54 -0700 (PDT) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: Antoine Brodin Subject: Re: svn commit: r362336 - in head: graphics/qt4-imageformats graphics/qt4-imageformats/files graphics/qt5-imageformats graphics/qt5-imageformats/files x11-toolkits/qt4-gui/files x11-toolkits/qt5-gui/files In-Reply-To: (Antoine Brodin's message of "Mon, 21 Jul 2014 07:22:51 +0200") References: <201407201709.s6KH9LqN057066@svn.freebsd.org> User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.3 (berkeley-unix) Date: Tue, 22 Jul 2014 00:46:44 +0300 Message-ID: <86d2cywfjv.fsf@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 21 Jul 2014 21:46:58 -0000 Antoine Brodin writes: > On Sun, Jul 20, 2014 at 7:09 PM, Raphael Kubo da Costa > wrote: >> Author: rakuco >> Date: Sun Jul 20 17:09:20 2014 >> New Revision: 362336 >> URL: http://svnweb.freebsd.org/changeset/ports/362336 >> QAT: https://qat.redports.org/buildarchive/r362336/ >> >> Log: >> Move the patches fixing CVE-2014-0190 to the right ports. >> >> The GIF handler is part of qt{4,5}-imageformats, not qt{4,5}-gui. Big pointy >> hat to me. >> >> I've chosen not to force users to rebuild the -gui ports yet again with a >> PORTREVISION bump since the code built in those ports is the same regardless >> of whether the patch is applied or not. >> >> Submitted by: RyoTa SimaMoto >> MFH: 2014Q3 >> Security: 904d78b8-0f7e-11e4-8b71-5453ed2e2b49 > > Hi, > > graphics/qt5-imageformats fails to patch > > ===> Applying FreeBSD patches for qt5-imageformats-5.2.1_1 > No file to patch. Skipping... > 1 out of 1 hunks ignored--saving rejects to src/gui/image/qgifhandler.cpp.rej > Can't create src/gui/image/qgifhandler.cpp.rej, output is in > /tmp//patchr7XWX4B: No such file or directory > => Patch patch-CVE-2014-0190 failed to apply cleanly. Fixed in r362499 and r362500 :(