svn commit: r388651 - head/security/vuxml
Ryan Steinmetz
zi at FreeBSD.org
Fri Jun 5 23:54:02 UTC 2015
Author: zi
Date: Fri Jun 5 23:54:01 2015
New Revision: 388651
URL: https://svnweb.freebsd.org/changeset/ports/388651
Log:
- Re-add PHP removed in previous commit
- Update pcre to use lt instead of gt
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Fri Jun 5 23:51:35 2015 (r388650)
+++ head/security/vuxml/vuln.xml Fri Jun 5 23:54:01 2015 (r388651)
@@ -62,8 +62,20 @@ Notes:
<affects>
<package>
<name>pcre</name>
- <range><le>8.37</le></range>
+ <range><lt>8.38</lt></range>
</package>
+ <package>
+ <name>php5</name>
+ <range><lt>5.4.42</lt></range>
+ </package>
+ <package>
+ <name>php55</name>
+ <range><lt>5.5.26</lt></range>
+ </package>
+ <package>
+ <name>php56</name>
+ <range><lt>5.6.9</lt></range>
+ </package>
</affects>
<description>
<body xmlns="http://www.w3.org/1999/xhtml">
More information about the svn-ports-head
mailing list