From owner-svn-ports-all@FreeBSD.ORG Tue Jul 22 19:41:01 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CD46B28C; Tue, 22 Jul 2014 19:41:01 +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 B83242CC4; Tue, 22 Jul 2014 19:41:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6MJf19v063836; Tue, 22 Jul 2014 19:41:01 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6MJf1SM063829; Tue, 22 Jul 2014 19:41:01 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201407221941.s6MJf1SM063829@svn.freebsd.org> From: Raphael Kubo da Costa Date: Tue, 22 Jul 2014 19:41:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r362574 - in branches/2014Q3/x11-toolkits: qt4-gui qt4-gui/files qt5-gui qt5-gui/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2014 19:41:01 -0000 Author: rakuco Date: Tue Jul 22 19:41:00 2014 New Revision: 362574 URL: http://svnweb.freebsd.org/changeset/ports/362574 QAT: https://qat.redports.org/buildarchive/r362574/ Log: MFH: r362281 Add patch for CVE-2014-0190 (DoS in the GIF image handler). Security: 904d78b8-0f7e-11e4-8b71-5453ed2e2b49 Approved by: portmgr (erwin) Added: branches/2014Q3/x11-toolkits/qt4-gui/files/ - copied from r362281, head/x11-toolkits/qt4-gui/files/ branches/2014Q3/x11-toolkits/qt5-gui/files/ - copied from r362281, head/x11-toolkits/qt5-gui/files/ Modified: branches/2014Q3/x11-toolkits/qt4-gui/Makefile branches/2014Q3/x11-toolkits/qt5-gui/Makefile Directory Properties: branches/2014Q3/ (props changed) Modified: branches/2014Q3/x11-toolkits/qt4-gui/Makefile ============================================================================== --- branches/2014Q3/x11-toolkits/qt4-gui/Makefile Tue Jul 22 19:34:30 2014 (r362573) +++ branches/2014Q3/x11-toolkits/qt4-gui/Makefile Tue Jul 22 19:41:00 2014 (r362574) @@ -3,6 +3,7 @@ PORTNAME= gui DISTVERSION= ${QT4_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits PKGNAMEPREFIX= qt4- Modified: branches/2014Q3/x11-toolkits/qt5-gui/Makefile ============================================================================== --- branches/2014Q3/x11-toolkits/qt5-gui/Makefile Tue Jul 22 19:34:30 2014 (r362573) +++ branches/2014Q3/x11-toolkits/qt5-gui/Makefile Tue Jul 22 19:41:00 2014 (r362574) @@ -2,7 +2,7 @@ PORTNAME= gui DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits graphics PKGNAMEPREFIX= qt5-