diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2004-10-13 21:12:02 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2004-10-13 21:12:02 +0000 |
commit | fe3ca6590669af7056aa90dfb840d08373abb75c (patch) | |
tree | 5265552431a76fdf0ee72c455c764dfe410a06a5 | |
parent | - Security Fix (diff) |
It turns out that lesstif has libXpm sneakily embedded. There are at
least three files with this comment at the top:
* This file contains most of the source files of Xpm, concatenated and with
* the public names changed (to have an _LtXpm prefix).
-rw-r--r-- | security/vuxml/vuln.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index ee0895af3c3f..76d50ff75abd 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -1771,6 +1771,10 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <name>xorg-libraries</name> <range><lt>6.7.0_2</lt></range> </package> + <package> + <name>lesstif</name> + <range><ge>0</ge></range> + </package> </affects> <description> <body xmlns="http://www.w3.org/1999/xhtml"> @@ -1803,7 +1807,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <dates> <discovery>2004-09-15</discovery> <entry>2004-09-15</entry> - <modified>2004-09-27</modified> + <modified>2004-10-13</modified> </dates> </vuln> |