Date: Mon, 21 Jul 2014 07:22:51 +0200 From: Antoine Brodin <antoine@FreeBSD.org> To: Raphael Kubo da Costa <rakuco@freebsd.org> Cc: "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "ports-committers@freebsd.org" <ports-committers@freebsd.org> 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 Message-ID: <CAALwa8kA_O5KUEX9sU=0PypsD2o%2B0GhjwX45Pi5uohdmib3XCA@mail.gmail.com> In-Reply-To: <201407201709.s6KH9LqN057066@svn.freebsd.org> References: <201407201709.s6KH9LqN057066@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jul 20, 2014 at 7:09 PM, Raphael Kubo da Costa <rakuco@freebsd.org> 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 <liangtai.s16@gmail.com> > 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- > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAALwa8kA_O5KUEX9sU=0PypsD2o%2B0GhjwX45Pi5uohdmib3XCA>