aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2014-07-22 05:36:54 +0800
committerrakuco <rakuco@FreeBSD.org>2014-07-22 05:36:54 +0800
commitb3498d12d3b2d31dc4667bf5587cfce1bbea343a (patch)
tree2629a049a7c3a9b656962f917252772725d87322
parent4eeb6b8353c3c081ab947d22a9ba78b8af633a96 (diff)
downloadfreebsd-ports-gnome-b3498d12d3b2d31dc4667bf5587cfce1bbea343a.tar.gz
freebsd-ports-gnome-b3498d12d3b2d31dc4667bf5587cfce1bbea343a.tar.zst
freebsd-ports-gnome-b3498d12d3b2d31dc4667bf5587cfce1bbea343a.zip
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@. MFH: 2014Q3 Security: 904d78b8-0f7e-11e4-8b71-5453ed2e2b49
-rw-r--r--security/vuxml/vuln.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 22c034bc89fd..daf9efc32fe2 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -92,15 +92,15 @@ Notes:
</vuln>
<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>
@@ -122,7 +122,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>