svn commit: r547571 - head/security/vuxml

Adam Weinberger adamw at FreeBSD.org
Fri Sep 4 21:08:42 UTC 2020


Author: adamw
Date: Fri Sep  4 21:08:41 2020
New Revision: 547571
URL: https://svnweb.freebsd.org/changeset/ports/547571

Log:
  security/vuxml: Fix gnupg version range specification
  
  Thanks to swills for pointing me to the error here.
  
  PR:		249110
  Reported by:	jjuanino gmail

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Sep  4 20:53:49 2020	(r547570)
+++ head/security/vuxml/vuln.xml	Fri Sep  4 21:08:41 2020	(r547571)
@@ -63,8 +63,7 @@ Notes:
     <affects>
       <package>
 	<name>gnupg</name>
-	<range><ge>2.2.21</ge></range>
-	<range><lt>2.2.23</lt></range>
+	<range><ge>2.2.21</ge><lt>2.2.23</lt></range>
       </package>
     </affects>
     <description>


More information about the svn-ports-head mailing list