diff options
author | jgh <jgh@FreeBSD.org> | 2012-06-22 13:42:12 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-06-22 13:42:12 +0800 |
commit | 20885f91b1390b083b326ef91aa8931b788a1e2d (patch) | |
tree | b92a2b4b6440eeeaef0335d4556724fc9524712e | |
parent | 4ab231e69498a74f71d958ac7e9f0106f78aa208 (diff) | |
download | freebsd-ports-gnome-20885f91b1390b083b326ef91aa8931b788a1e2d.tar.gz freebsd-ports-gnome-20885f91b1390b083b326ef91aa8931b788a1e2d.tar.zst freebsd-ports-gnome-20885f91b1390b083b326ef91aa8931b788a1e2d.zip |
- fix range for f5f00804-a03b-11e1-a284-0023ae8e59f0
- add url
- adjust modified accordingly
PR: ports/169152
Submitted by: Trond.Endrestol@ximalas.info
-rw-r--r-- | security/vuxml/vuln.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 1e464f3829ce..8c0f7a96383a 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -865,8 +865,8 @@ Note: Please add new entries to the beginning of this file. <affects> <package> <name>inspircd</name> - <range><gt>1.2.9</gt></range> - <range><lt>2.0.5</lt></range> + <range><ge>1.2</ge><lt>1.2.9</lt></range> + <range><ge>2.0</ge><lt>2.0.5_2</lt></range> </package> </affects> <description> @@ -883,11 +883,12 @@ Note: Please add new entries to the beginning of this file. </description> <references> <cvename>CVE-2012-1836</cvename> + <url>http://inspircd.github.com/</url> </references> <dates> <discovery>2012-03-19</discovery> <entry>2012-05-17</entry> - <modified>2012-05-21</modified> + <modified>2012-06-21</modified> </dates> </vuln> |