diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-20 21:13:40 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-20 21:13:40 +0000 |
commit | 426a7944f6f6586399e700c249607ec56e33bd28 (patch) | |
tree | c4ad6fff56ace348677bea9bbe28a584b62f59c3 /security | |
parent | 12bfc2c01bdebae4315aa3dd1249f1e62f367b6a (diff) |
Notes
Diffstat (limited to 'security')
-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 62531cb7db7c..9112c7ed1854 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -150,9 +150,13 @@ Note: Please add new entries to the beginning of this file. <topic>apr -- multiple vunerabilities</topic> <affects> <package> - <name>apr</name> + <name>apr1</name> <range><lt>1.4.2.1.3.10</lt></range> </package> + <package> + <name>apr0</name> + <range><lt>0.9.19.0.9.19</lt></range> + </package> </affects> <description> <body xmlns="http://www.w3.org/1999/xhtml"> @@ -180,7 +184,7 @@ Note: Please add new entries to the beginning of this file. <dates> <discovery>2010-10-02</discovery> <entry>2010-10-06</entry> - <modified>2010-06-06</modified> + <modified>2010-10-20</modified> </dates> </vuln> |