svn commit: r540402 - head/security/vuxml

Niclas Zeising zeising at FreeBSD.org
Thu Jun 25 19:26:24 UTC 2020


Author: zeising
Date: Thu Jun 25 19:26:23 2020
New Revision: 540402
URL: https://svnweb.freebsd.org/changeset/ports/540402

Log:
  vuln.xml: Adjust sqlite version in sqlite entry
  
  Update the sqlite versions affected in the latest sqlite entry.  The entry
  failed to take PORTEPOCH into account, and without this fix pkg audit fails
  to mark sqlite as vulnerable when it's not updated to the latest version,
  since any version with PORTEPOCH set will always be greater than any version
  without.
  
  PR:		247149

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Jun 25 18:44:30 2020	(r540401)
+++ head/security/vuxml/vuln.xml	Thu Jun 25 19:26:23 2020	(r540402)
@@ -455,7 +455,7 @@ Notes:
     <affects>
       <package>
 	<name>sqlite3</name>
-	<range><lt>3.32.2</lt></range>
+	<range><lt>3.32.2,1</lt></range>
       </package>
       <package>
 	<name>FreeBSD</name>
@@ -494,6 +494,7 @@ Notes:
     <dates>
       <discovery>2020-05-25</discovery>
       <entry>2020-06-10</entry>
+      <modified>2020-06-25</modified>
     </dates>
   </vuln>
 


More information about the svn-ports-all mailing list