svn commit: r362575 - in branches/2014Q3: graphics/qt4-imageformats graphics/qt4-imageformats/files graphics/qt5-imageformats graphics/qt5-imageformats/files x11-toolkits/qt4-gui/files x11-toolkits...
Raphael Kubo da Costa
rakuco at FreeBSD.org
Tue Jul 22 19:44:10 UTC 2014
Author: rakuco
Date: Tue Jul 22 19:44:09 2014
New Revision: 362575
URL: http://svnweb.freebsd.org/changeset/ports/362575
QAT: https://qat.redports.org/buildarchive/r362575/
Log:
MFH: r362336
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>
Security: 904d78b8-0f7e-11e4-8b71-5453ed2e2b49
Approved by: portmgr (antoine)
Added:
branches/2014Q3/graphics/qt4-imageformats/files/
- copied from r362336, head/graphics/qt4-imageformats/files/
branches/2014Q3/graphics/qt5-imageformats/files/
- copied from r362336, head/graphics/qt5-imageformats/files/
Deleted:
branches/2014Q3/x11-toolkits/qt4-gui/files/
branches/2014Q3/x11-toolkits/qt5-gui/files/
Modified:
branches/2014Q3/graphics/qt4-imageformats/Makefile
branches/2014Q3/graphics/qt5-imageformats/Makefile
Directory Properties:
branches/2014Q3/ (props changed)
Modified: branches/2014Q3/graphics/qt4-imageformats/Makefile
==============================================================================
--- branches/2014Q3/graphics/qt4-imageformats/Makefile Tue Jul 22 19:41:00 2014 (r362574)
+++ branches/2014Q3/graphics/qt4-imageformats/Makefile Tue Jul 22 19:44:09 2014 (r362575)
@@ -3,6 +3,7 @@
PORTNAME= imageformats
DISTVERSION= ${QT4_VERSION}
+PORTREVISION= 1
CATEGORIES= graphics
PKGNAMEPREFIX= qt4-
Modified: branches/2014Q3/graphics/qt5-imageformats/Makefile
==============================================================================
--- branches/2014Q3/graphics/qt5-imageformats/Makefile Tue Jul 22 19:41:00 2014 (r362574)
+++ branches/2014Q3/graphics/qt5-imageformats/Makefile Tue Jul 22 19:44:09 2014 (r362575)
@@ -2,6 +2,7 @@
PORTNAME= imageformats
DISTVERSION= ${QT5_VERSION}
+PORTREVISION= 1
CATEGORIES= graphics
PKGNAMEPREFIX= qt5-
More information about the svn-ports-all
mailing list