Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 2015 23:46:05 +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: r401792 - head/security/vuxml
Message-ID:  <201511162346.tAGNk5h9019668@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Mon Nov 16 23:46:04 2015
New Revision: 401792
URL: https://svnweb.freebsd.org/changeset/ports/401792

Log:
  Fix a bad URL caused by an errant 'i' in the <url></url> tags

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Nov 16 23:36:13 2015	(r401791)
+++ head/security/vuxml/vuln.xml	Mon Nov 16 23:46:04 2015	(r401792)
@@ -79,7 +79,7 @@ Notes:
     </description>
     <references>
       <cvename>CVE-2015-8023</cvename>
-      <url>ihttps://github.com/strongswan/strongswan/commit/453e204ac40dfff2e0978e8f84a5f8ff0cbc45e2</url>;
+      <url>https://github.com/strongswan/strongswan/commit/453e204ac40dfff2e0978e8f84a5f8ff0cbc45e2</url>;
     </references>
     <dates>
       <discovery>2015-11-16</discovery>



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