Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jul 2014 17:09:21 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   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:  <201407201709.s6KH9LqN057066@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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

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?201407201709.s6KH9LqN057066>