diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2004-08-22 23:14:53 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2004-08-22 23:14:53 +0000 |
commit | d38f89856b0f6e4c4eb521d5b275796610caf1ce (patch) | |
tree | 7cfa3e6955a92fa08c9d8fbaee2b0fed453d9e16 | |
parent | Add a hunk to address the IP=6 compile problem (diff) |
Off-by-one error in courier-imap entry.
Noticed by: oliver
Notes
Notes:
svn path=/head/; revision=117078
-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 885a6510eb3f..f89d265a0892 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -69,7 +69,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <affects> <package> <name>courier-imap</name> - <range><le>3.0.7,1</le></range> + <range><lt>3.0.7,1</lt></range> </package> </affects> <description> |