aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2008-08-27 03:34:35 +0800
committersimon <simon@FreeBSD.org>2008-08-27 03:34:35 +0800
commit5d1d8cb0617250d338d2643bbc1b9a9ea3e1f9d9 (patch)
tree82789380f7569a6970226dd29ec0edba356e34f4
parent247b0eca6c664f7295f9a3a475d9318d7b05a774 (diff)
downloadfreebsd-ports-gnome-5d1d8cb0617250d338d2643bbc1b9a9ea3e1f9d9.tar.gz
freebsd-ports-gnome-5d1d8cb0617250d338d2643bbc1b9a9ea3e1f9d9.tar.zst
freebsd-ports-gnome-5d1d8cb0617250d338d2643bbc1b9a9ea3e1f9d9.zip
Fix XML in openvpn-devel entry: &ndash; was used but as vuln.xml does
not import HTML named entities this is not allowed - use &#x2013; instead which produces the same end result.
-rw-r--r--security/vuxml/vuln.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 888e955eb930..3090a73d1704 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -420,7 +420,7 @@ Note: Please add new entries to the beginning of this file.
<body xmlns="http://www.w3.org/1999/xhtml">
<p>James Yonan reports:</p>
<blockquote cite="http://openvpn.net/index.php/documentation/change-log/changelog-21.html">
- <p>Security Fix &ndash; affects non-Windows OpenVPN clients running
+ <p>Security Fix &#x2013; affects non-Windows OpenVPN clients running
OpenVPN 2.1-beta14 through 2.1-rc8 (OpenVPN 2.0.x clients are NOT
vulnerable nor are any versions of the OpenVPN server
vulnerable).</p>