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

Antoine Brodin antoine at FreeBSD.org
Mon Jul 21 05:22:53 UTC 2014


On Sun, Jul 20, 2014 at 7:09 PM, Raphael Kubo da Costa
<rakuco at 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 at 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-
>
>


More information about the svn-ports-head mailing list