diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-05-25 07:51:21 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-05-25 07:51:21 +0800 |
commit | d3ffd232a613f8a77ce0c548e5734130ee1cfc57 (patch) | |
tree | 01fe9f8b2c80aba8f1c8003ab2fe03fc54b4c35f /security | |
parent | efcb60a8920a7bcac64cef684dfbff6260ae5e94 (diff) | |
download | freebsd-ports-gnome-d3ffd232a613f8a77ce0c548e5734130ee1cfc57.tar.gz freebsd-ports-gnome-d3ffd232a613f8a77ce0c548e5734130ee1cfc57.tar.zst freebsd-ports-gnome-d3ffd232a613f8a77ce0c548e5734130ee1cfc57.zip |
- revert last change of apr-* entry
Broken build reported by wxs@
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 4c6b12e7cda8..9719a918d545 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -129,8 +129,8 @@ Note: Please add new entries to the beginning of this file. <topic>Apache APR -- DoS vulnerabilities</topic> <affects> <package> - <name>apr-*</name> - <range><gt>1.4.0.1.3.0</gt><lt>1.4.5.1.3.12</lt></range> + <name>apr1</name> + <range><lt>1.4.5.1.3.12</lt></range> </package> </affects> <description> @@ -315,8 +315,8 @@ Note: Please add new entries to the beginning of this file. <topic>Apache APR -- DoS vulnerabilities</topic> <affects> <package> - <name>apr-*</name> - <range><gt>1.4.0.1.3.0</gt><lt>1.4.4.1.3.11</lt></range> + <name>apr1</name> + <range><lt>1.4.4.1.3.11</lt></range> </package> </affects> <description> @@ -4833,9 +4833,12 @@ Note: Please add new entries to the beginning of this file. <topic>apr -- multiple vunerabilities</topic> <affects> <package> - <name>apr-*</name> - <range><gt>1.4.0.1.3.0</gt><lt>1.4.2.1.3.10</lt></range> - <range><gt>0.9.0.9.0</gt><lt>0.9.19.0.9.19</lt></range> + <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> |