diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2014-05-13 01:59:36 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2014-05-13 01:59:36 +0000 |
commit | 60b7abaa6501cab729b4b3ef714fba8b9431d169 (patch) | |
tree | d26d37a8284d299aa710da837a0d67c0ac51cb50 | |
parent | 4f1a7e64a134ad49f2e23176bb7ade8beab15ae3 (diff) | |
download | freebsd-ports-60b7abaa6501cab729b4b3ef714fba8b9431d169.zip |
Summary: Oops, the current version is affected, hence <le/> instead of <lt/>.
-rw-r--r-- | security/vuxml/vuln.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 7dffca95aba4..f6d12b585a55 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -62,7 +62,7 @@ Notes: <affects> <package> <name>libxml2</name> - <range><lt>2.8.0_5</lt></range> + <range><le>2.8.0_5</le></range> </package> </affects> <description> |