Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2015 07:44:56 +0000 (UTC)
From:      Peter Wemm <peter@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399428 - head/security/vuxml
Message-ID:  <201510160744.t9G7iu9v031206@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: peter (src committer)
Date: Fri Oct 16 07:44:55 2015
New Revision: 399428
URL: https://svnweb.freebsd.org/changeset/ports/399428

Log:
  Fix the vuxml build caused by a multitude of errors in r399425 (libressl).

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Oct 16 07:25:39 2015	(r399427)
+++ head/security/vuxml/vuln.xml	Fri Oct 16 07:44:55 2015	(r399428)
@@ -71,19 +71,20 @@ Notes:
 	<p>Qualys reports:</p>
 	<blockquote cite="http://www.openwall.com/lists/oss-security/2015/10/16/1">;
 	  <p>During the code review of OpenSMTPD a memory leak and buffer overflow
-            (an off-by-one, usually stack-based) were discovered in LibreSSL's
-            OBJ_obj2txt() function. This function is called automatically during
-            a TLS handshake (both client-side, unless an anonymous mode is used,
-            and server-side, if client authentication is requested).</p>
+	    (an off-by-one, usually stack-based) were discovered in LibreSSL's
+	    OBJ_obj2txt() function. This function is called automatically during
+	    a TLS handshake (both client-side, unless an anonymous mode is used,
+	    and server-side, if client authentication is requested).</p>
+	</blockquote>
       </body>
     </description>
     <references>
-      <url>http://marc.info/?l=openbsd-announce&m=144495690528446</url>;
+      <url>http://marc.info/?l=openbsd-announce&amp;m=144495690528446</url>;
       <cvename>CVE-2015-5333</cvename>
       <cvename>CVE-2015-5334</cvename>
     </references>
     <dates>
-      <discovery>2015-10-15/discovery>
+      <discovery>2015-10-15</discovery>
       <entry>2015-10-16</entry>
     </dates>
   </vuln>



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