svn commit: r416408 - head/security/vuxml
Jason Unovitch
junovitch at FreeBSD.org
Sun Jun 5 17:44:16 UTC 2016
Author: junovitch
Date: Sun Jun 5 17:44:15 2016
New Revision: 416408
URL: https://svnweb.freebsd.org/changeset/ports/416408
Log:
Fixup invalid nginx version from r416222; it needed a PORTEPOCH to be valid.
Add version range valid for backported commit on 1.8 and 1.9 in quarterly.
Security: CVE-2016-4450
Security: https://vuxml.FreeBSD.org/freebsd/36cf7670-2774-11e6-af29-f0def16c5c1b.html
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Sun Jun 5 17:44:02 2016 (r416407)
+++ head/security/vuxml/vuln.xml Sun Jun 5 17:44:15 2016 (r416408)
@@ -122,11 +122,13 @@ Notes:
<affects>
<package>
<name>nginx</name>
- <range><ge>1.4.0</ge><lt>1.10.1</lt></range>
+ <range><ge>1.4.0</ge><lt>1.8.1_3,2</lt></range>
+ <range><ge>1.10.0,2</ge><lt>1.10.1,2</lt></range>
</package>
<package>
<name>nginx-devel</name>
- <range><ge>1.3.9</ge><lt>1.11.1</lt></range>
+ <range><ge>1.3.9</ge><lt>1.9.15_1</lt></range>
+ <range><ge>1.10.0</ge><lt>1.11.1</lt></range>
</package>
</affects>
<description>
@@ -148,6 +150,7 @@ Notes:
<dates>
<discovery>2016-05-31</discovery>
<entry>2016-05-31</entry>
+ <modified>2016-06-05</modified>
</dates>
</vuln>
More information about the svn-ports-all
mailing list