Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 2014 21:27:59 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372690 - head/security/vuxml
Message-ID:  <201411172127.sAHLRxu2085132@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411172127.sAHLRxu2085132>