svn commit: r408840 - head/security/vuxml

Jason Unovitch junovitch at FreeBSD.org
Sun Feb 14 01:55:28 UTC 2016


Author: junovitch
Date: Sun Feb 14 01:55:27 2016
New Revision: 408840
URL: https://svnweb.freebsd.org/changeset/ports/408840

Log:
  Fix dnscrypt-proxy reference URL (ihttps -> https)

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Feb 14 01:00:00 2016	(r408839)
+++ head/security/vuxml/vuln.xml	Sun Feb 14 01:55:27 2016	(r408840)
@@ -187,7 +187,7 @@ Notes:
     <description>
       <body xmlns="http://www.w3.org/1999/xhtml">
 	<p>Frank Denis reports:</p>
-	<blockquote cite="ihttps://github.com/jedisct1/dnscrypt-proxy/blob/1d129f7d5f0d469308967cbe4eacb4a6919f1fa1/NEWS#L2-L8">
+	<blockquote cite="https://github.com/jedisct1/dnscrypt-proxy/blob/1d129f7d5f0d469308967cbe4eacb4a6919f1fa1/NEWS#L2-L8">
 	  <p>Malformed packets could lead to denial of service or code
 	    execution.</p>
 	</blockquote>
@@ -199,6 +199,7 @@ Notes:
     <dates>
       <discovery>2016-02-02</discovery>
       <entry>2016-02-10</entry>
+      <modified>2016-02-14</modified>
     </dates>
   </vuln>
 


More information about the svn-ports-all mailing list