svn commit: r393468 - head/security/vuxml

Jason Unovitch junovitch at FreeBSD.org
Mon Aug 3 10:20:59 UTC 2015


Author: junovitch
Date: Mon Aug  3 10:20:58 2015
New Revision: 393468
URL: https://svnweb.freebsd.org/changeset/ports/393468

Log:
  Correct version range for libidn entry
  
  PR:		201780
  Security:	CVE-2015-2059
  Security:	4caf01e2-30e6-11e5-a4a5-002590263bf5
  Approved by:	feld (mentor)

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Aug  3 07:55:38 2015	(r393467)
+++ head/security/vuxml/vuln.xml	Mon Aug  3 10:20:58 2015	(r393468)
@@ -421,7 +421,7 @@ Notes:
     <affects>
       <package>
 	<name>libidn</name>
-	<range><lt>1.3.1</lt></range>
+	<range><lt>1.31</lt></range>
       </package>
     </affects>
     <description>
@@ -442,6 +442,7 @@ Notes:
     <dates>
       <discovery>2015-02-09</discovery>
       <entry>2015-07-23</entry>
+      <modified>2015-08-03</modified>
     </dates>
   </vuln>
 


More information about the svn-ports-head mailing list