Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jul 2015 19:40:32 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392315 - head/security/vuxml
Message-ID:  <201507161940.t6GJeWWQ049468@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu Jul 16 19:40:31 2015
New Revision: 392315
URL: https://svnweb.freebsd.org/changeset/ports/392315

Log:
  Correct range for libav
  I was led to believe that 11.5 and 12.0 releases existed and included
  the fix. They have not yet been issued by upstream. We will backport the
  fix and bump PORTREVISION.
  
  Security:	a928960a-2bdc-11e5-86ff-14dae9d210b8

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Jul 16 19:22:19 2015	(r392314)
+++ head/security/vuxml/vuln.xml	Thu Jul 16 19:40:31 2015	(r392315)
@@ -126,7 +126,7 @@ Notes:
     <affects>
       <package>
 	<name>libav</name>
-	<range><lt>11.5</lt></range>
+	<range><le>11.3_2</le></range>
       </package>
     </affects>
     <description>



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