svn commit: r351541 - head/security/vuxml
Olli Hauer
ohauer at FreeBSD.org
Fri Apr 18 14:56:44 UTC 2014
Author: ohauer
Date: Fri Apr 18 14:56:43 2014
New Revision: 351541
URL: http://svnweb.freebsd.org/changeset/ports/351541
QAT: https://qat.redports.org/buildarchive/r351541/
Log:
- fix entries so issues for bugzilla40/42 are detected
first version found only bugzilla44 issues (tested with pkg audit)
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Fri Apr 18 14:52:42 2014 (r351540)
+++ head/security/vuxml/vuln.xml Fri Apr 18 14:56:43 2014 (r351541)
@@ -56,7 +56,13 @@ Note: Please add new entries to the beg
<affects>
<package>
<name>bugzilla40</name>
+ <range><ge>2.0.0</ge><lt>4.4.3</lt></range>
+ </package>
+ <package>
<name>bugzilla42</name>
+ <range><ge>2.0.0</ge><lt>4.4.3</lt></range>
+ </package>
+ <package>
<name>bugzilla44</name>
<range><ge>2.0.0</ge><lt>4.4.3</lt></range>
</package>
@@ -85,6 +91,7 @@ Note: Please add new entries to the beg
<dates>
<discovery>2014-04-17</discovery>
<entry>2014-04-18</entry>
+ <modified>2014-04-18</modified>
</dates>
</vuln>
@@ -93,10 +100,14 @@ Note: Please add new entries to the beg
<affects>
<package>
<name>bugzilla40</name>
- <name>bugzilla42</name>
- <name>bugzilla44</name>
<range><ge>2.0.0</ge><lt>4.0.12</lt></range>
+ </package>
+ <package>
+ <name>bugzilla42</name>
<range><ge>4.1.1</ge><lt>4.2.8</lt></range>
+ </package>
+ <package>
+ <name>bugzilla44</name>
<range><ge>4.4.0</ge><lt>4.4.3</lt></range>
</package>
</affects>
@@ -118,6 +129,7 @@ Note: Please add new entries to the beg
<dates>
<discovery>2014-04-17</discovery>
<entry>2014-04-18</entry>
+ <modified>2014-04-18</modified>
</dates>
</vuln>
More information about the svn-ports-head
mailing list