svn commit: r417849 - head/security/vuxml

Mark Felder feld at FreeBSD.org
Thu Jun 30 22:42:06 UTC 2016


Author: feld
Date: Thu Jun 30 22:42:05 2016
New Revision: 417849
URL: https://svnweb.freebsd.org/changeset/ports/417849

Log:
  Modify dnsmasq vuxml entry
  
  The vulnerable version range was not matching correctly for the devel
  port.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Jun 30 22:36:53 2016	(r417848)
+++ head/security/vuxml/vuln.xml	Thu Jun 30 22:42:05 2016	(r417849)
@@ -92,9 +92,12 @@ Notes:
     <affects>
       <package>
 	<name>dnsmasq</name>
-	<name>dnsmasq-devel</name>
 	<range><lt>2.76,1</lt></range>
       </package>
+      <package>
+	<name>dnsmasq-devel</name>
+	<range><lt>2.76.0test1</lt></range>
+      </package>
     </affects>
     <description>
       <body xmlns="http://www.w3.org/1999/xhtml">
@@ -114,6 +117,7 @@ Notes:
     <dates>
       <discovery>2016-04-18</discovery>
       <entry>2016-06-30</entry>
+      <modified>2016-06-30</modified>
     </dates>
   </vuln>
 


More information about the svn-ports-head mailing list