svn commit: r317627 - head/security/vuxml
Xin LI
delphij at FreeBSD.org
Tue May 7 18:58:56 UTC 2013
Author: delphij
Date: Tue May 7 18:58:55 2013
New Revision: 317627
URL: http://svnweb.freebsd.org/changeset/ports/317627
Log:
Update nginx entry to reflect the right version ranges for CVE-2013-2028.
Note that we don't really have nginx 1.3.9 in the ports collection, due
to the recent ports freeze. The version 1.3.9 is used here just to
better match the original advisory.
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Tue May 7 18:01:33 2013 (r317626)
+++ head/security/vuxml/vuln.xml Tue May 7 18:58:55 2013 (r317627)
@@ -56,11 +56,11 @@ Note: Please add new entries to the beg
<affects>
<package>
<name>nginx</name>
- <range><lt>1.4.1</lt></range>
+ <range><ge>1.3.9,1</ge><lt>1.4.1,1</lt></range>
</package>
<package>
<name>nginx-devel</name>
- <range><lt>1.5.0</lt></range>
+ <range><ge>1.3.9</ge><lt>1.5.0</lt></range>
</package>
</affects>
<description>
@@ -79,6 +79,7 @@ Note: Please add new entries to the beg
<dates>
<discovery>2013-05-07</discovery>
<entry>2013-05-07</entry>
+ <modified>2013-05-07</modified>
</dates>
</vuln>
More information about the svn-ports-head
mailing list