svn commit: r372690 - head/security/vuxml
Raphael Kubo da Costa
rakuco at FreeBSD.org
Mon Nov 17 21:27:59 UTC 2014
Author: rakuco
Date: Mon Nov 17 21:27:58 2014
New Revision: 372690
URL: https://svnweb.freebsd.org/changeset/ports/372690
QAT: https://qat.redports.org/buildarchive/r372690/
Log:
Fix version check for the entry added in r372686.
4.11.14 is not in ports yet, the fix was backported to 4.11.13 so we are
safe with 4.11.13_1.
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Mon Nov 17 21:25:27 2014 (r372689)
+++ head/security/vuxml/vuln.xml Mon Nov 17 21:27:58 2014 (r372690)
@@ -62,7 +62,7 @@ Notes:
<affects>
<package>
<name>kde-workspace</name>
- <range><lt>4.11.14</lt></range>
+ <range><lt>4.11.13_1</lt></range>
</package>
</affects>
<description>
More information about the svn-ports-head
mailing list