Date: Sun, 14 Feb 2016 01:55:27 +0000 (UTC) From: Jason Unovitch <junovitch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408840 - head/security/vuxml Message-ID: <201602140155.u1E1tRk4047902@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602140155.u1E1tRk4047902>