Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2020 19:26:23 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540402 - head/security/vuxml
Message-ID:  <202006251926.05PJQNqP070962@repo.freebsd.org>

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



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