svn commit: r558451 - head/security/vuxml

Thomas Zander riggs at FreeBSD.org
Sat Dec 19 13:16:16 UTC 2020


Author: riggs
Date: Sat Dec 19 13:16:15 2020
New Revision: 558451
URL: https://svnweb.freebsd.org/changeset/ports/558451

Log:
  Correct entries for mantis and libX11 (missing PORTEPOCH in package string).
  
  PR:		251168
  Submitted by:	zab at zltech.eu

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Dec 19 13:04:32 2020	(r558450)
+++ head/security/vuxml/vuln.xml	Sat Dec 19 13:16:15 2020	(r558451)
@@ -1341,7 +1341,7 @@ Notes:
 	<name>mantis-php73</name>
 	<name>mantis-php74</name>
 	<name>mantis-php80</name>
-	<range><lt>2.24.3</lt></range>
+	<range><lt>2.24.3,1</lt></range>
       </package>
     </affects>
     <description>
@@ -1369,6 +1369,7 @@ Notes:
     <dates>
       <discovery>2020-09-13</discovery>
       <entry>2020-11-14</entry>
+      <modified>2020-11-15</modified>
     </dates>
   </vuln>
 
@@ -4137,7 +4138,7 @@ Notes:
     <affects>
       <package>
 	<name>libX11</name>
-	<range><lt>1.6.12</lt></range>
+	<range><lt>1.6.12,1</lt></range>
       </package>
     </affects>
     <description>
@@ -4157,6 +4158,7 @@ Notes:
     <dates>
       <discovery>2020-08-25</discovery>
       <entry>2020-08-25</entry>
+      <modified>2020-11-15</modified>
     </dates>
   </vuln>
 


More information about the svn-ports-head mailing list