diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-05-05 13:21:06 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-05-05 13:21:06 +0000 |
commit | e227c5d47e85e76a789bce0bb8d6f7742a857af0 (patch) | |
tree | 106f35f1b96c75951a505ff1ab91ebe52b666d70 | |
parent | Routine bugfix update to version 3.5.1 (diff) |
- Account for repocopy of php5 -> php53
- Account for php52 backport fix
- Add entry for php54 (which will be named php5)
Submitted by: scheidell@ (me)
Notes
Notes:
svn path=/head/; revision=296043
-rw-r--r-- | security/vuxml/vuln.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index d5df55bec2dd..7c2fddf3319a 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -57,15 +57,19 @@ Note: Please add new entries to the beginning of this file. <affects> <package> <name>php5</name> + <range><gt>5.4</gt><lt>5.4.2</lt></range> + <range><lt>5.3.12</lt></range> + </package> + <name>php53</name> <range><lt>5.3.12</lt></range> </package> <package> <name>php4</name> - <range><lt>5.3</lt></range> + <range><lt>4.4.10</lt></range> </package> <package> <name>php52</name> - <range><lt>5.3</lt></range> + <range><lt>5.2.17_8</lt></range> </package> </affects> <description> |