diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-12 00:12:20 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-12 00:12:20 +0000 |
commit | 0019741ea684619a575081408c893abd497ddb39 (patch) | |
tree | 6f9136495698d031b4a7968a3b00b4010aad41d6 /security/vuxml | |
parent | Add sysutils/newportsversioncheck (diff) |
Fix typo with range values
Notes
Notes:
svn path=/head/; revision=145051
Diffstat (limited to 'security/vuxml')
-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 43898f3e6a29..9875e909b85e 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -39,7 +39,7 @@ Note: Please add new entries to the beginning of this file. <affects> <package> <name>zope28</name> - <range><ge>2.6.0</ge><lt>2.8.1_2</lt></range> + <range><ge>2.6.0</ge><le>2.8.1_2</le></range> </package> </affects> <description> |