From owner-svn-ports-head@FreeBSD.ORG Sun Jul 20 17:09:21 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D26CB949; Sun, 20 Jul 2014 17:09:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A48AF26CA; Sun, 20 Jul 2014 17:09:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6KH9L29057069; Sun, 20 Jul 2014 17:09:21 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6KH9LqN057066; Sun, 20 Jul 2014 17:09:21 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201407201709.s6KH9LqN057066@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sun, 20 Jul 2014 17:09:21 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jul 2014 17:09:21 -0000 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 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-