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

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Jul 20 17:09:21 UTC 2014


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

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