From owner-svn-ports-all@FreeBSD.ORG Mon Jul 21 05:22:53 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 6334AA7; Mon, 21 Jul 2014 05:22:53 +0000 (UTC) Received: from mail-yk0-x233.google.com (mail-yk0-x233.google.com [IPv6:2607:f8b0:4002:c07::233]) (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 ED3232531; Mon, 21 Jul 2014 05:22:52 +0000 (UTC) Received: by mail-yk0-f179.google.com with SMTP id 142so3587008ykq.24 for ; Sun, 20 Jul 2014 22:22:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=jWQcAJNeF/5dSebUfFLqDK4MuiF5nfFvq7Q6qQW8KSk=; b=bxSysIFXiaz0K0jlwEAPfmqzFKL1d/xAKiFQ879uNT/KgQZCU0jfo7osjTfW36CRSM vIT+q2/CiU74BIwW0YaDr3ZT+ptzUzMg+T6e12PoPvwtd0g5cVuuusPCMpxk+ab0y1C5 QO3pJGNDb/TgyK0VnDVa7xpR6i/mucyWO7dV5yuFfzFUmbIJMhiZyBaa0onEpz5RUz4f tIZWKptGxMd1ctD9eVqfeGpt+xLAjY/xjTwa+MvqpUto+2TO/q7huOvc/BYu/AE/KJJG GJO7EFmJot7LvNKPZCH9GLoG0T4V+Sj7v11MUkXe+I01rw8Zkacf7KC47/6HorcprnEf Msdw== MIME-Version: 1.0 X-Received: by 10.236.231.178 with SMTP id l48mr12959742yhq.143.1405920171989; Sun, 20 Jul 2014 22:22:51 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.164.197 with HTTP; Sun, 20 Jul 2014 22:22:51 -0700 (PDT) In-Reply-To: <201407201709.s6KH9LqN057066@svn.freebsd.org> References: <201407201709.s6KH9LqN057066@svn.freebsd.org> Date: Mon, 21 Jul 2014 07:22:51 +0200 X-Google-Sender-Auth: r1PdySdTp_BdkGG9zZZjS_OjjFY Message-ID: 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 From: Antoine Brodin To: Raphael Kubo da Costa Content-Type: text/plain; charset=UTF-8 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 05:22:53 -0000 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. Cheers, Antoine > > Added: > head/graphics/qt4-imageformats/files/ > - copied from r362281, head/x11-toolkits/qt4-gui/files/ > head/graphics/qt5-imageformats/files/ > - copied from r362281, head/x11-toolkits/qt5-gui/files/ > Deleted: > head/x11-toolkits/qt4-gui/files/ > head/x11-toolkits/qt5-gui/files/ > Modified: > head/graphics/qt4-imageformats/Makefile > head/graphics/qt5-imageformats/Makefile > > Modified: head/graphics/qt4-imageformats/Makefile > ============================================================================== > --- head/graphics/qt4-imageformats/Makefile Sun Jul 20 17:06:48 2014 (r362335) > +++ head/graphics/qt4-imageformats/Makefile Sun Jul 20 17:09:20 2014 (r362336) > @@ -3,6 +3,7 @@ > > PORTNAME= imageformats > DISTVERSION= ${QT4_VERSION} > +PORTREVISION= 1 > CATEGORIES= graphics > PKGNAMEPREFIX= qt4- > > > Modified: head/graphics/qt5-imageformats/Makefile > ============================================================================== > --- head/graphics/qt5-imageformats/Makefile Sun Jul 20 17:06:48 2014 (r362335) > +++ head/graphics/qt5-imageformats/Makefile Sun Jul 20 17:09:20 2014 (r362336) > @@ -2,6 +2,7 @@ > > PORTNAME= imageformats > DISTVERSION= ${QT5_VERSION} > +PORTREVISION= 1 > CATEGORIES= graphics > PKGNAMEPREFIX= qt5- > >