Date: Tue, 22 Jul 2014 19:34:30 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r362573 - branches/2014Q3/security/vuxml Message-ID: <201407221934.s6MJYUU6060197@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Tue Jul 22 19:34:30 2014 New Revision: 362573 URL: http://svnweb.freebsd.org/changeset/ports/362573 QAT: https://qat.redports.org/buildarchive/r362573/ Log: MFH: r362499 Fix the recent Qt vulnerability entry again. The CVE patch applies to -imageformats in Qt4 but -gui in Qt5. I always get confused by the different port names... Noted by antoine@. Security: 904d78b8-0f7e-11e4-8b71-5453ed2e2b49 Approved by: portmgr (antoine) Modified: branches/2014Q3/security/vuxml/vuln.xml Directory Properties: branches/2014Q3/ (props changed) Modified: branches/2014Q3/security/vuxml/vuln.xml ============================================================================== --- branches/2014Q3/security/vuxml/vuln.xml Tue Jul 22 19:33:41 2014 (r362572) +++ branches/2014Q3/security/vuxml/vuln.xml Tue Jul 22 19:34:30 2014 (r362573) @@ -58,15 +58,15 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> <vuln vid="904d78b8-0f7e-11e4-8b71-5453ed2e2b49"> - <topic>qt4-imageformats, qt5-imageformats -- DoS vulnerability in the GIF image handler</topic> + <topic>qt4-imageformats, qt5-gui -- DoS vulnerability in the GIF image handler</topic> <affects> <package> <name>qt4-imageformats</name> <range><lt>4.8.6_1</lt></range> </package> <package> - <name>qt5-imageformats</name> - <range><lt>5.2.1_1</lt></range> + <name>qt5-gui</name> + <range><lt>5.2.1_4</lt></range> </package> </affects> <description> @@ -88,7 +88,7 @@ Notes: <dates> <discovery>2014-04-24</discovery> <entry>2014-07-19</entry> - <modified>2014-07-20</modified> + <modified>2014-07-21</modified> </dates> </vuln>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407221934.s6MJYUU6060197>