From 1808f72dc448d7767e0e20e99eb378082cf4e44c Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Sun, 20 Jul 2014 17:09:20 +0000 Subject: [PATCH] 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 MFH: 2014Q3 Security: 904d78b8-0f7e-11e4-8b71-5453ed2e2b49 --- graphics/qt4-imageformats/Makefile | 1 + .../qt4-imageformats}/files/patch-CVE-2014-0190 | 0 graphics/qt5-imageformats/Makefile | 1 + .../qt5-imageformats}/files/patch-CVE-2014-0190 | 0 4 files changed, 2 insertions(+) rename {x11-toolkits/qt4-gui => graphics/qt4-imageformats}/files/patch-CVE-2014-0190 (100%) rename {x11-toolkits/qt5-gui => graphics/qt5-imageformats}/files/patch-CVE-2014-0190 (100%) diff --git a/graphics/qt4-imageformats/Makefile b/graphics/qt4-imageformats/Makefile index 8088c2eea1d6..fc1ebdde1c61 100644 --- a/graphics/qt4-imageformats/Makefile +++ b/graphics/qt4-imageformats/Makefile @@ -3,6 +3,7 @@ PORTNAME= imageformats DISTVERSION= ${QT4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics PKGNAMEPREFIX= qt4- diff --git a/x11-toolkits/qt4-gui/files/patch-CVE-2014-0190 b/graphics/qt4-imageformats/files/patch-CVE-2014-0190 similarity index 100% rename from x11-toolkits/qt4-gui/files/patch-CVE-2014-0190 rename to graphics/qt4-imageformats/files/patch-CVE-2014-0190 diff --git a/graphics/qt5-imageformats/Makefile b/graphics/qt5-imageformats/Makefile index a10e85297e57..3cf28b39006f 100644 --- a/graphics/qt5-imageformats/Makefile +++ b/graphics/qt5-imageformats/Makefile @@ -2,6 +2,7 @@ PORTNAME= imageformats DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= graphics PKGNAMEPREFIX= qt5- diff --git a/x11-toolkits/qt5-gui/files/patch-CVE-2014-0190 b/graphics/qt5-imageformats/files/patch-CVE-2014-0190 similarity index 100% rename from x11-toolkits/qt5-gui/files/patch-CVE-2014-0190 rename to graphics/qt5-imageformats/files/patch-CVE-2014-0190